/*
	Gavin Davidge Furniture template
	Incorporating sNews 1.6 Minimal Template
	
*/


ul {  
	padding: 0; 
	margin: 0 0 10px;
}
li { 
	list-style-type: none;
}

#logo { 
	float: left; 
	margin: 0 0 15px; 
}

#menu { 
	float: left; 
	font: bold 1.2em Verdana,sans-serif;
	margin: 0 0 0 0;
	padding: 74px 0 0 0;
}

#menu li { 
	float: left; 
	color: #533114;
	padding: 0 50px 0 28px;
}

#menu li a { 
	color: #533114;
	margin: 0 0 0 0; 
	text-decoration:none;
}
#menu li a.current { 
	background: inherit; 
	color: #b68d52; 
}
#menu a:hover {
	color: #2f251c;
	text-decoration:underline;
}
	
#subheader { 
	clear: both; 
	padding: 8px 10px; 
	height: 27px; 
	line-height: 20px; 
	margin: 0 0 25px 0; 
	/*background: #eee; */
	color: #808080; 
}

#subheader a {
	background: inherit; 
	color: #444; 
}

#breadcrumbs { 
	float: left; 
	margin: 5px 0 0; 
}

#search { 
	float: right; 
}
	
#search p { 
	padding: 0; 
	margin: 0; 
}

.wrap { 
	margin: 30px auto; 
	width: 94%; 
}

#left { 
	float: left; 
	width: 25%; 
}

#right { 
	float: right; 
	width: 70%; 
	margin: 0 0 10px 0; 
}
	
#rss { 
	float: right; 
	text-align: right; 
}

#rss li { 
	float: left; 
	margin: 0 10px 0 10px;
}

/* sNews */
fieldset { 
        border: 1px solid #654226 /*#E4DF94*/; 
        padding: 10px 8px; 
        margin: 0 0 8px 0; 
        background: #FFFBC0; 
        color: #000; 
}
input { 
        padding: 2px;
}
textarea { 
        width: 97%; 
        height: 16em; 
        padding: 3px; 
        border: 1px solid #654226;
        color: #654226;
}
.text {
        background: #f4e8d6;
}
.comment { 
        background: #F5F6F6; 
        color: #808080; 
        padding: 10px; 
        margin: 0 0 10px 0; 
        border-top: 1px solid #654226 /*#ccc*/; 
}
.commentsbox { 
        /*background: #f4f4f4; */
        color: #654226 /*#808080*/; 
        padding: 10px; 
        margin: 0 0 10px 0; 
}
.date { 
        border-top: 1px solid #eee; 
        margin: 0 0 20px 0; 
}

/* Sites style sheet */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #963;
	background: inherit;
}
a:hover {
	color: #C60;
	background: inherit;
}
body {
	background: #f4e8d6;
	color: #543;
	font: normal 62.5% Arial,sans-serif;
}
input {
	color: #555;
	font: normal 1.1em Arial,sans-serif;
}
p,cite,ul {
	font-size: 1.3em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.5em;
	margin-bottom: 4px;
}
h2 {
        font-size: 1.4em;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #654226;
	display: block;
	font: normal 1.3em Arial, serif;
	letter-spacing: 0.1em;
	padding-left: 28px;
	padding-bottom: 1.2em;
}
h1,h2,h3 {
	color: #654;
	padding-top: 6px;
}
p.special {
	display: block;
	color: #654226;
	font: bold 1.3em Arial, serif;
	letter-spacing: 0.1em;
	/*padding-left: 28px;*/
	padding-bottom: 1.2em;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: #fff;
	margin: 10px auto;
	width: 760px;
	border: 1px solid #654226;
	/*border-right: 1px solid #654226;*/
}

.header {
	background: #fff url(img/header_img3.jpg) no-repeat top right;
	height: 180px;
	margin: 0 auto;
	width: 760px;
	border-bottom: 1px solid #654226;
}

.title {
	margin-left: 28px;
	margin-right: 120px;
}
.title h1 {
	color: #654226;
	font: normal 4.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
	padding-top:20px;
	text-align:center;
}
.title h2 {
	color: #654226;
	font: normal 1.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}

/* navigation */
.navigation {
	font: bold 1.2em Verdana,sans-serif;
	/*height: 35px;*/
	margin: 0 120px 0 0;
	padding: 74px 0 0 0;
	width: 740px;
	text-align:left;
}
.navigation a {
	color: #533114;
	text-decoration: none;
	padding: 11px 46px 0 28px;
	/*line-height: 30px;*/
}
.navigation a:hover {
	color: #2f251c;
	text-decoration:underline;
}
.navigation a.current {
	color: #b68d52;
}

.main {
	clear: both;
	padding: 0 10px 12px 28px;
}

.content {
	padding-top: 12px;
	float: left;
	width: 98%;
}
.content .descr {
	color: #987E57;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
	margin-bottom: 6px;
}

img.float_right{
	border: 1px solid #654226;
	float: right;
	margin: 5px 5px 5px 25px;
	clear:right;
}

/* footer */
#footer {
	background: #958463;
	color: #FED;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	margin-top: 12px;
	text-align: center;
	width: 760px;
}
#footer a {
	color: #FFD;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}