/*
Theme Name: Brown Floral 
Theme URI: http://bloggingzone.info
Description: Brown Floral Wordpress theme- enjoy
Version: 1.0
Author: Ophelia Nicholson
Author URI: http://ophelianicholson.com
*/



/* General */

body {
	margin: 0;
	background: #230000 url("images/background.jpg") no-repeat top center;
}

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

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


/* Page */

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

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

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


/* Header */

#header {
	width: 941px;
	height: 185px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 30px;
		left: 21px;
		width: 900px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 35px Century Gothic, Helvetica, Arial, sans-serif;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ea7c2b;
		font: normal 21px Century Gothic, Helvetica, Arial, sans-serif;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 125px;
		left: 21px;
		width: 900px;
		height: 22px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 22px;
		text-align: center;
	}
	
	#header #header-menu ul li {
		height: 22px;
		font: normal 14px/22px Century Gothic, Helvetica, Arial, sans-serif;
		color: #ffffff;
		display: inline;
		background: url("images/header_menu.gif") no-repeat top right;
		padding: 0 50px 0 30px;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}


/* Main */

#main {
	width: 941px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 500px;
		padding-right: 31px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 20px;
		width: 500px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 500px;
			color: #ffffff;
			font: normal 11px Century Gothic, Helvetica, Arial, sans-serif;
			padding-bottom: 10px;
		}
		
		#content .post .post-title a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			background: url("images/post_date.gif") no-repeat;
			color: #dfd39d;
			font: bold 20px Century Gothic, Helvetica, Arial, sans-serif;
			text-align: center;
			text-transform: uppercase;
			width: 55px;
			padding-left: 30px;
			height: 71px;
			margin-right: 15px;
		}
		
		#content .post .post-title .post-date span {
			padding: 10px 0 2px 0;
			display: block;
		}
		
		#content .post .post-title h2 {
			color: #ffffff;
			font: bold 25px Century Gothic, Helvetica, Arial, sans-serif;
			padding: 9px 0 3px 0;
		}
		
			#content .post .post-title h2.not-found {
				padding-left: 15px;
			}
		
		#content .post .post-title h2 a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px Century Gothic, Helvetica, Arial, sans-serif;
			color: #f7ccac;
			width: 460px;
			padding: 0 20px;
		}
		
		#content .post .post-entry a {
			color: #ea7c2b;
			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 {
			margin: 0px 30px;
			color: #ffffff;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			margin: 0 auto;
			width: 470px;
			height: 20px;
			font: normal 11px/20px Century Gothic, Helvetica, Arial, sans-serif;
			color: #ffffff;
			padding: 5px 0 7px 0;
			border-bottom: 1px solid #593832;
		}
		
		#content .post .post-info a {
			color: #ffffff;
			text-decoration: underline;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
			#content .post .post-info .post-info-feed {
				float: left;
				width: 50px;
				height: 16px;
				text-align: center;
				border-right: 1px solid #6b4e48;
				padding-top: 4px;
			}
			
			#content .post .post-info .post-info-category {
				float: left;
				padding-left: 15px;
			}
			
			#content .post .post-info .post-info-comments {
				float: right;
				padding-right: 15px;
				padding-left: 23px;
				background: url("images/post_info_comments.gif") no-repeat;
			}
			
			#content .post .post-info .post-info-comments a {
				text-decoration: none;
			}
			
			#content .post .post-info .post-info-comments a:hover {
				text-decoration: underline;
			}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 25px 0 5px 0;
			color: #ffffff;
			font: normal 20px Century Gothic, Helvetica, Arial, sans-serif;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/18px Century Gothic, Helvetica, Arial, sans-serif;
			color: #f7ccac;
			width: 460px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #ea7c2b;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #260701;
		}
		
		#content .post .comments ol li cite {
			color: #ea7c2b;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #ea7c2b;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #ea7c2b;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 12px/18px Century Gothic, Helvetica, Arial, sans-serif;
			color: #f7ccac;
			width: 435px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #ea7c2b;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		float: left;
		margin-bottom: 20px;
		font: bold 12px Century Gothic, Helvetica, Arial, sans-serif;
		color: #ea7c2b;
		width: 460px;
		padding: 0 20px;
	}
	
	#content .navigation a {
		color: #ea7c2b;
		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: left;
		width: 395px;
		font: normal 12px/18px Century Gothic, Helvetica, Arial, sans-serif;
		color: #f7ccac;
	}
	
	#sidebar a {
		color: #ea7c2b;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Sides */
	
	#sidebar #sidebar-left {
		float: left;
		width: 183px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 183px;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 183px;
		padding-bottom: 15px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			height: 30px;
			width: 177px;
			padding-left: 5px;
			font: bold 15px/30px Century Gothic, Helvetica, Arial, sans-serif;
			color: #ffffff;
			border-bottom: 1px solid #7a605a;
			margin-bottom: 10px;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 0 0 10px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #f7ccac;
			font: normal 13px/27px Century Gothic, Helvetica, Arial, sans-serif;
		}
		
		#sidebar ul li a {
			color: #f7ccac;
			text-decoration: none;
			border-bottom: 1px solid #512f28;
			padding-left: 8px;
			display: block;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}
			
			#sidebar ul li ul a {
				padding-left: 20px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			padding: 15px 0 10px 0;
			width: 183px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 143px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			width: 116px;
		}
		
		#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;
		}
		
		/* Sidebar - Ads */
		
		#sidebar .sidebar-ads {
			width: 183px;
			text-align: center;
			padding: 10px 0;
		}


/* Footer */

#footer {
	width: 941px;
	height: 180px;
	padding-top: 30px;
	color: #ffffff;
	font: normal 9px/107px Century Gothic, Helvetica, Arial, sans-serif;
	text-align: center;
}

#footer a {
	color: #f7ccac;
	font-weight: bold;
}



