/*   
Theme Name: RoadTrippin
Theme URI: http://www.trippingover.com/
Description:
Author: Paul Seymour
Author URI: http://www.paulseymour.com/
Version: 0.1 Beta
*/

body{
	background: #d7c9a4 url("images/background.jpg") no-repeat top left;
	margin: 0;
	padding: 0;
	
	font-family:tahoma,  arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	}
	
#container{
	position: relative;
	left: 100px;
	width: 800px;
	}
	
/*** FONTS etc ***/
a, a:visited{
	color: #35b128;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
h1 {
	font-size: 26px; 
	color: #000;
	font-weight: normal;
	text-transform: none;
	font-family: arial, helvetica, sans-serif;
	line-height: 120%;
}

h2, h2 a {
	font-size: 22px; 
	color: #333;
	font-weight: normal;
	text-transform: none;
	font-family: arial, helvetica, sans-serif;
	line-height: 120%;
}

h3, h3 a {
	font-size: 18px; 
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	font-size: 14px; 
	font-weight: bold;
	color: #000;
	font-weight: bold;
	text-transform: none;
	font-family: arial, helvetica, sans-serif;
	line-height: 120%;
}

h2.pagetitle { 
	display:none; 
}
h2.title {
	line-height: 120%;
	margin-top: 5px;
}
	

p { margin-top: 6px; }

.post {
	clear:left;
	overflow: hidden;
	border: solid 1px #eaeaea;
	margin: 0;
	
	padding: 10px;
	padding-top: 0px;
	background: #fff;
	margin-bottom: 10px;
	margin-top: 15px;
}

.post h2 a {
	line-height: 120%;
	margin-top: 5px;
}

.post h3 {
	margin:0;
	padding: 0;
	line-height: 100%;
	margin-top: 5px;
}
	
.post h3 a {
	font-size: 18px; 
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
	line-height: 100%;
}

.post h3 a:hover {
	text-decoration: none;
	color: #808040;
}
	
.post h2 a:hover{
	text-decoration: none;
	color: #cc3333;
}

.entry p {
	margin:7px 0;
}

a.more-link {
	margin-top: 5px;
	color: #808040;
	float: right;
	font-size: 12px;
	text-decoration: none;	
}

a.more-link:hover {
	text-decoration: underline;
}

#audata {
	font-size: 10px;
	color: #333;	
      clear: left;
	height: 15px;
	line-height: 15px;	
}

#audata a {
	color: #804040;
	margin-left: 3px;	
	text-transform: none;
}

.postmetadata{
	clear: both;
	float: left;
	color:#666;
	padding:0;
	margin-top: 15px;
	margin-bottom: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
	font-size: 10px;
	width: 100%;
}

.postmetadata a {
	color:#666;
	font-weight: normal;
	text-transform: uppercase;
}	

.postmetadata a:hover {
	border: none;
	text-decoration: underline;
}

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}
	
.alignleft a {
	float:left; 
	margin:15px 0;
}

.alignright a {
	float:right;
	margin:15px 0;
}
	
/***HEADER ITEMS***/
#title{
	height: 150px;
	}

#photos{
	background: transparent url("images/photohead.gif") no-repeat top left;
	position: relative;
	left: -27px;
	top: -40px;
	
	height: 330px;
	width: 870px;
	}

/*** MENU ***/

#menu{
	clear: left;
	float: left;
	width: 650px;
	background: url(images/menubg.gif) repeat-y;
	height: 32px;
	
	position:relative;
	left: -40px;
	top: -20px;
	/*overflow:hidden;*/
}

#mainmenu {
	width: 900px;
	margin:0 auto;
	height: 30px;
}

.mainnav, .mainnav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mainnav ul {
	position: absolute;
	top: -999em;
}

.mainnav li {
	float: left;
	position: relative;
	z-index: 800;
	height: 32px;
	line-height: 32px;
	margin-right: 1px;
	/*background: #000;*/
}

.mainnav a {
	display: block;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	font-family: "century gothic", tahoma, san-serif;
	text-transform: uppercase;
	text-decoration: none;
}

.mainnav li#current a,
.mainnav li.current-cat a,
.mainnav li.current_page_item a,
.mainnav li:hover a {
	color: #FFF;
	text-decoration: none;
}

.mainnav ul li{ 
	width: 100%;
}

.mainnav li:hover ul,
ul.mainnav li.sfHover ul {
	left: -1px;
	top: 32px;
	width: 140px;
	border-bottom: none;
	padding-top: 1px;
}

.mainnav li:hover li ul,
.mainnav li.sfHover li ul {
	top: -999em;
}

.mainnav li li:hover ul,
ul.mainnav li li.sfHover ul {
	left: 140px;
	top: -1px;
}

.mainnav li:hover ul,
.mainnav li li:hover ul {
	top: -999em;
}

.mainnav li li {
	display: block;
	padding: 0px;
	height: auto !important;
	background: #f5f5f5;
	width: 140px;
	border-bottom: solid 3px #eaeaea;
	height: 32px;
	line-height: 32px;
	border-right: none;
}

.mainnav li#current,
.mainnav li.current-cat,
.mainnav li.current_page_item,
.mainnav li:hover {
	background: #35b128;
}

.mainnav li li a:link, 
.mainnav li li a:visited {	
	display: block;
	height: auto !important;
	line-height: 40px;
	text-transform: none;
    color: #666;
	padding-left: 20px;
	padding-right: 0;
}

.mainnav li:hover a {
	color: #fff;
	text-decoration: none;
}

.mainnav li li.active a,
.mainnav li li a:hover {
	text-decoration: none !important;
	color: #666;
}

.mainnav li li#current,
.mainnav li li.current-cat,
.mainnav li li.current_page_item,
.mainnav li li:hover {
	background: #fff;
}

/*** CONTENT***/
#wrapper{
	background: #FFFFFF;
	width: 808px;
	min-height: 400px;
	float: left;
	
	margin-left: 2px;
}

#maintext, #maintextfw{
	float: left;
	
	padding: 10px;
	padding-top: 0px;
	}

#maintext{
	width: 500px;
	}
	
#maintextfw{
	width: 783px;
	}
	
#donatemeter{
	width: 200px;
	float: left;
	margin-right: 10px;
	}
	
#donatetext{
	float: left;
	width: 260px;
	}
	
#breadcrumb{
	background: #f5f1dd url("images/breadcrumbbg.gif") no-repeat top right;
	
	position: relative;
	left: 10px;
	height: 25px;
	width: 490px;
	padding-left: 10px;
	line-height: 22px;
	
	font-family: tahoma, san-serif;
	font-size: 10px;
	vertical-align: middle;
	}
	
#breadcrumb a, #breadcrumb a:visited{
	color: #222222;
	text-decoration: none;
	}
#breadcrumb a:hover{
	text-decoration: underline;
	}
	
#tyretrackshr{
	background: url("images/tyretracks.gif") no-repeat;
	width: 480px;
	height: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}	

#logbook{
	background: url("images/logbookbg.gif") no-repeat;
	width: 480px;
	height: 275px;
	margin-top: 20px;
	margin-bottom: 20px;
}	
	
#quickclicks{
	background: url("images/quickclicksbg.png") no-repeat;
	width: 480px;
	height: 220px;
	padding-left: 5px;
	padding-top: 50px;
	margin-top: 20px;
}
	
/*** SIDEBAR ***/
#sidebar{
	width: 250px;
	float: right;
	overflow: hidden;
	
	padding: 10px;
	padding-top: 0px;
	margin-top: 15px;
	
	/*border-left: 1px solid #eaeaea;*/
	min-height: 400px;
	}

/*** FOOTER ***/

#footer {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #666;
	clear: left;
	float: left;
	overflow: hidden;
	background: #2d2d2d url("images/basebarbg.gif") no-repeat bottom right;
	font-size: 10px;
}

#footerint { 
	width: 900px;
	margin: 0 auto;
	padding-bottom: 40px;
}

#footer a { 
	border-bottom: dotted 1px #666;
	color: #666;
	text-decoration: none;
	font-style: normal;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
	border: none;
}

#bottombar {
	clear: left;
	float: left;
	width: 100%;
	/*border-top: dotted 1px #fff;*/
	border-bottom: dotted 1px #333;
	margin-bottom: 10px;
	text-align: left;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#bottombar .widgets {
	width: 190px;
	float: left;
	padding: 15px;
	color: #666;
}

#bottombar ul li {
	list-style: none;
	border-bottom: dotted 1px #666666;
	line-height: 25px;
	position: relative;
	left: -40px;
}

#bottombar ul li a {
	color: #666666;
	border: none;
}

#bottombar h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #707070;
	}


/*** IMAGES ***/
img { 
	border: none; padding:0; 
}

img a {
	border:none;
}

/*** FORMS and BUTTONS ***/
#searchleft{
	background: url("images/searchleftbg.gif") no-repeat;
	height: 50px;
	width: 20px;
	float: left;
	
	margin-bottom: 25px;	
	}
#search{
	height: 50px;
	width: 230px;
	float: left;
	
	margin-bottom: 25px;
	}

#search input {
	background: url("images/searchbg.gif") no-repeat;
	width: 160px;
	height: 50px;
	
	border: none;	
	float: left;	
	padding-top: 15px;
	
	font-family: verdana, tahoma, san-serif;
	}
	
#search button{
	background: url("images/submitbg.gif") no-repeat 0px 0px;
	border: none;
	
	width: 58px;
	height: 50px;
	
	float: left;
	position: relative;
	left: -2px;
	}

#search button:hover{
	background: url("images/submitbg.gif") no-repeat 0px -50px;
	}
	
/*** COMMENTS ***/
#comments ul{
	list-style: none;
	left: -40px;
	position: relative;
	margin-bottom: 30px;
}

#comments li{
	margin: 0;
	margin-bottom: 30px;
	min-height: 120px;
	width: 478px;
	}

#comment-avatar{
	float: left;
}
#comment-avatar img{
	border: 2px solid #CCC;
}

#comment-auth{
	width: 74px;
	text-align: center;
	font-style: normal;
	line-height: 16px;
	margin-top: 10px;
	}
.fn{
	font-style: normal;
	text-decoration:underline;
	}
	
#comment-bubble{
	float: left;
	margin-bottom: 10px;

	width: 375px;
	min-height: 120px;
}
	
#comment-bubble-top{
	float: left;
	position: relative;
	left: 20px;
	padding-left: 23px;
	
	width: 355px;
		
	background: url("images/commentbg.gif") no-repeat;	
}
#comment-bubble-bottom{
	background: url("images/commentbottombg.gif") no-repeat 0px 20px;
	min-height: 25px;
	position: relative;
	padding-top: 20px;
	width: 375px;
}
.comment-meta{
	line-height: 22px;
	
	font-family: tahoma, san-serif;
	font-size: 10px;
	vertical-align: middle;
	padding-left: 10px;
	color:#666666;
}
#comment-text{
	padding-left: 10px;
	}
