/*  
Theme Name: Verden Interior Designs
Theme URI: http://www.borellidesigns.com
Description: This theme was created for Verden Interior Designs.  
Version: 1.0
Original Author: Shawn Borelli Designs
Original Author URI: http://borellidesigns.com
Designer: Brendan DeBeasi
Designer URL: http://debeasi.com

*/

@charset "UTF-8";
/* CSS Document */
@import url("http://cssksw.com/brendandebeasi");

body {
	background:url(images/pageBG.jpg) repeat top;
}
h2{
	font-size:11pt;
	line-height:2px;
	padding-top:10px;
}
#container {
	width: 840px;
	margin: auto;
}
#head {
	height: 100px;
	background: url(images/header.jpg);
}
#nav {
	padding-top: 30px;
	padding-left: 135px;
}
#nav a {
	height: 20px;
	width: 103px;
	padding-top: 5px;
	display: inline-block;
	text-align: center;
	background: url(images/nav_inactive.png);
	color: #7c7c7c;
	font-family: "Arial";
	text-decoration: none;
	font-size: 10pt;
}
#nav a.active {
	background: url(images/nav_active.png);
	color: #FFF;
}
#nav li {
	list-style:none;
	display:block;
	float:left;
	margin-right:5px;
}
#nav li a.current_page_item{
	background: url(images/nav_active.png);
	color: #FFF;
}
#bodytop{
	background:url(images/bodytop.jpg) no-repeat top;
	padding-top:5px;
	width:840px;
}
#body {
	padding-top:0px;
	overflow:hidden;
	padding-left: 25px;
	padding-right: 25px;
	background: url(images/body.jpg) repeat-y;
}
#text #bodyText a:link {
 color: #577808;
}
#text #bodyText a:visited {
 color: #577808;
}
#bodybottom{
	background:url(images/bodybottom.jpg) bottom no-repeat;
	width:840px;
	overflow:hidden;
	margin-bottom:25px;
	padding-bottom:5px;
}
#text {
	width: 265px;
	overflow:hidden;
	text-align: center;
	padding-top: 0px;
	font-family: Helvetica;
}
#text #title {
	color: #ecb548;
}
#text #bodyText {
	min-height: 200px;
        overflow:hidden;
	padding-left: 10px;
	padding-right: 10px;
	color: #808080;
	font-size: 9pt;
	line-height: 13pt;
}
/* Single Body */
#singletop{
	background:url(images/singletop.jpg) top no-repeat;
	padding-top:5px;
        overflow:hidden;
}
#singlebottom{
        background:url(images/singlebottom.jpg) bottom no-repeat;
	width:840px;
	overflow:hidden;
	margin-bottom:24px;
	padding-bottom:4px;
	
}
#singlebody {
	padding-top:0px;
	overflow:hidden;
	padding-left: 25px;
	padding-right: 25px;
	background: url(images/singlebody.jpg) repeat-y;
}
#singletext #bodyText a:link {
 color: #000000;
}
#singletext #bodyText a:visited {
 color: #577808;
}
#singletext a:link{
 color: #577808;
}
#singletext a:visited{
 color: #577808;
}
#singletext {
	width: 585px;
	overflow:hidden;
	text-align: center;
	padding-top: 0px;
	font-family: Helvetica;
}
#singletext #title {
	color: #ecb548;
}
#singletext #bodyText {
        display:block;
        overflow:hidden;
	padding:5px 10px 5px 10px;
	color: #FFF;
	font-size: 9pt;
	line-height: 13pt;
}

/* End Single Body */

/* Sidebar */
#sidebar {
	width: 200px;
	height: 400px;
	text-align: left;
	font-family: Helvetica;
	color:#FFF;
        padding-left:10px;
        padding-top:0px;
}
#sidebar h2{
	color: #353535;
	font-size:13pt;
	line-height:0pt;
}
#sidebar ul{
	margin-top:0px;
}
#sidebar li{
	font-size:9pt;
}
#sidebar p{
	font-size:9pt;
	padding-left:10px;
}
#sidebar img{
	padding-left:10px;
}
#sidebar a{
	color:#CCC;
}
#sidebar form{
	margin-bottom:20px;
	display:block;
	font-size:12px;
}

/* End Sidebar */
#foot {
	margin-top: -25px;
	height: 83px;
	padding-top: 11px;
	padding-left: 43px;
	background: url(images/footer.jpg);
}
#foot img {
	width: 57px;
	height: 45px;
	border: 4px #4f4f4f solid;
	margin-right: 17px;
	cursor: pointer;
}
#foot img:hover {
	border: 4px #494949 solid;
}
/*
.quote {
	display: block;
	margin: auto;
	position: relative;
}
#quoteSmall {
	height: 20px;
	width: 88px;
	bottom: 7px;
	background: url(images/quote_small.png);
}*/
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
.aligncenter{
	text-align:center;
}
a:link {
 color: #577808;
}
.neueway {
	font-size: 8pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #aaaaaa;
	width: 100%;
	text-align: center;
}
.neueway a:link, .neueway a:visited {
	color: #bebebe;
}
.neueway a:hover {
	text-decoration: none;
}
li {
	text-align: left;
	margin-bottom: 5px;
}