/* CSS Document */
/*  
Description: Simple and clean theme for Warmth.com.
Version: 1.5
Author: A. Mowbray
Author URI: http://www.andrewmowbray.name/
*/ 

/*
CSS STYLE SHEET FOR WARMTH.COM
==============================

Contents
------------------------------
	1. defaults
	2. structure
	3. links and navigation
	4. content types
	5. page specifics

Notes
	Last reviewed on August 16, 2007
	compiled by Andrew Mowbray.
*/



/* --------- 1. defaults  --------- */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #4a3524 url(../../images/allBG.jpg) top center repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #775a40;
	font-size: 100%;
}

a {
	text-decoration: none;
	color: #d37d19;
}

a:hover {
	text-decoration:underline;
	color: #d37d19;
}

img {
	border: solid 1px #edc9a3;
}

h1 {
	text-align:left;
	color: #d37d19;
	border-bottom: 1px solid #d37d19;
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 15px 0;

}

h2 {
	text-align:left;
	color: #d37d19;
	font-size: 115%;
	text-transform:uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #edc9a3;
	border-left: 1px solid #edc9a3;
	border-right: 1px solid #edc9a3;
	border-top: 1px solid #d37d19;
	background: url(../../images/h2BG.jpg) repeat-x;
	margin: 8px 0 4px 0;
}

h2 a{
	float:right;
	color: #d37d19;
	font-size: 60%;
	text-transform:uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 8px 0 4px 0;
}

h3 {
	text-align:left;
	color: #d37d19;
	font-size: 105%;
	text-transform:uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #edc9a3;
	border-left: 2px solid #edc9a3;
	margin: 4px 0 2px 0;
	padding-left:4px;
}

h4 {
	width:90%;
	text-align:right;
	float:right;
	color: #d37d19;
	font-size: 60%;
	text-transform:uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #edc9a3;
	border-left: 1px solid #edc9a3;
	border-right: 1px solid #edc9a3;
	border-top: 1px solid #d37d19;
	background: url(../../images/h2BG.jpg) repeat-x;
	margin: 4px 0 4px 0;
}

p {
	margin: 8px 4px 0 4px;
	padding-bottom: 8px;
	font-size: 85%;
	line-height: 150%;	
	text-align: left;
}

li {
	margin-left: 25px;
	font-size: 85%;
	line-height: 150%;
}

/* --------- 2. structure  --------- */
.clear {
	clear: both;
}

#wrapper {
	margin: 0 auto;
	width: 850px !important;
	height: auto;
	z-index: 1;
}

#header {
	height: 196px !important;
	background: url(../../images/headerBG.png) no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='../_images/headerBG.png');
}	

#footer {
	height: 131px;
	padding: 1px 33px 0 34px;
	margin: 0;
	background: url(../../images/footerBG.png) no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='../_images/footerBG.png');
}	

#footContent {
	color: #d37d19;
	text-align:right;
	font-size: x-small;
	margin: 0 10px 0 10px;
	height: 100px;
}

#middle {
	padding: 1px 33px 0 34px;
	margin: 0;
	height: auto;
	background: url(../../images/contentBG.png) repeat-y;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='../_images/contentBG.png');
}

#content {
	margin: 0 10px 0 10px;
	height: auto;
}


.mainContent {
	float: right;
	margin: 0;
	width: 450px;
	height: auto;
	/* border: 1px solid #CCCCCC; */
}

.sideContent {
	float: left;
	width: 285px;
	/* border: 1px solid #CCCCCC; */
}

.divider {
	clear: both;
	height: 1px;
	border-bottom: 1px dotted #d37d19;
	padding-top: 5px;
	margin-bottom: 30px;
}


/* --------- 3. Links + Nav  --------- */
/* --------- Main Nav --------- */
/* Inspired by Eric Shepherd from A List Apart (http://www.alistapart.com/articles/hybrid/) */
#divNav {
	position: relative;
	z-index:56;
	margin: 0 35px 0 35px;
	padding: 0;
	height: 28px;
	width: 781px;
}

#nav, #nav ul {
	float: left;
	width: 781px;
	list-style: none;
	line-height: 1;
	background: #F4E0C8;
	font-weight: bold;
	padding: 0;
	border-top: solid 1px #765A42;
	border-bottom: solid 1px #EAC9A0;
	margin: 0 0 0 0;
}

#nav a {
	display: block;
	width: auto;
	color: #765A42;
	font-size: 90%;
	text-decoration: none;
	padding: 5px 35px;
}

#nav a.parent {
	background: url(../../images/rightarrow.gif) center right no-repeat;
}

/* Main Tabs */
#nav li {
	margin-left: 0;
	font-size: 100%;
	line-height: 100%;
	float: left;
	padding: 0;
	width: auto;
}

#nav li ul {
	border: solid #EAC9A0;
	position: absolute;
	left: -999em;
	height: auto;
	width: 175px;
	font-weight: normal;
	border-width: 3px;
	margin: 0;
}

#nav li li {
	padding-right: 10px;
	width: 165px
}

/*Lower tabs*/
#nav li ul a {
	width: 100px;
	font-size: 80%;
}

#nav li ul ul {
	margin: -25px 0 0 175px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #EAC9A0;
}


/* --------- 4. Content Types  --------- */
.feature{
	float:right;
	width:194px;
	margin-left: 10px;
}

.mini{
	color: #d37d19;
	float:right;
	padding-right:1px;
	padding-top:2px;
	font-size: x-small;
}

#search{
	text-align:right;
}

#logoLink{
	height: 169px;
	width: 300px;
	display: block;
}

#flashHolder{
	position:relative;
	left:0px;
	top:0px;
	z-index:1;
	border: 0;
	padding: 0;
	width: 782px;
	height: 313px;
}


/* --------- 5. Page Specifics  --------- */
/* = Contact and Email Form Page Style = */
#emailer {
	background-image: url(../../images/emailEnvelope.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.contactSmall, .contactLarge {
	font-size: 0.8em;
	line-height: 1.75em;	
	text-align: left;
	height: auto;
	position: relative;
}

.contactSmall {
	float: left;
	width: 230px;
}

.contactLarge {
	padding-right: 86px;
	float: right;
	width: 270px;
}

input.btn{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 80%;
	background-color:#d37d19;
	border:1px solid;
	border-top-color: #edc9a3;
	border-left-color: #edc9a3;
	border-right-color:#4a3524;
	border-bottom-color:#4a3524;
	margin-left: 20px;
}
