/*-----------------------------------------------------------------------------
Author:    Amanda Shaw
Email:     shaw@vivrantcreativ.com
Website:   http://www.vivrantcreativ.com
-----------------------------------------------------------------------------*/


/* Essentials */
body {
background-attachment:fixed;
background-color:#c0b199;
background-image:url(../images/bg.gif);
font-family:Trebuchet, Tahoma, Arial, sans-serif;
font-size:.8em;
}

h1,h2,h5,h5,h6 {
border-bottom:dotted 1px #4c0e08;
color:#e52015;
font-size:1.5em;
margin:10px 0;
padding:0 0 8px;
text-transform:capitalize;
}

h3 {
color:#b4721b;
font-size:1.1em;
margin:5px;
text-transform:capitalize;
}

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

a:hover {
color:#e52015;
}

/* Layout */
#container {
color:#d4b695;
line-height:17px;
margin:auto;
padding:10px;
width:940px;
}

#head {
background-image:url(../images/head-bg.gif);
background-repeat:no-repeat;
height:188px;
margin:0;
padding:45px 0 0 240px;
}

#content {
background-image:url(../images/content-bg.gif);
background-repeat:repeat-y;
padding:5px 20px;
}

#top-left {
background-color:#0a0603;
float:left;
margin:20px 0 0;
padding:10px;
width:560px;
}

#top-right {
background-color:#0a0603;
float:right;
margin:20px 0 0;
padding:12px;
width:276px;
}

#left {
background-color:#0a0603;
clear:both;
float:left;
margin:20px 0 0;
padding:12px;
width:470px;
}

#middle {
background-color:#0a0603;
float:left;
margin:20px 0 0 18px;
padding:12px;
width:170px;
}

#right {
background-color:#0a0603;
float:right;
margin:20px 0 0;
padding:12px;
width:150px;
}

#sub-left {
background-color:#0a0603;
float:left;
margin:20px 0 0;
padding:12px;
width:170px;
}

#sub-right {
background-color:#0a0603;
float:right;
margin:20px 0 0;
padding:12px;
width:660px;
}

#videos {
background-color:#0a0603;
width: 354px;
float: right;
margin:20px 0 0;
padding:12px;
}

#footer {
background-image:url(../images/footer-bg.gif);
clear:both;
color:#0a0603;
font-size:.8em;
font-weight:bold;
height:46px;
padding:19px 0 0;
text-align:center;
text-transform:uppercase;
}

/* Navigation */
.nav {
background-image:url(../images/nav-bg.gif);
background-repeat:no-repeat;
clear:both;
float:right;
height:30px;
margin-top:0;
padding:20px 20px 10px 40px;
width:528px;
}

.nav li {
float:left;
font-weight:bold;
padding:3px;
text-align:center;
}

.nav li a {
color:#000;
display:inline;
}

/* Styles */
#left p,#sub-right p {
padding:8px 5px;
}

#xleft img,#sub-right img {
border:solid 4px #d4b695;
}

#left ul li {
margin:8px;
}

#top-right ul li,#sub-left ul li {
display:inline;
padding:1px;
}

#top-right ul li a:hover,#sub-left a:hover {
background-color:#0a0603;
}

#sub-left a {
color:#b4721b;
}

#footer a {
	color: #000;
}

.span-background {
background-color:#946f57;
padding:0 3px;
}

.clear {
clear:both;
display:block;
height:1px;
margin:-1px 0 0;
}

.img {
border:solid 4px #d4b695;
margin:3px;
}

.imgnb {
border: none;
}

.zimg {
border:solid 2px #d4b695;
}