/*  
Theme Name: Copyright
Theme URI: http://wordpress.org/
Description: Theme designed for Copyright by Attitude Design.
Version: 1
Author: Matt Davies
Author URI: http://www.attitudedesign.co.uk

*/





/*---------------------------------------------------------------------------------

CREATOR DETAILS

Author: Matt Davies
Company: Attitude
Web Address: www.attitudedesign.co.uk
Date: March 08

---------------------------------------------------------------------------------*/




/*---------------------------------------------------------------------------------
GLOBAL RESET
---------------------------------------------------------------------------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*---------------------------------------------------------------------------------
GLOBAL FONT CONSISTENCY (http://developer.yahoo.com/yui/fonts/#using)
---------------------------------------------------------------------------------*/

body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}


/*---------------------------------------------------------------------------------
GLOBAL BASIC STYLING FOR COMMON HTML ELEMENTS
---------------------------------------------------------------------------------*/
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}

/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%; 
	padding: 0 0 3px 0;
	border-bottom: #FB9CA5 solid 1px;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%;
	margin: 20px 0 5px 0;
	padding: 0 0 2px 0;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}

h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
	color: #474747;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
	color: #404040;
	line-height: 1.35em;
}

a:link		{ color: #D30814; text-decoration: none;}
a:visited	{ color: #D30814; text-decoration: none;}
a:hover		{ color: #000000; text-decoration: none;}
a:active	{ color: #D30814; text-decoration: none;}

/*---------------------------------------------------------------------------------
Global Layout
---------------------------------------------------------------------------------*/

body {
	margin-right: auto; /* this centres the body */
	margin-left: auto;  /* this centres the body */
	margin-top: 0;
	padding: 0;
	width: 100%;
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande, Geneva, Arial, sans-serif;
}

/*---------------------------------------------------------------------------------
Table -----*/


table {
	margin: 20px 0 20px 0;
}

th {
	color: #5c5c5c;
	border: solid 1px #a1a1a1;
	padding: 6px 6px 6px 6px;
	text-align: left;
}
	

td {
	color: #5c5c5c;
	border: solid 1px #a1a1a1;
	padding: 6px 6px 6px 6px;
	text-align: left;
}
	
	
	

/*---------------------------------------------------------------------------------
IE Hack - Only need to use in extreame cicumstances!

  voice-family: "\"}\"";
  voice-family: inherit;


html>name {
	
	}
---------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------
Global Divs
---------------------------------------------------------------------------------*/

div {
	text-align: left;
	margin: 0;
	padding: 0;
}

.clear {
	height: 0;
	width: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
}


/*---------------------------------------------------------------------------------
Layout Styles
---------------------------------------------------------------------------------*/

.page_width {
	width: 982px;
	margin: 0 auto 0 auto;
}


/*---------------------------------------------------------------------------------
Header*/

#header_wrapper {
	border-top: solid #FFFFFF 30px
}


#header {
	background: url("images/bg_header.gif") repeat-x bottom center #ECEBEB;
	padding: 35px 30px 10px 30px;
	height: 60px;
}

#header .left {
	float: left;
	width: 200px;
}

#header .right {
	float: right;
	padding: 10px 0 0 0;
	width: 600px;
	text-align: right;
}


/*---------------------------------------------------------------------------------
Navigation*/


#nav_wrapper {
	margin: 0;
}

#main_nav {
	background: url("images/bg_nav.gif") repeat-x top center #DBDBDB;
	padding: 0 30px 0 30px;
}

#main_nav ul{
	float: left;
	padding: 0;
	margin: 0;
	background: url("images/nav_divider.gif") repeat-y left center;
}

#main_nav li{
	float: left;
	padding:  5px 10px 5px 10px;
	margin: 0;
	list-style-type: none;
	background: url("images/nav_divider.gif") repeat-y right center;
}

#main_nav li a:link		{ color: #000000; text-decoration: none;}
#main_nav li a:visited	{ color: #000000; text-decoration: none;}
#main_nav li a:hover	{ color: #D30814; text-decoration: none;}
#main_nav li a:active	{ color: #000000; text-decoration: none;}


#main_nav .left{
	width: 700px;
	float: left;
}

#main_nav .right{	
	float: right;
	width: 220px;
}

#main_nav .right p{	
	padding: 4px 0 0 0;
	margin: 0;
	font-size: 90%;
	text-align: right;
}


#content {
	margin: 0 30px 0 30px;
}



#main_nav .left .current_page_item a{
	color: #D30814;
}


#main_nav .left .current_page_parent a{
	color: #D30814;
}


/*---------------------------------------------------------------------------------
Content*/

#content_wrapper {
	background: url("images/bg_repeatingpaper.gif") repeat-y center bottom scroll;
	padding: 30px 0 0 0;
/*
	border-bottom: solid #FFFFFF 30px;
*/
	
}

#content_wrapper_bottom{
/*
	background: url("images/bg_hands.gif") no-repeat center bottom scroll;
*/
}

#content .left{
	width: 600px;
	float: left;	
}

#content .right{	
	float: right;
	width: 300px;
	padding: 0 0 0 20px;
}

#content .right li{	
	list-style-type: none;
	padding: 0 0 6px 0;
	margin: 0;
}

#content .right ul{	
	list-style-type: none;
	padding: 0;
	margin: 0;
}



/*---------------------------------------------------------------------------------
Footer*/

#footer_wrapper {
/*
	background: url("images/bg_footer.gif") repeat-y bottom right ;
*/
	padding: 30px 0 0 0;
}

#footer {
	padding: 30px 30px 10px 30px;
}

#footer p{
	font-size: 80%;
}

#footer .left {
	float: left;
	width: 50%;
}

#footer .right {
	float: right;
	width: 50%;
	text-align: right;
}


/*---------------------------------------------------------------------------------
Home Page*/

#home_main {
	width: 650px;
	float: left;
	padding: 30px 0 0 0;

}


#home_colomn{
	width: 250px;
	float: right;
	padding: 50px 0 0 0;

}

#home_main .left{
	width: 315px;
	float: left;
}


#home_main .right{
	width: 315px;
	float: right;
}

.small_imageholder {
	width: 85px;
	float: left;
}

.small_imageholder img{
	padding: 0;
	margin: 0;
	}
	
.services_text {
	width: 215px;
	float: right;
}

.services_text h3{
	margin: 0 0 3px 0;
}

.services_block {
	border-top: #DBDBDB 1px solid;
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0;
}

#home_main .right ul{
	padding: 0;
	margin: 0;
}

.end_link {		
	border-top: #DBDBDB 1px solid;
	padding: 20px 0 0 0;
}

.end_link p{		
	font-weight: bold;
}


#home_main .right li{
	border-top: #DBDBDB 1px solid;
	padding: 5px 0 10px 0;
	margin: 5px 0 5px 0;
}

.calltoaction {
	background: url("images/c2a1bg.gif") no-repeat top left scroll;
	margin: 0 0 10px 0;
	float: left;
}

.calltoaction_bottom {
	background: url("images/c2a1bottombg.gif") no-repeat bottom left scroll;
	padding: 0 0 10px 0;
	float: left;

}

.calltoaction_title {
	width: 152px;
	float: left;
	padding: 10px 0 0 10px;
}

.calltoaction_title h3{
	font-size: 150%;
	padding: 0;
	margin: 0;
}


.calltoaction_image {
	width: 80px;
	float: right;
	padding: 0 8px 0 0 ;
}

.calltoaction_text {
	padding: 10px 13px 5px 10px;
}

.calltoaction_text p{
	padding: 0;
	margin: 0;
}

.calltoaction_link {
	border-top: #DBDBDB 1px solid;
	margin: 0 18px 0 10px;
	padding: 5px 0 0 0;
}

.calltoaction_two  .calltoaction_link {
	border-top: #FF8282 1px solid;
	margin: 0 18px 0 10px;
	padding: 5px 0 0 0;
	float: left;

}



.calltoaction_two {
	background: url("images/c2a2bg.gif") no-repeat top left scroll;
	margin: 0 0 10px 0;
	float: left;

}

.calltoaction_two_bottom {
	background: url("images/c2a2bottombg.gif") no-repeat bottom left scroll;
	padding: 0 0 10px 0;
	float: left;

}

.calltoaction_two h3, .calltoaction_two p{
	color: #FFF;
}

.calltoaction_two a{
	color: #FFF;
}

.calltoaction_two a:hover{
	color: #000;
}





.calltoaction_three {
	background: url("images/c2a3bg.gif") no-repeat top left scroll;
	margin: 0 0 10px 0;
}

.calltoaction_two_three {
	background: url("images/c2a3bottombg.gif") no-repeat bottom left scroll;
	padding: 0 0 10px 0;
}

.calltoaction_three h3, .calltoaction_three p, .calltoaction_three strong{
	color: #FFF;
}

.calltoaction_three a{
	color: #C4C4C4;
}

.calltoaction_three a:hover{
	color: #FFF;
}


/*---------------------------------------------------------------------------------
Inner Pages*/


#sub_navigation {
	width: 200px;
	float: left;
}


#sub_navigation ul{
	border-top: #DBDBDB 1px solid;
	padding: 0;
	margin: 0;
}

#sub_navigation li{
	border-bottom: #DBDBDB 1px solid;
	padding: 5px 0 10px 0;
	margin: 5px 0 5px 0;
	list-style-type: none;
	display: block;
}

#sub_navigation ul li ul{
	border-top: none;
	padding: 0;
	margin: 3px 0 0 0;
}

#sub_navigation ul li ul li{
	font-size: 90%;
	border-bottom: none;
	padding: 3px 0 0 5px;
	margin: 1px 0 0 0;
	list-style-type: none;
	display: block;
}

#sub_navigation h2{
	padding: 0 0 5px 0;
	margin: 0;
}


#main_content {
	width: 700px;
	float: right;
}

.half_left {
	width: 50%;
	float: left;
}

.half_right {
	width: 50%;
	float: right;
}

.medium_imageholder {
	width: 200px;
	float: left;
}

.excerpt_holder {
	width: 490px;
	float: right;
}

.block h2, .block h3 {
	padding-top: 0;
	margin-top: 0;
}

.inner_title {
	width: 200px;
	float: left;
}

.inner_content {
	width: 490px;
	float: right;
}

.inner_content_text {
	float: right;
	width: 280px;
}

.inner_content_image {
	float: left;
	width: 200px;
}


#scrollnavigation .left{
	width: 300px;
	float: left;
	text-align: left;
	padding: 10px 0 0 0;
}

#scrollnavigation .right{
	width: 300px;
	float: right;
	text-align: right;
	padding: 10px 0 0 0;
}

#comment {
	width: 700px;
}

.entry {
	margin: 12px 0 0 0;
}

.post .entry p img {
}


.postmetadata {
	margin: 4px 0 0 0;
}


#main_content strong a:link			{ color: #D30814; text-decoration: none;}
#main_content strong a:visited		{ color: #D30814; text-decoration: none;}
#main_content strong a:hover		{ color: #000000; text-decoration: none;}
#main_content strong a:active		{ color: #D30814; text-decoration: none;}

/*---------------------------------------------------------------------------------
Spans
---------------------------------------------------------------------------------*/

.block {
	width: 100%;
	display: block;
	border-top: #DBDBDB 1px solid;
	padding: 10px 0 0 0;
	margin: 10px 0 10px 0;
}

.block img{
	padding: 0;
	margin: 0;
}

.red {
	color: #D30814;
}

.home_image {
	margin: 0 0 30px 0;
}

img {display: block;}

.hr {
	width: 100%;
	height: 1px;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	border-bottom: #C3C3C3 solid 1px;
}