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

  Designed and created by www.lushai.com	    
   
[Table of Contents]

1. Master reset
2. Typography
3. Grid Layout
4. Navigation
5. Forms
6. Form Validation
7. Footer
8. Sub headings, sub lists, Supplier lists, project lists


[Colours]
/* ---------------------------------------------------------------------
------------------------------------------------------------------------

  Designed and created by www.lushai.com	    
   
[Table of Contents]

1. Master reset
2. Typography
3. Grid Layout
4. Navigation
5. Forms
6. Form Validation
7. Footer
8. Sub headings, sub lists, Supplier lists, project lists


[Colours]

Dark Blue (Primary headings h2, h3) #1C3C4A
Dark Green (Secondary headings h4) #324A15
Dark grey (Body text) #222
Link Blue (Links) #2f667d
Link Light Blue (Rollover) #219de3

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



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

1.Master Reset 

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

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

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

2. Typography 

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

/* Type is set to an 18px baseline grid */ 
	
body { 
	font-family:"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #4e2711;
	line-height:1.4em;
	background-color: #fdfcfb;
}

h1 {
	display: block;
	width: 195px;
	height: 61px;
	position: absolute;
	left: 20px;
	top: 0px;
	}

h1 a{
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	width: 195px;
	height: 61px;
}

h1 a:hover{
	background-position: left bottom;
}

/* Headings */

h2, h3, h3 a, h4, h5, h6 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#691d03;
}

h2 { 
  font-size: 48px;
  font-weight: bold; 
  line-height: 48px;
  margin-bottom: 18px; 
}

h3 { 
  font-size: 24px; 
  line-height: 28px; 
  margin-bottom: 18px;
}

h4 { 
  font-size: 18px; 
  line-height: 24px;
  margin-bottom: 18px; 
}

p {
  font-size: 13px; 
  line-height: 18px; 
  	margin-bottom: 14px;;
	margin-left: 0;
}

hr {
	background-color: transparent;
	background-image: url(img/divider.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 0px none;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

li {
	margin-bottom: 0.15em;
	margin-left: 0;
}

a {
	color:#191e2e;
	text-decoration:none;
	-moz-outline: none;
}

a:focus, a:hover {
	color:#191e2e;
	text-decoration: none;
	border-bottom: 1px dashed #191e2e;
	}

.entry a, .portfolio-item a {
	background-color: #f2f1ec;
	color:#191e2e;
	text-decoration:none;
	-moz-outline: none;
	padding: 0px 3px 0px 3px;
	border-bottom: 1px solid #dbd9cd;
}

.entry a:hover, .portfolio-item a:hover {
	background-color: #191e2e;
	color:#ebeae3;
	text-decoration:none;
	-moz-outline: none;
}

.taglist a {
	background-color: transparent;
	font-style: italic;
	border-bottom: none;
} 

/* Anti hover! */

h1 a:hover, #navcontainer li a:hover, panel, #panel_nav ul li a:hover, #panel_nav ul li a:focus, .portfolio-item a.visit  {
	border-bottom: none; 
}

/* Block quotes */

blockquote p {
	font-family:Baskerville, Palatino, Georgia, "Times New Roman", Times, sans-serif;
	color: #4e2711;
	font-size: 18px;
	font-weight: lighter;
	line-height: 24px;
	padding: 9px 10px 9px 10px;
	margin-top: 18px;
	margin-bottom: 18px;	
	border-top: dotted 1px #e5d1bd;
	border-bottom: dotted 1px #e5d1bd;
	display: block;
}

blockquote.front-intro p {
	font-family:Baskerville, Palatino, Georgia, "Times New Roman", Times, sans-serif;
	color: #4e2711;
	font-size: 32px;
	line-height: 38px;
	text-align: center;
	padding: 9px 10px 9px 10px;
	margin-top: 24px;
	margin-bottom: 36px;	
	border-top: dotted 1px #e5d1bd;
	border-bottom: dotted 1px #e5d1bd;
}

blockquote.lg p {
	font-family:Baskerville, Palatino, Georgia, "Times New Roman", Times, sans-serif;
	font-size: 32px;
	line-height: 38px;
	padding: 9px 10px 9px 10px;
	margin-top: 18px;
	margin-bottom: 36px;	
	border-top: dotted 1px #e5d1bd;
	border-bottom: dotted 1px #e5d1bd;
}

blockquote.lg {
	font-family:Baskerville, Palatino, Georgia, "Times New Roman", Times, sans-serif;
	font-size: 32px;
	line-height: 38px;
	padding: 9px 10px 9px 10px;
	margin-top: 18px;
	margin-bottom: 36px;	
	border-top: dotted 1px #e5d1bd;
	border-bottom: dotted 1px #e5d1bd;
}



strong {
	font-weight:bold;
	}
	
em, dfn {font-style:italic;}

ul {
	margin: 0px;
	padding: 0px;	
	}


body ul li {
	margin-left: 20px;
	list-style-type: none;
	list-style-image: url(img/bullet.png);
}

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

3. Grid Layout

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

.container {
	width:960px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#page {
	width: 960px;
	padding: 0px;
	margin: 0px;
	border: solid 1px aqua;
}

#header {
	background-image: url(img/header-bar.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 124px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
}

.col1, .col2, .col3, div.col1, div.col2, div.col3 {
	float:left;
	margin-right: 20px;
}

.col1 {
	width: 300px;
}

.col2 {
	width: 620px;
}

.col3 {
	width: 960px;
}

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

.col6 {
	width: 500px;
	float: left;
}

.first {
	margin-left:0px;
}

.last {
	margin-right:0px;
}

.floatright { 
	float: right; 
}

.floatleft { 
	float: left; 
}

.clearfix:after, .container:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix, .container {
	display:inline-block;
}

* html .clearfix, * html .container {
	height:1%;
}

.clearfix, .container {
	display:block;
}

.clear {
	clear:both;
}


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

4. Navigation

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

/* ----- Nav states -----*/

#navcontainer ul
{
	display: block;
	list-style: none outside;
	padding: 0;
	margin: 0 0 0 10px;
	font-family: Verdana, sans-serif;
	font-size: x-small;
	position: absolute;
	left: 210px;
	top:0px;
}

#navcontainer li
{
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	position: relative;
}

#navlist li a:active {
        border: none;	
}

/* About */

#navlist li.about a {
	background-image: url(img/about.png);
	height: 66px;
	width: 111px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}

#navlist li.about a:hover {
	background-image: url(img/about.png);
	background-repeat: no-repeat;
	background-position: 0px -66px;
	background-color: transparent;
	height: 66px;
	width: 111px;
	display: block;
}

#navlist li.about a.active {
	background-image: url(img/about.png);
	background-repeat: no-repeat;
	background-position: 0px -132px;
	background-color: transparent;
	height: 66px;
	width: 111px;
	display: block;
}

/* Designs */

#navlist li.designs a {
	background-image: url(img/designs.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 66px;
	width: 123px;
	display: block;
	margin-right: 30px;
}

#navlist li.designs a:hover {
	background-image: url(img/designs.png);
	background-repeat: no-repeat;
	background-position: 0px -66px;
	background-color: transparent;
	height: 66px;
	width: 123px;
	display: block;
}

#navlist li.designs a.active {
	background-image: url(img/designs.png);
	background-repeat: no-repeat;
	background-position: 0px -132px;
	background-color: transparent;
	height: 66px;
	width: 123px;
	display: block;
}

/* Notebook */

#navlist li.notebook a {
	background-image: url(img/notebook.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 66px;
	width: 141px;
	display: block;
	text-indent: -9999px;
	margin-right: 30px;
}

#navlist li.notebook a:hover {
	background-image: url(img/notebook.png);
	background-repeat: no-repeat;
	background-position: 0px -66px;
	background-color: transparent;
	height: 66px;
	width: 141px;
	display: block;
}

#navlist li.notebook a.active {
	background-image: url(img/notebook.png);
	height: 66px;
	width: 141px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -132px;
	background-color: transparent;
}

/* Contact */

#navlist li.contact a {
	background-image: url(img/contact.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: "Georgia", times, serif;
	font-size: 12px;
	color: #8d7243;
	height: 46px;
	width: 123px;
	display: block;
	padding-top: 22px;
	padding-left: 130px;
}

#navlist li.contact a:hover {
	background-image: url(img/contact.png);
	background-repeat: no-repeat;
	background-position: 0px -66px;
	background-color: transparent;
}

#navlist li.contact a.active {
	background-image: url(img/contact.png);
	background-repeat: no-repeat;
	background-position: 0px -132px;
	background-color: transparent;
	color: #691d03;
}

#navlist li.contact a em {
	text-indent: -9999px;
}


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

5. Forms

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


/* Contact form */

.wpcf7-validates-as-required {
	font-size: 14px;
	padding: 5px;
	width: 300px;
}

#your-message {
	width: 500px;
}

#captcha {
	width: 100px;
}

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

6. Form Validation

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

input.required, textarea.required {
	
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #2f667d;
	color : #2f667d;
}

input.validation-passed, textarea.validation-passed {

}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #2f667d;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

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

7. Footer

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

#footer {
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	min-height: 80px;
	display: block;
	margin-top: 40px;
	padding: 40px 20px 40px 20px;
	border-bottom: solid 1px #691d03;
	margin-bottom: 20px;
}

#footer ul {
	margin-top: 20px;
}

#footer ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	margin-left: 0px;
}

#footer .underline {
	border-bottom: dotted 1px #f0efe6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}


#footer .rss {
	background-image: url(img/rss.png);
	background-repeat: no-repeat;
	padding-left: 30px;
}

/* People we work with */

#footer .i8, #footer .kq, #footer .px, #footer .trinkit, #footer .cb, #footer .gs {
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-bottom: 10px;
	padding-top: 5px;
	display: block;
}

#footer a.rss:hover,  #footer a.i8:hover, #footer a.kq:hover, #footer a.px:hover, #footer a.trinkit:hover, #footer a.cb:hover, #footer a.gs:hover {
	color: #691d03;
	border: none;
}

#footer .i8 {
	background-image: url(img/logo-i8.png);
}

#footer .kq {
	background-image: url(img/logo-kq.png);
}

#footer .px {
	background-image: url(img/logo-px.png);
}

#footer .trinkit {
	background-image: url(img/logo-trinkit.png);
}

#footer .cb {
	background-image: url(img/logo-cb.png);
}

#footer .gs {
	background-image: url(img/logo-gs.png);
}

/* Social networks */

a.tweet, a.flickr, a.delicious, a.posterous, a.tumblr, a.linkdin {
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-bottom: 10px;
	padding-top: 5px;
	display: block;
}

a.tweet:hover, a.flickr:hover, a.delicious:hover, a.posterous:hover, a.tumblr:hover, a.linkdin:hover {
	color: #691d03;
	border: none;
}

a.tweet {
	background-image: url(img/twitter.png);
}

a.flickr {
	background-image: url(img/flickr.png);
}

a.delicious {
	background-image: url(img/delicious.png);
}

a.posterous {
	background-image: url(img/posterous.png);
}

a.tumblr {
	background-image: url(img/tumblr.png);
}

a.linkdin {
	background-image: url(img/linkdin.png);
}

a.download {
	background-color: #ebeae3;
	display: block;
	padding: 5px 5px 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Wordpress */

a.wp {
	background-image: url(img/wordpress.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 35px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

a.wp:hover, a.wp:active {
	background-position: center bottom;
	border-bottom: none;
	}

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

8. Misc

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

.contact_details ul {
	padding: 0px;
	margin: 0px;
}

.contact_details li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}

hr.recent_work {
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(img/hr_recent_work.png);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	width: 900px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.portfolio-item img {
	padding: 1px;
	border: solid 6px #ebeae3; 	
}

.portfolio-item a.visit {
	background-color: #ebeae3;
	display: block;
	padding: 5px 5px 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 10px;
}

.portfolio-item a:hover.visit  {
	color: #fff;
	background-color:#191e2e;
}

/* ----- Pads and margins -----*/

.pad-bottom {
	padding-bottom: 20px;
}

.pad-top {
	padding-top: 20px;
}

.pad-top-mid {
	padding-top: 40px;
}

.pad-top-lg {
	padding-top: 60px;
}

.pad-top-sm {
	padding-top: 10px;
}


/* About sidebar */

.sidebar-about {
	background-image: url(img/sidebar.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 20px;
	margin-right: -20px;
	padding: 40px 20px 20px 20px;
	width: 280px;
	float: left;
}



/* Sidebar */

#sidebar {
	background-image: url(img/sidebar.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: -20px;
	margin-left: 20px;
	padding: 40px 20px 20px 20px;
}

#sidebar h2 {
	font-size: 18px;
	font-weight: lighter; 
  	line-height: 24px;
  	margin-bottom: 18px; 
}

#sidebar li {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
}

#sidebar ul li ul {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/* Blog post styles */

.post-header {
	padding-bottom: 10px;
	display: block;
	
}

.date {
	font-family: Georgia, times new roman, serif;
	font-size: 12px;
	font-style: italic;
	color: #c3c2b8;
}

.comments {
	font-size: 12px;
	font-family: Georgia, times new roman, serif;
	font-style: italic;
	background-color: #dbd9cd;
	display: block;
	width:620px;
	padding: 5px 5px 5px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.entry ul.comments li {
	list-style-type: none;
	list-style-image: none;
	margin-left: 20px;
	padding-left: 0px;
}

.comments a {
	background-color: #dbd9cd;
}

.divider {
	background-image: url(img/divider.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.entry img.photo {
	border: solid 6px #ebeae3;
	float: left;
	margin-top: 20px;
}

.entry ul li {
	margin-left: 40px;
}

.entry ol li {
	margin-left: 40px;
}




/* Blog comments */

#comment {
	width: 620px;
}

.commentlist li { 
	list-style: none;
}

.comment-entry {
	border-bottom: dotted 1px #e5d1bd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.comment-entry h4 {
	margin-bottom: 0px;
}

input#author, input#email, input#url   {
	font-size: 14px;
	padding: 5px;
	width: 300px;
}

.avatar {
	border: solid 6px #ebeae3;
	float: left;
}


/* Additonal */

.client-love h3 {
	padding-bottom: 5px;
}

.client-love h4 {
	background-image: url(img/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family:Baskerville, Palatino, Georgia, "Times New Roman", Times, sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-style: italic;
	padding: 20px 0px 0px 20px;
}

.client-love p em {
	font-size: 14px;
	font-style: normal;
}

.about-img {
	display: block;
	float: right;
	width: 180px;
	height: 220px;
	margin-right: 20px;
}

.header-img {
	border: 10px solid #f2f1e9;
}

ul.portfolio-list li {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
}

ul.portfolio-list li.col3 {
	background-image:url(img/divider.png);
	background-repeat: repeat-x;
	background-position: bottom;	
	display: block;
	margin-left: 0px;
	margin-bottom: 60px;
	padding-bottom: 40px;
}

ul.portfolio-list li.col1 {
	margin-top: 10px;
}


body .twitter li.twitter-item {
	list-style-type: none;
}


/* Panel nav */	

.panel_container {
	height: 407px;
	width: 960px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	}

#slider {
	width: 960px;
	padding-bottom: 20px;
}

/* Hide that  slider panel */

#slider .scroll {
	overflow: hidden;
}

#panel {
	background-image: url(img/panel.png);
	background-position: center top;
	width: 960px;
	height: 300px;
	background-repeat: no-repeat;
	padding: 0px;
	position: relative;
}

.panel div.tab-content {
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	line-height: 18px;
	position: absolute;
	left: 20px;
	top: 20px;
	width: 260px;
}

.panel div.tab-content em {
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
}

.panel a {
	color: #fff;
	border-bottom: dashed 1px #fff;
}

.panel a:hover {
	color: #ccc;
	border-bottom: dashed 1px #ccc;
}

#panel_nav {
	background-image: url(img/panel-tabs.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	width: 960px;
	height: 86px;
	}

#panel_nav ul li{
	display: inline;
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px;
	}

#panel_nav ul li a {
	font-weight: bold;
	color:#691d03;
	background-color: transparent;
	background-image: url(img/panel-dotline.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 20px 10px 0px 10px; 
	height: 66px;
	width: 172px;
	display: block;
	cursor: hand;
	}

#panel_nav ul li a em {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	display: block;
	padding: 5px 0px 0px 0px;
}	
	
#panel_nav ul li a.last {
	background-image: none;
	}

#panel_nav ul li a.on{
	background-image: url(img/panel-tab-on.png);
	background-repeat: no-repeat;
	background-position: top right;
	color: #191e2e;
	display: block;
	height: 65px;
	}	

#panel_nav ul li a:hover {
	background-color: transparent;
	color: #191e2e;
	}	




/*

Thats all folks. Last one out turns out the lights


*/
	


