/*
Theme Name: Paul Gaunt
Theme URI: http://www.zeronorth.com/
Description: Theme by zeronorth
Version: 1.0
Author: Chris
Author URI: http://www.zeronorth.com/
Tags: 

*/

/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
text-decoration: none;
}
ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
:focus {
outline: 0;
}
.back { text-indent: -7777px; }

/* 
Gold: #C2B184 
Red: #B80000 
Grey: #999999 
Blue: #18123C 
*/

/*****************************************************
* Global
*****************************************************/

div.clear {	clear: both; }
.nodisp { display: none; }
.alignright { float: right; margin-left: 10px; margin-bottom: 10px; }
.alignleft { float: left; margin-right: 10px; margin-bottom: 10px; }

body {
	text-align: center;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

/*****************************************************
* Typography
*****************************************************/

h1 {
	font-weight: normal;
	font-size: 1em;
	color: #C2B184;
	padding-bottom: 10px;
}
h2,
h3,
h4 { 
	font-weight: normal;
	font-size: 0.875em;
	color: #18123C;
	padding-bottom: 10px;
}
p {
	font-size: 0.75em;
	line-height: 1.5em;
	padding-bottom: 10px;
	color: #999999;
}
#header p {
	text-align: right;
	color: #C2B184;
}
#footer p {
	font-size: 0.625em;
}
span {
	font-size: 1.3em;
}

/*****************************************************
* Links
*****************************************************/

a:hover {
	text-decoration: underline;
}
#logo a,
#logo a:visited {
	display: block;
	height: 59px;
	width: 200px;
}
#header a,
#header a:visited,
#footer a,
#footer a:visited {
	color: #999999;
}
.main-content a,
.main-content a:visited {
	color: #18123C;
}

/*****************************************************
* Layout 
*****************************************************/

.top-content-wrapper {
	text-align: left;
	background: #EBEAE8 url(images/bg-rep-big.gif) repeat-x left top;
}
.top-content-wrapper-two {
	background: url(images/bg-rep-small.gif) repeat-x left bottom;
}
#header,
.top-content,
.main-content,
#footer {
	margin: 0px auto;
	width: 700px;
}
#header {
	height: 33px;
	background: url(images/underline.gif) no-repeat left bottom;
	padding-top: 10px;
}
#nav {
	width: 200px;
	float: left;
}
#logo {
	background: url(images/logo.gif) no-repeat left top;
	height: 59px;
	width: 200px;
}
.top-content {
	padding-top: 35px;
}
.top-main {
	width: 500px;
	float: left;
}
.rotator {
	height: 300px;
	overflow: hidden;
}
.thumbnailimages {
}
.main-content-wrapper {
	background: #FFFFFF;
	text-align: left;
}
.main-content {
	padding-top: 30px;
	padding-bottom: 30px;
}
.side-logo {
	width: 200px;
	float: left;
}
.main-text {
	width: 500px;
	float: left;
}
#footer {
	background: url(images/underline.gif) no-repeat left top;
	padding-top: 15px;
	padding-bottom: 30px;
}
.gallery img { 
	border: 1px solid #C2B184 !important; 
}
.page-id-15 .main-text img { 
	border: 1px solid #C2B184 !important; 
	margin-right: 6px;
} 

/*****************************************************
* Lists
*****************************************************/

#nav ul {
	padding-top: 35px;
	padding-bottom: 55px;
}
#nav li {
	font-size: 0.75em;
	line-height: 1.3em;
}
	
		#nav li a, 
		#nav li a:visited {
	color: #999999;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
		}
		#nav li a:hover {
	color: #18123C;
	text-decoration: none;
		}
		
ul#manufacturerlist {
	padding-top: 10px;
}	
ul#manufacturerlist li {
	font-size: 0.75em;
	line-height: 1.3em;
	float: left;
	width: 115px;
	display: block;
	padding: 0px 10px 10px 0px;
	color: #999999;
	text-transform: uppercase;
}	
ul#manufacturerlist li a,
ul#manufacturerlist li a:visited {
	color: #999999;
}
ul#manufacturerlist li a:hover {
}
ul#manufacturerlist li.current_page_item a,
ul#manufacturerlist li.current_page_item a:visited,
ul#manufacturerlist li.current_page_item a:hover {
	color: #B80000;
	font-weight: bold;
}

.main-text ul {
	padding-bottom: 5px;
}
.main-text li {
	font-size: 0.75em;
	line-height: 1.5em;
	padding-bottom: 5px;
	color: #C2B184;
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
}

/*****************************************************
* Forms
*****************************************************/

input#s {
	background: #E3DBC8;
	float: right;
	height: 17px;
	width: 129px;
	border-style: none;
	display: block;
	color: #A3905C;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	margin-left: 20px;
}
#searchsubmit,
.screen-reader-text {
	display: none;
}
