/*
Theme Name: NVCC Custom
Theme URI: http://povich.co.uk/
Description: Jim's ripped up Wordpress Classic theme
Version: 0.1
Author: Jim Whiteside
Tags: nvcc, variable width, three columns, widgets
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
	margin: 0;
}

body, p, td, li {
	font-size: small;
}

h1, h3, h6 {
	color: #339;
}

h2 {
	clear: both;
	font-size: 140%;
	color: #933;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
}

h3 {
	clear: both;
	font-size: 120%;
	margin-bottom: 0;
	border-left: 5px solid #933;
	padding-left: 3px;
}

h4 {
	font-size: 100%;
	color: #933;
	border-bottom: 1px solid #ccc;
}

h5 {
	font-size: 100%;
}

strong, b {
	color: #933;
}

a:link, a:visited, a:active {
	font-weight: bold;
	color: #339;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img{ border: 0;}

blockquote p {
	font-style: italic;
}

/*
############## header ##############
*/

#header {
	background: url(images/bg_slice.jpg) repeat-x top left ;
}

/*
############## topnav ##############
*/

#topnav {
	border-bottom: 1px solid #ccc;
	text-align: right;
}

#topnav ul {
	padding: 3px 0;
	margin-left: 10px;
	margin-bottom: 0;
	margin-top: 0.1em;
}

#topnav li {
	list-style: none;
	display: inline;
	margin: 0;
}

#topnav li a {
	text-decoration: none;
	padding: 3px 0.5em;
	margin-right: 3px;
	border-bottom: none;
	background: white;
	font-weight: bold;
}

#topnav ul li a:hover, #topnav li.selected a  {
	color: #339;
}

/*
############## content ##############
*/

#main {
	position: relative;
}

#content {
	padding: 10px;
	margin-left: 200px;
	margin-right: 200px;
}

img.alignleft {
	float: left;
	clear: left;
	margin: 0 5px 5px 0;
}

img.alignright {
	float: right;
	clear: right;
	margin: 0 0 5px 5px;
}

/*
############## sidebars ##############
*/

#leftnav {
	position: absolute;
	top: 0; left: 0;
	padding-top: 28px;
	background: url(images/body_dirt.gif) top left no-repeat;
}

#rightnav {
	position: absolute;
	top: 0; right: 0;
	padding-top: 28px;
	background: url(images/body_dirt.gif) top right no-repeat;
}

.sidebar {
	width: 180px;
	margin: 10px;
}

.sidebar form {
	margin: 0 0 0 13px;
}

.sidebar input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

.sidebar ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

.sidebar ul li {
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

.sidebar ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.sidebar ul ul li {
	border: 0;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

.sidebar ul ul li a {
	text-decoration: none;
}

/*
############## footer ##############
*/

.credit {
	padding: 10px;
	border-top: 1px solid #ccc;
	clear: both;
}


