/* 

STYLE SHEET FOR - I WANT TO BE A NERD
Created by Troy Ricci for Pixelscience
www.pixelscience.ca

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	margin:0;
	padding:0;
	background-image: url(../imgs/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #E6E6E8;
	font-family: "trebuchet MS";
	font-size: 12px;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
		}

#centre {
	width:959px;
	margin:0 auto;
	padding-bottom:100px;
	
	   }

#masthead {
	background-image: url(../imgs/top_red.jpg);
	background-repeat: no-repeat;
	height: 108px;
	width: 959px;
		}
#stretch {
	color: #B00808;
	width: 959px;
	background-color: #BF0B0A;
	background-image: url(../imgs/extra_nav.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
	font-size: 11px;
}
#stretch p {
	margin: 0px;
	padding: 0px;
}
		
#logo {
		}
		
#navcontainer {
	height: 90px;
	width: 770px;
	float: right;
	background-image: url(../imgs/nav_vert.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
		}
		
#navcontainer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	position: absolute;
	bottom: 41px;
	margin-left: 10px;
	width: 640px;
	line-height: 9px;
}

#content {
	height: 595px;
	width: 959px;
	background-image: url(../imgs/content_bg.jpg);
	background-repeat: repeat-y;
		}

#scrolled_container {

	width:607px;
	height:412px;
	background-image: url(../imgs/left_content_bg.jpg);
	background-repeat: no-repeat;
	position:relative;
	float: left;
	}

#scrolled_container_cloud {

	width:607px;
	height:412px;
	background-image: url(../imgs/left_content_bg.jpg);
	background-repeat: no-repeat;
	position:relative;
	float: center;
	}

/** html #scrolled_container {
	width:405px;
	}*/
	
#video {
	height: 405px;
	width: 338px;
	float: right;
	margin:1px 7px 0 0;
}

#sub_col {
	height: 405px;
	width: 338px;
	float: right;
	margin:1px 7px 0 0;
	background-color:#363636;
}

* html #sub_col {
	margin-right:3px;
	}

* html #video {
	margin-right:3px;
	}

#ads {
	margin:0 auto;
	width: 945px;
}
#reason_links {
	background-color: #363636;
	width: 338px;
	margin-top: 7px;
}

/*IE7 Filter*/

*:first-child+ html #reason_links li  {
	margin-top:-5px;
	height:26px;
	}

#reason_links li {
	display: block;
	height: 26px;
	background-image: url(../imgs/dark_dotted_hr.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#reason_links li a {
	text-decoration: none;
	color: #C5C5C5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../imgs/dark_n.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	display: block;
	padding-left: 40px;
	line-height: 26px;
}

#reason_links li a:hover {
	color: #FFFFFF;
	background-color: #171717;
	background-image: url(../imgs/hover_n.gif);
	height: 25px;
	font-weight: bold;
	}

* html #reason_links li  {
	height:24px;
	}

#scrolled_content {
	width:570px;
	height:393px;
	position:absolute;
	overflow: auto;
	top: 7px;
	left: 15px;
	padding-right: 17px;
	}

#areyou #scrolled_content,
#mobile #scrolled_content,
#offer #scrolled_content,
#testimonials #scrolled_content,
#newspage #scrolled_content,
#family #scrolled_content,
#apply #scrolled_content
 {
	padding-left: 15px;
	padding-top: 10px;
	width: 555px;
	height: 383px;
	
	}
	
#footer {
	background-image: url(../imgs/footer_bg.gif);
	background-repeat: repeat-x;
	height: 35px;
	color: #737373;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
		}
#footer a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#footer a {
	text-decoration: none;
	color: #737373;
}


.clear {
		clear: both;
		height: 0;
		}

/* ---------- 3. links and navigation ---------- */

a {
		}
		
a:hover {
	
		}
.news {
	height: 136px;
	width: 541px;
	background-image: url(../imgs/dotted_hr.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin:14px 0 0 8px;
	}
	
.news a {
	text-decoration: none;
	font-weight: bold;
	color: #C00B0B;
}

#navigation {
	height: 31px;
	width: 760px;
	background-image: url(../imgs/nav_bg.jpg);
	position: absolute;
	bottom: 2px;
	left: 1px;
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 31px;
		}

#navigation a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding-right: 9px;
	padding-left: 9px;
		}

#navigation a:hover {
	background-image: url(../imgs/hover_bg.gif);
	background-repeat: repeat-x;
	color: #C00B0B;	
	}
#areyou #navigation .areyou a,
#mobile #navigation .mobile a,
#offer #navigation .offer a,
#testimonials #navigation .testimonials a,
#newspage #navigation .newspage a,
#family #navigation .family a
	 {
	background-image: url(../imgs/hover_bg.gif);
	background-repeat: repeat-x;
	color: #C00B0B;	
	}


#navigation ul {
		}

#navigation li {
	float: left;
	background-image: url(../imgs/nav_pipe.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right:1px;
		}
		
/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul {
		}

h1 {
	font-size: 16px;
	margin-bottom: 5px;
		}
#scrolled_content p {
	margin-bottom: 10px;
}
#scrolled_content p img {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #808080;
}

#scrolled_content .pics img {
	
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #808080;
}

#scrolled_content .pics {
}


.red {
	color: #BF0B0A;
	font-weight: bold;
}


.news h2 {
	font-size: 14px;
	font-weight: bold;
	background-image: url(../imgs/n.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	width: 380px;
	float: right;
		}
		
h2 {
	font-size: 14px;
	font-weight: bold;
	background-image: url(../imgs/n.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	width: 380px;
	
	}
		
.news p {
	font-family: "trebuchet MS";
	font-size: 11px;
	display: block;
	width: 405px;
	float: right;
}

.news img {
	float: left;
}


h3 {
	font-size: 16px;
		}

		
h4 {
	margin:0 0 5px 0;
	text-decoration:underline;
		}


ul {
		list-style-type: none;
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
#reason_links p {
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 12px;
}
#scrolled_content a {
	color: #BF0B0A;
	text-decoration: underline;
}
.hr {
	height: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 520px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #808080;
	margin-left: 18px;
}
.light_heading {
	color: #FFFFFF;
	margin-left: 10px;
}
.reason_img {
	float: left;
	margin-left: 10px;
	border: 1px solid #808080;
	margin-bottom: 15px;
}
#scrolled_content img.right {
	float: right;
	margin-left: 10px;
}
.italics {
	font-size: 11px;
	font-style: italic;
}
