/*
Theme Name: Modern Sofa 2
Theme URI: 
Description: A re-designed version of an original theme by HPA.
Version: 2.0
Author: Mel P.
Author URI: http://quirm.net
*/
/* General */
body {
	margin: 0;
	background: #919185 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: 1004px;
	background: url("images/page.jpg") no-repeat;
}
/* Header */
#header {
	width: 1004px;
	height: 327px;
	position: relative;
}
/* Header - Info */
#header #header-info {
	position: absolute;
	top: 100px;
	left: 20px;
}
#header #header-info h1 {
	color: #FFFFFF;
	font: normal 48px Century Gothic, Georgia, Arial, Verdana;
	padding-bottom: 5px;
}
#header #header-info h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
#header #header-info .description {
	color: #FFFFFF;
	font: normal 14px Arial, Verdana;
}
/* Header - Menu */
#header #header-menu {
	position: absolute;
	top: 265px;
	left: 0;
	height: 41px;
	background:url(images/header.gif) repeat-x left bottom;
	overflow:hidden;
}
#header #header-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 41px;
}
#header #header-menu ul li {
	float: left;
	width: 111px;
	height: 41px;
	font: normal 14px/41px Arial, Verdana;
	color: #ffffff;
	background: url("images/header_menu.gif") no-repeat;
	text-align: center;
}
#header #header-menu ul li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
#header #header-menu ul li a:hover {
	text-decoration: underline;
}
/* Header - Menu - Submenu */
	#header #header-menu ul li ul {
	display: none;
}
/* Main */
#main {
	width: 1004px;
}
/* Main - Content */
#content {
	float: left;
	width: 756px;
	padding: 5px 6px 0 8px;
}
/* Main - Content - Post */
#content .post {
	float: left;
	margin-bottom: 12px;
	width: 756px;
	background: url("images/post.gif") repeat-y;
}
/* Post - Title */
#content .post .post-title {
	width: 756px;
	background: url("images/post_title.gif") no-repeat;
	color: #FFFFFF;
	font: normal 12px Arial, Verdana;
	position: relative;
}
#content .post .post-title a {
	color: #FFFFFF;
	text-decoration: none;
}
#content .post .post-title a:hover {
	text-decoration: underline;
}
#content .post .post-title .post-date {
	position: absolute;
	top: 4px;
	left: 22px;
	text-align: center;
	color: #FFFFFF;
	width: 131px;
	height: 26px;
	font: normal 12px/26px Arial, Verdana;
}
#content .post .post-title h2 {
	color: #FFFFFF;
	font: normal 30px Garamond, Georgia, Arial, Verdana;
	padding: 40px 10px 5px 10px;
}
#content .post .post-title h2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#content .post .post-title h2 a:hover {
	text-decoration: underline;
}
#content .post .post-title .post-title-info {
	background: url("images/post_title_info.gif") no-repeat;
	width: 756px;
	height: 29px;
	line-height: 29px;
	text-align: center;
}
/* Post - Entry */
#content .post .post-entry {
	font: normal 12px/18px Arial, Verdana;
	color: #FFFFFF;
	width: 732px;
	padding: 0 12px;
}
#content .post .post-entry a {
	color: #FFFFFF;
	text-decoration: none;
}
#content .post .post-entry a:hover {
	text-decoration: underline;
}
#content .post .post-entry a.more-link {
	font: bold 12px/20px Arial, Verdana;
	float: right;
	margin-bottom: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
#content .post .post-entry a.more-link:hover {
	text-decoration: underline;
}
#content .post .post-entry blockquote {
	border-left: 10px solid #9b9b8f;
	margin: 0px 30px;
	padding-left: 15px;
}
	/* Post - Info */
#content .post .post-info {
	clear: both;
	width: 131px;
	height: 30px;
	padding: 20px 27px 0 598px;
	text-align: center;
	font: normal 12px/22px Arial, Verdana;
	color: #FFFFFF;
	background: url("images/post_info.gif") no-repeat left bottom;
}
#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: 20px 0 5px 0;
	float: left;
	width: 732px;
	color: #FFFFFF;
	font: normal 30px Garamond, Georgia, Arial, Verdana;
}
/* Post - Comments */
#content .post .comments {
	font: normal 12px/18px Arial, Verdana;
	color: #FFFFFF;
	width: 732px;
	float: left;
}
#content .post .comments ol {
	margin: 10px 0;
	padding-left: 25px;
}
#content .post .comments ol li {
	padding: 5px;
}
#content .post .comments ol li a {
	color: #FFFFFF;
	text-decoration: none;
}
#content .post .comments ol li a:hover {
	text-decoration: underline;
}
#content .post .comments ol li.alt {
	background: #9b9b8f;
}
#content .post .comments ol li cite {
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}
#content .post .comments ol li cite a {
	color: #FFFFFF;
	text-decoration: none;
}
#content .post .comments ol li cite a:hover {
	text-decoration: underline;
}
#content .post .comments ol li .commentmetadata a {
	color: #dadad0;
	text-decoration: none;
}
#content .post .comments ol li .commentmetadata a:hover {
	text-decoration: underline;
}
/* Post - Comment Form */
#content .post #commentform {
	font: normal 12px/18px Arial, Verdana;
	color: #FFFFFF;
	width: 707px;
	padding-left: 25px;
	margin: 0;
	float: left;
}
#content .post #commentform a {
	color: #FFFFFF;
	text-decoration: none;
}
#content .post #commentform a:hover {
	text-decoration: underline;
}
/* Main - Content - Navigation */
#content .navigation {
	float: left;
	margin-bottom: 10px;
	font: bold 12px/18px Century Gothic, Verdana;
	color: #FFFFFF;
	width: 732px;
	padding: 0 12px;
}
#content .navigation a {
	color: #CC3333;
	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: 226px;
	font: normal 12px/19px Arial, Verdana;
	color: #CC3333;
	padding-top: 10px;
}
#sidebar a {
	color: #CC3333;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
/* Main - Sidebar - Boxes */
#sidebar .sidebar-box {
	width: 226px;
	margin-bottom: 10px;
	background: url("images/sidebar.gif") repeat-y;
}
#sidebar .sidebar-box-top {
	width: 226px;
	background: url("images/sidebar_top.gif") no-repeat;
}
#sidebar .sidebar-box-bottom {
	width: 226px;
	background: url("images/sidebar_bottom.gif") no-repeat left bottom;
	padding-bottom: 15px;
}
/* Sidebar - Titles */
#sidebar h3 {
	width: 226px;
	height: 70px;
	font: normal 14px/38px Centruy Gothic, Verdana;
	color: #FFFFFF;
	background: url("images/sidebar_title.gif") no-repeat;
	text-align: center;
}
/* Sidebar - Menus */
#sidebar ul {
	margin: -15px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
	color: #FFFFFF;
	font: normal 12px/24px Century Gothic, Verdana;
}
#sidebar ul li a {
	color: #FFFFFF;
	padding-left: 20px;
	text-decoration: none;
	background: url("images/sidebar_menu.gif") no-repeat left bottom;
	display: block;
	font: normal 12px/24px Century Gothic, Verdana;
	height: 26px;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}
/* Sidebar - Menus - Submenus */
#sidebar ul li ul {
	margin: 0;
}
#sidebar ul li ul li a {
	padding-left: 30px;
}
/* Sidebar - Forms */
#sidebar #searchform {
	margin: 0;
	padding: 20px 0 5px 0;
	width: 226px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 186px;
}
/* Sidebar - Tables */
#sidebar #calendar_wrap {
	margin: -15px auto 0 auto;
	width: 142px;
}
#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 {
	margin-top: -15px;
	padding: 0 10px 5px 10px;
}
/* Footer */
#footer {
	width: 1004px;
	height: 67px;
	padding-top: 8px;
	color: #e9e9e9;
	font: normal 12px/67px Arial, Verdana;
	background: url("images/footer.gif") no-repeat;
	text-align: center;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/* Gallery */
.gallery {
	max-width:730px;
	margin:0 auto;
}
.gallery-item {
	float: left;
	margin:10px 20px;
	text-align: center;
	line-height:1em;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-caption {
	margin-left: 0;
}


