/*  
Theme Name: Living Interior
Theme URI: http://ophelianicholson.com/2008/05/11/free-wordpress-theme-living-interior/
Description: Beautiful living interior theme for wordpress
Version: 1.0
Author: Ophelia Nicholson
Author URI: http://ophelianicholson.com
*/



/* General */

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

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

img {
	border: 0;
}

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


/* Page */

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

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

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


/* Header */

#header {
	width: 950px;
	height: 265px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 224px;
		left: 28px;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 40px Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #000000;
		font: normal 24px Verdana;
	}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 12px;
		left: 687px;
		width: 246px;
		height: 30px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 246px;
		height: 30px;
	}
	
	#header #header-search #s {
		width: 138px;
		height: 16px;
		border: 0;
		padding: 7px 5px;
		font: normal 13px Verdana;
		color: #000000;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 91px;
		height: 30px;
		padding: 0;
		float: right;
	}


/* Main */

#main {
	width: 950px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 560px;
		padding: 0 19px 0 29px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 40px;
		width: 560px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 548px;
			height: auto;
			padding: 8px 8px 0;
			background: url("images/post_title.png") no-repeat;
			color: #c43b42;
			font: bold 10px Verdana;
		}
		
		#content .post .post-title a {
			color: #c43b42;
			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;
			width: 71px;
			height: 48px;
			text-align: center;
			text-transform: lowercase;
			margin-right: 14px;
			color: #ffffff;
			font: bold 15px Verdana;
		}
		
		#content .post .post-title .post-date span {
			padding: 4px 0 2px 0;
			display: block;
		}
		
		#content .post .post-title h2 {
			font-family:Verdana, Geneva, sans-serif;
			color: #c43b42;
			font: bold normal 12px;
			padding: 1px 0 5px 0;
		}
		
		#content .post .post-title h2 a {
			color: #c43b42;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			float: left;
			background: url("images/post_entry.gif") repeat-y;
			font: normal 11px/18px Verdana;
			color: #000000;
			padding: 0 35px;
			width: 490px;
		}
		
		#content .post .post-entry a {
			color: #c43b42;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
			float: right;
			margin-bottom: 5px;
			color: #c43b42;
			text-decoration: none;
		}
		
		#content .post .post-entry a.more-link:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			background: url("images/post_info.png") no-repeat;
			width: 520px;
			height: 65px;
			font: bold 11px/30px Verdana;
			color: #ffffff;
			padding: 0 20px;
		}
		
		#content .post .post-info a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 25px 0 5px 0;
			color: #c43b42;
			font: bold 15px Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 11px/18px Verdana;
			color: #000000;
			width: 490px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #c43b42;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #e8e8e8;
		}
		
		#content .post .comments ol li cite {
			color: #c43b42;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #c43b42;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #c43b42;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 11px/18px Verdana;
			color: #000000;
			width: 465px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #c43b42;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 11px Verdana;
		color: #c43b42;
		margin-bottom: 40px;
		float: left;
		width: 560px;
	}
	
	#content .navigation a {
		color: #c43b42;
		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: 323px;
		font: normal 11px/10px Verdana;
		color: #000000;
		margin-top: auto;
	}
	
	#sidebar a {
		color: #c43b42;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Sides */
	
	#sidebar #sidebar-left {
		float: left;
		width: 171px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 152px;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box-left {
		width: 171px;
		padding-bottom: 10px;
	}
	
	#sidebar .sidebar-box-right {
		width: 152px;
		padding-bottom: 10px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			height: 30px;
			padding-left: 15px;
			font: bold 14px/30px Verdana;
			color: #ffffff;
		}
		
		#sidebar h3.left {
			width: 156px;
			background: url("images/sidebar_title_left.gif") repeat-y;
		}
		
		#sidebar h3.right {
			width: 137px;
			background: url("images/sidebar_title_right.gif") repeat-y;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 10px 0 10px 12px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #000000;
			padding-left: 8px;
			font: normal 11px/23px Verdana;
			background: url("images/sidebar_menu.gif") no-repeat;
		}
		
		#sidebar ul li a {
			color: #000000;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0 0 0 10px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			padding: 10px 0;
			width: 100%;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 115px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			padding: 5px 0 0 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: 5px 5px 0 5px;
		}


/* Footer */

#footer {
	width: 950px;
	height: 50px;
	padding-top: 15px;
	color: #c43b42;
	font: bold 11px/50px Verdana;
	text-align: center;
}

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

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


.text-black-9 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #000000;
}
.text-black-9-bolder {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: bolder;
	color: #000000;
}
.text-black-10 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
}
.text-black-10-bolder {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bolder;
	color: #000000;
}
.text-black-11 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
}
.text-black-11-bolder {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bolder;
	color: #000000;
}
.text-black-12 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}
.text-black-12-bolder {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bolder;
	color: #000000;
}
.text-black-14 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
}
.text-black-14-bolder {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bolder;
	color: #000000;
}
.text-red-9 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FF0000;
}
.text-red-9-bolder {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: bolder;
	color: #FF0000;
}
.text-red-10 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF0000;
}
.text-red-10-bolder {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bolder;
	color: #FF0000;
}
.text-red-11 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FF0000;
}
.text-red-11-bolder {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bolder;
	color: #FF0000;
}
.text-red-12 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FF0000;
}
.text-red-12-bolder {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bolder;
	color: #FF0000;
}