/*
COLOR TABLE:
Photo Caption Grey: e6e7e6
Main Story Photo Bottom: f00
Second Story Photo Bottom: e5db43
*/

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	line-height: 1.4em;
	color: #333;
	background: #fff;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.more {
	color: #f00;
}

h1 {
	display: none;
	visibility: hidden;
}

h2 {
	font-size: 1.1em;
	color: #000;
}

h2.cat_name {
	font-size: 1.3em;
	font-style: italic;
	margin: 0;
	padding: 10px;
	width: 500px;
	border-bottom: 1px solid #ddd;
	float:left;
}

h3	{
	font-size: 1.4em;
	margin: 0 0 .5em 10px;
}

h3.shedule {
	font-size: 1.3em;
	font-style: italic;
	margin: 0;
	padding: 10px;
	width: 390px;
	border-bottom: 1px solid #ddd;
	float:left;
	text-align:right;
}

h4 {
	font-size: 1em;
	margin: 1em 0 .5em 0;
	color: #000;
}

h5 {
	width: 100%;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	padding: 0;
	color: #555;
	text-align: left;
}

h6 {
	font-size: 1.1em;
	margin: 0 0 10px 0;
	padding: 0;
	color: #555;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

p {
	color: #575757;
}

div#wrapper {
/*	position: absolute;
	top: 0;
	left: 50%; 
	margin: 0 0 0 -465px;	
	*/
	width: 930px;
	margin:0 auto;
	padding: 0;
	border: 1px solid #ddd;
}

/* NAVIGATION
-----------------------------------------------------------------------*/

div#navbox {
	clear: both;
	width: 930px;
/*	height: 25px; */
	background: transparent url(/img/nav/background.gif) repeat-x 0 0;
}

ul#nav {
/*	float: right; */
	list-style: none;
	margin: 0 10px;
	padding: 0 0 0 2px;
	font-size: 1em;
	background: transparent url(/img/nav/divider.gif) no-repeat 0 0;
}

ul#nav li {
	float: left;
	list-style: none;
	height: 25px;
	background: transparent url(/img/nav/tab.gif) no-repeat 100% 0;
}

ul#nav a {
	display: block !important;
	display: inline;
	height: 25px;
	margin: 0;
	padding: 4px 1.2em 0 1em;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
}

ul#nav a:hover,
body#home #nav-home a,
body#archive #nav-archive a,
body#cars #nav-cars a,
body#blog #nav-blog a,
body#discuss #nav-discuss a,
body#account #nav-account a,
body#syndicate #nav-syndicate a {
	color: #fff;
	background: transparent url(/img/nav/tab-over.gif) repeat-x 100% 0;
}

#subnavbox {
	height: 25px;
	width: 930px;
	margin: 1px 0 0 0;
	position: relative;
	overflow: hidden;
	background: transparent url(/img/subnav/subnavback.gif) repeat-x 0 0;
}

#subnavbox a {
	height: 25px;
	margin: 0;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
	letter-spacing: -1px;
}

#subnavbox a:hover,
#subnavbox a:focus {
	color: #fff;
}

#subnavbox a.jcarousel-prev-disabled,
#subnavbox a.jcarousel-next-disabled,
#subnavbox a.jcarousel-prev-disabled:hover,
#subnavbox a.jcarousel-next-disabled:hover,
#subnavbox a.jcarousel-prev-disabled:focus,
#subnavbox a.jcarousel-next-disabled:focus {
	color: #999;
}

#subnavbox #r_arrow,
#subnavbox #l_arrow {
	position: absolute;
	top: 0;
	display: block;
	padding: 2px 2px 0 2px;
	background: transparent url(/img/subnav/back.jpg) repeat-x 0 0;
	font-size: 12px;
}

#subnavbox #r_arrow {
	right: 0;
}

#subnavbox #l_arrow {
	left: 0;
}

#subnav {
	list-style: none;
	width: 900px;
	height: 25px;
	margin: 0 12px !important;
}

#subnav li {
	float: left;
	list-style: none;
}

#subnav li a {
	display: block !important;
	padding: 3px 0 0 0;
	text-align: center;
	width: 160px;
}

div#page_category {
	clear: all;
	width: 100%;
}

/* ADS
-----------------------------------------------------------------------*/

div#topads,
div#sideads,
div#bottomads {
	text-align: center;
}

div#topads,
div#bottomads {
	clear: both;
	width: 930px;
	height: 95px; /* Just an approximate size for now */
	margin-top: 10px;
}

div#topads {
	border-bottom: 1px solid #ddd;
}

div#bottomads {
	border-top: 1px solid #ddd;
}

div#sideads {
	height: 275px;
}

div.intext {
	margin: 5px 0;
	padding: 5px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

span.intext {
	float: right;
	margin: 5px;
	width: 330px;	
	display:block;
}

span.intextlink {
	float: right;
	margin: 0 5px 5px 5px;
	padding: 5px;
	width: 460px;
	height: 20px;
}

/* FEATURED STORIES
-----------------------------------------------------------------------*/

div#featured {
	float: left;
	margin: 0 0 0 10px !important;
	margin: 0 0 0 5px;
}

div#main {
	width: 600px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
   	overflow: hidden;
   
}

div#main a, div#secondary a {color: #f00; text-decoration: underline;}
div#main h2 a, div#secondary h2 a {color:#555; text-decoration: none;}

body#home div#main div.story1 {
	margin: 10 0 15px 300px;
}

div.picture p, div.picture p.credit {
	margin: 1px 0 0 0;
	padding: .5em;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.2em;
	background: #e6e7e6 url(/img/captionback.jpg) repeat-x 0 0;
}

div.picture p.credit {
	font-size: .8em;
	font-weight: normal;
	line-height: 1em;
}

div#main div.picture {
	float: left;
	width: 290px;
	margin: 0 10px 15px 0;
	padding: 0;
}

div#main div.picture img {
	width: 290px;
	height: auto;
	padding: 0 0 1px 0;
	border-bottom: 3px solid #f00;
}


div#main div.picture_big img {
	width: auto;
	height: auto;
	padding: 0 0 1px 0;
	border-bottom: 3px solid #f00;
}



div#main div.toolbar {
	clear: left;
	width: 100%;
}

div#secondary {
	margin: 15px 0 0 0;
}

div#secondary div.story2 {
	float: left;
	width: 290px;
}

div#secondary div.story3 {
	width: 290px;
	margin: 0 0 0 310px;
}

div#secondary div.picture img {
	width: 290px;
	height: auto;
	padding: 0 0 1px 0;
	border-bottom: 3px solid #e5db43;
}

/* LISTS OF STORIES
-----------------------------------------------------------------------*/

div#list {
	float: left;
	margin: 0 0 0 10px !important;
	margin: 0 0 0 5px;
}

div#list div#left {
	width: 600px;
	margin: 10px 0;
	padding: 0;
}

div#list ul {
	float: left;
	width: 100%;
	padding: 0 0 10px 10px;
}

div#list ul li {
	margin: 0 0 10px 0;
}

div#list ul li ul {
	float: left;
	list-style: none;
	padding: 0 10px 0 0;
}

div#list ul li ul li {
	float: left;
	list-style: none;
	padding: 0 10px 0 0;
}

div#list a.rc_src {
	color: #666;
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
}

div#list p, div#list h2 {
	margin: 0;
}

div#list a {
	color: #0000ff;
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0;
	text-decoration: none;
}

div#list a:hover {
	text-decoration: underline;
}

div#list div.story1 {
	margin: 10px 0 0 0;
}

div#list div.paginate {
	margin: 10px 0;
	padding: 10px 0;
}

/* ARTICLE TOOLS
-----------------------------------------------------------------------*/

ul.tools {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .8em;
}

ul.tools li {
	display: inline;
	margin: 0 10px 0 0;
}

ul.tools a {
	padding: 0 0 0 20px;
}

div#col2 ul.tools a {
	color: #f00;
}

ul.tools a#tool-more {
	background: transparent url(/img/mini/page_copy.gif) no-repeat 0 -2px;
}

ul.tools a#tool-comment {
	background: transparent url(/img/mini/comment.gif) no-repeat 0 -2px;
}

ul.tools a#tool-share {
	background: transparent url(/img/mini/email.gif) no-repeat 0 -2px;
}

/* INDIVIDUAL ARTICLES
-----------------------------------------------------------------------*/

body#article div#main div.picture {float:left; margin:0 10px 10px 0;}
body#article div#main {border-bottom:none;}
div#main div.story1 {margin:10 0 15px 10px; border-bottom:1px solid #ccc; overflow:hidden;display:table;padding-top:10px;}
div#rightbar span {font-size:.9em; color:#999;}
div.pages {border-bottom:1px solid #ccc; font-weight:bold; margin:0 0 10px 10px; padding:0 0 1em 0; text-align:center;}
#addthis {width:100%; margin:5px 0 20px 0;}

/* GENERAL INTEREST STORIES
-----------------------------------------------------------------------*/

div#general-interest, div#blog {
	/*margin: 10px 0;
	padding: 0;*/
	border: 2px solid #CCCCCC;
    margin: 10px 0 0 -9px;
    padding: 0 0 0 17px;

}

div#general-interest h5, div#blog h5 {
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding-top: .5em;
	border-top: 1px dotted #ccc;
}

div#general-interest a, div#blog a {
	color: #f00;
	text-decoration: underline;
}

div#general-interest div.story, div#blog div.story {
	margin: 0 0 15px 0;
}

div#general-interest div.picture, div#blog div.picture {
	margin: 0 0 15px 0;
	padding: 0;
}

div#general-interest div.picture p, div#blog div.picture p {
	margin: 1px 0 0 0;
	padding: .5em;
	font-size: .7em;
	line-height: 1.1em;
	background: #e6e7e6 url(/img/captionback.jpg) repeat-x 0 0;
}

div#general-interest div.picture img, div#blog div.picture img {
	width: 170px;
	height: auto;
	padding: 0 0 1px 0;
	border-bottom: 2px solid #f00;
}

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

div#rightbar {
	float: right;
	width: 290px;
	margin: 10px 10px 15px 0 !important;
	margin: 5px 5px 15px 0;
}

div#rightbar a {
	/*color: #333;*/
	text-decoration: none;
}

div#rightbar a:hover {
	text-decoration: underline;
}

ul.sidelist {
	margin: 0;
	padding: 0 0 0 1.5em;
}

ul.sidelist a {
	color: #2637B9;
}

div.sidebox {
	margin: 10px 0 0 0;
	padding: 5px;
	border: 1px solid #ccc;
}

div.sidebox h4 {
	margin: 0;
}

div.sidebox h5 {
	font-size: 10px;
	color: #666;
}

div#prompt {
	margin: 10px 0 0 0;
	padding: 3px;
	border: 1px #ccc solid;
}

div#prompt #prompt_which {
	color: #333;
}

div#most_commented h4 a, div#most_clicked h4 a {
	font-weight: normal;
	font-size: .8em;
	padding: 0 3px;
	margin-bottom: 3px;
}

div#most_commented h4 a.selected, div#most_clicked h4 a.selected {
	border: 1px solid #ccc;
}

/* SITE SEARCH FORM / GENERAL FORM ELEMENTS
-----------------------------------------------------------------------*/

.field {
	width: 60%;
	margin: 0 5px 0 0;
	padding: 2px;
	font-size: 1.1em;
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #999;
}

input#keywords {
	background: #fff url(/img/googlesearch.jpg) no-repeat 50% 55%;
}

input.button {
	color: #fff;
	background: #28309f;
	border: 1px;
	border-color: #1e6bc3 #020088 #020088 #1e6bc3;
	border-style: solid;
}

form#search span {
	display: block;
	clear: left;
	margin: 2px 0 0 0;
}

textarea#tagsarea {
	height: 50px;
}

input#tags-button {
	margin: 5px 0 0 0;
}

div#main_forms form {
	color: #666;
	padding: 5px;
	margin: 0 0 5px 0;
	border: 1px solid #ccc;
}

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

div#bottom {
	clear: both;
	margin: 15px 0;
	padding: 10px 0;
	border-top: 1px solid #ddd;
}

div#bottom a {
	color: #555;
	text-decoration: none;
}

div#bottom a:hover {
	text-decoration: underline;
}

div#col1,
div#col2,
div#col3 {
	width: 290px;

}

div#col1 {
	float: left;
}

div#col2 {
	margin: 0 310px;
}

div#col2 h5 {
	border-top: 1px dotted #ccc;
	padding-top: .5em;
}

div#col2 div.picture {
	width: 290px;
}

div#col2 div.picture img {
	width: 290px;
	height: auto;
	padding: 0 0 1px 0;
	border-bottom: 2px solid #e5db43;
}

div#col2 p a {
	color: #f00;
	text-decoration: underline;
}

div#col3 {
	float: right;
}


/* TAG CLOUD
-----------------------------------------------------------------------*/

div.cloud {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
}

div.cloud a {
	color: #0000ff;
	line-height: 1.2em;
}

/* COMMENTS
-----------------------------------------------------------------------*/

div.comment {
	border-bottom: 1px dotted #333;
}

p.comment-info {
	font-size: .9em;
	color: #666;
}

/* FOOTER
-----------------------------------------------------------------------*/

div#footer {
	clear: both;
	margin: 10px 0;
	padding: .5em;
	text-align: center;
	border-top: 1px solid #ddd;
}

/* POP
-----------------------------------------------------------------------*/

body#pop div#wrapper {
	left:25px;
	margin:0;
	padding:0;
	width:500px;
}

body#pop h2, body#pop form, body#pop p {
	margin: 10px;
}

/* GOOGLE
-----------------------------------------------------------------------*/

body#google div#wrapper {
	left:0;
	margin:0;
	width:764px;
}

body#google div#wrapper h2 {
	text-align:center;
	padding: 20px 0;
	font-size: 18px;
}

body#google div.story1 a {
	color: #000;
}

body#google div.story1 a:hover {
	color: #6666FF;
	text-decoration: none;
}

div.skyscraper {
}



