/*************************************************************************
	Electric Putty
	Developed by Malcolm Elsworth

	MODULE: 	global.css
	PURPOSE:	all rules for site
*************************************************************************/




/*Auto float clearing for compliant browsers
*************************************************************************/
.wrap:after,
.portfolio:after,
.services:after,
#detail_list:after,
.blog_pagination:after,
.comments-form p:after,
.clearthis:after {
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
	}




/* General Rules and classes
*************************************************************************/
body {
	color:#3f3f3f;
	background:#FFF;
	font: normal 1.00em/1.2em "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	}

#skipto {
	position:absolute;
	left:-999em;
	}

.wrap {
	width:972px;
	margin:0 auto;
	/*
	border-top: 1px solid blue;
	*/
	}

.left {
	width: 246px;
	float: left;
	font-size:0.9em;
	}

.middle {
	width: 500px;
	float: left;
	font-size:0.9em;
	}

.right {
	width: 226px;
	float: left;
	font-size:0.9em;
	padding-bottom: 10px;
	/*
	padding-bottom: 30px;
	*/
	}

.wide {
	width: 726px;
	float: left;
	font-size:0.9em;
	}

.woofu {
	padding-top: 25px;
	}

strong,	
.b {
	font-weight: bold;
	}

.small {
	font-size: 0.9em;
	}

.flLeft {
	float: left;
	}

.flRight {
	float: right;
	}

#pagecontrols {
	font-size: 90%;
	margin-top: 35px;
	}

.subscribe {
	background: url("../site_images/icon_feed.gif") no-repeat 0 50%;
	padding-left: 20px !important;
	color: #3a3a3a !important;
	font-weight: bold;
	border: none !important;
	}

a.hello {
	background: url("../site_images/button_say-hello.png") no-repeat;
	display: block;
	margin: 0;
	height: 36px;
	width: 155px;
	border: none !important;
	}

a.more,
a.in-touch,
a.contact-us {
	background: url("../site_images/button_find-out-more.png") no-repeat;
	display: block;
	margin: 0;
	height: 36px;
	width: 112px;
	border: none !important;
	}
	
a.in-touch {
	background: url("../site_images/button_get-in-touch.png") no-repeat;
	}
	
a.contact-us {
	background: url("../site_images/button_contact-us.png") no-repeat;
	}

a.hello span,
a.more span,
a.in-touch span,
a.contact-us span {
	position: absolute;
	left: -10000px;
	}

.img_right {
	float: right;
	background: #fff;
	border: 1px solid #999;
	padding: 3px;
	margin: 5px 0 10px 10px;
	}

.img_left {
	float: left;
	background: #fff;
	border: 1px solid #999;
	padding: 3px;
	margin: 5px 10px 10px 0;
	}





/* Typography
*************************************************************************/
a,a:link {
	color:#3399cc;
	text-decoration:none;
	border-bottom: 1px dotted #3399cc;
	}

a:visited {}

a:hover,
a:focus,
a:active {
	background-color:#94c94c;
	color: #fff !important;
	border-bottom: 1px solid transparent;
	}
	
a.blank {
	border-bottom: none;
	text-decoration: underline;
	color: #4f4e4d;
	}

a.blank:hover,
a.blank:focus,
a.blank:active{
	text-decoration: none;
	background-color: transparent;
	color: #4f4e4d !important;
	}

h1 {
	font-weight: bold;
	font-size: 1.9em;
	line-height: 1.1em;
	margin: 30px 0 21px 0;
	}

h1.project {
	margin-bottom: 3px;
	}
	
h1 .category {
	color: #757371;
	font-weight: normal;
	}
	
h2 {
	font-weight: bold;
	font-size: 1.25em;
	margin-bottom: 0.5em;
	color: #e11a2c;
	}

h2.portfolio {
	font-weight: normal;
	color: #4e4e4e;
	margin: 20px 0 10px 0;
	}

h2 .category {
	color: #757371;
	}

h3 {
	font-weight: bold;
	font-size:1.1em;
	margin-bottom: 5px;
	color: #666;
	}

p {
	margin-bottom: 1em;
	}

p.website {
	padding: 0 0 0 2px;
	margin-bottom: 0.5em;
	}

ul {
	list-style: none;
	margin-bottom: 1em;
	}

ul li {
	background: url("../site_images/bg_bullet.gif") no-repeat 0 7px;
	padding: 0 0 3px 13px;
	}

ol {
	margin-bottom: 1em;
	padding-left: 2em;
	}

ol li {
	padding: 0 0 10px 3px;
	}
	
ol ul {
	margin-top: 0.25em;
	}

ol ul li {
	padding: 0 0 3px 13px;
	}
	
.sean {
	color: #d31c1c;
	}





/* Header
*************************************************************************/
#header {
	background: #353535 url("../site_images/bg_header.gif") repeat-x;
	height: 137px;
	border-bottom: 3px solid #e11a2c;
	}

#header h1 {
	padding-top: 29px;
	float: left;
	margin: 0;
	}
	
#header h1 a,
#header p a {
	border: none;
	}
	
#header .right {
	float: right;
	text-align: right;
	width: 600px;
	}

#header .right p {
	margin: 0;
	font-size:0.75em;
	color: #fff;
	text-align: right;
	padding: 5px 0;
	}

#header .right p a {
	color: #fff;
	}

#header ul {
	padding: 61px 2px 0 0;
	float: right;
	}

#header li {
	float:left;
	list-style:none;
	background: url("../site_images/bg_nav-bullet.gif") no-repeat 0 50%;
	padding: 0 10px 0 15px;
	}
	
#header li.last {
	padding-right: 0;
	}

#header li a {
	display: block;
	float:left;
	font-size: 1.4em;
	color: #e6e6e6;
	padding-bottom: 3px;
	border-bottom: 1px dotted #999;
	}

#header li a:hover,
#header li a:active,
#header li a:focus {
	color: #fff;
	border-bottom: 1px solid #fff;
	}

#header li a.here {
	color: #e11a2c !important;
	background-color: transparent !important;
	border: none;
	}





/* texture
*************************************************************************/
#texture {
	background: #ded9cf url("../site_images/bg_texture_grade.jpg") repeat-x;
	}




/* white - with gradient
*************************************************************************/
#white,
#support-confirm {
	background: #fff url("../site_images/bg_editorial.gif") repeat-x;
	}




/* subnav
*************************************************************************/
.subnav ul {
	width: 210px;
	margin: 30px 0;
	font-size: 0.95em;
	}

.subnav li {
	background: none;
	padding: 1px !important;
	border: 1px solid #a8a59c;
	border-top: 0px;
	}

.subnav li.first {
	border-top: 1px solid #a8a59c;
	}

.subnav li a {
	display: block;
	padding: 6px 5px;
	background: #e6e6e6 url("../site_images/bg_subnav.gif") repeat-x left bottom;
	color: #4f4e4d;
	font-weight: bold;
	border: none;
	}

.subnav li a:hover,
.subnav li a:focus,
.subnav li a:active,
.subnav li a.here {
	background: #94c94c;
	color: #fff;
	}
	
.subnav li a.here {
	background: #6f6f6f;
	color: #fff;	
	}




/* Left column
*************************************************************************/

.categories {
	padding-top: 46px;
	}
	
.categories ul {
	margin-bottom: 20px;
	}
	
.categories ul a {
	color: #4f4e4d;
	font-weight: bold;
	border: none;
	text-decoration: underline;
	}

.categories ul a.here {
	background-color:#94c94c;
	color: #fff !important;
	border-bottom: 1px solid transparent;
	}




/* box style navigation
*************************************************************************/
.box-nav {
	float: right;
	}

.box-nav p {
	float: left;
	padding: 12px 0 0 3px;
	}

.box-nav ul {
	float: left;
	}

.box-nav li {
	background: none;
	float: left;
	padding: 9px 0 0 3px;
	}

.box-nav li a {
	display: block;
	float: left;
	height: 15px;
	width: 18px;
	text-align: center;
	line-height: 1em;
	font-size: 0.7em;
	font-weight: bold;
	padding-top: 5px;
	border: 1px solid #eeeae1;
	background: #bab7af;
	color: #fff;
	}

.box-nav li a:hover,
.box-nav li a:focus,
.box-nav li a:active,
.box-nav li a.here {
	background-color: #94c94c;
	}



/* footer
*************************************************************************/
#footer {
	background: url("../site_images/bg_footer.gif") no-repeat top;
	font-size:0.75em;
	padding: 15px 0 10px 0;
	}

#footer img {
	float: left;
	margin-right: 8px;
	}