/*
Theme Name: Ottoman
Theme URI: http://bloggingzone.info
Description: Ottoman wordpress theme- interior furniture theme
Version: 1.0
Author: Ophelia Nicholson
Author URI: http://ophelianicholson.com
*/



/* General */

body {
	margin: 0;
	background: 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;
	width: 1000px;
	background: url("images/page.gif") repeat-y;
}

#page-top {
	width: 1000px;
	background: url("images/page_top.jpg") no-repeat;
}

#page-bottom {
	width: 1000px;
	min-height: 680px;
	background: url("images/page_bottom.gif") no-repeat left bottom;
}


/* Header */

#header {
	width: 1000px;
	height: 185px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 75px;
		left: 400px;
	}
	
	#header #header-info h1 {
		color: #cc0001;
		font: normal 40px "Century Gothic", Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #cc0001;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #666666;
		font: normal 22px "Century Gothic", Verdana;
		padding-left: 115px;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 10px;
		left: 52px;
		width: 670px;
		height: 25px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 670px;
		height: 25px;
	}
	
	#header #header-menu ul li {
		float: left;
		width: 94px;
		height: 25px;
		font: normal 12px/25px Tahoma, Verdana;
		color: #ffffff;
		text-align: center;
		background: url("images/header_menu.gif") no-repeat;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		background: url("images/header_menu_hover.gif") no-repeat;
	}
	
		/* Header - Menu - Active */
		
		#header #header-menu ul li.current_page_item a {
			background: url("images/header_menu_hover.gif") no-repeat;
		}
		
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 10px;
		left: 801px;
		width: 170px;
		height: 25px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 170px;
		height: 25px;
	}
	
	#header #header-search #s {
		width: 165px;
		height: 14px;
		padding: 5px 0 6px 0;
		border: 0;
		font: normal 12px Tahoma, Verdana;
		color: #ffffff;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 25px;
		padding: 0;
		float: right;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 336px;
		left: 63px;
		width: 275px;
		height: 75px;
	}


/* Main */

#main {
	width: 1000px;
}

	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		margin-top: 250px;
		width: 391px;
		padding: 0 28px 0 11px;
		font: normal 12px/18px Tahoma, Verdana;
		color: #ffffff;
	}
	
	#sidebar a {
		color: #000000;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Sides */
	
	#sidebar #sidebar-left {
		float: left;
		width: 191px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 191px;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-left-box {
		width: 191px;
		margin-bottom: 11px;
		background: url("images/sidebar_left_box.gif") repeat-y;
	}
	
	#sidebar .sidebar-left-box-top {
		width: 191px;
		background: url("images/sidebar_left_box_top.gif") no-repeat;
	}
	
	#sidebar .sidebar-left-box-bottom {
		width: 191px;
		min-height: 50px;
		background: url("images/sidebar_left_box_bottom.gif") no-repeat left bottom;
	}
	
	#sidebar .sidebar-right-box {
		width: 191px;
		margin-bottom: 11px;
		background: url("images/sidebar_right_box.gif") repeat-y;
	}
	
	#sidebar .sidebar-right-box-top {
		width: 191px;
		background: url("images/sidebar_right_box_top.gif") no-repeat;
	}
	
	#sidebar .sidebar-right-box-bottom {
		width: 191px;
		min-height: 50px;
		background: url("images/sidebar_right_box_bottom.gif") no-repeat left bottom;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 165px;
			height: 46px;
			padding: 3px 0 0 26px;
			font: bold 13px/46px Tahoma, Verdana;
			color: #000000;
		}
		
		#sidebar h3.sidebar-left-title {
			background: url("images/sidebar_left_title.gif") no-repeat;
		}
		
		#sidebar h3.sidebar-right-title {
			background: url("images/sidebar_right_title.gif") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 15px 10px 20px 15px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #ffffff;
			font: normal 12px/30px Tahoma, Verdana;
		}
		
		#sidebar ul li a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			padding-left: 12px;
		}
		
			#sidebar .sidebar-left-box ul li a {
				background: url("images/sidebar_left_menu.gif") no-repeat left bottom;
			}
			
			#sidebar .sidebar-left-box ul li a:hover {
				background: #ffffff url("images/sidebar_left_menu.gif") no-repeat left bottom;
				color: #000000;
			}
			
			#sidebar .sidebar-right-box ul li a {
				background: url("images/sidebar_right_menu.gif") no-repeat left bottom;
			}
			
			#sidebar .sidebar-right-box ul li a:hover {
				background: #ffffff url("images/sidebar_right_menu.gif") no-repeat left bottom;
				color: #000000;
			}
		
		#sidebar ul li a:hover {
			text-decoration: none;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}
			
			#sidebar ul li ul li a {
				padding-left: 22px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 15px 0;
			width: 191px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 151px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			padding: 3px 0 5px 0;
			width: 130px;
		}
		
		#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: 2px 6px 6px 6px;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 546px;
		padding-top: 25px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		padding: 0 5px 0 16px;
		margin-bottom: 30px;
		width: 525px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 525px;
			padding-bottom: 5px;
			color: #525252;
			font: normal 11px Tahoma, Verdana;
		}
		
		#content .post .post-title a {
			color: #525252;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: right;
			background: url("images/post_date.gif") no-repeat;
			color: #ffffff;
			text-align: center;
			text-transform: uppercase;
			width: 65px;
			height: 66px;
			font: normal 11px/20px Tahoma, Verdana;
		}
		
		#content .post .post-title .post-date span {
			display: block;
			font: bold 25px/46px Tahoma, Verdana;
		}
		
		#content .post .post-title h2 {
			padding-bottom: 5px;
			color: #c80000;
			font: normal 27px "Century Gothic", Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #c80000;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px Tahoma, Verdana;
			color: #000000;
			width: 525px;
		}
		
		#content .post .post-entry a {
			color: #c80000;
			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: 0 40px;
			color: #999999;
			font: normal 11px/17px Tahoma, Verdana;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			width: 505px;
			padding: 0 10px;
			padding-bottom: 20px;
			height: 23px;
			font: normal 11px/23px Tahoma, Verdana;
			color: #c80000;
			background: url("images/post.gif") no-repeat left bottom;
		}
		
		#content .post .post-info a {
			color: #c80000;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
			#content .post .post-info .post-info-comments {
				float: left;
				padding-left: 25px;
				background: url("images/post_info_comments.gif") no-repeat;
			}
			
			#content .post .post-info .post-info-categories {
				float: right;
				padding-left: 22px;
				background: url("images/post_info_categories.gif") no-repeat;
			}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin-top: 20px;
			color: #c80000;
			font: bold 16px "Century Gothic", Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/18px Tahoma, Verdana;
			color: #000000;
			width: 525px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #c80000;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #dedede;
		}
		
		#content .post .comments ol li cite {
			color: #c80000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #c80000;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #c80000;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 12px/18px Tahoma, Verdana;
			color: #000000;
			width: 500px;
			margin: 0;
			padding-left: 25px;
		}
		
		#content .post #commentform a {
			color: #c80000;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 12px/18px Tahoma, Verdana;
		color: #c80000;
		width: 525px;
		margin-bottom: 30px;
		padding: 0 5px 0 16px;
		float: left;
	}
	
	#content .navigation a {
		color: #c80000;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}


/* Footer */

#footer {
	padding: 0 35px;
	width: 930px;
	height: 85px;
	color: #999999;
	font: normal 6px/85px Tahoma, Verdana;
	text-align: right;
}

#footer a {
	color: #999999;
	text-decoration: none;
}
