/* CSS for Legatum FORTUNE Technology Prize */

/* Reset all styles: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	list-style: none;
	vertical-align: baseline;
	}

strong { font-weight: bold; }

em { font-style: italic; }

span { display: none; }

.clear { clear: both; height: 0px; font-size: 0px; }

a { color: #000840; }
a:hover { color: #0218b3; }

sub { font-size: 0.8em; }

/* --- clearfix ---- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	}

.clearfix {
    display: inline-block;
	}

html[xmlns] .clearfix {
    display: block;
	}

* html .clearfix {
    height: 1%;
	}



/* ===========================================
         MAIN LAYOUT
==============================================*/

body { 
	padding: 0 10px 20px;
	background-color: #fbf8ec;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%; /* Use percentages and ems for fonts: http://www.alistapart.com/articles/elastic/ */
	line-height: 1.5em;
	color: #333;
	text-align: center;
	}

#container {
	width: 867px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	background: url(../images/bg-page.gif) 0 0 repeat-y;
	border: 7px solid #f2e7bc;
	}


/* ===========================================
         HEADER
==============================================*/

#header {
	background-color: #fff;
	border-bottom: 7px solid #924817;
	}

#header h1 {
	margin: 0 auto 10px 30px;
	padding-top: 9px; /* margin-top doesn't work */
	}
	*+html #header h1 { margin-bottom: 14px; /* Win/IE7 */ }
		

/* ===========================================
         MENU
==============================================*/

#menu {
	float: left;
	width: 188px;
	}

/* ---------- NAV ---------- */

#nav {
	padding-top: 21px;
	border-bottom: 1px dotted #b1b2af;
	}

#nav li {
	padding: 2px 0 2px 0;
	_padding-bottom: 0; /* Win IE/6 */
	border-top: 1px dotted #b1b2af;
	}
	*+html #nav li { padding-bottom: 0; /* Win IE/7 */ }

#nav a {
	display: block;
	width: 188px;
	height: 25px;
	background-position: top left;
	background-repeat: no-repeat;
	}

#nav a:hover, #nav .on a {
	background-position: bottom left;
	}

#nav-home a { background-image: url(../images/nav-home.gif); }
#nav-faqs a { background-image: url(../images/nav-faqs.gif); }
#nav-winners a { background-image: url(../images/nav-2008winners.gif); }
#nav-finalists a { background-image: url(../images/nav-2008finalists.gif); }
#nav-chairman a { background-image: url(../images/nav-chairmansCorner.gif); }
#nav-recommendations a { background-image: url(../images/nav-recommendations.gif); }
#nav-about a { background-image: url(../images/nav-aboutUs.gif); }


/* ===========================================
         CONTENT
==============================================*/

#content {
	float: left;
	width: 626px;
	margin-left: 23px;
	padding-top: 23px;
	padding-bottom: 80px;
	}

#content p {
	margin-bottom: 1em;
	}

#content h2 {
	margin-bottom: 1.5em;
	padding: 12px 0 8px;
	border-top: 1px dashed #7d7e80;
	border-bottom: 1px dashed #7d7e80;
	}

#content h3 {
	margin-bottom: 0.8em;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	}
	
#content .divider {
	padding-top: 1em;
	margin-bottom: 16px;
	border-bottom: 1px dashed #bca56c;
	}
	
#content .addSpacer {
	margin-top: 3em;
	}

#content .photoBox {
	margin-bottom: 1.5em;
	}

#content .photoCaption {
	padding-top: 0.1em;
	font-size: 0.9em;
	color: #666;
	line-height: 1.2em;
	}

	
/* ===========================================
         HOME
==============================================*/

#home #content .firstPara {
	padding-top: 14px;
	border-top: 1px dashed #7d7e80;
	}
	
#home #content .firstPara strong {
	font-size: 1.1em;
	font-weight: bold;
	}

#home #content .divider {
	border-bottom: 1px dashed #7d7e80;
	}

#home #sevenThanks {
	display: block;
	margin-top: 1.5em;
	}

#home #sidebar {
	float: right;
	width: 175px;
	margin: 14px auto auto 14px;
	}


/* ===========================================
         RECOMMENDATIONS
==============================================*/

#recommendations #content .firstPara {
	margin-right: 75px;
	}

#recommendations .formElement {
	margin-bottom: 0.6em;
	}

#recommendations .formElement label {
	float: left;
	width: 170px;
	margin-right: 12px;
	line-height: 1.3em;
	}

#recommendations .formElement input,
#recommendations .formElement select,
#recommendations .formElement textarea {
	float: left;
	}

#recommendations .formElement input[type="text"] {
	width: 170px;
	}

#recommendations .formElement select {
	width: 140px;
	}

#recommendations .formElement textarea {
	width: 323px;
	height: 109px;
	}

#recommendations #counter {
	margin-bottom: 14px;
	}

#recommendations #counter input {
	width: 3em;
	float: none;
	}


/* ===========================================
         CHAIRMAN'S CORNER
==============================================*/

#chairmanArticles li {
	margin-bottom: 1em;
	margin-left: 1.2em;
	padding-left: 1em;
	list-style: disc;
	}

#chairmanArticles p {
	margin-bottom: 0.2em;
	}

.headshot {
	float: left;
	margin-right: 10px;
	margin-bottom: 1em;
	border: 1px solid #f2e7bc;
	}


/* ===========================================
         WINNERS
==============================================*/

.winner {
	margin-top: 2em;
	margin-bottom: 16px;
	padding-top: 1.4em;
	border-top: 1px dashed #bca56c;
	}
	
.winner img {
	float: left;
	}

.winner h3,
.winner p {
	margin-left: 314px;
	}


/* ===========================================
         VIDEO
==============================================*/

#video #container {
	width: 400px;
	padding: 30px 0;
	text-align: center;
	background: none;
	background-color: #fff;
	}
