/* --------------------------------------------------------------
	Site Specific Stylesheet
	http://www.huntingtowerschool.co.uk
	2010-03-25
	Author: Sean Johnson - www.e4education.co.uk
-------------------------------------------------------------- */

@import url(reset.css); /* Global Reset */
@import url(default.css); /* Sets sensible default styles */



/* Site specific styling
-------------------------------------------------- */
body                              {background: #DAEDFF url(../images/design/page_bg.jpg) repeat-x top; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}

h1, h2, h3, h4, h5, h6            {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #B59038;}
h1                                {font-size: 16px;}
h2                                {font-size: 14px;}
h3, h4, h5, h6                    {font-size: 13px;}

a:link                            {text-decoration: underline; color: #B59038;}
a:visited                         {text-decoration: underline; color: #B59038;}
a:hover                           {text-decoration: underline; color: #FE9900;}
a:focus                           {text-decoration: underline; color: #FE9900;}
a:active                          {text-decoration: underline; color: #FE9900;}

#container                        {margin: 0 auto; width: 960px; text-align: left;}

#header                           {position: relative; width: 960px; height: 335px; background: url(../images/design/header_bg.jpg) no-repeat top; color: #FFF;}
#header h1, #header h2            {display: none;}

#menu                             {position: absolute; top: 288px; left: 0; width: 960px; height: 40px;}
#menu ul                          {margin: 0; padding: 0; width: 960px; height: 40px; background: url(../images/design/menu.jpg) no-repeat left top; font-size: 1.3em; list-style: none;}
#menu li                          {display: inline; float: left; margin: 0; padding: 0; height: 40px;}
#menu li a                        {position: relative; display: block; float: left; margin: 0; width: 135px; height: 40px; overflow: hidden; text-decoration: none; color: #FFF;}
#menu li a span                   {position: absolute; margin: 0; width: 100%; height: 100%; background-image: url(../images/design/menu.jpg); background-repeat: no-repeat; cursor: pointer;}
#menu li a:hover span             {background-image: url(../images/design/menu.jpg);}
#menu .menuitem_page_1 a          {width: 145px;}
#menu .menuitem_page_1 a span     {background-position: 0 0;}
#menu .menuitem_page_1 a:hover span{background-position: 0 -40px;}
#menu .menuitem_page_1.selected a span{background-position: 0 -40px; cursor: default;}
#menu .menuitem_page_2 a span     {background-position: -145px 0;}
#menu .menuitem_page_2 a:hover span{background-position: -145px -40px;}
#menu .menuitem_page_2.selected a span{background-position: -145px -40px; cursor: default;}
#menu .menuitem_page_3 a span     {background-position: -280px 0;}
#menu .menuitem_page_3 a:hover span{background-position: -280px -40px;}
#menu .menuitem_page_3.selected a span{background-position: -280px -40px; cursor: default;}
#menu .menuitem_page_4 a span     {background-position: -415px 0;}
#menu .menuitem_page_4 a:hover span{background-position: -415px -40px;}
#menu .menuitem_page_4.selected a span{background-position: -415px -40px; cursor: default;}
#menu .menuitem_page_5 a span     {background-position: -550px 0;}
#menu .menuitem_page_5 a:hover span{background-position: -550px -40px;}
#menu .menuitem_page_5.selected a span{background-position: -550px -40px; cursor: default;}
#menu .menuitem_page_6 a span     {background-position: -685px 0;}
#menu .menuitem_page_6 a:hover span{background-position: -685px -40px;}
#menu .menuitem_page_6.selected a span{background-position: -685px -40px; cursor: default;}
#menu .menuitem_page_7 a          {width: 140px;}
#menu .menuitem_page_7 a span     {background-position: -820px 0;}
#menu .menuitem_page_7 a:hover span{background-position: -820px -40px;}
#menu .menuitem_page_7.selected a span{background-position: -820px -40px; cursor: default;}

#outerWrapper                     {background: url(../images/design/outerwrapper_bg.jpg) no-repeat top;}
 
#main                             {margin: 0 auto; padding: 40px 0 0; width: 920px; background: #FE9900 url(../images/design/main_bg.gif) no-repeat left top;}

#innerWrapper                     {margin: 0 8px; width: 904px; background: #FFF;}

#subnavWrapper                    {display: inline; float: left; padding: 0 0 0 42px; width: 240px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 14px;}
#subnav                           {margin: 0; padding: 0; list-style-type: none;}
#subnav li                        {display: block; margin: 0 0 10px; padding: 0; background: #FE9900 url(../images/design/subnav_bottom.png) no-repeat bottom; font-weight: bold;}
#subnav a                         {display: block; margin: 0; padding: 15px 10px; background: url(../images/design/subnav_top.png) no-repeat top; text-shadow: #B59038 -1px -1px 0;}
#subnav a:link                    {text-decoration: none; color: #FFF9E4;}
#subnav a:visited                 {text-decoration: none; color: #FFF9E4;}
#subnav a:hover                   {text-decoration: underline; color: #CCC;}
#subnav a:focus                   {text-decoration: underline; color: #CCC;}
#subnav a:active                  {text-decoration: underline; color: #CCC;}

#contentWrapper                   {display: inline; float: right; margin: 0 42px 0 0; width: 530px; background: #FFF;}

#breadcrumbs                      {padding: 0 0 5px 0; font-size: 10px; color: #B59038;}
#breadcrumbs p                    {display: inline; margin: 0 .6em 0 0; font-weight: bold;}
#breadcrumbs ul                   {display: inline; margin: 0; padding: 0; list-style: none;}
#breadcrumbs li                   {display: inline; margin: 0; padding: 0;}
#breadcrumbs a:link               {text-decoration: none;}
#breadcrumbs a:visited            {text-decoration: none;}
#breadcrumbs a:hover              {text-decoration: underline;}
#breadcrumbs a:focus              {text-decoration: underline;}
#breadcrumbs a:active             {text-decoration: underline;}
#breadcrumbs ul li.last .navSeparator{display: none;}

#content                          {width: 530px;}

#content .e4eVideo                {padding: 5px;}

iframe#embed                      {height: 600px;}

#newsFeeds                        {margin: 30px 10px 0px; font-size: 90%;}
#newsFeeds li                     {list-style: none;}
#newsFeeds li a                   {font-size: 110%;}
#newsFeeds img                    {margin: 0px 10px 0px 0px; padding: 0;}

#footer                           {clear: both; margin: 0 auto; padding: 40px 0 20px; width: 920px; background: url(../images/design/footer_bg.gif); font-size: 80%; text-align: center; color: #000;}
#footer a:link                    {color: #000;}
#footer a:visited                 {color: #000;}
#footer a:hover                   {color: #666;}
#footer a:focus                   {color: #666;}
#footer a:active                  {color: #666;}

/* Twitter bits */
#twitterRibbon                    {clear: both; padding: 23px 5px 60px 100px; width: 430px; background: url(../images/design/classes_twitter_bg.gif) no-repeat top; font-size: 11px; color: #FFF;}
#twitterRibbon h2                 {display: inline; float: left; margin: 0 1em 0 0;}
#twitterRibbon h2 span            {visibility: hidden;}
#twitterRibbon #twitterFeed       {display: inline; float: left; width: 360px; height: 5em; background: #0000CC; color: #FFF;}
.twitter_holder                   {display: inline; float: left;}
.twitter_user_profileImg          {display: none;}
.twitter_user_screenName          {display: none;}
.twitter_holder h4                {display: none;}
.twitter_rssLink                  {display: none;}
.twitter_bottomLink               {display: none;}
.tweets                           {margin: 0; padding: 0; list-style-type: none;}
.tweets li                        {margin: 0; padding: 0;}
.tweets li p                      {display: inline; margin: 0;}
.tweets a:link                    {color: #FFF;}
.tweets a:visited                 {color: #FFF;}
.tweets a:hover                   {color: #CCC;}
.tweets a:focus                   {color: #CCC;}
.tweets a:active                  {color: #CCC;}
/* End Twitter bits */

/* Required for the editor in the backend. Make sure background images etc are removed in this attrubute... */
#editor                           {margin: 0; padding: 0; width: 533px; min-height: 590px; background-image: none; background-color: #fff; border: 5px solid #898989; text-align: left; color: 000;}

#editor #mainContent,
#editor #subContent               {border-right: 1px solid #cacaca; min-height: 590px; }

#mainContent                      {float: left; margin: 0;}
#mainContent.twoColumns           {width: 310px;}
#mainContent.even                 {width: 255px;}

#subContent                       {float: right; margin: 0; width: 200px;}
#subContent.even                  {width: 255px;}

/* icons and styles for file attachments
-------------------------------------------------- */
ol.fileAttachmentList                               {min-height: 40px; padding: 0 0 20px 0; margin: 0;}
ol.fileAttachmentList li                            {list-style-type: none; height: 35px; padding-left: 40px; padding-top: 20px; margin-bottom: -10px; background-position: left; background-repeat: no-repeat; }
ol.podcastList li                                   {height: auto !important; }
ol.podcastList li.attachmentDownload_mp3            {background-position: top left;}
ol.fileAttachmentList li.attachmentDownload_doc     {background-image: url(../images/icons/doc.gif)  !important;}
ol.fileAttachmentList li.attachmentDownload_mp3     {background-image: url(../images/icons/mp3.gif)  !important;}
ol.fileAttachmentList li.attachmentDownload_pdf     {background-image: url(../images/icons/pdf.gif)  !important;}
ol.fileAttachmentList li.attachmentDownload_pub     {background-image: url(../images/icons/pub.gif)  !important;}
ol.fileAttachmentList li.attachmentDownload_zip     {background-image: url(../images/icons/zip.gif)  !important;}
ol.fileAttachmentList li.attachmentDownload_jpg     {background-image: url(../images/icons/jpg.gif)  !important;}
ol.fileAttachmentList li.attachmentDownload_jpeg    {background-image: url(../images/icons/jpeg.gif)  !important;}
ol.fileAttachmentList li.attachmentDownload_gif     {background-image: url(../images/icons/gif.gif)  !important;}
ol.fileAttachmentList li.attachmentDownload_xls     {background-image: url(../images/icons/xls.gif)  !important;}
ol.fileAttachmentList li.attachmentDownload_ppt     {background-image: url(../images/icons/ppt.gif)  !important;}
ol.fileAttachmentList li.attachmentDownload_rar     {background-image: url(../images/icons/rar.gif)  !important;}
ol.fileAttachmentList li.attachmentDownload_rtf     {background-image: url(../images/icons/rtf.gif)  !important;}
ol.fileAttachmentList li.attachmentDownload_txt     {background-image: url(../images/icons/txt.gif)  !important;}
ol.fileAttachmentList li.attachmentDownload_csv     {background-image: url(../images/icons/csv.gif)  !important;}
ol.fileAttachmentList li.attachmentDownload_png     {background-image: url(../images/icons/png.gif)  !important;}

/* Pagination - change border colours if necessary
-------------------------------------------------- */
div#pagination                    {margin-top: 3px; height: 50px;}
div#pagination .count             {display: inline; float: left; padding: 5px;}
div#pagination .pages             {display: inline; float: right; padding: 5px;}
div.pagination                    {display: inline; float: right; margin: 3px; padding: 3px;}
div.pagination a, .Rows a         {margin: 2px; padding: 2px 5px 2px 5px; border: 1px solid #0c1a27; text-decoration: none;}
div.pagination a:hover,
div.pagination a:active,
.Rows a:hover, .Rows a:active     {border: 1px solid #999; color: #999;}
div.pagination span.current       {margin: 2px; padding: 2px 5px 2px 5px; background: #26537a; border: 1px solid #0c1a27; font-weight: bold; color: #FFF;}
div.pagination span.disabled      {margin: 2px; padding: 2px 5px 2px 5px; border: 1px solid #EEE; color: #DDD;}
