/*
Theme Name: Ardanair
Theme URI: http://www.dizzy-design.co.uk
Description: Bespoke Template for Ardanair
Version: 1.0
Author: dizzy-design.co.uk
Author URI: http://www.dizzy-design.co.uk

    
*/

/* CSS Document */

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 58em;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}
body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ece7e3;
	margin-top: 0;
	margin-bottom: 0;
}
#branding {
	background-image: url(images/Header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 270px;	
}

#phone {
	float: right;
	margin-right: 20px;
	width: 50%;
	margin-top: 30px;
	text-align: right
}

#phone h2 {
	color: #ffffff;
	font-size: 110%;
}

#phone h2 a {
	color: #ffffff;
}
 
#middleWrapper {
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

#rightWrapper {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 73.5%;
	margin-right: 0;
}

#mainNav {
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	margin-right: 1%;
	overflow: hidden;
	width: 23.5%;
}

#trio {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
	width: auto;
	margin: 0 auto;
}

#trio img {
	padding: 3px;
	border: solid 1px #2e2323;
}
	
#footer {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 1%;
	padding-right: 1%;
	background-color: #8e3b0c;
	width: auto;
	margin: 0 auto;
}
#footerLeft {
	float: left;
	width: 52%;
}
#footerRight {
	float: right;
	width: 40%;
	padding-top: 3px;
	text-align: right;
}

#mainContent {
	float: left;
	overflow: hidden;
	width: 100%;
	padding-top: 10px;
}

#logos {
	padding-top: 10px;
}

#logos img.nopadding {
	padding-right: none;
}

#logos img {
	padding-right: 15px;
}

#mainContent #myGallery_1  ul li{
	background-image: none;
	
}

/**
* Tables **
*/


#mainContent table {
	width: 100%;
	empty-cells: show;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #d3b7a0;
	border-right-color: #d3b7a0;
}
#mainContent table caption{
	font-size: 60%;
}
#mainContent table th {
	background-color: #d3b7a0;
	border-left-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#mainContent table th, #mainContent table td {
	font-size: 70%;
	padding: 1px;
	border-collapse: collapse;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-bottom-style: solid;	
	text-align: center;	
}

#mainContent table td {
	border-left-color: #d3b7a0;
	border-bottom-color: #d3b7a0;
}


/* Basic Styles */
img.nospace {
	vertical-align: middle
}

.clearme img {
	height: 0;
}

/* Text Colours */
.Black {
	color: #000000;
}
.Grey {
	color: #989A9D;
}
.GreyDark {
	color: #333333;
}
.White {
	color: #FFFFFF;
}
.Brown {
	color: #8e3b0c;
}
.Blue {
	color: #0000FF;
}
.Red {
	color: #FF0000;
}

/* Headings */
H1, H2, H3, H4, H5, H6, H7 {
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


H1, H2, H3, H4, H5, H6 {
	color: #8e3b0c;
}


H1 {
	font-size: 135%;
}

H2 {
	font-size: 120%;
}

H3 {
	font-size: 115%;
}

H4 {
	font-size: 100%;
}

H5 {
	font-size: 90%;
}

H6 {
	font-size: 80%;
}

/* Paragraphs & Text sizes */
#mainContent p.ninetyPercent {
	font-size: 90%;
}
#mainContent p.eightyPercent {
	font-size: 80%;
}
.seventyPercent {
	font-size: 70%;
}
.sixtyfivePercent {
	font-size: 65%;
}

p {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent p {
	padding-bottom: 10px;
	color: #2e2323;
	font-size: 80%;
}


/* Spacing */
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}

#mainContent ul#siteMap li {
	font-size: 90%;
}

 #mainContent ol {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: decimal;
	margin-right: 0px;
	margin-left: 30px;
} 

#mainContent ul, #mainContent ol {
	padding-top: 0px;
	padding-bottom: 10px;
	
}

#mainContent ul li {
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1.5em;
	padding-left: 15px;
	color: #2e2323;
	background-image: url(images/BlackBullet.png);
	font-size: 80%;
}
#mainContent ol li {
	line-height: 1.5em; 
	padding-left: 1%;
	color: #333333;
	font-size: 80%;
}

form {
	margin:  0px;
	padding: 0px;
}
.space {
	display: block;
	height: 10px;
	width: 5px;
}
.space img {
	height: 10px;
	width: 5px;
}
.padmetop {
	padding-top: 10px;
}
.padmebottom {
	padding-bottom: 10px;
}
.padmeright {
	padding-right: 10px;
}
.padmeleft {
	padding-left: 10px;
}
.marginright {
	margin-right: 10px;
}
.marginleft {
	margin-left: 10px;
}
.margintop {
	margin-top: 10px;
}
.marginbottom {
	margin-bottom: 10px;
}
.padmetopSm {
	padding-top: 3px;
}
.padmebottomSm {
	padding-bottom: 3px;
}
.padmerightSm {
	padding-right: 3px;
}
.padmeleftSm {
	padding-left: 3px;
}

/* Alignment */
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.abMiddle {
	vertical-align: middle;
}
.centreme {
	text-align: center;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.clearme {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
	height: 0;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}

/* Widths */
.full {
	width: 99%;
}

.half {
	width: 48%;
	margin-right: 0;
}
.halfNoMargin {
	width: 48%;
}

.third {
	width: 30%;
	margin-right: 1%;
}
.twothirds {
	width: 60%;
	margin-right: 1%;
}

.quarter {
	width: 22%;
	margin-right: 1%;
}

/* Height */
.heightSmall {
	height: 7em;
	overflow: hidden;
}

.heightSmallMed {
	height: 8.5em;
	overflow: hidden;
}

.heightMedium {
	height: 10em;
	overflow: hidden;
}

.heightLarge {
	height: 13.5em;
	overflow: hidden;
}

/* Other */
.hideme {
	display: none;
}

* {
  margin: 0;
  padding: 0;
}

hr {
	height: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
}
.nounderline {
	text-decoration: none;
}
.italicMe {
	font-style: italic;
}
.emboldenMe {
	font-weight: bold;
}

/*:NOTE:Rollover horitontal with Graphic element*/
#footerLeft ul.menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footerLeft ul.menu li {
	float: left;
	height: 25px;
}

#footerLeft ul.menu a, #footerLeft ul.menu a:visited {
	text-decoration: none;
	display: block;
	font-weight: normal;
	width: auto;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
	background-image: none;
	border-top-style: none;
	border-right: solid 1px #fff;
	border-bottom-style: none;
	border-left-style: none;
	color: #ffffff;
	font-size: 80%;
	
}
#footerLeft ul.menu a:hover, #footerLeft ul.menu a:active {
	text-decoration: underline;
	font-weight: normal;
	border-bottom: none;
	color: #FFFFFF;
}
#footerLeft ul.menu li.current_page_item a, #footerLeft ul.menu li.current_page_item a:visited {
	text-decoration: none;
	display: block;
	font-weight: normal;
	float: left;
	width: auto;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
	background-image: none;
	border-top-style: none;
	border-right: solid 1px #fff;
	border-bottom-style: none;
	border-left-style: none;
	color: #996666;
	font-size: 80%;
}
#footerLeft ul.menu li.current_page_item a:hover, #footerLeft ul.menu li.current_page_item a:active {
	text-decoration: underline;
	font-weight: normal;
	border-bottom: none;
	color: #555555;
}

#footerLeft ul.menu li {
	display: inline; /*:BODGE: Removes large gaps in IE*/
}

/*:NOTE:Graphic rollover vertical*/

#mainNav ul.menu, #mainNav ul.menu li, #mainNav ul {
	margin: 0px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-image: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: transparent;
}
#mainNav ul.menu li a, #mainNav ul.menu li a:visited {
	line-height: 2.1em;
	text-decoration: none;
	display: block;
	width: 90%; /*:NOTE:Width plus padding must be <= 100% */
	padding-left: 10%; /*:NOTE:Width plus padding must be <= 100% */
	background-repeat: no-repeat;
	background-position: 7px 5px;
	font-weight: bold;
	color: #8e3b0c;
	font-size: 85%;
	background-color: transparent;
	background-image: url(images/BlackBullet.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e2323;
	padding-bottom: 4px;
}

#mainNav  ul.menu li a:hover, #mainNavu ul.menu li a:active {
	color: #8e3b0c;
	text-decoration: underline;
}

#mainNav ul.menu li.current_page_item a:link, #mainNav ul.menu li.current_page_item a:visited {
	line-height: 2.1em;
	text-decoration: none;
	display: block;
	width: 90%; /*:NOTE:Width plus padding must be <= 100% */
	padding-left: 10%; /*:NOTE:Width plus padding must be <= 100% */
	background-repeat: no-repeat;
	background-position: 7px 5px;
	font-weight: bold;
	color: #2e2323;
	font-size: 85%;
	background-color: transparent;
	background-image: url(images/BlackBullet.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e2323;
	padding-bottom: 4px;
}

#mainNav ul.menu li.current_page_item a:hover, #mainNav ul.menu li.current_page_item a:active {
	color: #989A9D;
	text-decoration: underline;
}

#mainNav ul.menu li ul.sub-menu a, #mainNav ul.menu li ul.sub-menu a:visited {
	line-height: 2em;
	text-decoration: none;
	display: block;
	width: 85%; 
	padding-left: 15%; 
	background-repeat: no-repeat;
	background-position: 18px 3px;
	font-weight: normal;
	color: #111111;
	font-size: 80%;
	background-color: transparent;
	background-image: url(images/BlackBullet.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e2323;
	font-style:normal;
	padding-bottom: 3px;
}

#mainNav ul.menu li ul.sub-menu a:hover, #mainNav ul.menu li ul.sub-menu a:active {
	color: #8e3b0c;
	text-decoration: underline;
}

#mainNav ul.menu li ul.sub-menu li.current_page_item a:link, #mainNav ul.menu li ul.sub-menu li.current_page_item a:visited {
	line-height: 2em;
	text-decoration: none;
	display: block;
	width: 85%; 
	padding-left: 15%; 
	background-repeat: no-repeat;
	background-position: 18px 3px;
	font-weight: normal;
	color: #8e3b0c;
	font-size: 80%;
	background-color: transparent;
	background-image: url(images/BlackBullet.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e2323;
	padding-bottom: 3px;
}

#mainNav ul.menu li ul.sub-menu a.thispage:hover, #mainNav ul.menu li ul.sub-menu a.thispage:active {
	color: #989A9D;
	text-decoration: underline;
}

#mainNav ul.menu li ul.sub-menu ul.sub-menu a, #mainNav ul.menu li ul.sub-menu ul.sub-menu a:visited {
	line-height: 1.9em;
	text-decoration: none;
	display: block;
	width: 80%; 
	padding-left: 20%;
	background-repeat: no-repeat;
	background-position: 28px 1px;
	font-weight: normal;
	font-style: italic;
	color: #111111;
	font-size: 65%;
	background-color: transparent;
	background-image: url(images/BlackBullet.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e2323;
	padding-bottom: 3px;
}

#mainNav ul.menu li ul.sub-menu li ul.sub-menu a:hover, #mainNav ul.menu li ul.sub-menu li ul.sub-menu li a:active {
	color: #8e3b0c;
	text-decoration: underline;
}

#mainNav ul li ul.sub-menu ul.sub-menu li.current_page_item a:link, #mainNav ul li ul.sub-menu ul.sub-menu li.current_page_item a:visited {
	line-height: 1.9em;
	text-decoration: none;
	display: block;
	width: 80%; 
	padding-left: 20%; 
	background-repeat: no-repeat;
	background-position: 28px 1px;
	font-weight:normal;
	font-style: italic;
	color: #8e3b0c;
	font-size: 65%;
	background-color: transparent;
	background-image: url(images/BlackBullet.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e2323;
	padding-bottom: 3px;
}

#mainNav ul li ul.sub-menu ul.sub-menu li.current_page_item a:hover, #mainNav ul li ul.sub-menu ul.sub-menu li.current_page_item a:active {
	color: #989A9D;
	text-decoration: underline;
}

#mainNav ul.menu li {
	display: inline; /*:BODGE: Removes large gaps in IE*/
}


/**
* Links N.B. List under Navigation when attached to main stylesheet to stop conflict**
*/
a:link img, a:visited img, a:hover img, a:active img {
	border: none;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, a.DocumentLink:link, a.DocumentLink:visited, a:link, a:visited, #mainContent a:link, #mainContent a:visited  {
	color: #8e3b0c; /* Change colour of links */
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active, a.DocumentLink:hover, a.DocumentLink:active, a:hover, a:active, #mainContent a:hover, #mainContent a:active { 
	color: #2e2323; /* Change colour links on rollover */
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited  {
	text-decoration: none;
}
/* Change to suit */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active { 
	text-decoration: underline;
	color: #2e2323;
}

/* This will add a graphic element to the right of the link */
a.DocumentLink:link, a.DocumentLink:visited, a.ExternalURL:link, a.ExternalURL:visited, a.EmailLink:link, a.EmailLink:visited {
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
	text-decoration: none;
	margin-right: 5px;
}

a.DocumentLink:link, a.DocumentLink:visited {
	background-image: url(images/DocLink.gif);
}

a.ExternalURL:link, a.ExternalURL:visited {
	background-image: url(images/externalLink.gif);
}
a.EmailLink:link, a.EmailLink:visited {
	background-image: url(images/EmailLink.gif);
}

.address p a:link, .address p a:visited {
	font-weight: bold;
	text-decoration: none;
}
/* Controls all links that are not assigned a specific class */
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #8e3b0c;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Links inside main content div */
#mainContent a:link, #mainContent a:visited {
	font-weight: bold;
	text-decoration: none;
}
#mainContent a:hover, #mainContent a:active {
	text-decoration: underline;
}
/**
* Breadcrumbs **
*/
p.breadcrumb a:link, p.breadcrumb a:visited {
	color: #AAAAAA;
}
p.breadcrumb {
	font-size: 65%;
}
.hand {
	cursor:pointer;
	cursor:hand;
}
/***** GLOBAL FORMATTING *****/


/* * {
	padding: 0;
	margin: 0;
}

body {
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	
}

a {
	color: #456746;
	text-decoration: none;
}

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

a:visited {
	color: #666666;
}

img {
	border: 0;
}*/

#categoryposts-3 ul li.cat-post-item{
	background-image: none;
	list-style-type: none;
}

#categoryposts-3 ul li.cat-post-item a {
	background-image: none;
	list-style-type: none;
}

/* #sidebarLeft #categoryposts-3 img {
	float: left;
	padding-right: 5px;
}*/


/***** PAGE FORMATTING *****/
/* #header {
	width: 960px;
	background-color: #ffffff;
	background-image: none;
	height: 80px;
	margin: 0 auto;
	padding-top: 0px;
	color: #fff;
}

#header img {
	padding: none;
	margin: none;
}

.blogtitle {
float:left;
width: 950px;

}

#prime {
	float: left;
	padding: 10px;
	width: 300px;
	background-color: #FFFFFF;
}

#social {
	float: right;
	padding: 10px;
	color: #000000;
	width: 300px;
	text-align: right;
	background-color: #FFFFFF;
}

#social h4 {
	text-align: right;
} */


.rss{
float:right;
width:25px;
}

/* h1.blogtitle a{
	font-size: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #F7F7F7;
	padding: 10px 10px 0px 17px;
	text-decoration: none;
	margin-left: 10px;
}

h3.slogantext{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: normal;
	color: #F7F7F7;
	padding: 0px 10px 0px 17px;
	text-decoration: none;
	margin-left: 10px;
}

/****** RSS ICON ON HEADER ******/
.rssicon
{
  position: relative;
  display:block;
  float:right;
  background-image: url('images/rss.png');
  background-position: center right;
  background-repeat: no-repeat;
  margin: 5px 5px auto auto;
  height: 17px;
  width: 17px;
}

.title {
	padding: 5px 5px 5px 20px;
	color: #fff;
}


 #container {
	display: block;
	width: 960px;
	position: relative;
	background: #ffffff;
	border: none;
	padding-top: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: solid 2px #69914B;
}

#nextprev {
	clear: both;
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}


/***** GENERAL TEXT FORMATTING *****/

.post {
	margin-bottom: 20px;
}

.article {
/*	float:left;*/
	width: 100%;
}

.article  {
/*	float: left; */
	padding-right: 10px;
	padding-bottom: 10px;
}

blockquote
{
	margin:10px 10px 10px 50px;
	padding:20px 5px 5px 41px;
	background-color:#F1F1F1;
}

/* p {
	margin-bottom: 15px;
	line-height: 1.6em;
}

p a {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

p.center {
	text-align: center;
}*/

.postmeta
{
	font-size: 70%;
	margin-top:2px;
	color: #666;
	padding-bottom:10px;
	float:left;
	width: 100%;
}

.commentCount
{
 text-align:right;
 margin-right:10px;
 font-size:10px;

}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}


/* h1.posttitle, h2.posttitle{
	font-size: 20px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;	
	border-bottom: 1px solid  #CCC;
	padding: 0;
}

h1,h2,h3,h4,h5,h6{
	border-bottom: 0;
	font-weight: normal;
	padding: 0;
}
h1 {
	font-size: 22px;
	text-align: left;
	margin-bottom: 8px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;	
}

h2 {
	font-size: 18px;
	text-align: left;
	color:  #333;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 16px;
	text-align: left;
	color:  #333;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 14px;
	text-align: left;
	color:  #333;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

h5, h6 {
	font-size: 12px;
	text-align: left;
	color:  #333;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

/***** LISTS FORMATTING *****/

/*.post ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
} 

.post li {
	background-repeat: no-repeat;
	background-position: left 3px;
	line-height: 1.2em;
	padding-left: 10px;
	background-image: url(../images/BlackBullet.png);
	color: #333333;
	font-size: 80%;
}

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

.post ol li {
	margin: 0;
	padding: 0;
}*/
	
/**** TABLE FORMATTING ****/	
	
.post  table {
	background:#FFF;
	border:2px solid #d3b7a0;
	border-collapse:collapse;
	margin:5px 0 10px;
}
.post  th, 
.post  td {
	border:1px solid #d3b7a0;
	padding:3px 10px;
	text-align:left;
	vertical-align:top;
}
.post  tr.even td {
	background:#d3b7a0;
}
.post  th {
	background:#ffffff;
}



/***** NAVIGATION BAR FORMATTING *****/


/***** SEARCH FORM FORMATTING *****/

#search {
	display: inline;
	float: right;
	margin: 0px 5px 0;
	padding: 0px 0 0;
	text-align: left;
	top: 0px;
}

#searchbox {
	width: 180px;
	float:left;
	padding: 5px 0px 3px 0px;
	background: #fff;
	border: 1px solid #333;
	margin: 2px 2px 2px 0;
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.go {
	margin-top: 6px;
	margin-left: -20px;
	padding: 0px;
	color: #000;
	display:inline;
}

/* FORMS */

select {
	font-size: 100%;
	color: #222222;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border: 1px solid #222222;
}

#mainNav select {
	font-size: 80%;
	color: #222222;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border: 1px solid #222222;
}

input:focus, textarea:focus, select:focus {
	background-color: #DDDDDD;
}
label.nowidth {
	width: auto;
	float:none;
	font-size: 100%;
}

#registerForm label {
	font-size: 110%;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	text-decoration: none;
	display: block;
	width: 12em;
	float:left;
}


label {
	font-size: 100%;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	text-decoration: none;
	display: block;
	width: 12em;
	float:left;
}

#registerForm input.btn, #registerForm input.btnhov {
	font-size: 100%;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	height:20px;
	width: 6em;
	font-weight: bold;
	vertical-align: middle;
	cursor:pointer;
	cursor:hand;
} 
input.btn, input.btnhov  {
	font-size: 80%;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	height:auto;
	width: 5.8em;
	font-weight: bold;
	vertical-align: middle;
} 

#mainNav input#searchsubmit {
	font-size: 80%;
	text-decoration: none;
	text-align: center;
	width: 6em;
	font-weight: bold;
	vertical-align: middle;
	cursor:pointer;
	cursor:hand;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
input#searchsubmit:hover  {
	font-size: 80%;
	text-decoration: none;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;;
	height:auto;
	width: 6em;
	font-weight: bold;
	vertical-align: middle;
	color: #ffffff;
} 

input.btn {
	color: #FFFFFF; /* Colour of text on submit button */
	border: 1px solid #989A9D;
	background-color: #666666;
}

input.btnhov {
	color: #FFFFFF; /* Colour of text on submit button on rollover */
	border: 1px solid #000000;
	background-color: #000000;
}

input.sp2_btn {
	height:auto;
	width: 5.8em;
}

input {
	width: 20em;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border: 1px solid #AAAAAA;
}
input.searchBox, #mainNav input {
	width: 98%;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border: 1px solid #AAAAAA;
}
input.radio, input.checkbox {
	width: auto;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border: none;
}

textarea {
	height: 100px;
	width: 20em;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border: 1px solid #222222;
}
fieldset {
	padding: 1em;
	margin-top: 1em;
	border: 1px solid #AAAAAA;
}
legend {
	font-size: 90%;
	background-color: #FFFFFF;
	color: #8e3b0c;
}
caption {
	text-align: right;
}
/*****  FORMATTING *****/

#sidebarLeft {
	width: 200px;
	float: left;
	color: #000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/*#sidebarRight {
	width: 200px;
	float:right;
	color: #000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: none;
}

#sidebarRight h2{
	font-size: 13px;
	text-align: left;
	padding:  3px;
	color:  #FFFFFF;
	background-color: #9BC242;
	margin-top:10px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}


#sidebarRight h2{
	font-size: 15px;
	text-align: left;
	color:  #CC0000;
	background-color: #ffffff;
	margin-top:10px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#sidebarRight h2 a{
	color:  #000000;
	text-decoration: none;
}

#sidebarRight h2 a:hover{
	color:  #CC0000;
	text-decoration: underline;
}

#sidebarLeft h2{
	font-size: 15px;
	text-align: left;
	color:  #CC0000;
	background-color: #ffffff;
	margin-top:10px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#sidebarLeft h2 a{
	color:  #000000;
	text-decoration: none;
}

#sidebarLeft h2 a:hover{
	color:  #CC0000;
	text-decoration: underline;
}

#sidebarRight a {
	color: #000000;
	text-decoration: none;
}

#sidebarRight a:hover {
	background: none;
	color:  #49647d;
	text-decoration: underline;
}

#sidebarLeft a {
	color: #000000;
	text-decoration: none;
}

#sidebarLeft a:hover {
	background: none;
	color:  #49647d;
	text-decoration: underline;
}



.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
	font-size: 12px;
}

.sidebar ul { 
	list-style-type: none;
}
.sidebar li { 
	list-style-type: none;
}*/
.sidebar ul li { 
	margin: 0 0 0.6em 7px; 
/*	list-style-image: url(images/bullet1.png);*/
	list-style-position: inside;
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

/***** 
 FORMATTING *****/

/* #footer {
	clear: both;
	width: 960px;
	background: #FFFFFF;
	color: #000000;
	text-align: left;
	margin: 0 auto;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 5px 0 5px 0;
}

#footer p.author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 5px 0 5px 0;
}

#footer a {
	color: #000000;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #aaaaaa;
	background: none;
	text-decoration: underline;
	border-bottom: none;
}

.menu-footermenu-container {
	width: 300px;
	float: left;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 360px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	list-style-type: none;
}

#footer ul li {
	float: left;

	list-style-type: none;
}

#footer ul li.first{
	border-left: none;
}

#footer ul a {
	display: block;
	float: left;
	line-height: 20px;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000000;
	padding-top: 0px;
	padding-right: 0.9em;
	padding-bottom: 0;
	padding-left: 0.9em;
	margin-top: 3px;
}

#footer ul a:hover {
	text-decoration: none;
	color: #aaaaaa;
}

#footer ul li.current_page_item a { 
	color: #aaaaaa; 
	text-decoration: none;
}


/***** IMAGE FORMATTING *****/

img.post {
	padding: 5px;
	border: 1px solid #CCC;
	margin: 10px 5px 10px 5px;
	float: right;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #CCC;
}

img.alignright {
	padding: 5px;
	border: none;
	background: #fff;
	margin: 10px 5px 10px 5px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: none;
	margin: 10px 5px 10px 5px;
	display: inline;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/***** COMMENTS *****/

#comments {
	width: 100%;
	float:left;
	margin: 5px 0px 5px 0px;
	}
		
.commentlist {
	width: 95%;
	float:left;
	margin: 5px;
}
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	color: #666;
	}

.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;
	color: #666;
	font-style: normal;
	font-size: 12px;
	}

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

.commentmetadata {
	padding: 5px 0 0 0;
	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: 10px;
	border: 1px solid #666;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 5px 0px 20px 0px;
	float: left;
	border: 1px solid #456746;
	}
	
.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;
	}
	
.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

#author, #email, #url {
	background: #FFFFFF;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #666;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F2F2F2;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
	}

.pinglist {
	margin-top: 10px; 
	width: 500px; 
	float: left; 
	margin-left: 20px
}

li.pings {
  border-bottom: 1px dotted #CCC;
  margin: 0;
  padding: 5px 0 5px 5px;
  width: 500px;
}

.pings:first-child { border-top: none; }
.pings:last-child { border-bottom: none; margin-bottom: 30px; }



/**** CAPTION FORMATTING ******/

.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;
}
/* End captions & aligment */
#wp-calendar {
	border: 1px solid #900;
	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: #630;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #933;
	font: normal 12px  Arial, Helvetica, 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;
}

img.wp-post-image {
	float: left;
	padding-right: 10px;
	padding-botom: 10px;
}

.widget h2 {
	font-size: 120%;
	margin-top: 10px;
}

.widget ul li a {
	display: block;
	clear: both;
	font-size: 80%;
	padding-bottom: 10px;
	color: #8e3b0c;
	border: none;
	background-image: none;
}

.widget-container {
	border: none;
	padding-bottom: 10px;
}
