/*
Theme Name: Red Decoration
Theme URI: http://wpjunction.com
Description: A theme by <a href="http://wpjunction.com">Website Designs</a>.
Version: 1.0
Author: HPA
Author URI: http://wpjunction.com 
*/



/* General */

body {
	margin: 0;
	background: #290d01;
}

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

img {
	border: 0;
}

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


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
	background: url("images/page.gif") repeat-y;
}

#page-top {
	width: 1004px;
	background: url("images/page_top.jpg") no-repeat;
}

#page-bottom {
	width: 1004px;
	min-height: 650px;
	background: url("images/page_bottom.jpg") no-repeat left bottom;
}


/* Header */

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

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 284px;
		left: 30px;
		width: 940px;
	}
	
	#header #header-info h1 {
		color: #dba85a;
		font: normal 36px Arial, Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #dba85a;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #d69f4c;
		font: normal 18px Arial, Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 21px;
		left: 19px;
		width: 960px;
		height: 21px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 960px;
		height: 21px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 21px;
		font: normal 14px/21px Georgia, Arial, Verdana;
		color: #430c02;
		margin-right: 15px;
	}
	
	#header #header-menu ul li a {
		color: #430c02;
		text-decoration: none;
		padding: 0 7px;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		color: #ca994d;
		background: url("images/header_menu_hover_right.gif") no-repeat right top;
	}
	
		#header #header-menu ul li:hover {
			background: url("images/header_menu_hover_left.gif") no-repeat;
		}
		
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 401px;
		left: 649px;
		width: 254px;
		height: 23px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 254px;
		height: 23px;
	}
	
	#header #header-search #s {
		width: 246px;
		height: 17px;
		border: 0;
		padding: 3px 0 3px 7px;
		font: normal 14px Georgia, Arial, Verdana;
		color: #b6863b;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 23px;
		padding: 0;
		float: right;
		display: none;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 379px;
		left: 910px;
		width: 66px;
		height: 66px;
	}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 601px;
		padding: 0 30px 0 9px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 10px;
		width: 601px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 601px;
			color: #bf904f;
			font: normal 12px Arial, Verdana;
		}
		
		#content .post .post-title a {
			color: #bf904f;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #c69144;
			font: normal 28px Georgia, Arial, Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #c69144;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			background: url("images/post_title_info.gif") no-repeat;
			width: 593px;
			height: 25px;
			line-height: 25px;
			margin-top: 5px;
			padding: 0 4px;
			overflow: hidden;
		}
		
			#content .post .post-title .post-title-info .post-title-author {
				float: left;
				background: url("images/icon_author.gif") no-repeat left center;
				padding: 0 10px 0 20px;
				height: 25px;
				line-height: 25px;
			}
			
			#content .post .post-title .post-title-info .post-title-category {
				float: left;
				background: url("images/icon_category.gif") no-repeat left center;
				padding: 0 10px 0 20px;
				height: 25px;
				line-height: 25px;
			}
			
			#content .post .post-title .post-title-info .post-title-date {
				float: left;
				background: url("images/icon_date.gif") no-repeat left center;
				padding: 0 10px 0 20px;
				height: 25px;
				line-height: 25px;
			}
			
			#content .post .post-title .post-title-info .post-title-comments {
				float: left;
				background: url("images/icon_comments.gif") no-repeat left center;
				padding: 0 0 0 20px;
				height: 25px;
				line-height: 25px;
			}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 13px/20px Arial, Verdana;
			color: #a89464;
			width: 595px;
			padding: 0 3px;
		}
		
		#content .post .post-entry a {
			color: #c69144;
			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 #5c1103;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #c69144;
			font: normal 18px Georgia, Arial, Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 13px/20px Arial, Verdana;
			color: #a89464;
			width: 595px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #c69144;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #5c1103;
		}
		
		#content .post .comments ol li cite {
			color: #c69144;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #c69144;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #c69144;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 13px/20px Arial, Verdana;
			color: #a89464;
			width: 570px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #c69144;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		color: #c69144;
		float: left;
		width: 601px;
	}
	
	#content .navigation a {
		font: bold 13px Arial, Verdana;
		color: #c69144;
		text-decoration: none;
		margin-bottom: 10px;
	}
	
	#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: 343px;
		font: normal 12px/18px Arial, Verdana;
		color: #a89464;
		margin-top: 63px;
	}
	
	#sidebar a {
		color: #c69144;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Sides */
	
	#sidebar #sidebar-left {
		float: left;
		width: 168px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 168px;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 168px;
		margin-bottom: 10px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 162px;
			height: 29px;
			padding-left: 6px;
			font: normal 14px/29px Arial, Verdana;
			color: #4a1406;
			margin-bottom: 5px;
			background: url("images/sidebar_title.png") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 0 0 5px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #b5833c;
			font: normal 12px/24px Arial, Verdana;
			background: url("images/sidebar_menu.gif") no-repeat;
			padding-left: 12px;
		}
		
		#sidebar ul li a {
			color: #b5833c;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 10px 0;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 140px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			width: 145px;
			margin: 0 auto;
		}
		
		#sidebar #calendar_wrap table {
			width: 145px;
		}
		
		#sidebar #calendar_wrap caption {
			margin: 0 auto;
			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 1px;
		}


/* Footer */

#footer {
	width: 590px;
	height: 36px;
	padding: 5px 0 35px 18px;
	color: #4a1406;
	font: normal 12px/36px Arial, Verdana;
}

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

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