/* ----------------------------------------------------------------------------------------------------------------*/
/* GENERAL HTML */
/* ----------------------------------------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	}

body {
	font: normal normal normal 11px/17px 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
	color: #aaa;
	background-color:#000;
	}
	
a {
	color: #900;
	text-decoration: none;
	}

a:hover {
	color: #f00;
	}

h1, h3 {
	font: bold normal normal 10px/20px 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
	color:#fff;
	text-transform: uppercase;
	letter-spacing: .1em;
	}

h2 {
	font: normal normal normal 20px/26px Georgia, serif;
	color:#fff;
	padding-bottom:3px;
	border-bottom:1px solid #111;
	margin-bottom:2px;
	}
	
h2 a {
	color: #fff;
	}
	
h2 a:hover {
	color: #fff;
	}
	
p {
	margin-bottom: 10px;
	}
	
blockquote {
	margin:0px 0px 10px 25px;
	}
	
ul {
	margin-bottom: 10px; 
	}

ul li {
	background: transparent url(http://rookiesusa.com/news/wp-content/themes/rookies/images/rookies_bullet.gif) no-repeat;
	padding: 0px 0px 1px 8px; 
	list-style-type: none;
	}
	
ol {
	margin-bottom: 10px;
	padding-left: 20px;
	}
	
small { 
	color: #000;
	font: normal normal normal 10px/14px 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
	}
	
img { 
	border: 1px solid #000;
	margin-bottom: 5px;
	}
	
a img:hover { 
	border: 1px solid #e00;
	}
	
textarea {
	border:1px solid #000;
	}
	
table {
	margin-bottom: 10px;
	}
	
table td {
	background:#111;
	padding:3px 8px;
	border-bottom: 1px dotted #222;
	border-right: 1px solid #222;
	}
	
table td.topcell {
	color:#fff;
	background:#000;
	font-weight: bold;
	border-bottom:1px solid #222;
	}
	
/* ----------------------------------------------------------------------------------------------------------------*/
/* HEADER */
/* ----------------------------------------------------------------------------------------------------------------*/

#header {
	color:#000;
	background: #600 url(../i/header_bg.gif) repeat-x bottom left;
	}

#header h1 {
	position:absolute;
	top:0px;
	left:0px;
	height: 28px;
	}
	
#header h1 a {
	height: 28px;
	width: 120px;
	padding: 0;
	display: block;
	background: #600 url(../i/header_logo.gif) no-repeat top left;
	}

#header h1 span {
	display: none;
	}
	
#header ul {
	position:absolute;
	top:0;
	right:0;
	height: 28px;
	margin: 0;
	}

#header li {
	display: block;
	float: left;
	position: relative;
	height: 28px;
	padding:0px 18px;
	background: transparent url(../i/header_nav_bg.gif) no-repeat bottom left;
	}
	
#header li.active {
	background: transparent url(../i/header_nav_bg_active.gif) no-repeat bottom left;
	}
	
#header li:hover {
	background: transparent url(../i/header_nav_bg_active.gif) no-repeat bottom left;
	}
	
#header li a {
	color:#fff;
	position: relative;
	top:5px;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* CONTENT */
/* ----------------------------------------------------------------------------------------------------------------*/

#content .post {
	margin-bottom: 20px;
	background: #222;
	padding:15px 20px 10px 20px;
	}
	
#content .details { 
	color: #666;
	border-bottom:1px solid #111;
	margin-bottom:4px;
	padding: 0px 0px 3px 20px;
	background: transparent url(../i/icon_details.gif) no-repeat top left;
	}
	
#content .details span { 
	color: #111;
	}
	
.previous_issues {
	height:132px;
	width:620px;
	}
	
.previous_issues img {
	margin: 0px 10px 10px 0px;
	}	

/* ----------------------------------------------------------------------------------------------------------------*/
/* SIDEBAR */
/* ----------------------------------------------------------------------------------------------------------------*/

#sidebar .container {
	margin-bottom:4px;
	border-bottom:2px solid #222;
	}
	
#sidebar p {
	margin:0px 0px 5px 0px;
	}
	
#sidebar ul {
	margin:0px 0px 3px 0px;
	}

#sidebar li {
	padding: 2px 0px 2px 0px; 
	border-bottom:1px dotted #181818;
	}
	
#sidebar .externallink li {
	padding-right: 18px; 
	background: transparent url(../i/icon_externallink.gif) no-repeat 181px 2px;
	}
	
#sidebar .rssfeed li {
	padding-right: 18px; 
	background: transparent url(../i/icon_rssfeed.gif) no-repeat 181px 2px;
	}
	
#sidebar li:last-child, #sidebar div:last-child {
	border-bottom:none;
	}
	
#sidebar #searchform #s {
	font: normal normal normal 10px/14px 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
	background: #ccc;
	width: 120px;
	border: 1px solid #222;
	padding: 2px;
	margin-bottom: 6px;
	}

#sidebar #searchform #searchsubmit {
	font: bold normal normal 10px/14px 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	background: #222;
	color:#000;
	border:0;
	padding: 1px 2px;
	margin-bottom:6px;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* FOOTER */
/* ----------------------------------------------------------------------------------------------------------------*/
	
#footer {
	color:#222;
	}
	
/* ----------------------------------------------------------------------------------------------------------------*/
/* CLASSES */
/* ----------------------------------------------------------------------------------------------------------------*/

.center { 
	text-align:center;
	}

.alignright { 
	float:right;
	margin:0px 0px 10px 10px;
	}

.alignleft { 
	float:left;
	margin:0px 10px 10px 0px;
	}
	
.rsslink {
	background: transparent url(http://www.rookiesusa.com/news/wp-content/themes/rookies/images/icon_rss.gif) no-repeat 0px 2px;
	padding:0 0 0 13px;
	}
	
.red {
	color:#900;
	}
	
.black {
	color:#000;
	}
