/*
Theme Name: Luxury-Living
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: #5c5d5f url("") repeat-x;
}

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-white.png") repeat-y;
}

#page-top {
	width: 1004px;
	background:  url("images/doug-header.png") no-repeat;
}

#page-bottom {
	width: 1004px;
	min-height: 540px;
/*	background: url("images/page-bottom-1.png") repeat-y; */
        background: url("images/page_bottom.png") no-repeat left bottom;
}


/* Header */

#header {
	width: 1004px;
	height: 230px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 80px;
		left: 30px;
	}
	
	#header #header-info h1 {
		color: #000;
		font: normal 40px Arial, Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #fff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #000;
		font: normal 20px Arial, Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 20px;
		left: 27px;
		width: 700px;
		height: 17px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 700px;
		height: 17px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 17px;
		font: normal 13px/17px Arial, Verdana;
		color: #fff;
		margin-right: 20px;
                font-weight: bold;
	}
	
	#header #header-menu ul li a {
		color: #fff;
		text-decoration: none;
		padding: 0 2px 1px 2px;
		display: block;
                
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: none;
		border-bottom: 2px solid #fff;


	}





	
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 18px;
		left: 757px;
		width: 224px;
		height: 25px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 224px;
		height: 25px;
	}
	
	#header #header-search #s {
		width: 170px;
		height: 15px;
		padding: 5px 11px;
		border: 0;
		font: normal 12px Arial, Verdana;
		color: #000;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 29px;
		height: 25px;
		padding: 0;
		float: right;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 332px;
		left: 774px;
		width: 190px;
		height: 145px;
	}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 729px;
		padding: 0 11px 0 21px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 3px;
		width: 729px;
		background:  url("images/post-sides-white.png") repeat-y;
	}
	
	#content .post-top {
		width: 729px;
		background: url("images/post-top-white.png") no-repeat;
	}
	
	#content .post-bottom {
		width: 705px;
		padding: 12px;
		background: url("images/post-bottom-white.png") no-repeat left bottom;
overflow:hidden;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 705px;
			color: white;
			font: normal 12px Arial, Verdana;
		}
		
		#content .post .post-title a {
			color: white;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			width: 63px;
			height: 67px;
			background: url("images/post_date_red.png") no-repeat;
			color: white;
			font: normal 45px/48px Arial, Verdana;
			text-align: center;
			margin-right: 9px;
		}
		
		#content .post .post-title .post-date span {
			display: block;
			font-size: 12px;
			line-height: 18px;
		}
		
		#content .post .post-title h2 {
			float: left;
			color: #337750;
			font: normal 33px Arial, Verdana;
			padding-bottom: 4px;
		}
		
		#content .post .post-title h2 a {
			color: #337750;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			float: left;
			padding: 0 8px;
			width: 614px;
			height: 24px;
			line-height: 24px;
			background: url("images/post_title_info_red.png") 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 10px 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 10px 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 0 0 20px;
			}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px Arial, Verdana;
			color: black;
			width: 705px;
		}
		
		#content .post .post-entry a {
			color: #337750;
			text-decoration: underline;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
                        text-decoration: underline;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #337750;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #337750;
			font: normal 18px Arial, Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/18px Arial, Verdana;
			color: black;
			width: 705px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #b32a39;
			text-decoration: underline;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #98b9a6;
		}
		
		#content .post .comments ol li cite {
			color: #337750;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #337750;
			text-decoration: underline;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #337750;
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 12px/18px Arial, Verdana;
			color: black;
			width: 680px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #337750;
			text-decoration: underline;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 13px Arial, Verdana;
		color: #41270e;
		padding: 0 4px;
		float: left;
		width: 721px;
	}
	
	#content .navigation a {
		color: #41270e;
		text-decoration: underline;
		margin-bottom: 9px;
	}
	
	#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: 222px;
		font: normal 12px/18px Arial, Verdana;
		color: #000;
		margin-top: 0px;
	}
	
	#sidebar a {
		color: #76664b;
		text-decoration: underline;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
#Optin1 {
	width: 192px;
	height: 187px;
	background-image: url(images/optin2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 342px 0px 0px 0px;
	margin: 5px auto;
}
#subscriber_name, #subscriber_email {
	height: 20px;
	margin-left: 54px;
	width: 125px;
	border: 0px;
	background: none;
	background-color: transparent;
	padding: 0px 3px;
}
#OptinButton {
	margin: 8px 0px 0px 18px;
	width: 160px;
	height: 46px;
	background: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 222px;
		margin-bottom: 8px;
		background: url("images/side-box-white.png") repeat-y;
	}
	
	#sidebar .sidebar-box-top {
		width: 222px;
		background: url("images/side-top1.png") no-repeat;
	}
	
	#sidebar .sidebar-box-bottom {
		width: 222px;
		background: url("images/side-bottom.png") no-repeat left bottom;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 200px;
			height: 40px;
			padding: 4px 11px 6px 11px;
			font: normal 18px/40px Arial, Verdana;
			color: white;
			background: url("images/side-top.png") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 10px 12px 9px;
			margin-left: 10px;
                        list-style-type: disc;
		}
		
		#sidebar ul li {
			color: black;
			font: normal 13px/26px Arial, Verdana;
		}
		
		#sidebar ul li a {
			height: 26px;
			padding-bottom: 2px;
			color: black;
			text-decoration: underline;
			background: url("") repeat-x;
			padding-left: 7px;
                       
			
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
                        color: white;
			background: url("images/sidebar_menu_hover.png") repeat-x;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}
			
			#sidebar ul li ul li a {
				padding-left: 17px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 20px 0;
			width: 222px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 182px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			padding-bottom: 10px;
			margin: 0 auto;
			width: 150px;
		}
		
		#sidebar #calendar_wrap table {
			width: 150px;
		}
		
		#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 12px 11px 13px;
		}


/* Footer */

#footer {
	width: 950px;
	height: 
	padding: 5px 27px 19px 27px;
	color: #000;
	font: normal 13px/33px Arial, Verdana;
	text-align: center;
}

#footer a {
	color: #000;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}
