/*------------------------------------------------------------------ 
[Summer of Code Master Stylesheet] 
  
Version:    1.1 
Last change:    13/07/09 
Assigned to: 
-------------------------------------------------------------------*/

/*------------------------------------------------------------------ 
[Table of contents] 
 
1. Master reset
2. Typography
3. Grid 
4. Header / #header 
5. Navigation / #navbar 
6. Content / #content 
7. Footer / #footer 
-------------------------------------------------------------------*/    


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

1. Master Reset

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

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}  

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

2. Typography

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


body {
	/* background-image: url(/wp-content/themes/mandigo-14/images/bgrnd.png); */
	background-repeat: repeat-x;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #2a2924;
}

h1, h2, h3, h4, h5, h6 {
}


h2 {
	color: #14122c;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 12px;
}

h3 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 12px;
}

h4 {
}	

h5 {
}

h6 {
}

p {
	color: #14122c;
	font-size: 24px;
	line-height: 28px;
	margin-bottom:18px;	
}

a:focus, a:hover {
	color:#267cd3;
	text-decoration:none;
	}

a {
	color:#267cd3;
	text-decoration:none;
	}

strong {font-weight:bold;}

hr {
	}

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

3. Grid

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

.container {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div.col1, div.col2, div.col3, div.col4 {
	float: left;
	margin-right: 20px;
	}

.col1 {
	width: 225px;
	}
	
.col2 {
	width: 470px;
	}
	
.col3 {
	width: 715px;
    	color: #080714;
    	margin-top:20px;
	}	

.col4 {
	width: 960px;
}

.last {
	margin-right: 0px !important;
	}	

.pad-top {
	padding-top: 20px;
	}
	
.pad-bottom {
	padding-bottom: 20px;
	}

.pad-bottom-sm {
	padding-bottom: 12px;
	}

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

p.static-paragraph, p.static-paragraph span {
	font-size:18px;
	line-height:140%;
	margin-bottom:18px;
}
ul.static-paragraph {
	font-size:18px;
	line-height:200%;
}
ul.static-paragraph li.prot, ul.static-paragraph a li.prot {
	margin-left:15px;
	padding-left:20px;
}
ul.static-paragraph li.dates_title, ul.static-paragraph a li.dates_title {
	margin-left:35px;
	background: url(/wp-content/themes/mandigo-14/images/dates_title.gif);
	background-position-x: left;
	background-position-y: top;
	background-repeat: no-repeat;
	background-color: #fff;
	display: block;
	width: 230px;
	height: 33px;
	padding-top: 10px;
	padding-left: 10px;
}
ul.static-paragraph li.dates_title_blue{
	background: no-repeat url(/wp-content/themes/mandigo-14/images/dates_title_blue.gif) !important;
}
ul.static-paragraph li.dates_title a:hover {
	color:#284381!important;
}
ul.static-paragraph li.dates_title_blue a:hover {
	color:grey !important;
}
a.more-info {
	color:white !important;
}
a.more-info:hover {
       color:#3A66A7;
}
/*------------------------------------------------------------------

4. Header
-------------------------------------------------------------------*/ 

.header {
	width: 910px;
	height: 293px;
	padding:  0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
}

h1 {
	display: block;
	width: 500px;
	height: 0px;
	position: absolute;
	left: 0px;
	top: 20px;
	z-index: 100;
}

h1 a {
	background-position: left top;
	padding: 0px;
	background-image: url(/wp-content/themes/mandigo-14/images/header.png);
	background-repeat: no-repeat;
	display: block;
	width: 500px;
	height: 305px;
	text-indent: -9999px;
	}
h1 a.code_header {
	/* background-image: url(/wp-content/themes/mandigo-14/images/code_header.png); */
	background-image: url(/wp-content/themes/mandigo-14/images/code_header.png);
}
h1 a.design_header {
	background-image: url(/wp-content/themes/mandigo-14/images/design_header.png);
}
h1 a.ba_header {
	background-image: url(/wp-content/themes/mandigo-14/images/ba_header.png);
}
h1 a.eng_header {
	background-image: url(/wp-content/themes/mandigo-14/images/eng_header.png);
}
h1 a.sponsor_title {
        background-image:url(/wp-content/themes/mandigo-14/images/sponsorship_heading.jpg);
        height:55px !important;
        margin-left:472px;
        margin-top:280px;
        position:relative;
        width:425px !important;
}

h1 a.code_title {
	background-image:url(/wp-content/themes/mandigo-14/images/soc_heading.jpg);
	height:55px !important;
	margin-left:472px;
	margin-top:280px;
	position:absolute;
	width:425px !important;
}
h1 a.design_title {
	background-image:url(/wp-content/themes/mandigo-14/images/sod_heading.jpg);
	height:55px !important;
	margin-left:442px;
	margin-top:280px;
	position:absolute;
	width:465px !important;
}
h1 a.ba_title {
	background-image:url(/wp-content/themes/mandigo-14/images/soba_heading.jpg);
	height:110px !important;
	margin-left:430px;
	margin-top:245px;
	position:absolute;
	width:525px !important;
}
h1 a.eng_title {
	background-image:url(/wp-content/themes/mandigo-14/images/soe_heading.jpg);
	height:110px !important;
	margin-left:532px;
	margin-top:230px;
	position:absolute;
	width:345px !important;
}

h1 a:hover {
	border-bottom-style:none;
	}


div.contact_us {
	background: #9a9c9b;
	padding: 20px;
	display: block;
	width: 204px;
	height: 256px;
	position: absolute;
	right: 0px;
	top: 0px;
    margin-top: 30px;
    margin-right:15px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    border:
}

div.contact_us li {
	list-style-type: none;
}

div.contact_us ul li a {
	font-size: 14px;
	color: #000000;
	padding-left: 10px;
}

div.contact_us ul li a:hover {
	color: #ffffff;
}

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

5. Navigation

-------------------------------------------------------------------*/ 
div.help_bubble {
	display:inline-block;
	font-size:35px;
	font-weight:bolder;
	height:135px;
	line-height:120%;
	margin-top:60px;
	text-align:center;
	width:135px;
	float:right;
}
a.sign_bubble {
	color:#B51D1D;
	
}
a.sign_bubble:hover {
	color: #284381;
}
#navbar {
	height:222px;
	width: 950px;
	margin-bottom: 20px;
    	margin-top: 75px;
}
	
#navbar ul {
	margin-left: 0px;
	margin-top: 14px;
}	

#navbar ul li {
	float: left;
	list-style-type: none;
	display: block;
	width: 196px;
	height: 196px;
	margin-right: 45px;
}

#navbar li a {
	font-size: 24px;
  	font-family: impact,arial !important;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 11px;
    text-align: center;
	}
#navbar li a:hover, #navbar li a.active {
	color: #4b4940;
	text-decoration: none;
	border-bottom-style: none;
	background-color: #fff;
	}	

#navbar li.about {
	margin-right: 0px;
}
#stream-navigation-bar {
	height:64px;
	width: 950px;
	margin-bottom: 40px;
    	margin-top: 100px;
}
#stream-navigation-bar ul li {
	float: left;
	list-style-type: none;
	display: block;
	width: ;
	height: 50px;
	padding: 15px;
}
#stream-navigation-bar li a {
	font-size: 44px;
  	font-family: impact,arial !important;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 11px;
    	text-align: center;
}
#stream-navigation-bar li a:hover, #stream-navigation-bar li a.active {
	color: #4b4940;
	text-decoration: none;
	border-bottom-style: none;
}
#stream-navigation-bar li.code a:hover,  #stream-navigation-bar li.code a.active, #stream-navigation-bar li.code a:hover,  #stream-navigation-bar li.code a.focus  {
	color: #007FFF;
}
#stream-navigation-bar li.code a.selected {
	color: #007FFF!important;
}
#stream-navigation-bar li.engineering a.selected {
	color: #FBEC5D!important;
}
#stream-navigation-bar li.ba a.selected {
	color: #FBEC5D!important;
}
#stream-navigation-bar li.design a.selected {
	color: #DD7500!important;
}



.code {
    background-color: #000000;
}
.engineering {
    background-color: #284381;
}	
.ba {
    background-color: #b51d1d;
}
.design {
    background-color: #4b502e;
}
/*------------------------------------------------------------------

6. Dates & sponsors

-------------------------------------------------------------------*/ 
div.sign_bubble {
    display:inline-block;
    float:right;
    margin-right:45px;
    width:135px;
    height:135px;
    text-indent:-9999px;
    background: url(/wp-content/themes/mandigo-14/images/sign_up.png) transparent no-repeat;
    margin-top: 30px;
}
a.sign_bubble {
    width:135px;
    height:135px;
}

ul.dates {
	margin-top: 40px;
}

ul.dates li {
	width: 240px;
	list-style-type: none;
	float: left;
}

ul.dates li a {
	font-size: 16px;
	font-weight: bolder;
	color: #4b4940;
}
ul.dates li p {
	font-size: 12px;
	color: #4b4940;
	line-height: 13px;
}

ul.dates li.dates_title, ul.dates li.more_info {
	background: url(/wp-content/themes/mandigo-14/images/dates_title.gif);
	background-position-x: left;
	background-position-y: top;
	background-repeat: no-repeat;
	background-color: #fff;
	display: block;
	width: 230px;
	height: 33px;
	padding-top: 10px;
	padding-left: 10px;
}
ul.dates li.more_info {
	background: url(/wp-content/themes/mandigo-14/images/dates) !important;
}
 
ul.dates li.dates_title a, il.dates li.more_info a {
	color: #ffffff;
	font-weight: bold;
}
ul.dates li.dates_title a:hover, ul.dates li.more_info a:hover {
	color: #267CD3;
}

ul.home li.home_title {
	background: url(/wp-content/themes/mandigo-14/images/home_title.gif);
	background-position-x: left;
	background-position-y: top;
	background-repeat: no-repeat;
	background-color: #fff;
	display: block;
	width: 160px;
	height: 33px;
	padding-top: 10px;
	padding-left: 50px;
	margin-top:50px;
	float:right;	
}

li.home_title a {
	font-size:16px;
	color: #ffffff;
	font-weight: bold;
} 

ul.xero {
	margin-top: 40px;
}

ul.xero li a {
	font-size: 13px;
	color: #4b4940;
	line-height: 115%;

}

ul.xero li p{
	font-size: 13px;
	color: #4b4940;
	line-height: 115%;
} 

ul.xero li {
	margin-right: 10px;
	width: 225px;
	list-style-type: none;
	float: left;
}

ul.xero span.title a {
       font-size: 16px;
	font-weight: bold;
}

ul.xero li.xero_title {
	background: url(/wp-content/themes/mandigo-14/images/xero-badge.png);
	background-position-x: left;
	background-position-y: top;
	background-repeat: no-repeat;
	background-color: #fff;
	display: block;
	width: 226px;
	height: 47px;
	padding-top: 10px;
	padding-left: 10px;
}

ul.xero li.dates_title a {
	color: #ffffff;
	font-weight: bold;
}

ul.sponsors {
	margin-top:40px;
}

ul.sponsors li {
	list-style-type: none;
	float: left;
    	margin-right:30px;
}
/*------------------------------------------------------------------

7. Footer

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

.footer {
	
}


