@charset "UTF-8";

/* 
Girls Club
ENGINEERING STUDENT RECRUITMENT + OUTREACH OFFICE
Faculty of Applied Science and Engineering
University of Toronto
Designer/Author: Mark Balson
Revision: 1.0

The general layout for this site consists of three main section 
containers that span the width of the screen. Within this each 
has a inner container to properly center it's contents and apply
a fixed width.
--------------------------------------------------------*/

body {
	padding: 0px;
	margin: 0px;
	font-family: helvetica, arial, verdana, serif;
	font-size: 62.5%; /* makes text size equal to 10px adjust with em value hereafter */
	color: #343434;
	background: #eeeeee;
	}
	
/********** Header ************/

#headerContainer {
	height: 334px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #eeeeee;
	}

#headerInner {
	height: 334px;
	width: 946px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background: url("http://enrichment.uoftengineering.com/girlsclub/_graphics/header_bg.gif") no-repeat 0px 0px;
	}

#headerInner #left {
	height: 334px;width: 466px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	}

#headerInner #left img {
	padding: 0px 0px 0px 0px;
	margin: 36px 0px 0px 36px;
	}

#headerInner #right {
	height: 334px;
	width: 480px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	}
	
body#default #headerInner #right {
	background: url("http://enrichment.uoftengineering.com/girlsclub/_graphics/header_image01.jpg") no-repeat 0px 14px;
}

body#curriculum #headerInner #right {
	background: url("http://enrichment.uoftengineering.com/girlsclub/_graphics/4.jpg") no-repeat 0px 14px;
}

body#register #headerInner #right {
	background: url("http://enrichment.uoftengineering.com/girlsclub/_graphics/3.jpg") no-repeat 0px 14px;
}

body#money #headerInner #right {
	background: url("http://enrichment.uoftengineering.com/girlsclub/_graphics/5.jpg") no-repeat 0px 14px;
}

body#faqs #headerInner #right {
	background: url("http://enrichment.uoftengineering.com/girlsclub/_graphics/6.jpg") no-repeat 0px 14px;
}

	
h1 {
	height: 134px;
	width: 248px;
	padding: 0px 0px 0px 0px;
	margin: 32px 0px 0px 12px;
	font-size: 4.0em;
	font-weight: bold;
	letter-spacing: -0.5px;
	color: #000000;
	text-indent: -9000px;
	background: url("http://enrichment.uoftengineering.com/girlsclub/_graphics/header_wordmark.png") no-repeat 0px 0px ;
	}
	
/********** Main Menu ************/

#menu {
	height: 67px;
	/*width: 424px;*/
	padding: 0px 0px 0px 0px;
	margin: 157px 0px 0px 14px !important;
	margin: 154px 0px 0px 0px;
	float: left;
	font-size: 1.5em;
	font-weight: normal;
	color: #ffffff;
	}
	
#menu ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 14px;
	float: left;
	text-decoration: none;
	list-style: none;
	}
	
#menu li {
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
	float: left; 
	}
		
#menu li a { 
	padding: 14px 14px 40px 14px;
	color: #ffffff;
	text-decoration: none;
	float: left; 
	line-height: 1.0em;
	}
	
#menu li a:hover { 
	color: #ffffff;
	background: #479cde url("http://enrichment.uoftengineering.com/girlsclub/_graphics/menu_bg.gif") repeat-x 0px 0px ;
	text-decoration:none;
	}
	
/** active page markers **/
	
body#curriculum #menu li#curriculum a, 
body#register #menu li#register a, 
body#money #menu li#money a, 
body#faqs #menu li#faqs a
	{
	color: #ffffff;
	background: #479cde url("http://enrichment.uoftengineering.com/girlsclub/_graphics/menu_bg.gif") repeat-x 0px 0px ;
	text-decoration:none;
	}

	

/********** Content ************/

#contentContainer {
	width: 100%;
	padding: 0px 0px 0px 0px;
	float: left;
	}

#contentInner {
	width: 946px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	}
		
#contentBlock {
	min-height: 490px;
	width: 946px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
	float: left;
	display: inline;
	}
	
#mainBlock {
	width: 640px;
	margin: 0px 66px 20px 0px !important;
	margin: 0px 0px 20px 0px; 
	padding: 0px 0px 0px 0px;
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	color: #343434;
	display: inline;
	}
	
p {
	text-align: left;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 18px;
	color: #343434;
	clear:both;
	}
	
.boxPadding {
	float: left;
	padding: 35px 0px 5px 0px;
	}

h2  {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 23px;
	font-weight: bold;
	line-height: 28px;
	color: #7db723;
	}
	
h3  {
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: normal;
	color: #7db723;
	}
	
hr {
	height: 4px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
	border: none;
	background: url("http://enrichment.uoftengineering.com/girlsclub/_graphics/hr_bg.gif") no-repeat 0px 0px;
	clear:both;
	overflow: hidden;
	}
	
#mainBlock a, 
#mainBlock a:link, 
#mainBlock a:visited, 
#mainBlock a:active{
	color: #7db723;
	text-decoration:underline;
	}

#mainBlock a:hover {
	color: #ffffff;
	background-color: #7db723;
	text-decoration: none;
	}
	
#mainBlock ul {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 30px;
	}
	
#mainBlock li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
	font-size: 1.0em;
	}
	
.block {
	padding: 14px 14px 14px 14px;
	margin: 5px 0px 0px 0px;
	background: #f8f8f8;
	font-size: 12px;
	}
	
.block p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	}

	
/********** Side Bar ************/

#subBlock {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 14px;
	float: right;
	text-align: left;
	width: 226px;
	}
	
#subBlock h4  {
	padding: 20px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	font-weight: normal;
	color: #7db723;
	background: url("http://enrichment.uoftengineering.com/girlsclub/_graphics/sidebar_line.gif") no-repeat 0px 0px ;
	}
	
#subBlock p {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	color: #343434;
	}

#subBlock ul {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 18px;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	color: #343434;
	}
	
#subBlock a:link, 
#subBlock a:visited, 
#subBlock a:active {
	color: #7db723;
	text-decoration:underline;
	}

#subBlock a:hover {
	color: #ffffff;
	background-color: #7db723;
	text-decoration: none;
	}
	
/********** Footer ************/

#footerContainer {
	height: 104px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #eeeeee;
	float: left;
	}

#footerInner {
	height: 81px;
	width: 946px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background: #252525 url("http://skulespace-core8.uoftengineering.com/_graphics/_css/footer_bg.png") no-repeat;
	}

#footerInner #left {
	height: 81px;
	width: 276px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	}
	
#footerInner #left img {
	padding: 0px 0px 0px 0px;
	margin: 16px 0px 0px 20px;
	float: left;
	}

#footerInner #right {
	height: 81px;
	width: 646px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	float: right;
	}
	
#footerInner #bottom {
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 0px 20px;
	float: left;
	color: #8d8d8d;
	font-size: 0.8em;
	}
	
/********** Footer Menu ************/

#menu_footer {
	padding: 0px 0px 0px 0px;
	margin: 30px 20px 0px 0px;
	float: right;
	font-size: 1.4em;
	font-weight: normal;
	color: #93eaf8;
	}
	
#menu_footer ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	text-decoration: none;
	list-style: none;
	}
	
#menu_footer li {
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
	float: left; 
	}
		
#menu_footer li a { 
	padding: 0px 14px 0px 14px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	}
	
#menu_footer li a:hover { 
	color: #ffffff;
	text-decoration: underline;
	}

.small {
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	background: url("http://skulespace-core8.uoftengineering.com/_graphics/_css/hr_bg.gif") no-repeat bottom left;
	clear:both;
	}

