/*  
Theme Name: inspire
Theme URI: http://www.udaip.com
Description: Stylish Wordpress theme for car sites.
Author: udaip
Author URI: http://www.udaip.com
*/



/* General */

body {
	margin: 0;
	background: #343537 url("images/background.gif") repeat-x;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Wrapper */

#wrapper {
	background: url("images/background_bottom.gif") repeat-x left bottom;
}


/* Page */

#page {
	margin: 0 auto;
	width: 840px;
	background: url("images/page.gif") repeat-y;
}

#page-top {
	width: 840px;
	background: url("images/page_top.jpg") no-repeat;
}

#page-bottom {
	width: 840px;
	min-height: 280px;
	background: url("images/page_bottom.jpg") no-repeat left bottom;
}


/* Header */

#header {
	width: 840px;
	height: 230px;
	position: relative;
}

	/* Header - Title */
	
	#header h1 {
		color: #ffffff;
		font: bold 35px Verdana;
		position: absolute;
		top: 105px;
		left: 200px;
	}
	
	#header h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header .description {
		color: #b8b9b9;
		font: normal 18px Verdana;
		position: absolute;
		top: 7px;
		left: 200px;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 165px;
		left: 31px;
		width: 40px;
		height: 40px;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 162px;
		left: 190px;
		height: 46px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 46px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 46px;
		font: normal 16px/46px Verdana;
		color: #ffffff;
		margin-right: 1px;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
		display: block;
		padding: 0 10px;
	}
	
	#header #header-menu ul li a:hover {
		color: #b8b9b9;
		background: url("images/header_menu.gif") repeat-x;
		text-decoration: none;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	#header #header-menu ul li.current_page_item a {
		color: #b8b9b9;
		background: url("images/header_menu.gif") repeat-x;
		text-decoration: none;
	}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 176px;
		left: 579px;
		width: 170px;
		height: 17px;
	}
	
	#header #header-search #searchform {
		margin: 0;
	}
	
	#header #header-search #s {
		width: 101px;
		height: 14px;
		border: 0;
		padding: 2px;
		font: normal 11px Verdana;
		color: #000000;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 57px;
		height: 17px;
		float: right;
	}


/* Main */

#main {
	width: 810px;
	padding-left: 30px;
}

	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 140px;
		padding-right: 32px;
		font: normal 12px/18px Verdana;
		color: #ffffff;
	}
	
	#sidebar a {
		color: #b8b9b9;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar .sidebar-box {
		width: 140px;
		padding-bottom: 25px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			font: bold 18px Verdana;
			color: #000000;
			margin-bottom: 6px;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 0 0 12px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			font: normal 16px/25px Verdana;
			color: #ffffff;
		}
		
		#sidebar ul li a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			color: #b8b9b9;
			text-decoration: none;
		}
		
		#sidebar ul li ul {
			display: none;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 545px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 25px;
		width: 545px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 545px;
			color: #ffffff;
			font: normal 10px Verdana;
		}
		
		#content .post .post-title a {
			color: #b8b9b9;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #b8b9b9;
			font: bold 24px Verdana;
			width: 545px;
		}
		
		#content .post .post-title h2 a {
			color: #b8b9b9;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			text-align: right;
			line-height: 20px;
			width: 545px;
		}
		
		#content .post .post-title .post-title-info span {
			color: #b8b9b9;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 13px/19px Arial, Verdana;
			color: #ffffff;
			padding: 0 5px;
			width: 535px;
		}
		
		#content .post .post-entry a {
			color: #b8b9b9;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 13px/20px Arial, Verdana;
			color: #b8b9b9;
			float: right;
			margin-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #b8b9b9;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 10px 5px 0 5px;
			width: 535px;
			clear: both;
			font: normal 12px Verdana;
			color: #000000;
			text-align: right;
		}
		
		#content .post .post-info a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			margin: 20px 0 10px 0;
			color: #b8b9b9;
			font: normal 18px Verdana;
			width: 535px;
		}
		
		#content .post .comments {
			font: normal 13px/19px Arial, Verdana;
			color: #ffffff;
			width: 535px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #b8b9b9;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #2828bb;
		}
		
		#content .post .comments ol li cite {
			color: #b8b9b9;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #b8b9b9;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #b8b9b9;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			font: normal 13px/19px Arial, Verdana;
			color: #ffffff;
			width: 510px;
			padding-left: 25px;
		}
		
		#content .post #commentform a {
			color: #b8b9b9;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		float: left;
		margin-bottom: 25px;
		font: bold 12px Verdana;
		color: #b8b9b9;
		padding: 0 5px;
		width: 535px;
	}
	
	#content .navigation a {
		color: #b8b9b9;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}


/* --- FOOTER --- */

#footer {
	height:30px;
	padding:20px 0 0 60px;
	margin:20px 0 0 5px;
	color:#fef5b9;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	background: url(images/footer.png)no-repeat
	}

#footer{background:url(images/footer.png) no-repeat;
		width:820px;
		height:34px;
		text-align:centre;
		color:#FFFFFF;
		font-size:13px;
		line-height:34px;
		clear:both;
		}
		
#footer A:link{text-decoration:none;
				color:#b5b5b4;
				}
				
#footer A:visited{text-decoration:none;
				color:#b5b5b4;
				}
				
#footer A:hover{text-decoration:none;
				color:#000000;
				}
