/* @override http://newmediacampaigns.com/css/compiled.css */

/* Eric Meyer Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font: 12px/20px arial, verdana, sans-serif;
	color: #58534c;
	background: #FFF fixed;
	background-color: rgb(231, 231, 231);
	background-image: url(../images/bg-body.jpg);
	background-position: 50% 0px;
	background-repeat: no-repeat;
}

:focus { outline: 0; }


a{ color: #000; }
a:link, a:visited{ text-decoration: underline; }
a:hover, a:active{ text-decoration: none; }
a img{ border: none; }

/**/

#title h1 { font-size:28px; height:1.2%; margin-top:20px; font-family: 'Convergence', sans-serif; color:#008EC6; text-shadow: 1px 1px #99FF00; line-height:30px; width:90%; float:center; margin-bottom:0px;}


/* Layout */
.boundingBox{
	margin: 0 auto;
	width: 85.5%;
}

/* Content */

#content{ padding: 20px 0; }

/* Olympics Logo */

#olympicslogo {
	float:left;
	width:160px;
	height:124px;
	background:url(../images/london2012.png) top left no-repeat;
	margin-left: 44px;
	margin-top: 16px;
	margin-right: 30px;
}


/* Content - Portfolio Listing */

ul#portfolio-filter{
	padding: 0;
	height: 6%;
	padding-left: 10px;
	line-height: 30px;
	font-size:11px;
	font-weight:bold;
	margin-top:2.75%;
}

ul#portfolio-filter li{ display: inline; }

ul#portfolio-filter a{
	margin-right: 0.5em;
	padding: 0.5em 1em;
	background: #FFF;
	color: #777;
	font-weight: bold;
	text-decoration: none;
	border:1px solid #CCFF00;
}
ul#portfolio-filter a:hover, ul#portfolio-filter a.current{
	color: #008EC6;
	background-color: #CCFF66;

}
ul#portfolio-filter a.current{
	background-color: #008EC6;
	color: #99FF00;
}

ul#portfolio-list{
	margin: 40px 0 0 0;
	padding: 0;
	list-style: none;
}
ul#portfolio-list li{
	width: 130px;
	height: 220px;
	display: block;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
ul#portfolio-list li a{
	display: block;
	width: 128px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #CDCDCD;
	background: #eee;
}
ul#portfolio-list li p{
	font-size: 11px;
	line-height: 13px;
	color: #008EC6;
	margin: 6px 0;
}
ul#portfolio-list li strong { color:#008EC6;}
ul#portfolio-list li span { color:#000; font-size:12px; font-weight:bold; display:block; margin-bottom:4px;}

#timeline { width:98%; height:590px; margin:0 auto 20px auto; min-width:320px; border:2px solid #008CE6;}

#footer { width:80%; margin:0 auto 40px auto; text-align:center; font-size:11px; background: #E5E5E5; border:1px solid #CCC;}
