/* Sv8 colors

silver-blue - c6d3dc
lt lt grey - e3ded5
lt grey - cbc7bf
med grey - 958e83
dk grey - 5d574d
off-black - 25201c
*/

body {
	background: #e3ded5 url(/images/sv8_bg.jpg) top no-repeat;
	margin: 0px;
	margin-top: 230px;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	font-size: 12px;
	color: #25201c;
	}

body#index {
	margin-top: 30px;
	background: #000;
	color: #fff;
	}
	
#wrap {
	width: 970px;
	margin: 0 auto;
	}
	
#content {
	float: right;
	width: 460px;
	margin: 0;
	padding: 0;
	}

#masthead {
	float: left;
	}
	
div.box {
	background: #25201c;
	padding: 6px;
	margin-bottom: 12px;
	border: 1px solid #171513;
	}
	
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	}

a:link {
	color: #5d574d;
	}

#index a:link {
	color: #e3ded5;
	}
	
a:visited {
	color: #958e83;
	}

#index a:visited {
	color: #cbc7bf;
	}
	
a:hover {
	text-decoration: underline;
	color: #000;
	}

#index a:hover {
	color: #c6d3dc;
	}
	
a.img {
	text-decoration: none;
	}

h2 {
	font-family: georgia, "times new roman", serif; 
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	color: #5d574d;
	padding: 0px;
	margin: 6px 12px 12px 20px;
	}
	
#index h2 {
	color: #c6d3dc;
	margin: 0 0 12px 0;
	}
	
h3 {
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", verdana, arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: #958e83;
	margin: 12px 12px 2px 20px;
	}

#index h3 {
	color: #c6d3dc;
	margin: 0 0 2px 0;
	}
	
h4 {
	font-family: georgia, "times new roman", serif; 
	font-size: 15px;
	font-style: italic;
	color: #25201c;
	font-weight: bold;
	margin: 0px 32px 2px 32px;
	border-bottom: 1px solid #958e83;
	}
		
li h4 {
	margin-left: 0;
	}

.nav {
	color: #958e83;
	margin-bottom: 5px;
	}
		
p, td {
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	font-size: 12px;
	color: #25201c;
	}

#copy {
	font-size: 10px;
	line-height: 130%;
	}
	
#nav {
	font-family: georgia, "times new roman", serif; 
	font-style: italic;
	margin: 0;
	margin-bottom: 24px;
	text-align: center;
	}
	
#index p {
	color: #fff;
	margin: 0 0 12px 12px;
	}
	
p, div.indent {
	padding: 0px;
	margin: 0px 32px 16px 32px;
	}

p, li {
	line-height: 140%;
	}

li p {
	margin: 0px 32px 16px 0px;
	}

p.navi {
	margin: 4px 32px 8px 32px;
	}

p.comments {
	margin: 10px 32px 0px 64px;
	border-top: 1px solid #958e83;
	padding-top: 10px;
	}
	
p.author {
	margin: 2px 32px 10px 64px;
	}

p.navi a, span.upcoming, .update {
	font-family: georgia, "times new roman", serif; 
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
	}

p.navi a {
	font-size: 13px;
	}

.galleries, .update, #nav {
	font-size: 15px !important;
	}

.update {
	margin-bottom: 0 !important;
	}
	
span.upcoming {
	font-weight: normal;
	font-size: 13px;
	color: #958e83;
	}

a:hover.navi, a:hover.galleries {
	text-decoration: underline;
	color: #958e83;
	}

b {
	color: #5d574d;
	text-transform: uppercase;
	background: #fff;
	}

#index b {
	color: #fff;
	background: #5d574d;
	}
	
input, select, textarea {
	border: #958e83 solid 1px;
	background-color: #fff; 
	padding: 1px 2px;
	color: #5d574d;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	margin: 0px 6px 0px 0px;
	}

ul, ol {
	margin: 0 0 10px 32px;
	}

img.thumb, img.layouts {
	border: 6px #fff solid;
	padding: 1px;
	background: #958e83;
	margin: 0px 8px 8px 0px;
	}
	
img.intext {
	margin: 0px 12px 6px 0px;
	}
		
img.link {
	margin: 2px 4px 2px 0px;
	}