/*  
Theme Name: Modern Interior Theme
Theme URI: http://bloggingzone.info
Description: Modern Interior theme for wordpress
Version: 1.0
Author: Ophelia Nicholson
Author URI: http://ophelianicholson.com
*/



/* General */

body {
	margin: 0;
	background: #fff;
}

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

img {
	border: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* Page */

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


/* Header */

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

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 150px;
		left: 20px;
	}
	
	#header #header-info h1 {
		color: #850000;
		font: bold 25px Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #850000;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: bold 15px Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 327px;
		left: 4px;
		height: 31px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 47px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 47px;
		font: bold 10px/47px Verdana;
		color: #ffffff;
		background: url("images/header_menu_left.png") no-repeat;
		text-transform: uppercase;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		padding-right: 35px;
		margin-left: 35px;
		text-decoration: none;
		background: url("images/header_menu_right.png") no-repeat right top;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 319px;
		left: 944px;
		width: 43px;
		height: 43px;
	}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 575px;
		padding: 7px 7px 0 10px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
	color: #181715;
	float: left;
	margin-bottom: 35px;
	width: 575px;
	border: 1px solid #004387;
	background-color: #FFFFFF;	/*background: url("images/post.gif");*/
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 537px;
			height: 48px;
			padding: 12px 19px 0 12px;
			/*background: url("images/post_title.gif") no-repeat;*/
			color: #181715;
			font: normal 12px Arial, Verdana;
		}
		
		#content .post .post-title a {
			color: #181715;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			width: 49px;
			height: 48px;
			margin-right: 10px;
			text-align: center;
			color: #ffffff;
			font: bold 13px Arial, Verdana;
		}
		
		#content .post .post-title .post-date span {
			margin: 5px 0 3px 0;
			display: block;
		}
		
		#content .post .post-title h2 {
			padding: 5px 0;
			color: #004387;
			font: bold 17px Arial, Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #004387;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px Arial, Verdana;
			color: #181715;
			padding: 0 20px;
			width: 535px;
		}
		
		#content .post .post-entry a {
			color: #004387;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 12px/18px Arial, Verdana;
			color: #004387;
			float: right;
			margin-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #004387;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			width: 535px;
			font: bold 12px Arial, Verdana;
			color: #004387;
			/*background: url("images/post_info.gif") no-repeat left bottom;*/
			height: 35px;
			padding: 15px 20px 0 20px;
		}
		
		#content .post .post-info a {
			color: #004387;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #004387;
			font: normal 15px Arial, Verdana;
			margin: 20px 0 10px 0;
			padding: 0 20px;
			width: 535px;
		}
		
		#content .post .comments {
			padding: 0 20px;
			width: 535px;
			font: normal 12px/18px Arial, Verdana;
			color: #181715;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #004387;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #f1f8ff;
		}
		
		#content .post .comments ol li cite {
			color: #004387;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #004387;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #004387;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			padding: 0 20px;
			width: 535px;
			font: normal 12px/18px Arial, Verdana;
			color: #181715;
		}
		
		#content .post #commentform a {
			color: #004387;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
/* Main - Content - Navigation */
	
	#content .navigation {
		width: 575px;
		height: 47px;
		margin-bottom: 30px;
		float: left;
		font: bold 10px/47px Verdana;
		color: #ffffff;
		text-transform: uppercase;
	}
	
	#content .navigation a {
		height: 47px;
		background: url("images/header_menu_right.png") no-repeat right top;
		display: block;
		color: #ffffff;
		padding-right: 35px;
		margin-left: 35px;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
			background: url("images/header_menu_left.png") no-repeat;
		}
		
		#content .navigation .navigation-next {
			float: right;
			background: url("images/header_menu_left.png") no-repeat;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 410px;
		font: normal 12px/18px Arial, Verdana;
		color: #000000;
		/*background: url("images/sidebar.gif") repeat-y;*/
	}
	
	#sidebar-top {
		width: 410px;
		padding-top: 10px;
		/*background: url("images/sidebar_top.gif") no-repeat;*/
	}
	
	#sidebar-bottom {
		width: 410px;
		min-height: 100px;
		padding-bottom: 25px;
		/*background: url("images/sidebar_bottom.gif") no-repeat left bottom;*/
	}
	
	#sidebar a {
		color: #004387;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar #sidebar-left {
	float: left;
	width: 179px;
	padding-left: 13px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 179px;
		padding-right: 13px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			padding-left: 15px;
			font: bold 13px/30px Arial, Verdana;
			color: #ffffff;
			text-transform: uppercase;
			background: #004387;
		}
		
		#sidebar h3.first {
			font: bold 13px/29px Arial, Verdana;
			background: none;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 6px auto 16px auto;
			padding: 0;
			list-style-type: none;
			width: 158px;
		}
		
		#sidebar ul li {
			color: #000000;
			padding-left: 10px;
			font: normal 12px/28px Arial, Verdana;
			border-bottom: 1px dotted #004387;
			
		}
		
		#sidebar ul li a {
			color: #000000;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		#sidebar ul li ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
			width: 145px;
		}
		
		#sidebar ul li ul li {
			border-bottom: none;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0 auto;
			padding: 20px 0;
			width: 145px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 145px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 5px auto 10px auto;
			width: 130px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 5px 10px 10px 10px;
		}


/* Footer */

.footer {
	width: 1004px;
	height: 30px;
	color: #004387;
	font: normal 12px Arial, Verdana;
	text-align: right;
}

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

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