/*
Theme Name: Custom Theme
Theme URI: http://wordpress.org/
Description: A theme that can be customised.
Version: 1
Author: Dave Shea
Tags: variable width, two columns, widgets
*/
body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 20px 0;
	color:#333;
}

#homeHead{
	font-size:25px;
	margin:10px 0 0;
}

#wrapper{
	width:687px;
	clear:both;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
}

#border{
	border:1px solid #CEC5BE;
	float:left;
	padding:20px;
	width:100%;
	margin-bottom:30px;
}


a{
	text-decoration:none;
	color:#5F3D25;
}

a:hover{
	text-decoration:underline;
}

/*============================
			Nav
==============================*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-weight:bold;
	border-left:1px solid #CAB5A3;
	height:39px;
	background-image:url("images/navbg.jpg");
	width:100%;
}

#nav li{
	display:block;
	float:left;
	position:relative;
}


#nav a{
	display:block;
	float:left;
	color:#5F3D25;
	text-decoration:none;
	/*background-color:#CAB5A3;*/
	border-right:1px solid #CAB5A3;
	border-top:1px solid #CAB5A3;
	font-weight:bold;
	font-size:11px;
	height:32px;
	padding:14px 8px  0;
	text-align:center;
	text-transform:uppercase;
}

#nav #current{
	color:#FFF;
	border-top:1px solid #427475;
	background-image:url("images/navbgcurrent.jpg");
}


#header{
	float:left;
	padding:149px 0 0 0;
	background:url(images/header2.jpg) no-repeat;
	width:687px;
}

h1.title{
	background-color:#669899;
	border:1px solid #CAB5A3;
	color:#FFFFFF;
	display:inline;
	float:left;
	font-size:25px;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:20px;
	padding-bottom:2px;
	padding-left:4px;
	width:681px;
}

#content{
	padding:0;
	margin:0;
	float:left;
	width:100%;
	background:url(images/navshaddow.jpg) repeat-x;
}

#content p{
	float:left;
	font-size:12px;
	width:100%;
	color:#333333;
}

#content #mainText{
	padding:0 30px 0 0;
	margin:0 0 10px 0;
	font-weight:bold;
	font-size:18px;
	color:#333333;
	width:630px;
}
/*---------------------------------------------------------------------------------------------*/
blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}

ol#comments li p {
	font-size: 100%;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
	margin:0;
	font-size:12px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
	font-size:12px;
}

.meta{
	float:left;
}

.pagelinks{
	margin:0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#menu {
  font-size: 11px;
  float: right;
	background: #fff;
	border-left: 1px solid #D3C4B5;
	border-bottom: 1px solid #D3C4B5;
	padding: 10px;
	width: 110px;
}

#menu input {
	margin-bottom: 2px;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}

#menu ul li {
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

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

#menu ul ul li {
	border: 0;
	margin-top: 0;
	padding-bottom: 3px;
	padding-left: 2px;
}

#menu ul ul li a {
	font-weight: normal;
	text-decoration: none;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/*============================
		Footer Nav
==============================*/

#footerNav{
	font-size:10px;
	background-image:url(images/footerbg.jpg);
	border:1px solid #D3C4B5;
	clear:both;
	color:#A7896C;
	height:30px;
	float:left;
	margin-left:auto;
	margin-top:30px;
	margin-right:auto;
	padding:5px 0 0;
	text-align:center;
	width:100%;
}

#footerNav a{
	text-decoration:none;
	color:#A7896C;
}

#footerNav a:hover{
color:#5F3D25;
}

#contactNumber{
	text-transform:uppercase;
	color:#5F3D25;
	float:left;
	font-size:17px;
	margin-top:20px;
}

#consult{
	text-transform:uppercase;
	color:#5F3D25;
	float:right;
	font-size:17px;
	margin-top:20px;
}

#consult a{
	font-weight:bold;
	color:#5F3D25;
	text-decoration:none;
}

#consult a:hover{
	text-decoration:underline;
}

#footer{
	float:left;
}

/* End captions & aligment */
/*----------------------------*/
/* CSS Document */


/*Varnish stripping**/
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquot
e,fieldset,input { margin:0; padding:0; }
a img,:link img,:visited img { border:none;}
address { font-style:normal; }
abbr, acronym {border: none;}
a {text-decoration: none;}

h3{
	font-size:10px;
}

h2{
	border-top:1px solid #D3C4B5;
	float:left;
	margin-top:15px;
	padding-top:15px;
	width:100%;
}

/* preloaders*/
.hiddenPic {
display:none;
}

/*browser normalisation*/
#force-scrollbar {
position: absolute;
top: 0;
bottom: -1px;
width: 1em;
z-index: -1;
}


p {
margin-bottom: 10px; 
font-size: 1.2em;
line-height: 140%;
}

a {
color:#542B11;
text-decoration:none;
font-weight: bold;
}

a:hover {
color: #669999;
}

.highlight-text {
background-color: #EAE5E2;
font-weight: bold;
padding: 2px;
}


#textarea-left {
	float: left;
	width: 230px;
	margin-right: 30px;
}

#textarea-right {
	float: left;
	width: 230px;
}

.bottom-text {
	font-weight:bold;
}