/*  
Theme Name: GarageJournal
Theme URI: https://garagejournal.com
Description: GarageJournal WordPress theme
Version: 1.0
Author: Tate Lucas
Author URI: http://www.tatelucas.com
*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */
a:active, a:focus { outline: 0; }
      
/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #C4D6EC;
	color: #000000;
	padding: 0 0 10px;
	font: 12px Arial,Helvetica,Sans-Serif;
}
a{
	color: #0066cc;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
li{
	list-style: none;
}
/*=== Layout ===*/
#page, #page-bot{
	position:relative;
	background: url(images/page-bgr.gif) repeat-y;
	margin: 0 auto;
	padding: 0 5px;
	width: 940px;
}
#curl {
	background: url(images/curl.gif) no-repeat;
	position:absolute;
	top:0;
	left:-5px;;
	width:10px;
	height:77px;
}

/*=== Header ===*/
#header{
	background: url(images/header-bgr.jpg) no-repeat top;
	height: 213px;
}
/*- Logo -*/
#header h1{
	text-indent: -9999px;
	width: 445px;
}
#header h1 a{
	display: block;
	height: 210px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	height: 30px;
	margin: 0 0 0 287px;
	position: absolute;
	text-indent: -9999px;
	top: 17px;
}
#nav1{
	width: 653px;
}
#nav1 li{
	float: left;
}
#nav1 li a{
	background: url(images/nav1-bgr.gif) no-repeat top;
	display: block;
	height: 30px;
}
#nav1 li#n01 a{
	background-position: 0 0;
	width: 188px;
}
#nav1 li#n01 a:hover{
	background-position: 0 -30px;
}
#nav1 li#n02 a{
	background-position: -188px 0;
	width: 123px;
}
#nav1 li#n02 a:hover{
	background-position: -188px -30px;
}
#nav1 li#n03 a{
	background-position: -311px 0;
	width: 135px;
}
#nav1 li#n03 a:hover{
	background-position: -311px -30px;
}
#nav1 li#n04 a{
	background-position: -446px 0;
	width: 88px;
}
#nav1 li#n04 a:hover{
	background-position: -446px -30px;
}
#nav1 li#n05 a{
	background-position: -534px 0;
	width: 119px;
}
#nav1 li#n05 a:hover{
	background-position: -534px -30px;
}
#nav1 li#n06 a{
	background-position: -646px 0;
	width: 112px;
}
#nav1 li#n06 a:hover{
	background-position: -646px -30px;
}
#nav1 li a:hover{
	text-decoration: none;
}
/*- Nav2 -*/
.nav2{
	background: url(images/nav2-bgr.gif) repeat-y;
}
.nav2-bot{
	background: url(images/nav2-bot.gif) no-repeat top;
	height: 67px;
	margin: 0 0 16px;
	overflow: hidden;
}
.nav2 ul{
	background: url(images/nav2-top.gif) no-repeat top;
	height: 1%;
	padding: 37px 0 0 62px;
}
.nav2 li a{
	background: url(images/ico-nav2.gif) no-repeat left;
	display: block;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 17px;
	text-transform: uppercase;
}
.nav2 li a:hover,
.nav2 li.active a{
}
/*=== All Columns ===*/
#columns{
	background: url(images/columns-bgr.gif) repeat-y right;
	margin: 15px 0 0;
	padding: 0 16px 15px 17px;
}
#columns h1{
	background: url(images/page-title.jpg) no-repeat top left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-transform:uppercase;
	text-align:center;
	font-size: 26px;
	margin: 0 0 5px;
	padding:14px 0 30px 0px;
	color:#fff;	
}
#columns h2{
	font-size: 23px;
	margin: 0 0 5px;
}
#columns h2 a{
	color: #000000;
}
#columns h3{
	font-size: 14px;
	margin: 0 0 5px;
}
#columns h4{
	color: #0066cc;
	font-size: 12px;
}
#columns p{
	padding: 0 0 10px;
}

#columns h5{
	background: url(images/page-title.jpg) no-repeat top left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-transform:uppercase;
	text-align:center;
	font-size: 26px;
	margin: 0 0 5px;
	padding:20px 0 30px 0px;
	color:#fff;	
}
/*=== Center Column ===*/
#centercol{
	float: left;
	width: 569px;
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	width: 302px;
}
/*=== Styling Post ===*/
.post-info{
	color: #666666;
	font-size: 11px;
	margin: 0 0 10px;
}
.post-pic img{
	display: block;
	margin: 0 0 10px;
}
.post-text{
	line-height: 18px;
}
.post-sub{
	color: #990000;
	font-size: 11px;
	height: 16px;
	margin: 0 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
/*=== Styling Boxes ===*/
/*- Box -*/
.box{
	background: url(images/box-bgr.gif);
	color: #ffffff;
	font-size: 11px;
	margin: 0 0 17px;
	padding: 11px;
	width: 255px;
	height:270px;
}
.box-top{
	height:255px;
}
.box h3{
	background: url(images/hl-dot.gif) repeat-x bottom;
	padding: 0 0 8px;
}
.box p{
	line-height: 16px;
}
.box img{
	margin: 0 0 5px;
}
.box .post-sub{
	margin: 0;
}
/*- Box2 -*/
.box2{
	background: url(images/picks-body-bgr.gif) repeat-y;
	margin: 0 0 16px -10px;
	position: relative;
	width: 312px;
}
.box2 .top{
	clear: both;
	height: 60px;
	overflow: hidden;
}
.box2.hdr1 .top{
	background: url(images/picks-bgr.gif) no-repeat top;
}

.box2 .spacer{
	height: 1%;
	padding: 0 10px 10px 26px;
}
.box2.hdr2 .spacer{
	font-size: 11px;
	padding-left: 20px;
}
/*- Ads -*/
.ad{
	clear: both;
}
.ad img{
	display: block;
	margin: 0 0 16px;
}
.box_ad {
	margin: 0 0 0 17px;
	padding: 0;
}
/*- Read More -*/
.read-more {
    background: url( images/read-more-bgr.png) no-repeat;
    height: 127px;
    width: 313px;
    margin:0 0 16px -10px;	
}
select#cat {
	margin:45px 0 0 25px;
	width:220px;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	font-size: 11px;
}
.list1 li{
	margin: 0 0 13px;
}
/*=== Styling Forms ===*/
input.btn{
	border: 0;
	padding: 0;
}
/*- Search -*/
.search-form {
    margin: 30px 0 0 25px;
    padding: 0;	
}
#search input{
	float: left;
	width: 160px;
}
#searchsubmit {
	border: none;
	margin: 0px 0 -11px 0;
}
#s {
    margin: 0;
    padding: 3px;	
}
/*=== Styling Buttons ===*/
a.ico-comment{
	background: url(images/ico-comments.gif) no-repeat left;
	display: block;
	height: 16px;
	padding: 0 0 0 24px;
}
/*=== Footer ===*/
#page-bot{
	background: url(images/page-bot.gif) repeat-x top;
	height: 5px;
	overflow: hidden;
}
#footer{
	background: url(images/footer-bgr.jpg) no-repeat top;
	clear: both;
	color: #000;
	font-size: 11px;
	height: 188px;
}
#footer a{
	color: #000;
}
#footer ul{
	padding: 35px 0 0 18px;
}
#footer li{
	height: 16px;
	line-height: 16px;
	margin: 0 0 15px;
}
#footer li a{
	padding: 0 10px;
}
#footer li#farchives{
	background: url(images/hdr-archives.gif) no-repeat left top;
	padding: 0 0 0 75px;
}
#footer li#farchives a{
	padding: 0;
}
#footer li#fsubscribe{
	background: url(images/hdr-subscribe.gif) no-repeat left top;
	padding: 0 0 0 70px;
}
#footer li#fmisc{
	background: url(images/hdr-misc.gif) no-repeat left top;
	padding: 0 0 0 35px;
}
#footer li#faindustry{
	background: url(images/hdr-aind.gif) no-repeat left top;
	padding: 0 0 0 122px;
}
#footer .copy{
	color: #7c7d7e;
	text-align: center;
}
#footer .copy a {
	color: #7c7d7e;
	}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.fl{
	float: left;
	align: bottom;
}
.fr{
	float: right;
	align: bottom;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}

/*=== Lists ===*/
.entry blockquote { 
	padding: 0px 10px;
	border-left: 2px solid #777777;
	margin: 5px auto 15px auto;
	width:85%;
	color: #777777;
	font-style: italic;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img { 
	padding: 2px 2px 2px 2px;
	background:#F8F8F4;
	border: solid 1px #e6e6e6; 
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}
.divider {
	border:1px solid #dadada;
	margin-bottom:30px;
}

/*=== Twitter ===*/

ul.twitter {
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
	margin-bottom: 30px;
	}


li.twitter-item {
	margin-left: 0;
	padding: 15px 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	border-bottom: 1px solid #cccccc;
	}

	
p.twitter-message {
	color: #666666;
	font-size: 11px;
	margin: 0 0 10px;
	}
	
.twitter-timestamp {
	color: #a1a1a1;
	font-size: 10px;
	}
	
#sidebar_rss {
	width: 302px;
	background: url(images/box2-bgr.jpg) repeat-y -10px 0;	
}

#sidebar_rss p {
	margin: 0 0 10px 0;
	padding: 0 10px;
	font-weight: normal;
}

#sidebar_rss ul {
	margin: 0;
	padding: 0 10px;
}	
.rss_bottom {
	height: 20px;
	width: 302px;
	background: url(images/box2-bot.gif) -10px 0;
	margin-top: -10px;
}
.rss_top {
	height: 65px;
	width: 319px;
	background: url(images/lfth.png) no-repeat;
	margin: 0 0 0 -10px;
}
#sidebar_rss {
	font-size: 12px;
	font-weight: bold;
}
.rss_date {
	font-size: 10px;
	font-weight: normal;
}
#sidebar_rss li {
	margin-bottom: 10px;
}
.more-link {
    float: right;
    font-size: 11px;
    margin-top: 8px;
}