/*
Theme Name: Tuned Car
Theme URI: http://www.wptown.com/
Description: Tuned Car Theme is a unique Widget ready WordPress theme with 2 columns, right sidebar, rounded corners and fixed width. Tested on Firefox, Internet Explorer 6, 7 and Opera. Theme is XHTML/CSS valid and SEO friendly.
Version: 1.0
Author: WP Town
Author URI: http://www.wptown.com/
Tags: black, blue, 2 columns, widget ready, rounded corners, right sidebar, fixed width, seo friendly
*/



/* General */

body {
	margin: 0;
	background: #000000;
	text-align: left;
/*	float: left;
	padding-top: 50px;
	padding-left: 50px;
	position: relative;
*/}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	/* simple horizontal line...repeats vertically */
	margin: 0 auto;
	/* width: 1004px; */
	width: 550px;
/*	width: 800px;
*/	background: url("images/page.gif") repeat-y;
	
	float: left;
	padding-top: 50px;
	padding-left: 50px;
	position: relative;

}

#page-top {
	/* Car pic...image at top*/
	/* width: 1004px;  *//* I resized the image...I believe it used to be this wide */
	width: 550px;
	/*width: 800px;*/
	background: url("images/page_top.jpg") no-repeat;
}

#page-bottom {
	/* bottom strip */
	/* width: 1004px; */
	width: 550px;
	/*width: 800px;*/
	background: url("images/page_bottom.gif") no-repeat left bottom;
	padding-bottom: 36px;
}


/* Header */

#header {
	/* width: 1004px; */
	width: 550px;
	/*width: 800px;*/
	/*height: 495px;*/ 
	height: 150px; /**/
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 25px;
		left: 30px;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 35px Times New Roman;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: normal 19px Times New Roman;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		/* top: 453px; */
		top: 120px;
		left: 8px;
		height: 27px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 26px;
	}
	
	#header #header-menu ul li {
		/* presently 500 x 26 pixels */
		float: left;
		height: 26px;
		font: bold 15px/26px Times New Roman;
		color: #6f88d2;
		background: url("images/header_menu_left.gif") no-repeat;
		margin-right: 10px;
	}
	
	#header #header-menu ul li a {
		/* presently a 20 x 26 block */
		color: #6f88d2;
		text-decoration: none;
		background: url("images/header_menu_right.gif") no-repeat right top;
		padding: 0 20px;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		/* presently a 20 x 26 block */
		color: #ffffff;
		background: url("images/header_menu_hover_right.gif") no-repeat right top;
	}
	
		#header #header-menu ul li:hover {
			/* presently a 500 x 26 bar */
			background: url("images/header_menu_hover_left.gif") no-repeat;
		}
		
		/* Header - Menu - Active */
		
		#header #header-menu ul li.current_page_item {
			/* presently a 500 x 26 bar */
			background: url("images/header_menu_hover_left.gif") no-repeat;
		}
		
		#header #header-menu ul li.current_page_item a {
			/* presently a 20 x 26 block */
			color: #ffffff;
			background: url("images/header_menu_hover_right.gif") no-repeat right top;
		}
		
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}


/* Main */

#main {
	width: 500px; /*1004px;*/
	/*width: 800px;*/
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 485px; /*250px; /*730px;*/
		padding: 0 15px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		/* presently a 730 x 1 strip  */
		float: left;
		margin-bottom: 30px;
		width: 485px; /*240px; /*730px;*/
		background: url("images/post.gif") repeat-y;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			/* presently a 730 x 15 bar */
			width: 485px; /*240px; /*730px;*/
			background: url("images/post_title.gif") no-repeat;
			color: #d2d7eb;
			font: bold 11px Times New Roman;
		}
		
		#content .post .post-title a {
			color: #d2d7eb;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			/* presently a 50 x 50 block */
			float: left;
			text-align: center;
			text-transform: lowercase;
			color: #ffffff;
			width: 50px;
			height: 50px;
			font: normal 18px Times New Roman;
			background: url("images/post_date.gif") no-repeat;
		}
		
		#content .post .post-title .post-date span {
			padding-top: 2px;
			display: block;
		}
		
		#content .post .post-title h2 {
			color: #d2d7eb;
			font: normal 19px Times New Roman;
			float: left;
			padding: 4px 10px 6px 10px;
			/*width: 660px; */
			width: 330px; 
		}
		
		#content .post .post-title h2 a {
			color: #d2d7eb;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			float: left;
			/*width: 660px; */
			width: 330px;
			padding-left: 10px;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			/*font: normal 11px/18px Times New Roman;*/
			font: normal 14px/21px Times New Roman;
			
			color: #FDB713 /* #8294D3 */;
			padding: 0 10px;
			width: 450; /*485px; /*240 /*710px;*/
			text-align: left; /* justify; */
		}
		
		#content .post .post-entry a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			/*font: bold 11px/20px Times New Roman;*/
			font: bold 14px/24px Times New Roman;
			
			float: right;
			margin-bottom: 5px;
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-entry a.more-link:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #152756;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			/* image was a 730 x 15 bar */
			/* image is presently a 240 x 15 bar */
			clear: both;
			width: 465px; /*240 /*710px;*/
			padding: 0 10px;
			text-align: right;
			/*font: bold 11px/25px Times New Roman;*/
			font: bold 14px/28px Times New Roman;
			
			color: #d2d7eb;
			background: url("images/post_bottom.gif") no-repeat left bottom;
			padding-top: 5px;
		}
		
		#content .post .post-info a {
			color: #d2d7eb;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Bottom */
		
		#content .post .post-bottom {
			/* image was a 730 x 15 bar */
			/* image is presently a 240 x 15 bar */
			clear: both;
			width: 465px; /*240px; /*730px;*/
			height: 15px;
			background: url("images/post_bottom.gif") no-repeat left bottom;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			float: left;
			width: 485px; /*240 /*710px;*/
			color: #d2d7eb;
			/*font: bold 15px Times New Roman;*/
			font: bold 18px Times New Roman;
	
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			/*font: normal 11px/18px Times New Roman;*/
			font: normal 14px/21px Times New Roman;
		
			color: #FDB713 /* #8294D3 */;
			width: 485px; /*240 /*710px;*/
			float: left;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #152756;
		}
		
		#content .post .comments ol li cite {
			color: #ffffff;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			/*font: normal 11px/18px Times New Roman;*/
			font: normal 14px/21px Times New Roman;
			
			color: #FDB713 /* #8294D3 */;
			/*width: 685px; */
			width: 330;
			padding-left: 25px;
			margin: 0;
			float: left;
		}
		
		#content .post #commentform a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 11px/25px Times New Roman;
		color: #d2d7eb;
		height: 25px;
		float: left;
		margin-bottom: 30px;
		width: 485px; /*240px; /*730px;*/
	}
	
	#content .navigation a {
		color: #d2d7eb;
		text-decoration: none;
		width: 150px;
		height: 25px;
		background: url("images/navigation.gif");
		text-align: center;
		display: block;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 229px;
		/*font: normal 11px/18px Times New Roman;*/
		font: normal 14px/21px Times New Roman;
		
		color: /*#6f88d2 /*#FFFFFF; */#FDB713 /* #8294D3 */;
		margin-bottom: 10px;
	}
	
	#sidebar a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		/* image is a 229 x 1 strip, repeated y */
		width: 229px;
		margin-bottom: 20px;
		background: url("images/sidebar.gif") repeat-y;
	}
	
	#sidebar .sidebar-box-top {
		/* 229 x 15 image */
		width: 229px;
		background: url("images/sidebar_top.gif") no-repeat;
	}
	
	#sidebar .sidebar-box-bottom {
		/* 229 x 15 */
		width: 229px;
		background: url("images/sidebar_bottom.gif") no-repeat left bottom;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			/* 229 x 30 */
			width: 214px;
			height: 30px;
			padding-left: 15px;
			/*font: bold 15px/30px Times New Roman; */
			font: bold 18px/32px Times New Roman;
			color: #ffffff;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 0 15px 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			/* 6 x 1 dash, repeated x */
			color: /*#6f88d2 /*#FFFFFF; */#FDB713 /* #8294D3 */;
			padding-left: 15px;
			/*font: bold 11px/29px Times New Roman;*/
			font: bold 14px/32px Times New Roman;
			background: url("images/sidebar_menu.gif") repeat-x left bottom;
		}
		
		#sidebar ul li a {
			color: /*#6f88d2 /*#FFFFFF; */#FDB713; /* #8294D3 */                                                                                ;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}
			
			#sidebar ul li ul li {
				background: none;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 20px 0;
			width: 229px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 179px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			padding: 7px 0 10px 0;
			width: 130px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 3px 5px 5px 5px;
		}


/* Footer */

#footer {
	/* 250 x 30 bar...apparently, was 974 x 30 */
	margin: 0 auto;
	width: 250px; /*250px; /*974px;*/
	height: 150px; /*50px;*/
	background: url("images/footer.gif") no-repeat;
	color: #1f1f88 /*#FDB713 /* #8294D3 */;
	font: normal /*11px/30px*/ 8px/8px Times New Roman;
	text-align: center; /*center; */
}

#footer a {
	color: #1f1f88; /*#ffffff;*/
	font: 4px Times New Roman;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
