/* --------------------------------------------------
Standard Stylesheet for 'most' browsers!
website:  Southfields Infant School 
version:  2008.01
author:   Sean Johnson / Mike Armstrong @ e4education
-------------------------------------------------- */

/* import additional style sheets
-------------------------------------------------- */
@import "news.css";
@import "calendar.css";
@import "contentblock.css";
@import "comments.css";


/* Remove default margins & paddings
-------------------------------------------------- */
*                                 {margin: 0; padding: 0;}

/* Fixes forcer issue with news items
-------------------------------------------------- */
.newsItemOdd, .newsItem           {width: 99%;}

/* icons and styles for file attachments
-------------------------------------------------- */
ul.fileAttachmentList             {min-height: 40px; padding: 0 0 20px 0; margin: 0;}
ul.fileAttachmentList li          {list-style-type: none; height: 35px; padding-left: 40px;	padding-top: 20px; margin-bottom: -10px; background-position: left; background-repeat: no-repeat;}

ul.fileAttachmentList li.attachmentDownload_doc {background-image: url(../images/icons/doc.gif)!important;}
ul.fileAttachmentList li.attachmentDownload_mp3 {background-image: url(../images/icons/mp3.gif)!important;}
ul.fileAttachmentList li.attachmentDownload_pdf {background-image: url(../images/icons/pdf.gif)!important;}
ul.fileAttachmentList li.attachmentDownload_pub {background-image: url(../images/icons/pub.gif)!important;}
ul.fileAttachmentList li.attachmentDownload_zip {background-image: url(../images/icons/zip.gif)!important;}
ul.fileAttachmentList li.attachmentDownload_jpg {background-image: url(../images/icons/jpg.gif)!important;}
ul.fileAttachmentList li.attachmentDownload_jpeg {background-image: url(../images/icons/jpeg.gif)!important;}
ul.fileAttachmentList li.attachmentDownload_gif {background-image: url(../images/icons/gif.gif)!important;}
ul.fileAttachmentList li.attachmentDownload_xls {background-image: url(../images/icons/xls.gif)!important;}
ul.fileAttachmentList li.attachmentDownload_ppt {background-image: url(../images/icons/ppt.gif)!important;}
ul.fileAttachmentList li.attachmentDownload_rar {background-image: url(../images/icons/rar.gif)!important;}
ul.fileAttachmentList li.attachmentDownload_rtf {background-image: url(../images/icons/rtf.gif)!important;}
ul.fileAttachmentList li.attachmentDownload_txt {background-image: url(../images/icons/txt.gif)!important;}
ul.fileAttachmentList li.attachmentDownload_csv {background-image: url(../images/icons/csv.gif)!important;}
ul.fileAttachmentList li.attachmentDownload_png {background-image: url(../images/icons/png.gif)!important;}

/* Base styles, typography & alignments
-------------------------------------------------- */
body                              {margin: 0px auto; background: #001F3E url(../images/design/page_bg.jpg) repeat-x top; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; line-height: 170%; text-align: center; color: navy;}

h1, h2, h3                        {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: navy;}
h1                                {font-size: 150%;}
h2                                {font-size: 120%;}
h3                                {font-size: 110%;}

p                                 {margin-bottom: 1em;}

#content ul                       {margin-bottom: 1em;}
#content li                       {margin-left: 1em;}

img.left                          {float: left; margin: 0 10px 10px 0;}
img.right                         {float: right; margin: 0 0 10px 10px;}

.left                             {float: left;}
.right                            {float: right;}
.center                           {margin: 0 auto; text-align: center;}

a:link                            {color: #006699;}
a:visited                         {color: #004364;}
a:hover                           {color: #009BE6;}
a:active                          {color: #009BE6;}

form                              {margin-bottom: 20px;}
fieldset                          {border: 0;}
input, textarea, select           {margin-bottom: 10px; padding: 3px; font-family: Verdana, Arial, sans-serif; font-size: 90%;}
input.button                      {margin-left: 210px; width: 100px;}

.error                            {padding-left: 20px; color:#f00;}
.caption                          {font-style: italic; font-size: 90%;}
.noShow                           {display: none;}

hr.cleaner                        {visibility: hidden; clear: both; margin: -1px 0 0 0; padding: 0; height: 1px; border: none;}
.clear:after                      {content: "."; display: block; clear:both; height: 0; visibility: hidden;}


/* Structure and DIV specific styling
-------------------------------------------------- */
#container	                      {margin: 0px auto; width: 960px; background: #FFF url(../images/design/container_bg.jpg) repeat-y left; text-align: left;}

#header		                      {float: right; display: inline; color: #FFF;}
#header h1, #header h2            {display: none;}

#flashHeader                      {float: right; width: 740px; height: 260px; background: url(../images/design/header_bg.jpg) no-repeat top right;}
#flashHeader object,
#flashHeader embed                {}

#breadcrumbs                      {position: relative; float: left; margin: -30px 0px 0px; padding: 5px; font-weight: bold; font-size: 90%; color: #46432B;}
#breadcrumbs p                    {display: inline;}
#breadcrumbs ul                   {list-style: none; display: inline;}
#breadcrumbs li                   {display: inline;}
#breadcrumbs a                    {text-decoration: underline; font-weight: normal; color: #46432B;}
#breadcrumbs a:hover              {color: #000;}

#dateTime                         {position: relative; float: right; margin: -30px 0px 0px; padding: 5px; width: 180px; font-size: 90%; text-align: right; font-weight: bold; color: #46432B;}
 
#main	                          {width: 960px;}

#menu                             {position: relative; float: left; margin: 0; padding: 185px 0px 0px; width: 220px; background: url(../images/design/school_name.jpg) no-repeat top left;}
#menu ul                          {width: 220px; margin: 0px; padding: 0px; list-style-type: none;}
#menu li                          {margin: 0px; padding: 0px; list-style: none;}
#menu li a                        {display: block; width: 220px; background-repeat: no-repeat; background-position: top left; text-indent: -9000px; outline: none;}
#menu li a:hover                  {background-position: top right;}
#menu1 a                          {height: 75px; background-image: url(../images/design/menu_1.jpg);}
#menu2 a                          {height: 74px; background-image: url(../images/design/menu_2.jpg);}
#menu3 a                          {height: 73px; background-image: url(../images/design/menu_3.jpg);}
#menu4 a                          {height: 63px; background-image: url(../images/design/menu_4.jpg);}
#menu5 a                          {height: 74px; background-image: url(../images/design/menu_5.jpg);}
#menu6 a                          {height: 93px; background-image: url(../images/design/menu_6.jpg);}

#contentWrapper                   {float: right; width: 740px;}

#subnav                           {clear: both; margin: 0px 10px; padding: 5px; font-weight: bold; text-align: center;}
#subnav ul                        {padding: 5px; background: navy;}
#subnav li                        {display: inline; padding: 0px 5px 0px 13px; background: url(../images/design/subnav_bullet.gif) no-repeat 0px 5px;}
#subnav a                         {color: #FFF;}
#subnav a:link                    {text-decoration: none;}
#subnav a:visited                 {text-decoration: none;}
#subnav a:hover                   {text-decoration: underline;}
#subnav a:active                  {text-decoration: none;}

#content                          {clear: both;	padding: 15px;}

#forcer                           {float: left;	width: 0px; height: 300px; display: none;}

.imageFooterMiddle                {padding-bottom: 20px; /* Enough room for 4 lines of text */ padding-top: 5px; line-height: 120%; font-size: 90% !important;}

.newsItem h2                      {background: none; font-size: 110%;}

#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;	padding: 65px 5px 200px 220px; width: 735px; background: #001F3E url(../images/design/footer_bg.jpg) no-repeat top left; text-align: center; font-size: 80%; color: #46432B;}
#footer p                         {padding: 0; line-height: 110%;}
#footer a                         {color: #46432B; text-decoration: underline;}

#slideshow                        {float: right; margin: 0 0 5px 5px; width: 280px; height: 186px;}