@charset "utf-8";

* {
		margin: 0;
		padding: 0;
	}

body {
		background:#082f86 url(bg.png) repeat-x;
		font:75%/1.5em "Trebuchet MS", Verdana, sans-serif;
		color:#363636;
	}

/* [+] -- GENERIC -------------------------------- */

#bodyWrapper {
		width:885px;
		margin:auto;
		background:url(bgContent.gif) repeat-y top right;
	}

/* [+] -- LINKS -------------------------------- */

a {color:#244695;text-decoration: none}
a:hover {color:#041742; text-decoration: underline}
a img {border: none;}

/* [+] -- HEAD -------------------------------- */
#header {
		background:url(bg.png) repeat-x top right;
		text-align:right;
		position: relative;
	}
#logo {float:right; padding-bottom: 4px}

#mainImg {
		background:url(watermark.jpg) no-repeat top left;
	}


	


/* [+] -- CONTENT -------------------------------- */

#mainContent h1 {	
		padding: 10px 0 30px 0;
		}

#footer, #content {margin-left:58px;}

#content {
		background:#fff url(bgContentTop.gif) no-repeat top;
		padding:20px 0px;
	}
	

#content dt {
		font-weight: bold;
		font-size:1.2em; 
		padding: 4px 8px;
		}
#content dd {
		padding: 4px 8px;
		}

#mainContent {
		width:100%; 
		padding: 0 5%;
		w\idth: 90%;
	}

#mainContent h3 {
		background:#244695 url(tabrighttitle.gif) no-repeat top right; 
		padding:2px 15px 1px 10px; 
		font-size:1.2em; 
		text-transform:uppercase; 
		color:#fff;
		display:table;
		margin-top:20px;
		height:20px;
	}


#content dl {	
	width: 225px;
	float: left;
	margin: 0 0 10px 0;
	min-height: 190px;
	}
#content dl.middle {	
	margin: 0 4%;
	}
	

dt a {
		text-decoration: underline;
		}

#content dl.blog-mba {	
	background: #051E56 url(head-mba.jpg) no-repeat top left;
	color: #ccc;
	padding-top: 70px;
	}
	.blog-mba a {
		color: #fff;
		}
.blog-emba {	
	color: #ccc;
	background: #051E56 url(head-emba.jpg) no-repeat top left;
	padding-top: 70px;
	}
	.blog-emba a {
		color: #fff;
		}
#content dl.blog-islam {	
	background: #051E56 url(head-islam.jpg) no-repeat top left;
	color: #ccc;
	padding-top: 70px;
	}
	.blog-islam a {
		color: #fff;
		}
.blog-research-degrees {
	color: #ccc;
	background: #051E56 url(head-research.jpg) no-repeat top left;
	padding-top: 70px;
	}
	.blog-research-degrees a {
		color: #fff;
		}
.blog-oxford-institute {	
	background: #C07FB1 url(head-retail.jpg) no-repeat top left;
	color: #ccc;
	padding-top: 70px;
	}
	.blog-oxford-institute a {
		color: #fff;
		}
.blog-entrepreneurship {
	background: #26686D url(head-entre.jpg) no-repeat top left;
	color: #ccc;
	padding-top: 70px;
	}
	.blog-entrepreneurship a {
		color: #fff;
		}
.blog-skoll {	
	background: #F47320 url(head-skoll.jpg) no-repeat top left;
	color: #ccc;
	padding-top: 70px;
	}
	.blog-skoll a {
		color: #fff;
		}


/* [+] -- FOOTER -------------------------------- */

#footer {clear:both; height:85px; background:url(bgFooter.gif) no-repeat; text-align:center; color:#fff}
#footer p {padding-top:30px;}
#footer p a {color:#ffd700;}



/* [+] -- ACCESSIBILITY -------------------------------- */

#skip {
		position: absolute;
		left: -2000px;
	}
		
/* [+] -- UTILITY -------------------------------- */

.clearFix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}
.clearFix {	
		margin-bottom: 25px;
		display:inline-block;
		}



