/*** Richard Quick Design | August 2008 | luke.burford@richardquickdesign.com ***/



/*** Default Styles ***/


body{
	margin: 0 auto;
	width: 1020px;
	font: normal 62.5% "Times New Roman", Times, Arial, sans-serif;
	color: #858585;	
	background: url('../img/shadow.png') repeat-y top center;
}

ol, ul {
	list-style: none;
}

table {
	/* Tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img{
	border: none;
}



/* Structure */

#header{
	margin: 0 auto 0 auto;
	height: 109px;
	padding: 0;
	width: 990px;
	background: #fff;
}

#wrapper{
	width: 990px;
	margin: 0 auto;
	padding: 1.5em 0;
	font-size: 1.4em;
	background: #fff;
}

#inner{
	float: left;
	width: 720px;
	background: #fff;
}

#content-main{
	float: right;
	width: 450px;
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.4em;
	background: #fff;
}

#content-1{
	float: left;
	width: 200px;
	margin: 0 50px 0 20px;
	padding: 0;
	background: #fff;
}

#content-2{
	float: right;
	width: 200px;
	margin: 0 20px 0 50px;
	padding: 0;
	background: #fff;
}

#navigation{
	width: 991px;
	height: 42px;
	margin-left: 15px;
	font-family: "Times New Roman", Times, Arial, serif;
	background: #000 url('../img/navgradient.png') repeat-x top left;
}

#footer{
	width: 450px;
	margin: 30px 0;
	padding: 0;
	font-size: 0.8em;
	color: #b4b4b4;
	background: #fff;
}



/* Page Styles */

#header p{
	width: 990px;
	height: 96px;
	margin: 0 auto;
	padding: 0;
	text-indent: -9000px;
	background: #fff url('../img/header.gif') no-repeat top center;
}
	
h1{
	margin: 0 0 1.2em 0;
	padding: 0;
	text-indent: -9999px;
	background: transparent url('../img/banner.gif') no-repeat top left;
	height:200px;
}

h2{ 
	line-height: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #014B90;
}



/* Main Content Styles */

#content-main strong, #content-main a{
	color: #014B90;
}

#content-main h2{ 
	margin: 0 0 0 0;
	padding: 0;
}

#content-main h3{ 
	color: #014B90;
}
	
#content-main p{
	line-height: 1.35em;
}		

/* Image replacement */

#phonebanner{
	clear: both;
	height: 65px;
	width: 454px;
	text-indent: -9000px;
	background: #fff url('../img/calltoday.gif') no-repeat top center;
}



/* Sidebars */

#content-1 p, #content-2 p{
	font-size: 0.925em;
}
	
#content-1 h2, #content-2 h2{
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1.285em;
	color: #9E218B;
}

#content-1 h3, #content-2 h3{
	clear: right;
	padding: 1em 0 0 0;
	color: #014B90;
	border-top: 1px solid #eaf1b6;
}

#content-1 h2 + h3, #content-2 h2 + h3{
	padding-top: 0;
	border: none;
}


/* Footer */

#footer a:link, #footer a:visited{
	text-decoration: none;
	color: #b4b4b4;
}

#footer a:hover, #footer a:active{
	text-decoration: underline;
	color: #b4b4b4;
}

#footer p{
	margin: 0;
	padding: 0;
}

#footer p#sitecredit{
	float: right;
}



/* Forms */

form{
	float: left;
	margin: 0 0 1em 0;
}

fieldset{
	border: none;
	margin: 0.5em 0 0 0;
	padding: 0;
}

.formitem{
	float: left;
	width: 100%;
	clear: both;
}

.textinput{
	width: 118px;
	float: right;
	margin: 0 0 0.8em 0;
	border: 1px solid #D7D7D7;
}

.labelfloat{
	float: left;
	margin: 0 0 0.6em 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
}

.submit{
	float: right;
}

.smallbutton, .largebutton{
	margin: 0.4em 0 0 0;
	padding: 0 0 0.4em 0;
	height: 22px;
	border: 0;
	font-size: 0.9em;
	color: #014B90;
	cursor: pointer;
	font-family: "Times New Roman", Times, Arial, serif;
	font-size: 1em;
	font-weight: bold;
}

.smallbutton{
	width: 74px;
	background: #D4E3EE url('../img/smallbutton.gif') no-repeat bottom right;
}

.largebutton{ 
	width: 133px;
	background: #D4E3EE url('../img/largebutton.gif') no-repeat bottom right;
}



/* Navigation Suckerfish */

#navigation ul{
	width: 990px;
	margin: 0 auto;
	padding: 0 0 0 20px;
}

#navigation a{
	padding: 11px 0 6px 0;
	font-size: 1.7em;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #fff;
	display: block;
}

#menu, #menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#menu a{
	margin: 0 0 0 0.5em;
}

#menu a:hover{
	color: #DF65CF;
}

#menu li{
	float: left;
	margin: 0;
	padding: 0 0 0 0.5em;
}

#menu li ul{
	position: absolute;
	width: 10em;
	left: -999em;
}

#menu li:hover ul, #menu li.sfhover ul{
	left: auto;
}

#menu li:hover ul li, #menu li.sfhover ul li{
	width: 14em;
	background: url('../img/droplinkbg.png');
	border-top: 1px solid #555;
}

#menu li:hover ul li a, #menu li.sfhover ul li a{
	padding: 6px 0;
	text-align: left;
}

	/* Second level */
	
	#menu li ul ul {
		margin: -29px 0 0 10em;	
		padding-right: 0.5em;
		border-left: 1px solid #555;
	}
	
	#menu li:hover ul ul, #menu li.sfhover ul ul {
		left: -999em;
	}
	
	#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul {
		left: auto;		
	}



/***** Modules *****/

.module{
	float: left;
	margin: 0 0 1.8em 0;
}



/* Newsletter */

#newsletter h2 {
	width: 202px;
	height: 24px;
	background-image: url(../img/h2-newsletter.gif);
	background-repeat: no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}

#newsletter p span, #contact-form a{
	color: #014B90;
}

/* Contact form */

#contact-form h2 {
	width: 202px;
	height: 28px;
	background-image: url(../img/h2-contact-form.gif);
	background-repeat: no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}

/* Poll */

#poll h2 {
	width: 135px;
	height: 26px;
	background-image: url(../img/h2-poll.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#poll fieldset{
	width: 100%;
	margin: 0;
}

#poll fieldset label{
	margin: 0 10px 10px 10px;
	font-size: 0.925em;
}

#poll fieldset input{
	margin: 0 20px 0 15px;
}

#poll fieldset input.submit{
	margin-top: 10px;
}
	
#poll fieldset input#yes{
	margin: 0 40px 0 15px;
}

#poll fieldset input#no{
	margin: 0 0 10px 15px;
}


/* Testimonial hReview */


#testimonial{
	clear: both;
	margin: 16px 0 4em 0;
}

#testimonial .item { 
	text-indent: -9000px;
}
	
#testimonial blockquote.description{
	margin: 0;
	padding: 0 0 38px 0;
	font-size: 1.1em;
	background:  url('../img/reviewbottom.png') no-repeat bottom center;
}
	
#testimonial blockquote.description p{
	margin:0;
	width: 150px;
	line-height: 1.5em;
	padding: 0 25px;
	color: #FFFFFF;
}
	
#testimonial .hreview{
	margin: -1em 0 0 0;
	padding: 0;
	color: #006c9f;
	background: url('../img/reviewtop.png') no-repeat top center;
}

#testimonial .reviewer{
	display: inline-block;
	width: 176px;
	padding: 1px 0 0 25px;
	font-weight: bold;
	font-size: 1em;
	color: #014B90;
	background: #fff;
	margin: 0;
}


/* Teasers */

#teasers h2 {
	width: 135px;
	height: 27px;
	background-image: url(../img/h2-teasers.gif);
	background-repeat: no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}

#teasers p span{
	float:right;
	margin: -1em 0 1.1em 0;
	padding: 0;
	color: #9E218B;	
}

#teasers a{
	color: #9E218B;
}


#teasers h3{
	margin: 0 0 -5px 0;
	letter-spacing: -0.1px;
}



/* RSS */

#rss p{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #b4b4b4;
}

#rss a{
	font-size:0.9em;
	color: #b4b4b4;
}

#rssicon{
	float: left;
}





/* Blog styles */

.navigation {
	clear: both;
	display: block;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.readmore {
	clear: both;
	float: right;
	margin-top: 15px;
}

.postmetadata
{
	clear: both;
}

.post
{
	clear: both;
}

.post h3
{
	padding: 0;
	margin: 10px 0 0 0;
}

.entry ul
{
	list-style-type: disc;
}
.clearme{
	clear: both;
}








/* Pools */


.wp-polls .Buttons {
	border: none;
	background-color: #f3f6f8;
	background: url('../img/largebutton.gif') no-repeat top center;
	width: 132px;
	padding-bottom: 2px;
	
	border:0 none;
	color:#014B90;
	cursor:pointer;
	font-family:"Times New Roman",Times,Arial,serif;
	font-size:1em;
	font-weight:bold;
	height:22px;
	margin:0.4em 0 0;
	padding:0 0 0.4em;
}
.wp-polls-archive {
	/* background-color: #ffffff; */
}
.wp-polls, .wp-polls-form {
	/* background-color: #ffffff; */
	margin: 0;
}
.wp-polls p, .wp-polls-form p{
	margin: 0;
	margin-bottom: 0.5em;
}
.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
	text-align: left;
	background-image: none;
	display: block;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  {
	text-align: left;
	list-style: none;
}
.wp-polls ul li:before, wp-polls-ul li, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
	content: '';
}
.wp-polls img, .wp-polls label , .wp-polls input, .wp-polls-loading img, .wp-polls-image img {
	display: inline;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.wp-polls-ul {
	padding: 0px;
	margin: 0px 0px 10px 10px;
}
.wp-polls-ans {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.wp-polls-loading {
	display: none;
	text-align: center;
	height: 16px;
	line-height: 16px;
}
.wp-polls-image {
	border: 0px;
}

/* Polls Archive Paging */
.wp-polls-paging a, .wp-polls-paging a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
/* Styles Used In WP-Admin */
#wp-polls-pollbar-bg {
	width: 25px;
	height: 25px;
	border: 1px solid #000000;
}
#wp-polls-pollbar-border {
	width: 25px;
	height: 25px;
	border: 1px solid #000000;
}