

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

Theme Name: Attitude Design 5.5 Theme
Theme URI: http://www.attitudedesign.co.uk/
Description: This is a Matt Davies theme.
Version: 5.5
Author: Matt Davies
Author URI: http://www.attitudedesign.co.uk/

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




/*---------------------------------------------------------------------------------
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;*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
---------------------------------------------------------------------------------*/



/* base.css, part of YUI's CSS Foundation */
h1 {
	font-size:150%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:110%;
	padding: 0;
	margin: 0;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%; 
	color: #000;
}

h1{
	margin: 0 0 .4em 0;
	padding: 0 0 .4em 0;
	font-style: italic;
	border-bottom: 1px solid #D2D2D2;

}

h2,h3 {
	/* top & bottom margin based on font size */
	padding: .2em 0;
	margin:1em 0 .5em 0;
	border-bottom: 1px solid #D2D2D2;
}

h1,h2,h3,h4,h5,h6 {
	color: #474747;
}

h3 {
	color: #000;
}
strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight: bold;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #fff;
	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*/
	background: url('images/bullet.gif') top left no-repeat #fff;
	font-size: 93%;
	padding: 0 0 5px 20px;

}

.latestposts ul li ul{
	/*giving UL's LIs generated disc markers*/
	padding: 5px 0 0 10px;

}

dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	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, code {
	/*so things don't run into each other*/
	padding: 0;
	margin: 0 0 1em 0;
	color: #4F4F4A;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.3em;

}


a:link		{ color: #6B0A0A; text-decoration: none;}
a:visited	{ color: #6B0A0A; text-decoration: none;}
a:hover		{ color: #000; text-decoration: none;}
a:active	{ color: #6B0A0A; 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: Georgia, Times, Verdana, Arial, "Lucida Grande", Helvetica,  sans-serif;
   	
    background-color: #fff;
/*
	background-attachment: scroll;
	background-image: url(../images/bg.gif);
	background-repeat: repeat x;
	background-position: left top;
*/
}


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

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


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


/*---------------------------------------------------------------------------------
Global Divs
---------------------------------------------------------------------------------*/
.pagewidth{
	width: 900px;
	margin-right: auto; /* this centres the body */
	margin-left: auto;  /* this centres the body */
	}

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

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

.hr {
	width: 100%;
	height: 1px;
	border-top: solid 1px #D2D2D2;
	margin: 10px 0 10px 0;
	float: left;
}

.large {
	font-size: 115%;
	line-height: 1.4em; 

}

.grey {
	color: #9A9A94;
	font-size: 80%;
}


.spacer {
	width: 100%;
	margin: 5px 0 5px 0;
	height: 5px;
}
/*---------------------------------------------------------------------------------
Layout Styles Global
---------------------------------------------------------------------------------*/
#page{
	background: url('images/page_bg.gif') top left repeat-x #fff;
	padding: 30px 30px 0 30px;
}

#nav_container {
	width: 100%;
	background: url('images/nav_bg.gif') top left repeat-x #4f4f4f;
}

#topnavigation {
	background: url('images/attitude_design_logo.gif') top left no-repeat ;
	padding: .5em 0;
}

#topnavigation ul{
	float: right;
	padding: 0;
	margin: 0;
}

#topnavigation li{
	float: left;
	list-style-type: none;
	padding: 0 .5em;
	font-size: 100%;
	background: none;
}

#topnavigation li a:link		{ color: #a5a4a5; text-decoration: none;}
#topnavigation li a:visited		{ color: #a5a4a5; text-decoration: none;}
#topnavigation li a:hover		{ color: #FFF; text-decoration: none;}
#topnavigation li a:active		{ color: #a5a4a5; text-decoration: none;}

#topnavigation ul .current_page_item a { color: #FFF; text-decoration: none;}
#topnavigation ul .current_page_ancestor a { color: #FFF; text-decoration: none;}
#topnavigation ul .current_page_parent a { color: #FFF; text-decoration: none;}




.narrowcolumn {
	width: 700px;
	float: left;
}

#sidebar {
	width: 180px;
	float: right;
}

#sidebar ul {
	padding: 0;
	margin: 0;
}

#sidebar li {
	list-style: none;
	margin: 0;
	background: none;
	padding: 0;
	line-height: 1.4em;

}
#sidebar li a{
	margin: 0 0 3px 0;
}





#attitudeheader {
	background: url('images/header_xmas.jpg') bottom center no-repeat #FFFFFF; /*ADD THIS BACK IN*/
	height: 282px;
	margin-right: auto; /* this centres the body */
	margin-left: auto;  /* this centres the body */
	margin-bottom: 25px;
	border-bottom: solid 1px #D2D2D2;
}

#attitudeheadertext h1{ /*ADD THIS BACK IN*/
	height:1px;
	padding: 0;
	overflow: hidden;
	border: none;
}

#attitudeheadertext a:link {
	color: #595757;
	}
#attitudeheadertext a:hover {
	color: #999;
	}
	
#sidebar li ul li ul{
	padding: 0 0 0 20px;
	margin: 0;
}



.lefthand_colomn {
	float: left;
	width: 300px;
	margin: 0 30px 0 0;
}

.righthand_colomn {
	float: right;
	width: 570px;
}

.righthand_colomn_small {
	float: right;
	width: 210px;
	margin: 0 0 0 20px;
}

.righthand_colomn_comments {
	width: 300px;
	float: right;
	text-align: right;
}

.righthand_colomn_comments a{
	color: #9A9A94;
}

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

.lefthand_colomn_large {
	float: left;
	width: 660px;
}


.lefthand_colomn_small {
	float: left;
	width: 210px;
	margin: 0 20px 0 0;
}

.righthand_colomn_large {
	float: right;
	width: 660px;
}

.righthand_colomn_large_halfleft {
	float: left;
	width: 320px;
	margin: 0 20px 0 0;
}

.righthand_colomn_large_halfright {
	float: right;
	width: 320px;
}

.righthand_colomn_large .small_left {
	float: left;
	width: 120px;
	margin: 0 20px 0 0;
}

.righthand_colomn_large .large_right {
	float: left;
	width: 520px;
}

.smalltextunder {
	margin-bottom: 0;
}

.smalltext{
	font-size: 90%;
	color: #9A9A94;
	font-style:italic;
}

.thirdscontainer {
	width: 570px;
}

.righthand_colomnthird {
	width: 170px;
	float: left;
	margin: 0 20px 0 0;
}

.righthand_colomnthirdend {
	width: 184px;
	float: left;
	margin: 0;
}

.righthand_colomnthird p{
	font-size: 90%;
	color: #000;
	padding: 0 0 8px 0;
	margin: 0;
}

.righthand_colomnthirdend p{
	font-size: 90%;
	font-size: 90%;
	color: #000;
	padding: 0 0 8px 0;
	margin: 0;
}

.righthand_colomnthird img{
	margin: 0 0 5px 0;

}

.righthand_colomnthirdend img{
	margin: 0 0 20px 0;

}

.lineabove {
	margin: 6px 0 0 0;
	font-size: 90%;
}


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

#corner, .push {
	position: fixed; bottom: 0; left: 0;
	height: 160px; /* .push must be the same height as .footer */
}

#footer {
	border-top: 1px solid #D2D2D2;
	margin: 20px 0 20px 0;
	padding: 20px 0 20px 0;
	float: left;
	width: 100%;
}

#footer_flurish {
	margin: 0 0 20px 0;
	padding: 0 0 120px 0;
	float: left;
	width: 100%;
	text-align: center;
}

#footer_flurish img{
	margin: 0 auto 0 auto;
	padding: 0;
}

#footer ul{
	padding: 0;
	margin: 0;
	float: right;
}

#footer li{
	float: left;
	list-style-type: none;
	padding: 0 0 0 10px;
	background: none;
}



#footer li a:link		{ color: #888; text-decoration: none;}
#footer li a:visited	{ color: #888; text-decoration: none;}
#footer li a:hover		{ color: #6B0A0A; text-decoration: none;}
#footer li a:active		{ color: #888; text-decoration: none;}


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

.latestposts ul{
	padding: 0;
	margin: 0;
}

.latestposts li{
	padding: 0;
	list-style-type: none;
	margin: 0 0 8px 0;
	background: none;
}

/*---------------------------------------------------------------------------------
Portfolio Page -*/

.portfolio_image{
	border-width: 1px;
	border-style: solid;
	border-color: #EBEAE1;
	padding: 2px;
	margin: 0 0 10px 0;
}
.portfolio_image img{
	border-width: 1px;
	border-style: solid;
	border-color: #EBEAE1;
}

.portfolioitem {
	margin: 0 0 40px 0;
}
.portfolio_smalltextunder {
	margin: 0;
	padding: 0;
}

.portfolio_text {
	font-size: 90%;
}


/*---------------------------------------------------------------------------------
About Us -*/

.process{
	padding: 10px 0 0;
	font-style:italic;
	color: #333;
	border: none;
	font-size: 30px;
	margin: 0;

}

.recognition {
	margin: 23px 0 0 0;
	float: left;
}


/*---------------------------------------------------------------------------------
Journal -*/


.post{
	margin: 0 0 40px 0;
}

.category a {
	color: #666;
}

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

.post_title a{
	color: #000;	
}

.post_title a:hover{
	color: #6B0A0A;	
}


.post h3 {
	font-size:100%;
	border-bottom: none;
	margin-bottom: 2px;
}


form #comment {
width: 300px;
}

.comments_colomn_left{
	width: 320px;
	float: left;
	padding: 0 30px 0 0;
}

.comments_colomn_right{
	width: 350px;
	float: right;
}

.archivelist li{
	border-bottom: 1px solid #D2D2D2;
	padding: 5px 0 5px 0;
}

.C2A {
	margin: 10px 0 10px 0;
}

.commentlist p{
	font-size: 90%;
	padding: 2px 0 0 0;
}

.commentlist li{
	padding: 5px 0 2px 0;
}

.commentlist li .commentmetadata {
	padding: 0 0 6px 0;
}


#C2A_long{
	text-align: center;
	margin: 0 auto 0 auto;
}

#searchform {
	padding: 10px 0 10px 0; 
}

#searchform #s{
	width: 170px;
	margin: 0 0 6px 0;
}

#content .post .entry p object{
	padding: 10px 0 10px 0;
}

.entry img {
	margin: 10px 0;
}

.block {
	padding: 20px 0 20px 0;
}

.image_area{
	width: 110px;
	float: left;
}

.text_area{
	float: right;
	width: 210px;
}

.text_area ul{
	padding: 0;
	margin: 0;
}


.social_bookmark {
	margin: 20px 0 20px 0;
	color: #555;
	font-style: normal;
}

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


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

th {
	color: #000;
	border-top: solid 1px #cccdcc;
	border-bottom: solid 2px #cccdcc;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	padding: 5px 3px 3px 3px;
	text-align: left;
	font-size: 90%;
	font-weight: normal;
}
	

td {
	color: #5c5c5c;
	border-top: solid 1px #cccdcc;
	border-bottom: solid 1px #cccdcc;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	padding: 5px 3px 3px 1px;
	text-align: left;
	font-size: 90%;

}

.noborder {
	border: none;
}

.bordertop {
	border: none;
	border-top: solid 1px #cccdcc;

}

.testimonial_block {
	border-top: solid 1px #cccdcc;
	padding: 20px;
}

/*---------------------------------------------------------------------------------
Feeds -----*/

#follow .feed {
	background: url('images/feed.gif') top left no-repeat #fff;
	font-size: 93%;
	margin: 10px 0 10px 0;
	padding: 0 0 5px 40px;
	}

#follow .twitter {
	background: url('images/twitter.gif') top left no-repeat #fff;
	font-size: 93%;
	margin: 10px 0 10px 0;
	padding: 0 0 5px 40px;
	}

#follow .facebook {
	background: url('images/facebook.gif') top left no-repeat #fff;
	font-size: 93%;
	margin: 10px 0 10px 0;
	padding: 0 0 5px 40px;
	}

#home_follow ul#follow {
	margin: 0;
	padding: 0;
}

#home_follow ul#follow li {
	float: left;
	margin: 0 20px 0 0;
}

.sociable {
	float: left;
	width: 308px;
	border-top: 1px solid #D2D2D2;
	padding: 20px;
}


.right{
	float: right;
	width: 308px;
	border-top: 1px solid #D2D2D2;
	padding: 20px;
	margin: 16px 0;
}

.right ol{
	margin: 0 0 0 1.8em ;
}

.right h4{
	font-size: 90%;
	font-style: italic;
	color: #000;
}
.right ol li{
	font-size: 85%;
}


.sociable h4{
	font-size: 90%;
	font-style: italic;
	color: #000;
}

.sociable p{
	font-size: 90%;
}

.sociable li{
	font-size: 90%;
}

.righthand_colomn_large .portfoliotext {
	margin: 10px 0 0 0;
}

.righthand_colomn_large .portfoliotext p{
	font-size: 80%;
	line-height: 1.3em;
}

/*---------------------------------------------------------------------------------
Thumb images -----*/

img.thumbnail {
	border-width: 1px;
	border-style: solid;
	border-color: #EBEAE1;
	padding: 2px;
	margin: 0 20px 10px 0;
	float: left;
}

.excerpt_area {
	width: 520px;
	float: right;
}

/*---------------------------------------------------------------------------------
News Ticker -----*/
#NewsTicker{
	width:560px;
	height:200px;
	margin:0 auto;
	overflow: hidden;
	position:relative;
}
	#NewsTicker h1{
	padding:6px;
	margin:0;
	border:0;
	background:#dfe7ed;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	}
	#NewsVertical {
	width: 10000px;
	height: 200px;
	display: block;
	overflow: hidden;
	position: relative;
	}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
	width: 600px;
	height: 200px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	margin:0 auto;
	overflow: hidden;
	position:relative;
	}
	#TickerVertical li {
	width: 170px;
	color: #444444;
	text-align: left;
	font-size: 11px;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	height: 200px;
	display: inline;
	font-size: 80%;
	}
	
	
	
	
/*---------------------------------------------------------------------------------
News Ticker -----*/	
	
/*preload classes*/
.svw {
width: 50px;
height: 20px;
background: #fff;} 
.svw ul {
position: relative;
left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
	position: relative; 
	overflow: hidden;  
	border: 4px double #EBEAE1;   
	margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 1%; 
	list-style-type: none; 
} 
.stripViewer ul li {  
	float:left;
	padding:0;
	margin:0;
	background: none;
} 
.stripTransmitter { 
	overflow: auto; 
	width: 1%; 
} 
.stripTransmitter ul { 
	margin: 0; 
	padding: 0; 
	position: relative; 
	list-style-type: none; 
} 
.stripTransmitter ul li{ 
	float:left; 
	margin: 0 1px 1px 0;
	padding:0;
	background: none;
} 
.stripTransmitter a{ 
	text-align: center; 
	background: #dbdbdb; 
	color: #4F4F4A; 
	padding: 7px 10px;
	text-decoration: none; 
	display: block; 
} 
.stripTransmitter a:hover, a.current{ 
	background: url('images/nav_bg.gif') top left repeat-x #4f4f4f;
	color: #FFF; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
	background: #fff; 
	color: #000; 
	opacity: 0.85; 
	border: 5px solid #dedede; 
} 
#tooltip h3 {  
	font: normal 10px Verdana;  
	margin: 0;  
	padding: 6px 2px;  
	border: 0; 
} 

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

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

.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 */


.wp-pagenavi {
	text-align: center;
	width: 100%;
	float: left;
	padding: 10px 0 10px 0;
}

.inner_image {
	margin: 0 0 10px 0;
}

.linklove {
	 display: none;
}

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
	}
	
.left_inner_colomn {
	width: 220px;
	float: left;
}

.left_inner_colomn img{
	float: left;
}

.right_inner_colomn {
	width: 420px;
	float: right;
}

.casestudies {
	font-size: 90%;
	margin-top: 100px;
}