/* ----------------------------------------------------------------------------------------------------------------*/
/* COLOR PALETTE */
/* ----------------------------------------------------------------------------------------------------------------*/
/* 
Black: #000
Grey Dark Text: #222
Grey Mid: #666
Grey Light Text: #ccc
Blue Link: #456
Blue Link Rollover: #678
Red Headline: #800
Red Headline Rollover: #b00
*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* RESET STYLES */
/* via  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;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* COLUMNS */
/* ----------------------------------------------------------------------------------------------------------------*/

body {
	width:100%;
	height:100%;
	background:#000 url('images/rookies_bg.jpg') no-repeat fixed center top;
	text-align: center;
	}

#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}

#nav {
	position: absolute;
	left: 0px;
	width:164px;
	padding-top:12px;
	}

#nav .container {
	position: fixed;
	top:12px;
	width: 164px;
	text-align: right;
	}
	
#content {
	position: absolute;
	top: 0px;
	left: 168px;
	width: 624px;
	}

#content .container {
	margin:12px;
	width:600px;
	background:#000;
	}
	
#highlights {
	position: absolute;
	left: 796px;
	width: 164px;
	padding-top:12px;
	}
	
#highlights .container {
	position: fixed;
	top:12px;
	width: 144px;
	margin-left:20px;
	}


/* ----------------------------------------------------------------------------------------------------------------*/
/* GENERAL ELEMENTS */
/* ----------------------------------------------------------------------------------------------------------------*/

body {
	font-size: 12px;
	line-height: 18px;
	font-family: Georgia, serif;
	color: #ccc;
	}
	
a {
	color: #456;
	text-decoration: none;
	/* border-bottom: #222 1px solid; */
	}

a:hover {
	color: #678;
	/* border-bottom: #666 1px solid; */
	}

h1 {
	color: #800;
	font-size: 32px;
	line-height: 32px;
	margin-bottom:4px;
	}
	
h2 {
	color: #800;
	font-size: 24px;
	line-height: 24px;
	margin-bottom:4px;
	}

h3 {
	color: #800;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom:4px;
	}
	
h4 {
	color: #800;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom:4px;
	}
	
h1 a, h2 a, h3 a {
	color: #800;
	border-bottom:none;
	}
	
h1 a:hover, h2 a:hover, h3 a:hover {
	color: #b00;
	border-bottom:none;
	background:none;
	}
	
p {
	margin-bottom:8px;
	}
	
blockquote {
	color:#666;
	margin:0 0 8px 20px;
	}

ul {
	list-style: disc;
	margin: 0 0 8px 30px;
	}
	
ol {
	list-style-type: decimal;
	margin: 0 0 8px 30px;
	}
		
small { 
	font-size: 10px;
	}
	
img {
	margin: 0px 10px 5px 0px;
	border: 0;
	padding: 0;
	}
	
strong {
	font-weight: bold;
	}
	
hr {
	display:none;
	}
	
#content textarea {
	width:600px;
	}
	
/* ----------------------------------------------------------------------------------------------------------------*/
/* NAVIGATION AND HIGHLIGHTS */
/* ----------------------------------------------------------------------------------------------------------------*/
/* BOTH */

#nav, #highlights {
	line-height:15px;
	color:#222;
	}

#nav h3, #highlights h3 {
	color: #222;
	margin-bottom:0px;
	}
	
#nav a, #highlights a {
	color: #800;
	border-bottom: none;
	}

#nav a:hover, #highlights a:hover {
	color: #b00;
	border-bottom: none;
	}
	
#nav ul, #highlights ul {
	list-style: none;
	margin:0;
	padding:0;
	}
	
#nav ul li, #highlights ul li {
	margin: 6px 0 0 0;
	padding: 0;
	}
	
#nav a.rss {
	background-image: url('images/rookies_icon_rss.png');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 2px 0px 2px 15px;
	}
	
/* NAV */

#nav ul {
	margin-right:20px;
	}
	
#nav img {
	margin: 0 8px 0 0;
	padding: 0;
	border: 0;
	}

/* HIGHLIGHTS */
	
#highlights h3 {
	font-size:14px;
	}

#highlights img {
	border: 2px solid #222;
	margin: 0;
	}
	
#highlights img:hover {
	border: 2px solid #800;
	}

#highlights img.noborder, #highlights img.noborder:hover {
	border: 0;
	}
	
/* ----------------------------------------------------------------------------------------------------------------*/
/* CONTENT */
/* ----------------------------------------------------------------------------------------------------------------*/
	
#mainphoto {
	margin:0 0 15px 0;
	width:600px;
	}

#content .post {
	padding-bottom:8px;
	border-bottom:1px dashed #222;
	margin-bottom:16px;
	clear:both;
	}

#content h2, #content .details  {
	text-align:center;
	}
	
#content h4.pagetitle {
	text-align:center;
	color:#666;
	}

#content .details {
	font-size: 10px;
	color:#666;
	}	

#content .entry {
	}
	
#content img {
	text-align:center;
	}
	
.gallery img {
	border: none !important
	}
	

/* ----------------------------------------------------------------------------------------------------------------*/
/* FOOTER & NAVIGATION */
/* ----------------------------------------------------------------------------------------------------------------*/

#footer {
	clear:both;
	text-align:center;
	color:#222;
	margin:8px 0px;
	}

#footer a {
	color: #444;
	}

#footer a:hover {
	color: #666;
	}
	
#footer a.rss {
	background-image: url('images/rookies_icon_rss.png');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 2px 0px 2px 15px;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* COMMON CLASSES */
/* ----------------------------------------------------------------------------------------------------------------*/
	
.red {
	color:#800;
	}
	
.clearboth {
	clear:both;
	}
	
.borderbottom {
	margin-bottom:10px;
	padding-bottom:8px;
	border-bottom:1px dashed #222;
	}
	
.floatright, .alignright {
	float:right;
	}

img.floatright, img.alignright {
	margin:0 0px 5px 10px;
	}
	
.floatleft, .alignleft {
	float:left;
	}
	
img.floatleft, img.alignleft {
	margin:0 10px 5px 0px;
	}
	
.noborder {border:none;}