/* 
	Theme Name: Gnostic-Society
	Theme URL: http://www.gnosticsociety.co.nz/Gnostic-Society/
	Description: Gnostic Society Template
	Author: Irwin Lawson
	Author URI: http://www.mediamoguls.co.nz
	Version: 0.3
	Tags: two-columns, right-sidebar, fixed-width, white, threaded-comments, sticky-post,theme-options
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v0.1 - 3rd May 2009
		v0.2 - 7th June 2009
		v0.3- 16th June 2009

*/

body {
	background: #FBFCED;
	color: #666666;
	font-size: 14px;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	margin: 0px auto 20px;
	padding: 0px;
	font-weight: normal;
	}
	
#wrap {
	background: #FFFFFF;
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border: 1px solid #e1e1e1;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	width: 960px;
	height:120px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

#header h1 {
	color: #FBFCED;
	font-size: 30px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #666;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #999;
	text-decoration: none;
	}

.headerleft {
    float:left;
	height:90px;
	width:100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

.headerleft p {
	color: #999;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
	
.headerright {
    float:left;
	margin: 0px;
	padding: 0px;
	}

.smalllogo{
	float: left;
}
/************************************************
*	Navigation      							*
************************************************/

#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:visited {
	background: #D1D87B url(images/greennav.gif) repeat-x;
	color: #fff;
	display: block;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
    margin: 0px 5px 0px 0px;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

#nav li a:hover {
	background: #F7F7F7 url(images/greynav.gif) repeat-x;
	color: #666;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
#nav li li a, #nav li li a:visited {
	background: #F7F7F7 url(images/greynav.gif) repeat-x;
	width: 170px;
	color: #666;
	float: none;
	margin: 0px 0px 0px -1px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;

	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #f1f1f1 url(images/greynav.gif) repeat-x;
	color: #666;
	padding: 7px 10px 7px 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 150px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -29px 0 0 171px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
	
#nav .current_page_item a, #nav .current_page_item a:visited {
	background: #FFFFFF url(images/greynav.gif) repeat-x;
	color: #666;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

#nav .current_page_item a:hover {
	background: #f1f1f1 url(images/greynav.gif) repeat-x;
	color: #666;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

	
	
#nav .current_page_item ul li a, #nav .current_page_item ul li a:visited{
	background: #FFFFFF;
	color: #666;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

#nav .current_page_item ul li a:hover {
	background: #f1f1f1 url(images/greynav.gif) repeat-x;
	color: #666;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/

.splash { width:940px; padding:30px 30px 0; }
#content {
	width: 940px;
	margin: 0px auto 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#contentleft {
	float: left;
	width: 600px;
	margin: 0px;
	padding: 20px 0px 20px 20px;
	}
	.spacerPaint{
	height: 15px;
}
.line{
	border-bottom-width: 1px;
	border-bottom-color: #e1e1e1;
	border-bottom-style: dashed;
}
.linefront{
	border-bottom-width: 1px;
	border-bottom-color: #e1e1e1;
	border-bottom-style: dashed;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contentleft h1 {
	color: #666;
	font-size: 18px;
	font-family: Helvetica,Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
	
#contentleft h1 a {
	color: #666;
	font-size: 18px;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}

#contentleft h1 a:hover {
	color: #003663;
	font-size: 18px;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#contentleft h2 {
	color: #666;
	font-size: 16px;
	font-family:Helvetica, Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DDDDDD;
	}


	
#contentleft h3 {
	color: #666;
	font-size: 14px;
	font-family: Helvetica,Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
	
#contentleft h4 {
	color: #009933;
	font-size: 12px;
	font-family: Helvetica,Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px;
	}
	
#contentleft h5 {
	color: #999;
	font-size: 10px;
	font-family: Helvetica,Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
	
#contentleft h6 {
	color: #999;
	font-size: 12px;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px 5px;
	font-style: italic;
	}	
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
.sticky {
	background: #F7F7F7;
	margin: 0px;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
.post {
	margin: 0px 0px 50px 0px;
	}
	
.postarea {
	margin: 0px;
	padding: 0px;
	}

.postarea p {
	padding: 0px;
	margin: 0px;
	}
	
.postarea a, .postarea a:visited, .postcomments a, .postcomments a:visited {
	color: #FA943F;
	text-decoration: none;
	font-weight: bold;
	}
	
.postarea a:hover, .postcomments a:hover {
	color: #999;
	text-decoration: none;
	}
	
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
	background: url() no-repeat top left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	}
	.postarea i {
	font-weight: normal;
	}
	
.postarea ul ul li {
	background: url(images/arrow-content.gif) no-repeat top left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	}
	
blockquote {
	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border: 1px solid #E6E6E6;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.postauthor {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.postmeta {
	background: #F7F7F7;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}
	
.postmeta p {
	margin: 0px;
	padding: 0px;
	}

.singlepostmeta {
	background: #F7F7F7;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 50px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}

.singlepostmeta p {
	margin: 0px;
	padding: 0px;
	}
	
code {
	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 10px;
	display: block;
	font-family: Helvetica, Tahoma, Verdana;
	border: 1px solid #E6E6E6;
	}
	
.archive {
	float: left;
	width: 320px;
	margin: 0px;
	padding: 0px 25px 20px 0px;
	}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 3px;
	margin: 0px 10px 5px 0px;
	display: inline;
	border: 1px solid #e1e1e1;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #E6E6E6;
	text-align: center;
	background-color: #F7F7F7;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 	        			     	    * 
************************************************/
	
#sidebar {
	float: right;
	width: 270px;
	margin: 20px 10px 20px 0px;
	padding: 0px 0px 0px 20px;
	line-height: 20px;
	border-left:1px solid #ddd;
	}
	
#sidebar a, #sidebar a:visited  {
	color: #666;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #FF9966;
	}
	
#sidebar h2 {
	color: #009933;
	font-size: 14px;
	font-family: Helvetica,Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px 3px 3px 0px;
	border-bottom: 1px solid #DDDDDD;
	text-align: left;
	}
	
#sidebar h3 {
	color: #666;
	font-size: 14px;
	font-family: Helvetica,Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
#sidebar h8 {
	color: #FF6633;
	font-size: 14px;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	}
	
#sidebar p {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#sidebar .widget  {
	background: #F7F7F7;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#sidebar ul ul li a, #sidebar ul ul li a:visited {
	color: #666;
	text-decoration: none;
	}
	
#sidebar ul ul li a:hover {
	color: #999;
	text-decoration: underline;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	}
	
#sidebar ul li ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	}

#sidebar .textwidget {
	margin: 0px;
	padding: 0px;
	}

#cat {
	background: #FFFFFF;
	font-family: Helvetica,Arial, Tahoma, Verdana;
	font-size: 12px;
	width: 230px;
	color: #222222;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}

.widget_tag_cloud {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
/************************************************
*	Footer  									*
************************************************/

	
#footer {
	width: 960px;
	background: #eee;
	margin: 0px auto 0px;
	padding: 0px 0px 15px 0px;
	text-align: right;

	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
	}
	
.footer {
	width: 950px;
	margin: 0px auto;
	padding: 15px 10px 0px 0px;
	}
	
#footer p {
	color: #888;
	margin: 0px;	
	padding: 0px;
	}
	
#footer a {
	color: #999;
	text-decoration: none;
	}

#footer a:hover {
	color: #999;
	text-decoration: underline;
	}
	
/************************************************
*	Search Form									*
************************************************/

.postform {
	background: #F5F5F5;
	width: 240px;
	color: #222222;
	font-size: 12px;
	font-family: Helvetica,Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}

#subscribe {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	overflow: hidden;
	}

#subbox {
	background: #F5F5F5 !important;
	width: 185px;
	color: #222222;
	font-size: 11px;
	font-family: Helvetica,Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#subbutton {
	background: #666666 url(images/homelink.png);
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #666666;
	}

#searchform {
	margin: 0px;
	}
	
#searchformheader {
	margin: 0px;
	}
	
#s {
	background: #FFFFFF;
	width: 165px;
	color: #222222;
	font-size: 12px;
	font-family: Helvetica,Arial, Tahoma, Verdana;
	margin: 5px 3px 0px 0px;
	padding: 2px 0px 2px 3px;
	display: inline;
	border: 1px solid #E6E6E6;
	}
	
#searchsubmit {
	background: #003663;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Helvetica,Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 2px 1px 2px;
	border: 1px solid #003663;
	}
	
#submit {
	background: #003663;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Helvetica,Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	border: 1px solid #003663;
	}
	
#author, #email, #url {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Helvetica,Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#comment {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Helvetica,Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #999;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Helvetica,Arial, Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #999;
	}
	
.reply a:hover {
	background: #003663;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #003663;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F7F7F7;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}
		/************************************************
*	Bookpod								*
************************************************/
.newbook{
	height: 200px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 28px;
}
.readmore{
	float: right;
	width: 100px;
	margin-top:5px;
}
.morebooks{
	height: 240px;
	padding-left: 10px;
}
.morebooksTitle{
	height: 20px;
	margin-bottom: 6px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	color: #FF3300;
}
.bookpod {
	width: 590px;
	height: 180px;
	margin-top: 20px;
}
.picpod {
	height: 200px;
	width:165px;
	float: left;
	text-align: center;
	margin-left: 7px;
	margin-right: 20px;
}
.picpodSm {
	height: 200px;
	width:100px;
	float: left;
	text-align: center;
	margin-left: 7px;
		margin-right: 30px;

}
.picpodtitle {
	height: 20px;
	border: 1px solid #e1e1e1;
	margin-top: 3px;
	width: 100%;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #fff;
	font-weight: bold;
	color: #6F6868;
	background-image: url(images/booksback.gif);
	background-repeat: repeat-x;
	font-size: 11px;
}
.picpodtitle a{
	color: #fd3318;
}
.picpodtitle a:visited{
	color: #999999;
}
.picpodimage {
	padding: 2px;
	border: 1px solid #e1e1e1;
}
.bookpodtitle {
	height: 20px;
	margin-bottom: 6px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e1e1e1;
	font-weight: bold;
	font-size: 14px;
	color: #FF3300;
}
	/************************************************
*	Frontpod								*
************************************************/
.bookpodFront {
	width: 570px;
	height: 180px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	line-height: 11px;
	padding-top: 3px;
	font-weight: bold;
	color: #666666;
}
#bookpodFront p{
	line-height: 10px;
	margin-bottom: 3px;
}
.bookpodFront h4{
	font-size: 10px;
	color: #0000CC;
	margin-bottom: 10px;
	font-weight: bold;
}
.podfrontbox {
	float: left;
	width: 320px;
	margin-right: 6px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 2px;
	border-bottom: 1px dashed #e1e1e1;
}
	
/************************************************
*	WP E-Commerce  					    *
************************************************/

#contentleft h2.prodtitles{ border:0;}
.prodtitles a:link, .prodtitles a:visited { color:#666; text-decoration:none; border:0;}
.prodtitles a:hover { color:#333; }
.producttext { padding-left:10px; }
.single_product_display { margin-top:20px; }
#contentleft .productdisplay { margin-bottom:30px; }
#contentleft .imagecol { margin-top:10px; }
ul#sidebarwidgeted li{ margin:0 0px; }
p.wpsc_variation_forms { color:#999; font-size:12px; }
p.wpsc_variation_forms select{ font-size:11px; color:#666;}
p.wpsc_product_price { font-size:12px; float:left;}
p .pricedisplay { color:#333;}
input.wpsc_buy_button { border:none; background:#ccc; color:#fff; float:right; padding:5px; margin-right:5px; text-transform:uppercase; 	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;}
input.wpsc_buy_button:hover { background:#666; }
.cartdiv{
	height:70px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#shoppingcartcontents p.visitshop { text-align:right; margin-top:10px; }
#shoppingcartcontents p.visitshop a:hover{ background:#666; text-decoration:none;}
#shoppingcartcontents p.visitshop a{ border:1px solid #e1e1e1;
	background:#D1D87B url(../../plugins/wp-e-commerce/themes/iShop/images/buttbackgreen.gif) repeat-x;
	color:#fff;
	padding:2px;
	text-transform:uppercase;
-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px; 	font-size: 11px;}

#shoppingcartcontents .gocheckout a {
	border:1px solid #e1e1e1;
	background:#D1D87B url(../../plugins/wp-e-commerce/themes/iShop/images/buttbackgreen.gif) repeat-x;
	color:#fff;
	padding:2px;
	text-transform:uppercase;
-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px; 	font-size: 11px;
}

#shoppingcartcontents .gocheckout a:hover{ background:#666; text-decoration:none;}
#shoppingcartcontents .gocheckout { text-align:right; }
#shoppingcartcontents .emptycart { text-indent:-9999px; padding:0; margin:0; }
#shoppingcartcontents .emptycart a:hover{ background:#666; text-decoration:none;}
#shoppingcartcontents .emptycart a {
	border:1px solid #e1e1e1;
	background:#E89E3B url(../../plugins/wp-e-commerce/themes/iShop/images/buttback.gif) repeat-x;
	color:#fff;
	padding:2px;
	text-transform:uppercase;
-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px; 	font-size: 10px;
}

#contentleft .additional_description p{ background:#f1f1f1; padding:10px; }
.product_grid_item { padding:0 20px 20px 0; }
.product_grid_item .product_text { line-height:1.3em;}
.product_grid_item .product_text strong{ font-size:12px;}
.product_grid_item .product_text br { margin:10px 0; }
.product_grid_item .product_text .pricedisplay { color:#333; }
.product_grid_item .grid_more_info { margin:0; padding:0; }
.product_grid_item .grid_more_info select{ font-size:10px; color:#666;}
.tdqty{
	padding-left: 10px;
}
/************************************************
*	Random 					    *
************************************************/
#randiv{
	font-weight: bold;
	padding: 0px 8px 8px;
	border: 1px dashed #e1e1e1;
	margin-bottom: 10px;
	background-color: #f7f7f7;
}
#randivheader{
	text-align: center;
	background-color: #F7F7F7;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #e1e1e1;
	margin-bottom: 5px;
}
#randiv a:link {
	text-decoration: none;
			color: #FF6633;

}
#randiv a:visited {
	text-decoration: none;
	color: #FF9933;
}
#randiv a:hover {
	text-decoration: none;
	color: #FF6633;
}
#randiv a:active {
	text-decoration: none;
	color: #FFFF33;
}
#randivinhead{
	font-weight: bold;
	color: #009933;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e1e1e1;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#randivfooter{
	text-align: center;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #e1e1e1;
	padding-top:8px;
}
#randivtext{
	margin-bottom: 10px;
}
/************************************************
*	Page Links 					    *
************************************************/
#pagelinkdiv{
	margin-top: 10px;
	font-weight: bold;
	background-color: #f7f7f7;
	border: 1px solid #e1e1e1;
}
#linkdiv{
	margin-bottom: 3px;
	text-decoration: none;
	padding-left: 10px;
	border-bottom: 1px dashed #e1e1e1;
	color: #009933;
}
#linkdivHead{
	text-align: center;
	background-color: #F7F7F7;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #e1e1e1;
	color: #f28112;
}

#linkdiv a:link {
	text-decoration: none;
			color: #009933;

}
#linkdiv a:visited {
	text-decoration: none;
	color: #009933;
}
#linkdiv a:hover {
	text-decoration: none;
	color: #FF6633;
}
#linkdiv a:active {
	text-decoration: none;
	color: #FF6633;
}
/************************************************
*	Paintings Sidebar				    *
************************************************/
#indivPaint {
	text-align: center;
	margin-top: 10px;
}
#indivPaint img{
	padding: 3px;
	border: 1px solid #e1e1e1;
}
#indivPaintTitle{
	padding: 3px;
	border: 1px solid #e1e1e1;
	height: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 250px;
	font-size: 13px;
	background: #F7F7F7 url(images/greynav.gif) repeat-x center;
	text-align: center;
	margin-left: 6px;
}
/************************************************
*	Page Lines					    *
************************************************/
.pageline{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #e1e1e1;
	margin-top: 5px;
	margin-bottom: 5px;
}
/************************************************
*	Excerpts					    *
************************************************/
#excerpt{
	width: 598px;
	font-family:  Helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	margin-top:2px;
}
#excerptHeader{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e1e1e1;
	width: 150px;
	margin-bottom: 10px;
	padding-left: 5px;
	color: #009933;
}
#excerptInnerHeader{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	color: #009933;
}


#excerptInner{
	float: left;
	width: 598px;
	padding: 3px 3px 3px 5px;
}
#excerptInnerLast{
	width: 598px;
	float: left;
		padding: 3px 3px 3px 5px;

}
#htmlElement {
	padding: 10px;
	background-color: #fff;
}
#htmlElement2 {
	padding: 10px;
	background-color: #fff;
}
#backdiv{
	padding-left: 8px;
	height: 50px;
}

/************************************************
*	StuNichollsTooltips				    *
************************************************/

#info p {margin-left:15px; margin-right:20px;}
#info img {margin:15px; float:left;}
#info h1 {margin-left:15px;}
/* the style starts here */
a.tooltip {color:#666;}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:20px; left:-25px; padding:5px; font-weight:bold; color:#666; border:1px solid #f1f1f1; background:#fff; width:150px;}
a.tooltip:hover b em {position:absolute; left:20px; top:-6px; width:11px; height:6px; background:#fff url(images/tooltip.gif) 0 0; display:block; font-size:1px;}

/* version 2 */
a.tooltip2 {color:#c00;}
a.tooltip2 b {display:none;}
a.tooltip2:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip2:hover b {display:block; position:absolute; top:20px; left:-25px; padding:5px; font-weight:normal; color:#000; border:1px solid #f1f1f1; background:#fff; width:280px;}
a.tooltip2:hover b em.outer {position:absolute; left:20px; top:-8px; width:0; height:0; display:block; background:transparent; border-left:7px dashed transparent; border-right:7px dashed transparent; border-bottom:7px solid #fff; overflow:hidden; z-index:100;}
a.tooltip2:hover b em.inner {position:absolute; left:20px; top:-7px; width:0; height:0; display:block; background:transparent; border-left:7px dashed transparent; border-right:7px dashed transparent; border-bottom:7px solid #F0A142; overflow:hidden;; z-index:100;}

.clear {clear:both;}
/************************************************
*	Shipping		    *
************************************************/
#shipdiv{
	float: left;
	margin-top: 5px;
	text-align: left;
	width: 100%;
	height: 30px;
	border: 1px dotted #e1e1e1;
}
/************************************************
*	Eshop		    *
************************************************/
.creditline{
	visibility: hidden;
}
/*********** TABLES ***************/
/* generic eshop table layout */
table.eshop {
	width:99%;
	border-collapse:collapse;
	line-height:1.3em;
	border: 1px dashed #e1e1e1;
}
table.eshop caption {
	margin-bottom:0;
	padding:2px 0;
	font-size:.9em;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #e1e1e1;
}
table.eshop thead th {
	font-weight:bold;
	text-align:center;
}
table.eshop tbody th {
	text-align:left;
}
table.eshop td {
	padding:3px;
}
table.eshop .center {
	text-align:center;
}
table.eshop dfn {
	font-style:normal;
}
table.eshop img {
	margin:0 10px 0 0;
	vertical-align:top;
}
/* shopping cart */
table.cart td, table.cart th {
	padding:5px 8px;
}
table.cart td.amts {
	text-align:right;
}
table.cart td.cqty {
	text-align:center;
}
table.cart td.cqty input {
	text-align:right;
}
table.cart tr.stotal {
	text-align:right;
}
/* shipping rates */
table#eshopshiprates td {
	text-align:right;
}
table#eshopshiprates td.center {
	text-align:center;
}
table#eshopshiprates thead th, #zonelist thead th {
	padding:2px;
}
table#eshopshiprates {
	margin-bottom:10px;
}
#zonelist td {
	text-align:left;
}
#zonelist td.code,#zonelist td.zone {
	text-align:center;
}
.eshopzones label {
	display:inline;
}
.eshopzones .button {
	padding:0 5px;
}
/* eshop discounts */
table.eshopdiscounts thead th#ediscount {
	width:8em;
}
table.eshopdiscounts tbody th {
	text-align:center;
}
table.eshopdiscounts td.amts {
	text-align:right;
}
table.eshopdiscounts td.disc  {
	text-align:right;
}
.shipdiscount span {
	font-weight:bold;
}

/*********** FORMS ***************/
/* generic eshop form colors */
form.eshop input.button {
	background:#676B7B url(images/orangesubmit.gif);
	color:#fff;
	margin-right: 10px;
	font-weight: bold;
	border: 1px solid #e1e1e1;
	padding-bottom: 2px;
}
form.eshop input.button:hover,form.eshop input.button:active,form.eshop input.button:focus {
	background:#c5c7c3 url(images/greysubmit.gif);
	color:#404040;
}
form.eshop input.buttonimg {
	background:transparent;
	border:none;
}
form.eshop fieldset {
	color:#606060;
	border:1px dashed #CFD0D6;
}
form.eshop span.sgloptiondetails {
	float: left;
}
.reqd{
	color: #FF0000;
}
form.eshop fieldset fieldset {
	background:#f7f7f7;
}
form.addtocart span.sglprice {
margin-right:210px;
width:auto;
}
form.addtocart {
margin-top:5px;
padding:0px;
width:100%;
}
form.eshop input.buttonimg {
	height:20px;
	width:100px;
	left: 0px;
	float: right;
}
form.eshop legend {
	background:#FBFCED;
	color:#404040;
	border-width:1px;
	border-style:solid;
	border-color:#DBE3F0 #B6BAC9 #B6BAC9 #DBE3F0;
}
form.eshop input,form.eshop textarea {
	background:#FAFAFA;
	color:#000;
	border:1px solid #ccc;
}
form.eshop input:focus,form.eshop textarea:focus,form.eshop input.focus,form.eshop textarea.focus {
	background:#fff;
	color:#404040;
	border-color:#0d0;
}
form.dlproduct label {
	color:#A22F2F;
}

/*********** OTHER ***************/
/* cart options */
.cartopt {
	text-align:center;
}
.cartopt p {
	width:20em;
	margin:10px auto;
}
.cartopt label {
	display:inline;
}
#continue-proceed {
	margin:10px 0 0;
	padding:0;
	text-align:center;
	list-style-image: none;
	list-style-type: none;
}
#continue-proceed a{
	background:#676B7B url(images/greensubmit.gif);
	color:#fff;
	margin-right: 10px;
	font-weight: bold;
	border: 1px solid #e1e1e1;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
#continue-proceed a:hover{
background:#c5c7c3 url(images/greysubmit.gif);
	color:#404040;}
	
	.continue-proceed a{
	background:#676B7B url(images/greensubmit.gif) repeat-x;
	color:#fff;
	margin-right: 10px;
	font-weight: bold;
	border: 1px solid #e1e1e1;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
.continue-proceed a{
	color: #FFFFFF;
}
.continue-proceed a:hover{
background:#c5c7c3 url(images/greysubmit.gif);
	color:#404040;}
.continue-proceed a:visited{
	color:#fff;}
.continue-proceed ul{
	margin:10px 0 0;
	padding:0;
	text-align:center;
	list-style-image: none;
	list-style-type: none;
	color: #FFFFFF;
}


.nb{
	background-color: #f7f7f7;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e1e1e1;
}
.bt{
	background-color: #f7f7f7;
		border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e1e1e1;

}
.btbr{
	background-color: #f7f7f7;
		border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e1e1e1;

}
/*Checkout confirmation with discount code (cart section only) */
.eshop_dcode {
	text-align:center;
	font-weight:bold;
}
.eshop_dcode span {
	font-size:1.2em;
}
/*********** TABLES ***************/
/* generic eshop table colors */
table.eshop,table.eshop th,table.eshop td {
}
table.eshop img {
	border:none;
}
table.eshop thead th,table.cart thead th {
	background:#f7f7f7;
	color:#404040;
}
table.eshop tbody th {
	background:#f7f7f7;
}
table.eshop tr.alt {
	background:#FBFCED;
	color:#606060;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #e1e1e1;
	border-left-color: #e1e1e1;
}
table.eshop tr.alt a {
	color:#FA943F;
}
.items{
	color: #b0bc5f;
}
/************************************************
*	Contact Form				    *
************************************************/


.booksspacer{
	height: 270px;
}
.cleardiv{
	height: 10px;
}
#wings{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	padding-bottom: 10px;
	margin-bottom: 5px;
	padding-left: 20px;
}
contact a:hover {
	color: #FF9933;
}
contact a:link {
	color: #FF3300;
}
.site-linkmap{	background: #e1f9f9 url(../images/highlight.png) repeat-x left top;
	border:1px solid #e1e1e1;
-moz-border-radius: 2px;
-webkit-border-radius:2px;
	border-radius:2px;
	display: block;
	float: left;
	padding:5px 7px;
	line-height: 1em;
	margin-bottom:5px;
	text-decoration: none;
	color: #3293c2;
}
.site-linkmap:hover{background: #eee url(../images/highlight.png) repeat-x left top;
border:1px solid #e1e1e1;
color:#777;}
