/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : James Greenwood / james.greenwood@gforces.co.uk / G-Forces Web Management Ltd

Type: Screen, Projection

Description : Screen and projection stylesheet for Sunderland High School site

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* COMMON AND GLOBAL */
html { height:100%; }
body { height:100%; font:62.5%/1.6 Arial, Helvetica, sans-serif; background:#ffffff; color:#000000; text-align:center; background:url(../images/layup/bg.jpg) repeat-x #fff; margin:0; padding:0; }
/*  This font sizing is for standards based browsers (firefox, opera, mozilla) that can re-size text.  
Declaring the font size in pixels makes it more consistent across browsers. */
td, textarea, input, select { font:100% arial, verdana, helvetica, sans-serif; }
html>body td, html>body textarea, html>body input, html>body select { font-size:11px; }
/* some browsers don't inherit the font into tables or textareas! */

/* ----- IDS ----- */
#container { width:919px; min-height:100%; margin:0 auto; text-align:left; font-size:110%; line-height: normal; }   
* html #container { height:100%; }
#printHeader { display:none; }

#header { width:919px; height:144px; position:relative; }
#header #logo { position:absolute; left:1px; top:6px; }
#header #contactDetails { position: absolute; right:0; top:20px; }

#mainContent { width:919px; background:url(../images/layup/mainContentBtm.gif) no-repeat left bottom #fff; }
#mainContent .padding { padding:16px 31px 16px 36px; }

/* ----- LEFT COLUMN ----- */
#leftCol { width:163px; float:left; }

/* ----- RIGHT COLUMN ----- */
#rightCol { width:636px; float:right; }

/* ----- LISTS ----- */
#list .listItem { height: 195px; }
#list .listItem a { text-decoration: none; font-weight: normal; cursor: pointer; }
#list .listItem .thumb { float: left; }
#list .listItem .thumb .borderGrey { border:5px solid #B8B7B4; }
#list .listItem .details { float: left; width: 450px; height: 142px; background: #f8f6f2; }
#list .listItem .details .heading { display: block; background: #b8b7b4; color: #FFF; padding: 8px 15px 8px 15px; font-weight: bold; }
#list .listItem .details .info { display: block; color:#555555; padding: 10px 15px 0px 15px; }
#list .listItem .readMore { display: block; clear: both; color: #374c78; font-weight: bold; background:#F8F6F2; padding: 0px 10px 0px 0px; margin-top: 1px; }
#list .listItem .readMore .padding { padding: 4px 10px 4px 10px !important; background: #f8f6f2; display: block; }

/* ----- CONTACT US ----- */
.contactBox { background: #f8f6f2; padding-bottom: 10px; margin:0 0 15px; }
.contactBox .heading { display: block; background: #152e72; color: #FFF; padding: 5px 15px 5px 15px; font-weight: bold; margin-bottom: 10px; }
.contactBox .details { display: block; padding: 0px 10px 0px 15px; }
.contactBox .details p { font-size: 11px; }
.contactBox #mapContainer { display: block; float: right; margin: 0px 0px 0px 15px; }
.contactBox #mapContainer #map { border:5px solid #B8B7B4; }

/* ----- CMS IMAGE ----- */
.cmsImg { margin:0 0 25px 25px; position:relative; float:right; }
.cmsImg .frame { position:absolute; left:0; top:0; }

/* ----- GLOBAL CLASSES ----- */
.clear { clear:both; display: block; }
.clearSmall { clear: both; display: block; height: 0; line-height: 0; font-size: 0; }
.hide { display:none; }
.show { display:block; }
.printShow { display:none; }
.printHide { display:block; }
.float_left { float:left !important; }
.float_right { float:right !important; }
.align_left { text-align:left !important; }
.align_center { text-align:center !important; }
.align_right { text-align:right !important; }
.align_justify { text-align:justify !important; }
.align_bottom { vertical-align:bottom !important; }
.image_right { float:right; margin:0 0 15px 15px; }
.image_left { float:left; margin:0 15px 15px 0; }
.image_center { margin:0 auto; }
.hand { cursor:pointer; }
.seo {text-decoration:none;font-weight:normal;}
.ieLinkFix { background: url(../images/layup/ie6LinkFix.gif); }

/* ----- HEADINGS & PARAGRAPHS ----- */
h1, h2, h3, h4, h5, h6 { margin:0; padding:0 0 15px 0; font-size:100%; font-weight:bold; }
h1 { font-size:24px; color:#092265; font-weight:normal; }
h2 { font-size:14px; color:#e0083b; font-weight:normal; }

/* ----- TOP NAVIGATION ----- */
#primaryNav { height:43px; background:url(../images/layup/navBg.jpg) no-repeat center bottom; }
#primaryNav ul { list-style:none; margin:0; padding:0 0 0 112px; }
#primaryNav li { background:url(../images/layup/navDivider.gif) no-repeat right 8px; margin:0 11px 0 0; padding:0 8px 0 0; float:left; }
#primaryNav li.last { background:none; padding:0; margin:0; }
#primaryNav li a { font-size:12px; text-decoration: none; color:#FFFFFF; position:relative; display: block; }
#primaryNav li a span { padding:8px 8px 21px; display:block; }
#primaryNav li a:hover,
#primaryNav li.active a { color: #092265; background:url(../images/layup/navHoverRight.gif) no-repeat right top; }
#primaryNav li a:hover span,
#primaryNav li.active a span { background:url(../images/layup/navHoverLeft.gif) no-repeat left top; }

/* ----- DROPDOWN NAV ----- */
#primaryNav li:hover a { color: #FFFFFF; background:url(../images/layup/navLeft.gif) top left no-repeat; }
#primaryNav li:hover a span { color: #FFFFFF; background:url(../images/layup/navRight.gif) top right no-repeat; }
#primaryNav ul li ul { height: auto; left: -999em; position: absolute; float: none !important; top:170px; }
#primaryNav ul li ul li { float: none !important; }
#primaryNav ul li:hover ul,
#primaryNav ul li.sfhover ul { left: auto; padding: 2px; margin: 0px 0px 0px 0px; display: block; width: 200px;  z-index:500 }
#primaryNav ul li:hover ul li,
#primaryNav ul li.sfhover ul li { display: block; padding: 4px 0px 0px 0px;	margin: 0px; background: #6376A8; border-bottom: 1px solid #03143F; border-left: 1px solid #03143F;  }
#primaryNav ul li:hover ul li a,
#primaryNav ul li.sfhover ul li a {	padding: 4px 5px 9px 10px; margin: 0px; color: #ffffff; background: none; }
#primaryNav ul li:hover ul li a:hover,
#primaryNav ul li.sfhover ul li a:hover { padding: 4px 5px 9px 10px; margin: 0px; text-decoration: underline; background: none; }


/* ----- SECONDARY NAVIGATION ----- */
#secondaryNav {}
#secondaryNav ul { list-style:none; margin:0; padding:0; }
#secondaryNav ul li { border-bottom:1px solid #cdcbcb; margin:0; padding:0; }
#secondaryNav ul li.last { border:none; }
#secondaryNav ul li a { text-align:right; text-decoration:none; color:#051643; padding:11px 0; position:relative; display:block; }
#secondaryNav ul li a:hover { color:#e0083b; }

/* ----- SITE MAP ----- */
#sitemap { list-style:none; margin:0 0 0 5px; padding:0;}
#sitemap ul { list-style:none;  margin:10px 0 0px 15px; padding:0;}
#sitemap li { background:url(../images/layup/bulletSitemap.gif) 0px 9px no-repeat; padding:6px 0 5px 15px;}

/* ----- BREADCRUMBS/PAGINATION/PAGE TOP AND BOTTOMS ----- */
#breadcrumbs { height:39px; color:#092265; line-height:normal; float:right; }
#breadcrumbs a { color:#092265; font-weight: normal; text-decoration:none; float:left; }
#breadcrumbs a:hover { text-decoration:underline; }
#breadcrumbs span { float:left; }
#breadcrumbs .current { text-decoration:underline; }

/* ----- FOOTER ----- */
#footerWrapper { height:122px; background:#d7d7d7; margin:-122px 0 0; }
#footer { width:919px; height:122px; font-size:11px; color:#151516; text-align:left; margin:0 auto; }
#footer .padding { padding:36px 77px 0 0; }
#footer p { font-size:11px; text-align:left; }
#footer a { color:#151516; font-weight:normal; text-decoration:none;}
#footer a:hover { text-decoration:underline;}

/* ----- GLOBAL ----- */
img { display:block; border:0; }
p { font-size:12px; padding:0 0 15px 0; margin:0; }
address { font-style:normal;}

/* ----- LINKS ----- */
a { color:#e0083b; font-weight:bold; text-decoration:underline;cursor:pointer; }
a:hover { text-decoration:none; }

/* ----- FORMS ----- */
form { padding:0; margin:0; }
fieldset { padding:0; margin:0; border:0px none; }
legend { padding:0; margin:0; display:none; }
label { display:block; width:260px; float:left; }
input, textarea { width:200px; font-size:11px !important;}
.required { color:#0033FF;}
.checkRadio { width:20px; position:relative; left:-7px;}
#frmContact { margin-bottom:15px;}
#frmContact p { padding:7px 0;}
#frmContact select { width:204px;}
#frmContact div { margin-bottom:10px;}
#submit { width:55px; height:24px; border:none;}

/* ----- Prototype Validation ----- */
input.disabled { border: 1px solid #F2F2F2; background-color: #F2F2F2; }
input.validation-failed, textarea.validation-failed, select.validation-failed { border: 1px solid #4544e4; color : #FF3300; }
input.validation-passed, textarea.validation-passed, select.validation-passed { border: 1px solid #00CC00; color : #000; }
.validation-advice { margin: 5px 0; width:452px; padding: 5px; background-color: #e0083b; color : #FFF; font-weight: bold; }

/* ----- TABLES ----- */
table { border-collapse:collapse; }
table p { padding:0px; }

/* ----- STOCK UPDATES FORM ----- */
#promoForm { padding:12px 0 0 19px; }
#promoForm .signupBoxes { margin-bottom:20px; margin-top:10px;}
#promoForm .signupBoxes label { float:left; width:450px; position:relative; top:4px;}
#promoForm .signupBoxes input { float:left; width: 14px; margin-right: 10px;}
#promoForm select { width:125px !important; margin-bottom: 10px; display:block; margin-right:15px;}
#promoForm .carSelects { padding-top:18px;}
#promoForm .submitButton { margin:5px 0 20px 0;}

/* ----- DOMTABS ----- 
.domTabs { padding-bottom: 30px; }
.domContent { border: 1px solid #333333; }
.dt1 { display: block; }

ul.domHeadings { padding: 0px; margin: 0px; list-style: none; }
ul.domHeadings li { float: left; }
ul.domHeadings li a { display: block; float: left; padding: 5px 10px 5px 10px; background: #000; color: #FFF; text-decoration: none; font-weight: bold; }
ul.domHeadings li a:hover, ul.domHeadings li.active a { background: #BCBCBC; color: #000; }*/

