/*
Theme Name: Eightyone Design
Theme URI: http://www.eightyonedesign.co.uk/
Description: Eightyone Design Theme - V2.
Version: 2.0
Author: eightyonedesign
Author URI: http://www.eightyonedesign.co.uk/

	Eightyone V2
	 http://www.eightyonedesign.co.uk/

*/



/* Begin Typography & Colors */

body {
	font-size: 80%; /* Resets 1em to 16px */
	font-family: 'Arial', Sans-Serif;
	background: #d5d6d7 url('images/bg-tile.jpg');
	color: #666666;
	text-align: center;
	margin:0;
	padding:0;
	}
	
html {
	margin:0;
	padding:0;
	}


h1 {
	font-size:1.5em;
	color: #666666;
	letter-spacing:-0.1em;

	}
	
h2 {
	font-size:1.5em;
	color: #666666;
	letter-spacing:-0.1em;
	}
	
h3 {
	font-size:1.3em;
	color: #666666;
	letter-spacing:-0.1em;
	}
	
h4 {
	font-size:1.3em;
	color: #666666;
	letter-spacing:-0.1em;
	}
	
p {
	margin:0;
	padding:0;
	line-height:1.2em;
}

a:link {
	color:#bcd600;
	}
	
img {
	border:none;
	}
	

/* End Typography & Colors */



/* Begin Structure */

/* Content */

#blog-content-wrapper {
	width:920px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
	
#page-content-wrapper {
	width:930px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
	
#folio-content-wrapper {
	width:930px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
	
.content-clear {
	clear:both;
	}

/* Header */

.header-stripes { /* used to make the header stripes sit below the main content area */
	background-image:url(images/header-stripes.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	height:394px;
	width:504px;
	float:right;
	margin-left:687px;

	}
	
#stripes-wrapper { /* z index used to make the header stripes sit behind the main content that has floats to generate the layout */
	width:100%;
	height:394px;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	overflow:hidden;
	}
	
#header-content {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}

	
#navigation {
	width: 900px;
	padding-top: 25px;

	}
	
#navigation ul {
	font-size:1.4em;
	margin:0;
	padding:0 0 20px 0;
	background-image:url(images/horizontal-line-main-nav-fixed-width.jpg);
	background-repeat: no-repeat;
	background-position:bottom left;
	}
	
#navigation li {
	display:inline;
	padding-right:24px;
	font-weight: bold;
	background-image:url(images/main-nav-slash-separator.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}
	
#navigation a {
	color:#666666;
	text-decoration:none;
	}
	
#navigation a:hover {
	color:#333333;
	}

/* Blog */

#blog-content {
	width:653px;
	float:left;
	}
	
.blog-content-bg {
	background-image:url(images/blog-wht-vertical-bg.jpg);
	background-repeat:repeat-y;

	}
	
.blog-top-bg {
	background-image:url(images/blog-wht-top-bg.jpg);
	background-repeat: no-repeat;
	background-position:top;
	}
	
.blog-bottom-bg {
	background-image:url(images/blog-wht-bottom-bg.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	padding-bottom:50px;
	padding-top:20px;
	}
	
.blog-content-bg p {
	padding-left:35px;
	padding-right:35px;
	padding-top:10px;
	padding-bottom:10px;
	}
	
.blog-content-bg li {
	padding-left:20px;
	list-style-position:inside;
	}
	
.blog-top-bg p, .blog-bottom-bg p {
	padding-left:35px;
	padding-right:35px;
	}
	
#blog-content h1, #blog-content h2 {
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:0;
	margin:0;
	}
	
#blog-content h3, #blog-content h4 {
	padding-left:35px;
	padding-right:35px;
	margin:0;
	}
	
.blog-content-bg h2, .blog-content-bg h3, .blog-content-bg h4 { /* used to pad the top of the h3 in the body of the blog post */
	padding-top:10px;
	}
	
#blog-content h2 a, #blog-content h3 a {
	color:#bcd600;
	text-decoration:none;
	}
	
.dateandauthor {
	color:#000000;
	font-size: 0.6em;
	}
	
	
#sidebar {
	width:237px;
	float:right;
	margin-top:3px;
	}
	
		
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0 0 10px 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	font-size: 0.95em;
	color:#666666;
	}
	
#sidebar ul li a:link, #sidebar ul li a:visited {
	text-decoration:none;
	color:#666666;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image:url(images/horizontal-line-sidebar.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}
	
#sidebar ul li a:hover {
	color: #333333;
	}
	
#searchform {
	margin: 0px auto;
	padding:15px 0 15px 0 ;
	text-align:left;
	background-image:url(images/horizontal-line-sidebar.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}

#sidebar #searchform #s {
	width: 150px;
	padding: 2px;
	}
	

#sidebar #searchsubmit {
	padding: 2px;
	color:#fff;
	background-color:#bcd600;
	border:1px solid; 
	border-color: #bcd600;
	cursor:pointer;
	}
	
#sidebar h2 {
	margin:0;
	padding:5px 0 5px 0;
	}
	
#sidebar img {
	float:left;
	padding-right:3px;
	padding-bottom:3px;
	}
	
.commentlist {
	padding: 0;
	margin:0;
	text-align: justify;
	}
	
.commentlist a {
	color:#bcd600;
	text-decoration:none;
	}

.commentlist li {
	margin: 25px 35px 25px 35px;
	padding: 15px;
	list-style: none;
	color: #333333;
	background-color: #F9F9F9;
	font-weight: bold;
		}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
	letter-spacing:-0.1em;
	text-decoration:none;
	}
	
.commentlist li p {
	font-weight: normal;
	text-transform: none;
	padding: 10px 0 10px 0;
	}
	
.commentstextarea {
	width:583px;
	}
	
.archive-h3 { /* used to pad the top of the h3 on the archive pages */
	padding-top:35px;
	}
	
.archive-h2 { /* used to pad the left of the h2 on the archive pages bringin it inline with the white border */
	padding-left:10px;
	}
	
.prev-next {
	padding-left:35px;
	padding-right:35px;
	padding-top:10px;
	padding-bottom:10px;
	}
	
/* IE6 Hack to remove whitespace in the nav */
	
#sidebar a { display: inline-block; }
#sidebar a { display: block; }

/* end hack */
	

/* Footer */

.footer-wrapper {
	width:100%;
	background-image: url(images/footer-bg-tile.jpg);
	clear:both;

	}
	
.footer-gradients {
	width:100%;
	padding-top:120px;
	background-image: url(images/footer-gradient-tile.jpg);
	background-repeat:repeat-x;
	}
	
#footer-content {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	clear:both;
	}
	
#footer-content h4 {
	color:#FFFFFF;
	margin:0;
	padding:0;
	}
	
#footer-content a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
.fatfooterbox {
	width: 280px;
	float:left;
	padding-right: 20px;
	}
	
#footer-content ul, #footer-content  ol {
	margin: 0;
	padding: 0 30px 0 0;
	}
	
#footer-content ul li {
	list-style-type: none;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	}
	
#footer-content ul li a:link, #footer-content ul li a:visited {
	text-decoration:none;
	color:#fff;
	display:block;
	border-bottom:#666666 solid 1px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left:20px;
	background-image:url(images/footer-bullet.gif);
	background-repeat:no-repeat;
	background-position:left center;
	}
	
#footer-content ul li a:hover {
	color: #CCCCCC;
	}
	
.footer-contact {
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:5px;
	color:#FFFFFF;
	}
	
#footer-seo {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
	}

.footer-copyright {
	font-size:0.8em;
	text-align: center;
	padding-top:20px;
	color:#fff;
	}
	
.footer-copyright a {
	color:#bcd600;
	text-decoration:none;
	}
	
.footer-seo {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	font-size:0.8em;
	text-align:center;
	color:#aaaaaa;
	}
	
.footer-stripes {
	width:100%;
	background-image:url(images/footer-stripes.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	}
	
/* IE6 Hack to remove whitespace in the nav */
	
#footer-content  a { display: inline-block; }
#footer-content  a { display: block; }

/* end hack */
	
/* Page Templates */

/* default page */

.full-width {
	width:900px;
	margin-left:15px;
	margin-right:15px;
	}
	
.full-width p {
		padding-top:10px;
		padding-bottom:10px;
	}

/* home page */

.featured {
	width:930px;
	margin-top:20px;
	margin-bottom:20px;
	}

.homepagecolumn1 {
	width:310px;
	float:left;
	text-align:left;
	padding-right:50px;
	}
	
#page-content-wrapper h2 {
		padding-top:0px;
		padding-bottom:0px;
		margin:0;
	}
	
	
.homepagecolumn2 {
	width:480px;
	float:right;
	text-align:left;
	padding-left:60px;
	background-image:url(images/vertical-line.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	}
	
.homepagecolumn2 p {
	padding-top:0px;
	}
	
.homepagecolumn2 h3 {
	padding-top:15px;
	margin:0;
	font-size:1.3em;
	}
	
.homepagecolumn2 h3 a {
	text-decoration:none;
	}
	
/* services page  (or any 3 column layout page) */

.threecolumn-1 {
	width:256px;
	float:left;
	padding-right:40px;
	background-image:url(images/vertical-line.jpg);
	background-repeat:repeat-y;
	background-position:right top;
	text-align:justify;
	}
	
.threecolumn-2 {
	width:250px;
	float:left;
	padding-left:29px;
	padding-right:29px;
	text-align:justify;
	}
	
.threecolumn-3 {
	width:258px;
	float:left;
	padding-left:38px;
	background-image:url(images/vertical-line.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	text-align:justify;
	}
	
	/* services page  alternate - not sure yet

.threecolumn-1 {
	width:274px;
	float:left;
	padding-right:26px;
	background-image:url(images/vertical-line.jpg);
	background-repeat:repeat-y;
	background-position:right top;
	}
	
.threecolumn-2 {
	width:270px;
	float:left;
	padding-left:15px;
	padding-right:15px;
	}
	
.threecolumn-3 {
	width:272px;
	float:left;
	padding-left:28px;
	background-image:url(images/vertical-line.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	}
	
	*/
	
/* Portfolio Pages */

.folio-wrapper {
	width:920px;
	padding-left:5px;
	padding-right:5px;
	}
	
.folio-wrapper p {
		padding-top:7px;
		padding-bottom:7px;
		padding-right:30px;
	}
	
.folio-wrapper h2 {
	font-size:1.3em;
	padding:20px 0 26px 0;
	margin:0;
	background-image:url(images/horizontal-line-sidebar.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	}
	
.folio-wrapper h3 {
	font-size:1.3em;
	margin:0;
	padding:0 0 26px 0;
	background-image:url(images/horizontal-line-sidebar.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	}
	
#folio-images {
	width:621px;
	float:left;
	}

#folio-text {
	width:289px;
	float:right;
	text-align:left;
	margin-right:10px;
	}
	
	
/* SEO pages */
	
	
.seocol1 {
	width:480px;
	float:left;
	text-align:left;
	padding-right:60px;
	background-image:url(images/vertical-line.jpg);
	background-repeat:repeat-y;
	background-position:right top;
	}
	
.seocol1 h1 {
	font-size:2em;
	margin-top:0;
	}
	
.seocol2 {
	width:310px;
	float:right;
	text-align:left;
	padding-left:50px;
	}
	
.seocol2 h3 {
	padding-top:15px;
	margin:0;
	font-size:1.3em;
	}
	
.seocol2 h3 a {
	text-decoration:none;
	}
	

/* End Structure */



/*	Begin Headers */

/* End Headers */



/* Begin Images */


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

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

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists */


/* End Entry Lists */



/* Begin Form Elements */

/* End Form Elements */



/* Begin Comments*/

/* End Comments */



/* Begin Sidebar */

/* End Sidebar */



/* Begin Calendar */

/* End Calendar */



/* Begin Various Tags & Classes */

.green {
	color:#bcd600;
	}
	
.smallbold {
	font-size: 0.8em;
	font-weight: bold;
	}
	
.smallbold a {
	color:#bcd600;
	text-decoration:none;
	}
	
.line-bottom {
	background-image:url(images/horizontal-line-sidebar.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}
	
.flickr-photos img {
	float:left;
	}
	
.flickr-photos img a {
	background-image:none;
	}
	
img#wpstats{display:none} /* to get rid of smiley face from WP Stats */
	

/* End Various Tags & Classes*/



/* Captions */

/* End captions */

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */



/* cforms */

.cform { 
	margin:10px auto 0 auto; 
	width: 410px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 5px 0; 
	border:none;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	display:none;
}

ol.cf-ol { 
	margin:0!important; 
	padding:15px 0 0 0!important; 
	border-top:1px solid #f2f2f2;
}
ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.1em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	color:#888888;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt !important;
	padding:0pt 0pt 0pt 100px;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:90px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	color: #666;
}
.cform label span {
	width:90px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 2px 0pt 6px;
	text-align:left;
	width:75px;
}

label.cf-after span {
	width:75px;
	display:block;
}

label.cf-group-after {
	margin:4px 0 0 2px;
	width:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	border:1px solid #aaa; 
	font:0.9em Arial, Helvetica, sans-serif;
	color:#666;
	vertical-align:top;
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	color:#666;
}

.cform textarea,
.cform input {
	width:298px; 
}
.cform select {
	width:306px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:0px 5px 7px 98px;
	display: block; 
	vertical-align:top;
	color: #666;
	font-size:0.7em;
	line-height:1.2em;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	color:#888888;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt 0 !important;
	padding:0pt 0pt 0pt 100px;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;
}

input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 100px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	margin: 0;
	padding:0pt 3px 0pt 0pt !important;
	text-align:right;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:auto;  
	padding:2px 1em; 
	margin: 0;
	color:#FFFFFF;
	background-color:#bcd600;
	border:1px solid #bcd600!important;
}
.cform input.resetbutton {
	margin: 0 5px 0 0;
}
.cform input.backbutton {
	margin: 0 5px 0 0;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#ccc url(li-err-bg.png) repeat!important;
	border-color:#666;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 10px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */
label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:100px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_white.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	background:#bcd600 none repeat scroll 0%;
	color:#fff;
	font-weight:bold;
	display:block;
}
div.failure {
	display:block;
	background:#bcd600 url(li-err-bg.png) repeat!important;
	border-color:#fff;
	font-weight:bold;
	border-style:solid;
	border-width:1px 0pt;
	color:#FFFFFF;
	font-weight: bold;
}
div.waiting {
	background:#bcd600;
	border-color:#fff;
	font-weight:bold;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:red; 
	border:1px solid #666; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:red; 
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	display:none;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}


/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
*+html ol.cf-ol,
*+html ol.cf-ol li	{
	display: inline-block;  /*for ie7*/
}
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;
}
* html .cform legend { 
	position:absolute; 
	left: -8px; 
	top:0;
	margin-left:0;
}
*+html .cform legend { 
	position:absolute; 
	left: -8px;
	top:0;
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-bottom:1px!important;
}
*+html img.captcha	{
	margin-bottom:1px!important;
}


