/*
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: 990px;
	background: url("images/page.gif") repeat-y;
}

#page-top {
	width: 990px;
	background: url("images/rotator/rotator.php") no-repeat;
}

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


/* Header */

#header {
	width: 990px;
	height: 185px;
	position: absolute;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 75px;
		left: 370px;
	}
	
	#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: 18px;
		left: 689px;
		
	}
	
	#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: 360px;
		left: 104px;
	
	}


/* Main */

#main {
	width: 990px;
	
}

	/* 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;
		margin-top: 185px;
		width: 191px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		margin-top: 185px;
		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: 45px;
		margin-top: 185px;
	}
	
	/* 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: 730px;
	height: 85px;
	color: #999999;
	font: normal 12px/85px Tahoma, Verdana;
	text-align: right;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footstep {
	padding: 0 35px;
	width: 730px;
	height: 85px;
	color: #999999;
	font: normal 8px/85px Tahoma, Verdana;
	text-align: center;
}

#footstep a {
	color: #999999;
	text-decoration: none;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {


 position: absolute;
 top: 5px;
		left: 45px;
		width: 670px;
		height: 30px;
		
}
 
 
/* hack to correct IE5.5 faulty box model */
* html .menu {
width:746px; w\idth:645px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;margin:0;list-style-type:none;width: 670px;
		height: 30px;
}
.menu ul ul {width:94px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:94px;height:30px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {

display:block;
font: normal 12px/25px Tahoma, Verdana;
text-decoration:none;
text-align:center;
 color:#ffffff; width:94px; height:35px; border:1px solid #000; border-width:1px 0 1px 1px; 
background: url("images/header_menu.gif");
  line-height:29px;}            /*  MODIFY PADDING LEFT*/
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}



/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#d4d8bd url(images/drop.gif) bottom right no-repeat; 
}



/* style the second level hover */
.menu ul ul a.drop:hover{
background::#c9ba65 url(images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:10px;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}



/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background: url("images/header_menu.gif");
color:#fff;
text-align:center;
font: normal 12px/25px Tahoma, Verdana;
height:30px; 
padding:5px 10px; 
width:75px;
border-width:0 1px 1px 1px;}



/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background: url("images/header_menu.gif"); }
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background: url("images/header_menu_hover.gif");}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}


