/*  
Theme Name: Divine Vision 1.0
Author: Simon Shull-Foust
Author URI: http://www.simonsportfolio.com/
*/


* { margin: 0; padding: 0; }

body {
	font-size: 65%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #c0c0c0;
	color: #000;
	line-height: 1.7em;
	}

p { padding: 0 0 0.5em 0; }

a:link; a:visited {
	color: #b6c279;
	}

a:active {
	font-weight: bold;
	}

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

h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 2.5em;
	font-weight: normal;
	text-transform: uppercase;
	color: #565656;
	padding: 0 0 0.5em 0;
	}

h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #874145;
	padding: 0 0 0.5em 0;
	}

h1, h1 a:link, h1 a:active, h1 a:hover, h1 a:visited, h2, h2 a:link, h2 a:active, h2 a:hover, h2 a:visited {
	text-decoration: none;
	}

a img {
	border: none;
	}

#wrap {
	margin: 0 auto;
	background: #f0f2e5;
	width: 900px;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	}

#header {
	width: 900px;
	height: 159px;
	background: url('images/header.jpg') no-repeat;
	}

#news {
	width: 150px;
	float: right;
	margin: 20px 10px 0 0;
	}

#navigation a:link, #navigation a:visited {
	text-decoration: none;
	color: #ddd;
	}

#navigation a:active {
	text-decoration: none;
	color: #aaa;
	}

#navigation a:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #fff;
	}

#navigation {
	background: #874145;
	list-style: none;
	letter-spacing: -0.09em;
	line-height: 2.4em;
	height: 25px;
	border-bottom: 10px #927d64 solid;
 	}

#navigation li {
	float: left;
	padding-left: 1.2em;
	text-transform: uppercase;
	}

	#navigation .first {
		padding-left: 42px;
		}

#content {
	background: url('images/content.jpg') top right no-repeat;
	padding: 20px 10px 20px 42px;
	min-height: 500px;
	}

#sidebar {
	float: right;
	width: 180px;
	}

	#sidebar .sidewrap {
		margin-left: 30px;
		font-weight: bold;
		}

.clearfix {
	clear: both;
	}

#footer {
	margin: 0 auto;
	padding: 20px;
	background: #4c2532;
	color: #fff;
	text-align: center;
	line-height: 1.3em;
	}

	#footer a { color: #bdb2b5; text-decoration: none; }

	#footer a:hover { color: #fff; }

	#footer p { padding: 0 0 0.3em 0; }