/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #050505 url(../images/bg-image-04.gif) repeat-x left top;
	font:10px "trebuchet ms", verdana, Helvetica, sans-serif;
	color: #b3b3b3;
	}

a {
	text-decoration: none;
	color: #336699;
	}

a:hover {
	text-decoration: underline;
	}

#wrapper {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	}

#content {
	float: left;
	width: 620px;
	padding: 0;
	}

/* =CONTENT STYLES
-----------------------------------------------------------------------------*/
.firstcontentbox {
	padding-bottom: 16px;
	}

.contentbox {
	border-top: 1px dotted #999;
	padding: 20px 0 10px 0;

	clear:both;
	}

.divider {
	border-top: 1px dotted #999;
	padding: 16px 0;
	}


/* =NAVIGATION
-----------------------------------------------------------------------------*/
#menu {
	height: 24px;
	margin: 37px auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	border-right: 1px solid #2C343B;
	border-top: 1px solid #2C343B;
	list-style-type: none;
	text-transform: uppercase;
	}
	
#menu li a.home {
	border-left: 1px solid #2C343B;
	}

#menu a {
	display: block;
	width: 193px;
	height: 20px;
	padding-top: 5px;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #999;
	border: none;
}

#menu a:hover, #menu .current_page a {
	background: #050505;
	text-decoration: none;
	color:#ddd;
}

/* U R Here */	
body.home #menu li a.home,
body.source_code #menu li a.source_code,
body.accolades #menu li a.accolades,
body.media #menu li a.media,
body.contact #menu li a.contact {
	color:#ddd;
	background:#050505;
	}


/* =TYPOGRAPHY
-----------------------------------------------------------------------------*/

.meta {
	font-size: 11px;
	font-style: italic;
	line-height: 1em;
	color: #b3b3b3;
	text-align: left;
	padding: 5px 0;
	}
	
.quote {
	font-style: italic;
	color: #b3b3b3;
	text-align: left;
	padding-left: 20px;
	}

h1, h2, h3 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.2em;
	line-height: .9em;
	margin-bottom: 5px;
	text-transform: uppercase;
	}

p, ul, ol {
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0.769em;
	margin-left: 0pt;
	font-size: 1.3em;
	line-height: 1.3;
	}

li {
	margin-bottom: 0.769em;
	list-style-type: circle;
	}

hr {
	border-top: 1px dotted #40454A;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	height: 1px;
	}


/* Sidebar */

#sidebar {
	float: left;
	width: 154px;
	padding: 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
	border-left: 1px solid #E2E2E2;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	margin: 0px 30px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #000000;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #BC1B32;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #8A8A8A;
}

/* Footer */

#footer {
	width: 775px;
	height: 30px;
	margin: 10px auto;
	border-top: 1px solid #40454A;
	clear: both;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	font-size: 10px;
	text-align: center;
	color: #5e5e5e;
}

/* =MISC
-----------------------------------------------------------------------------*/
img {
	border: 1px solid #40454A;
	}
	
img.no-border {
	border: 0;
	}

.logo {
	float: left;
	margin-right: 20px;
	border: 1px solid #40454A;
	}


.left {
	float: left;
	margin-right: 20px;
	}
	
.right {
	float: right;
	}

.clear {
	clear: both;
	}
