/*  
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;
}

h1, h2, h3, h4 {
	margin: 0;
}


h1 { text-size:21px;  }

h2 { text-size:18px;  }

h3 { text-size:16px;  }

h4 { text-size:14px;  }


h2 {
	color:#a00000;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
        width: 1002px;
	background: url("images/page-4.jpg") center no-repeat;;
}

#page2 {
	margin: 0 auto;
	width: 1002px;
}


#topage {
        width: 100%;
	margin: 0px;
        background-image: url("images/tlo-3.gif"); background-repeat: repeat;
}


#page-bg {
        width: 100%;
	margin: 0px;
        background-image: url("images/tlo-3.gif"); background-repeat: repeat;
}


/* Header */

#header {
	width: 1000px;
	height: 460px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 18px;
		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 - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 407px;
		left: 20px;
		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: 1002px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 775px;
		padding: 7px 7px 0 10px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		color: #181715;
		float: left;
		margin-bottom: 35px;
		width: 775px;
		background: url("images/post-2.gif") repeat-y;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 775px;
			height: 12px;
			padding: 2px 2px 0 2px;
			background: url("images/post_title-2.gif") no-repeat;
			color: #181715;

		}
		
		#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: #9f0000;
			font: normal 17px Arial, Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #9f0000;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			color: #181715;
			padding: 0 20px;
			width: 735px;
		}
		
		#content .post .post-entry a {
			color: #9f0000;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			color: #9f0000;
			float: right;
			margin-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #9f0000;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			width: 735px;
			color: #9f0000;
			background: url("images/post_info-2.gif") no-repeat left bottom;
			height: 35px;
			padding: 15px 20px 0 20px;
		}
		
		#content .post .post-info a {
			color: #9f0000;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #9f0000;
			font: normal 15px Arial, Verdana;
			margin: 20px 0 10px 0;
			padding: 0 20px;
			width: 735px;
		}
		
		#content .post .comments {
			padding: 0 20px;
			width: 735px;
			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: #9f0000;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #ab9578;
		}
		
		#content .post .comments ol li cite {
			color: #9f0000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #9f0000;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #9f0000;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			padding: 0 20px;
			width: 735px;
			font: normal Arial, Verdana;
			color: #181715;
		}
		
		#content .post #commentform a {
			color: #9f0000;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
/* Main - Content - Navigation */
	
	#content .navigation {
		width: 775px;
		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: right;
		width: 206px;
		font: normal 12px/18px Arial, Verdana;
		color: #000000;
		background: url("images/sidebar-3.gif") repeat-y;
	}
	
	#sidebar-top {
		width: 206px;
		padding-top: 9px;
		background: url("images/sidebar_top-3.gif") no-repeat;
	}
	
	#sidebar-bottom {
		width: 206px;
		min-height: 100px;
		padding-bottom: 25px;
		background: url("images/sidebar_bottom-3.gif") no-repeat left bottom;
	}
	
	#sidebar a {
		color: #9f0000;
		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 12px/30px Arial, Verdana;
			color: #ffffff;
			text-transform: uppercase;
			background: #a00000;
		}
		
		#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 #980000;
		}
		
		#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: 0px;
			padding: 2px;
			text-align: center;
		}
		

		
		/* 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: 3px 3px 3px 3px;
		}


/* Footer */

#footer {
	width:1004px;
	color: #ffffff;
	font: Arial, Verdana;
        font-size:11px;
	text-align: center;
        padding-left:10px;
        padding-bottom:4px;
}

div .stopa {

        width:990px;height:70px;
        background: url("images/footer-2.gif") no-repeat;
        padding:4px; 
        color:#444444; 
	font: normal 11px Verdana, Arial;
}

#footer a {
	color: #444444;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
