/*
Theme Name: Modern Sofa
Theme URI: http://wpjunction.com
Description: A Theme by HPA
Version: 1.0
Author: HPA
Author URI: http://wpjunction.com
*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}


/* End captions */

/* General */


body {
	margin: 0;
	background: #1e1e1e 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: 30px;
	}
	
	#header #header-info h1 {
		color: #5c7647;
		font: normal 48px Garamond, Georgia, Arial, Verdana;
                text-transform: lowercase;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #5c7647;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #5f7949;
		font: normal 14px Garamond, Georgia, Arial, Verdana;
                text-transform: uppercase;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 265px;
		left: 40px;
		height: 41px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 41px;
	}
	
	#header #header-menu ul li {
		float: left;
		width: 115px;
		height: 41px;
		font: normal 12px/41px Rockwell, Arial, Garamond;
                text-transform: uppercase;
		color: #5c7647;
		background: url("images/header_menu.png") no-repeat;
		text-align: center;
	}
	
	#header #header-menu ul li a {
		color: #1e1e1e;
                font: Garamond, Georgia, Arial, Verdana;
		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: 10px;
		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: #1e1e1e;
			font: normal 10px Arial Rounded MT Bold, Arial, Garamond;
			position: relative;
		}
		
		#content .post .post-title a {
			color: #1e1e1e;
			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: #1e1e1e;
			width: 131px;
			height: 26px;
			font: normal 12px/26px Rockwell, Arial, Garamond;
		}
		
		#content .post .post-title h2 {
			color: #1e1e1e;
			font: normal 30px Rockwell, Arial, Verdana;
			padding: 40px 10px 5px 10px;
		}
		
		#content .post .post-title h2 a {
			color: #1e1e1e;
			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/19px Arial Rounded MT Bold, Arial, Garamond;
			color: #1e1e1e;
			width: 732px;
			padding: 0 12px;
		}
		
		#content .post .post-entry a {
			color: #5c7647;
			text-decoration: none;
		}

                #content .post .post-entry a:visited {
                      color: #5c7647;
                      font-style: italic;
              }
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font: bold 12px/20px Arial Rounded MT Bold, Arial, Georgia;
			float: right;
			margin-bottom: 5px;
			color: #1e1e1e;
			text-decoration: none;
		}
		
		#content .post .post-entry a.more-link:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #1e1e1e;
			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 Rockwell, Arial, Verdana;
			color: #1e1e1e;
			background: url("images/post_info.gif") no-repeat left bottom;
		}
		
		#content .post .post-info a {
			color: #1e1e1e;
			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: #76766d;
			font: normal 30px Rockwell, Arial, Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: bold 12px/20px Arial Rounded MT Bold, Arial, Georgia
			color: #5b5b57;
			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: #dadad0;
			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: #dadad0;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #dadad0;
			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: bold 12px/20px Arial Rounded MT Bold, Arial, Georgia
			color: #5b5b57;
			width: 707px;
			padding-left: 25px;
			margin: 0;
			float: left;
		}
		
		#content .post #commentform a {
			color: #b7150d;
			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 Arial, Verdana;
		color: #dadad0;	
		width: 732px;
		padding: 0 12px;
	}
	
	#content .navigation a {
		color: #dadad0;
		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 Rockwell, Georgia, Verdana, Arial;
		color: #1e1e1e;
		padding-top: 10px;
overflow:hidden;
	}
	
	#sidebar a {
		color: #dadad0;
		text-decoration: none;
overflow:hidden;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
overflow:hidden;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
overflow:hidden;
		width: 226px;
		margin-bottom: 10px;
		background: url("images/sidebar.gif") repeat-y;
	}
	
	#sidebar .sidebar-box-top {
overflow:hidden;
		width: 226px;
		background: url("images/sidebar_top.gif") no-repeat;
	}
	
	#sidebar .sidebar-box-bottom {
overflow:hidden;
		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 13px/38px Rockwell, Arial, Garamond;
                        text-transform: uppercase;
			color: #1e1e1e;
			background: url("images/sidebar_title.gif") no-repeat;
			text-align: center;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
overflow:hidden;
			margin: -15px 0 0 0;
			padding: 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
overflow:hidden;
			color: #1e1e1e;
			font: normal 12px/24px Rockwell, Arial; Georgia;
		}
		
		#sidebar ul li a {
overflow:hidden;
			color: #1e1e1e;
			padding-left: 20px;
			text-decoration: none;
			background: url("images/sidebar_menu.gif") no-repeat left bottom;
			display: block;
			font: normal 12px/24px Rockwell, Arial, Georgia, Verdana;
			height: 26px;
		}
		
		#sidebar ul li a:hover {
overflow:hidden;
			text-decoration: underline;
		}
               
               #sidebar ul li a:visited {
overflow:hidden;
                      color: #1e1e1e;
                      font-style: italic;
                }
		
			/* Sidebar - Menus - Submenus */



			
			#sidebar ul li ul {
				margin: 0;
overflow:hidden;
			}
			
			#sidebar ul li ul li a {
				padding-left: 30px;
overflow:hidden;
			}
		
		/* 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;
}

/* breaker */
p.brk{
clear: both; 
padding-top: 10px;
padding-bottom: 10px;
}