/*
Theme Name: Adventure Ride
Theme URI: http://wpjunction.com
Description: Theme by HPA
Version: 1.0
Author: HPA
Author URI: http://wpjunction.com 
*/



/* General */

body {
	margin: 0;
	background: #05080f url("images/background.gif") repeat-x;
}

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

img {
	border: 0;
}

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


/* Page */

#page {
	margin: 0 auto 30px auto;
	width: 1000px;
	background: url("images/page.jpg") no-repeat;
}


/* Header */

#header {
	width: 1000px;
	height: 390px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 263px;
		left: 10px;
		width: 980px;
	}
	
	#header #header-info h1 {
		color: #d7dfe1;
		font: normal 36px Arial, Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #d7dfe1;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #d7dfe1;
		font: normal 18px Arial, Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 339px;
		left: 5px;
		width: 900px;
		height: 38px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 900px;
		height: 38px;
	}
	
	#header #header-menu ul li {
		float: left;
		margin-right: 8px;
		height: 38px;
		font: normal 12px/38px Arial, Verdana;
		color: #e5e5e5;
		background: url("images/header_menu_left.gif") no-repeat;
	}
	
	#header #header-menu ul li a {
		color: #e5e5e5;
		text-decoration: none;
		padding: 0 10px 0 11px;
		display: block;
		background: url("images/header_menu_right.gif") no-repeat right top;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 320px;
		left: 920px;
		width: 69px;
		height: 69px;
	}


/* Main */

#main {
	width: 990px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 753px;
		padding: 0 13px 0 7px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 18px;
		width: 753px;
		background: url("images/post.gif") repeat-y;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 752px;
			background: url("images/post_title.jpg") no-repeat;
			color: #d7dfe1;
			font: normal 12px Arial, Verdana;
		}
		
		#content .post .post-title a {
			color: #d7dfe1;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #d7dfe1;
			font: normal 24px/44px Arial, Verdana;
			padding: 0 15px 13px 15px;
		}
		
		#content .post .post-title h2 a {
			color: #d7dfe1;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			width: 698px;
			padding: 0 27px;
			height: 40px;
			line-height: 40px;
			background: url("images/post_title_info.gif") no-repeat;
		}
		
			#content .post .post-title .post-title-info .post-title-author {
				float: left;
				background: url("images/icon_author.gif") no-repeat left center;
				padding: 0 15px 0 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-category {
				float: left;
				background: url("images/icon_category.gif") no-repeat left center;
				padding: 0 15px 0 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-comments {
				float: left;
				background: url("images/icon_comments.gif") no-repeat left center;
				padding: 0 15px 0 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-date {
				float: left;
				background: url("images/icon_date.gif") no-repeat left center;
				padding: 0 0 0 20px;
			}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 13px/19px Arial, Verdana;
			color: #888888;
			width: 726px;
			padding: 0 13px;
			float: left;
			background: url("images/post_entry.gif") no-repeat left bottom;
		}
		
		#content .post .post-entry a {
			color: #d7dfe1;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #292f35;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #d7dfe1;
			font: bold 15px Arial, Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 13px/19px Arial, Verdana;
			color: #888888;
			width: 726px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #d7dfe1;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #292f35;
		}
		
		#content .post .comments ol li cite {
			color: #d7dfe1;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #d7dfe1;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #d7dfe1;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 13px/19px Arial, Verdana;
			color: #888888;
			width: 701px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #d7dfe1;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		float: left;
		margin-bottom: 18px;
		font: bold 13px Arial, Verdana;
		color: #d7dfe1;	
		width: 752px;
	}
	
	#content .navigation a {
		color: #d7dfe1;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: right;
		width: 217px;
		background: url("images/sidebar.gif") repeat-y;
		margin-top: 17px;
		font: normal 12px/18px Arial, Verdana;
		color: #888888;
	}
	
		#sidebar-top {
			width: 217px;
			background: url("images/sidebar_top.gif") no-repeat;
		}
		
		#sidebar-bottom {
			width: 217px;
			background: url("images/sidebar_bottom.gif") no-repeat left bottom;
		}
	
	#sidebar a {
		color: #d7dfe1;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 217px;
		padding-bottom: 15px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 205px;
			height: 50px;
			padding-left: 12px;
			font: normal 18px/42px Arial, Verdana;
			color: #d7dfe1;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		
		#sidebar h3.sidebar-title-first {
			background: url("images/sidebar_title_first.gif") no-repeat;
		}
		
		/* Sidebar - Search */
		
		#sidebar #sidebar-search {
			margin: 3px auto 5px auto;
			width: 194px;
			height: 27px;
			background: url("images/sidebar_search.gif") no-repeat;
		}
		
		#sidebar #sidebar-search #search-form {
			margin: 0;
			padding: 0;
			width: 194px;
			height: 27px;
		}
		
		#sidebar #sidebar-search #sb {
			width: 184px;
			height: 16px;
			border: 0;
			padding: 6px 5px 5px 5px;
			font: normal 13px Arial, Verdana;
			color: #d7dfe1;
			background: transparent;
			float: left;
		}
		
		#sidebar #sidebar-search #searchsubmitb {
			background: transparent;
			border: none;
			width: 0;
			height: 27px;
			padding: 0;
			float: right;
			display: none;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 0 0 12px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #888888;
			font: normal 12px/25px Arial, Verdana;
		}
		
		#sidebar ul li a {
			color: #888888;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0 0 0 10px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 10px 0;
			width: 217px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 177px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			width: 140px;
		}
		
		#sidebar #calendar_wrap table {
			width: 140px;
		}
		
		#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: 0 5px;
		}


/* Footer */

#footer {
	width: 755px;
	height: 41px;
	padding: 1px 0 0 4px;
	color: #e5e5e5;
	font: normal 12px/41px Arial, Verdana;
	text-align: center;
	background: url("images/footer.gif") no-repeat;
	float: left;
}

#footer a {
	color: #e5e5e5;
	text-decoration: underline;
}

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

