/*
Theme Name: Green Label
Theme URI: http://www.greenlabeldesign.com.au/
Description: Green Label Website Design
Author: Nicki Mckay
Author URI: http://nickimckay.com
version: 0.1
Tags: two-column
*/




/* basics */

*{margin:0; padding:0;}

html{
	
	color:#edf3e8;
	font-family: "lucida grande", verdana,tahoma,arial,sans-serif;
	font-size:12px; 
	/*background:url('images/straight-lines.jpg') repeat-x #362f2d;*/
	
	background:url('images/straight-lines.jpg') repeat-x #2a2423;
}

body {
	}

	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-weight:normal; margin-bottom:5px;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

/*fonts*/
@font-face {
    font-family: 'ChampagneLimousinesRegular';
    src: url('fonts/champagne_limousines-webfont.eot');
    src: url('fonts/champagne_limousines-webfont.eot?iefix') format('eot'),
         url('fonts/champagne_limousines-webfont.woff') format('woff'),
         url('fonts/champagne_limousines-webfont.ttf') format('truetype'),
         url('fonts/champagne_limousines-webfont.svg#webfontmxBYHWRu') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* links */

img a{
	border:none;
}
a{
	color:#a6ce89;
}

#home-footer ul{
	margin-left:10px;
}
#home-footer li{
	/*list-style-image:url("images/bullet.gif");
	margin-left:20px;*/
	list-style-type:none;
}

.credits{
	margin-top:20px;
}

.news img{
	margin:0; padding:0;
}

#home-footer .news{
	margin-bottom:10px;
	padding-bottom:10px;
	background:url('images/darker-underline.jpg') repeat-x bottom;
	padding-left:90px;
}

#page-content h2.restrict{
	width:300px;	
}
.contact-bits {
	float:left;
	width:450px;
}
.top-section{
	width:960px;
	padding-bottom:20px;
	margin-bottom:20px;
	background:url('images/underline.jpg') repeat-x bottom;
	overflow: hidden;
}
.bottom-section{
	width:960px;
	padding-top:20px;
	margin-top:20px;
	margin-bottom:40px;
	background:url('images/underline.jpg') repeat-x top;
}

#page-content p a {
	color:#a6ce89;
	background-color:#362f2d;
	text-decoration:none;
}

#page-content p a:hover{
	color:#362f2d;
	background-color:#a6ce89;

}

#page-content a.more-link{
	color:#362f2d;
	text-decoration:none;
	background-color:#a6ce89;
	text-transform:uppercase;
	padding:0 3px;
	margin-bottom:10px;
	float:right;

}

#page-content a.more-link:hover{
	color:#a6ce89;
	background-color:#362f2d;
}


#content p a, .mid-section a, a.more-link{
	color:#362f2d;
	text-decoration:none;
	background-color:#a6ce89;
	text-transform:uppercase;
	padding:0 5px;


	}
a.more-link{	

		margin-left:10px;
}

.contact-icon {
	width:30px;
	float:left;
}

.contact-detail{
	float:left;
	width:200px;
	padding-left:20px;
	padding-top:5px;
}	
.contact-section{
	width:260px;
}	
#content a img{
	background:none;
	border:none;
}	
	a.more-link{
		font-size:10px;
	}

#page-content p{
	margin-bottom:10px;
}
#content a:hover, .mid-section a:hover, #home-footer p a:hover, a.more-link:hover{
	background-color:#798971;
	color:#edf3e8;
	text-decoration:none;
}

.right-align{
	text-align:right;
}

/* container */
#content-wrapper{
	background-color:#362f2d;
	width:100%;
		overflow:hidden;
}
#container {
	width:1000px;
	margin:0 auto;
	overflow:hidden;

	}
	
/* header */

#header {
	width:1000px;
	margin:auto;
	height:180px;
	background:url('images/header.png') no-repeat;
	margin-bottom:10px;
	position:relative;
	}
#clouds {position:absolute; width:1000px; height:105px;}	
#cloud-1 {float:left;} 
#cloud-2 {float:left; margin-left:200px;} 
#cloud-3 {float:right;} 

#header h1{
	float:right;
	padding: 7px 75px 0px 0px;
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */



.mid-section a{
	text-transform:lowercase;
	background:none;
	color:#fff;
	font-style:italic;
	padding:0; margin:0;
}

ul.menu  {
	padding:119px 0 0 0;
	margin:0;
}

ul.menu li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

.menu li a {
	width:111px;
	padding:15px 0;
	text-align:center;
	text-decoration:none;
	background:url('images/menu-item.gif') no-repeat;
	margin: 0;
	color: #fff;
	display:block;
	text-transform:uppercase;
}

.menu ul li a:hover {
	color:#362F2D;
}



/* content */
#show {
	margin-bottom:20px;
}

#content {
	float:left;
	width:675px;
	overflow: hidden;
	padding-bottom:20px;
	}
	

.promo{
	background:url('images/promo-bottom.jpg') no-repeat #798971 bottom ;
	width:215px;
	float:left;
	margin-right:10px;
	height:250px;
	overflow:hidden;
	
}
.promo p{
	margin: 10px;
}
.promo p.mini-moe{
	margin:0 10px;
}

.promo h2{
	font-family:'ChampagneLimousinesRegular', Helvetica, sans-serif;
	background:url('images/promo-top.jpg') no-repeat;
	padding:10px 10px 0 10px;
	font-size:32px;
	font-weight:normal;
}
.promo h3{
	font-size:46px;
	color:#a6ce89;
	font-weight:normal;
	text-align:right;
	margin:0 10px;
}
.promo h4{
	width:20px;
	position:absolute;
	font-weight:normal;
	margin-left:10px;
	margin-top:10px;
}


	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/*mid-section*/
.mid-section p{
	margin-bottom:15px;
	font-size:12px;
}
.mid-section h2{
	margin-bottom:10px;
	font-weight:normal;
	color:#A6CE89;
	font-size:22px;
	font-family:'ChampagneLimousinesRegular', Helvetica, sans-serif;
}








/* comments */

#commentform{

	margin:0;
	padding:0;
	}
	
#commentform p{
	
	}
	
#commentform a{ text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	margin:0;
	padding:0;
	}
	
#comment{
	width:400px;;
	
	}

#respond h3{
	
}

#author, #email, #url, #comment, #submit{
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	width:400px;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	margin-bottom:20px;
	background:url('images/underline.jpg') repeat-x bottom;
	}

ol.commentlist li.alt {}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {}
	
/* misc */

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
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
	color:#2a2423;
}


.clear{
	clear:both;
}

/* footer */
#home-footer{
	clear:both;
	background: url('images/drop-shadow.jpg') repeat-x #2a2423;
	width:100%;
	padding:20px 0;
}

#home-footer li a{
	text-decoration:none;
}
#home-footer li a:hover{
	background:#A6CE89;
	color:#2A2423;
}

#home-footer h3{
	background:#362f2d;
	padding:3px 5px;
	margin-bottom:10px;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
}
#home-footer p{
	margin-bottom:10px;
}

.mini-me{
	font-size:10px;
	font-style:italic;
}

#home-footer dd{
	margin-left:55px;
}
#home-footer dl{
	margin-bottom:20px;
}
#home-footer .icon{
	margin-left:0px;
}
#home-footer .twitter{
	margin-left:55px;
}

.mini-moe {
	font-size:10px;
	color:#a6ce89;
}

#home-footer .mini-moe{
	color:#EDF3E8;
	margin-left:20px;
}
p.right{
	text-align:right;
	
}

.mid-section .news{
	padding-top:10px;
	height:100px;
	overflow:hidden;
	background:url('images/underline.jpg') repeat-x top;
}

#home-footer h4 a, .mid-section .news h4 a{
	color:#a6ce89;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	background:none;
	padding:0; margin:0;
}
 .mid-section .news h4 a{
	color:#A6CE89;
	text-transform:none;
	font-weight:normal;
	letter-spacing:1px;
}

#page-content h3{
	margin-bottom:10px;
	color:#A6CE89;
}

.halves{
	width:440px;
	float:left;
	padding:0 20px;
}
.halves h2{
	font-size:26px;
	font-family:'ChampagneLimousinesRegular', Helvetica, sans-serif;
}
.quarters {
	width:220px;
	float:left;
	padding:0 10px;
}

#content h2{
	color:#A6CE89;
	font-size:24px;
	font-weight:normal;
	padding:20px 0;
	font-family:'ChampagneLimousinesRegular', Helvetica, sans-serif;
}

#content h3{
	font-size:16px;
	padding-bottom:20px;
}
#content p{
	padding-bottom:10px;
}

#content ul{
	margin-left:20px;
	padding-bottom:20px;
}
#content ul ul {
	margin-left:20px;
	padding-bottom:0;
}

#content li a{
	text-decoration:none;
}
.feature{
	width:276px;
	float:left;
	margin-right:20px;
	padding:10px 20px 10px 10px;
	background:#2c2625;
	height:120px;
	overflow:hidden;
}
 .no-margin-right{
	margin-right:0;
}
.top-section .feature{
	
}

.feature h2{
	font-weight:normal;
	font-size:24px;
	color:#A6CE89;
	text-shadow: 0px -1px 0px #64735d;
	filter:dropshadow(color=#64735d,offX=0,offY=1);
	font-family:'ChampagneLimousinesRegular', Helvetica, sans-serif;
	margin-left:20px;
}
.feature p{
	padding-top:10px;
}

.feature h2 a{
	text-decoration:none;
}

.mid-section .news p{
	font-size:12px;
}

.push-down{
	padding-top:40px;
}

.mid-section .news-text{
	width:210px;
	float:left;
}
.mid-section .news-image{
	float:left;
	width:80px;
	
}
.mid-section .column-thirds{
	width:290px;
	margin:0 40px 0 0;
}

#home-footer h4 a:hover, .mid-section .news h4 a:hover{
	color:#362f2d;
	background:#a6ce89;
}

#page-footer{
	background: url('images/drop-shadow.jpg') repeat-x #2a2423;
}
#footer-wrapper{
	width:1000px;
	margin:auto;
	clear:both;
}

#footer {
	clear: both;
	width:1000px;
	margin:auto;
	padding-bottom:20px;
	}
	
#footer p{padding-top:20px;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}


.column-thirds{
	width:310px;
	float:left;
	margin-left:12px;
}
/****SUB PAGE STYLES ***/

#commentluv{
	margin-top:20px;
}
#commentluv a{
	border:none;
}

#commentluv img{
	padding-top:5px;
}
#page-content{
	width:665px;
	float:left;
	padding-bottom:20px;
	position:relative;
}

#page-content h2{
	margin-bottom:10px;
	font-weight:normal;
	color:#A6CE89;
	font-size:25px;	
	width:600px;
	display:block;
	font-family:'ChampagneLimousinesRegular', Helvetica, sans-serif;
}
#page-content #screenshots ul.projects-list{
	margin:0;
	padding:0;

}

.wp-caption-text{
	
}

#templates {
	background:url('images/underline.jpg') repeat-x bottom;
	padding-bottom:20px;
	margin-bottom:20px;
}

#screenshots .project-text{
	float:left;
	width:380px;
}
#screenshots h3{
	color:#A6CE89;
	font-weight:normal;
	size:18px;
}
#screenshots a{
	text-decoration:none;
}
#screenshots a img, #templates a img{
	border:3px solid #798971;
	padding:0; margin:0 10px 10px 0;
}
#screenshots a img:hover, #templates a img:hover{
	border:3px solid #A6CE89;
}
#screenshots ul.project-list li{
	background:url('images/underline.jpg') repeat-x bottom;
	list-style-type:none; 
	padding:20px 0;
}
#screenshots ul.project-list li ul{
	margin:0 0 10px 20px; padding:0;
}
#screenshots ul.project-list ul li{
	background:none;
	list-style-type:circle; 
	margin:0; padding:0 10px;
}

.post h3 a{
	font-weight:normal;
	text-decoration:none;
}
#post h3{
	color:#A6CE89;
	font-size:12px;
	font-weight:normal;
}
#post ol{
	margin:20px;
}

.post h3 a:hover{
	color:#362F2D;
	background-color:#A6CE89;
}

#post {
	margin-bottom:20px;
	padding-bottom:10px;
	background:url('images/underline.jpg') repeat-x bottom;
}
.post{
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px dotted #423a37;
}
.post-image{
	width:90px;
	float:left;
}
.post-text{
	width:550px;
	float:left;

}


.entry{
	margin:10px 0;
}

.post h3{
	font-size:16px;
}

#page-content ul{
	margin:0 20px 15px 20px;
}
#page-content li{
	padding-top:5px;
}
#page-content #post p{
	
}

ul.subnav li{
	background:url('images/underline.jpg') repeat-x bottom;
	list-style-type:none;
	padding:10px 10px 10px 0;
	
}
ul.subnav li a{
	text-decoration:none;
	padding:5px 0px 5px 30px;
	text-transform:uppercase;

}

ul.subnav li a:hover, ul.subnav li.current_page_item a{
	background:url('images/arrow.jpg') no-repeat left;
}
#sidebar ul.subnav{
	margin:0; padding:0;
}
ul.subnav-articles li a:hover{
	background-image:none;
	background-color:#A6CE89;
	color:#362F2D;
	
}

ul.subnav-articles li{
	background:url('images/underline.jpg') repeat-x bottom;
	list-style-type:none;
	padding:10px 10px 10px 10px;
	
}
.subnav-articles li a {
	text-transform:none;
	background:none;
	padding:0;
	color:#e0e6da;
	text-decoration:none;
}
#sidebar {
	width:295px;
	float:right;
}
#sidebar h3{
	color:#A6CE89;
	font-size:18px;
	margin-top:20px;
	font-family:'ChampagneLimousinesRegular', Helvetica, sans-serif;
	
}

/****SUBPROMO*****/
#subpromo {
	margin-bottom:20px;
	overflow:hidden;
}

#subpromoimage{
	width:675px;
	float:left;
	height:192px;
	overflow:hidden;
}

#subpromotext{
	float:left;
	width:280px;
	margin:0 0 0 30px;
	height:192px;
	overflow:hidden;
	background:url('images/underline.jpg') repeat-x bottom;
		
}
#subpromotext h2{
	margin-bottom:10px;
	font-weight:normal;
	color:#A6CE89;
	font-size:28px;
	font-family:'ChampagneLimousinesRegular', Helvetica, sans-serif;
}

#subpromotext p{
	font-size:14px;
}
.facebooklike{
	position:absolute;
	right:0;
	top:80px;
	text-align:right;
}

/*** SLIDESHOW  ****/
#slider{
	margin-bottom:20px;
	height:309px;
	overflow: hidden;
	

}
.slideshow-text{
	float:none;
	padding:20px;
	background-color:#000;
	margin-left:660px;
	width:250px;
	height:245px;
	margin-top:-300px;
	opacity: .7;
	-khtml-opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
	filter: alpha(opacity=70);					
	font-size:14px;
}

.mini-icon{
	float:right;
}

.slideshow-text h2{
	font-weight:normal;
	margin-bottom:10px;
	font-size:24px;
	font-family:'ChampagneLimousinesRegular', Helvetica, sans-serif;
}

.slideshow-text h2 a{
	color:#EDF3E8;
	text-decoration:none;

}


.slideshow-text p{
	margin-bottom:10px;
	color:#ffffff;
}
	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:960px;
	height:310px;
	overflow:hidden; 
	}
	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	}	
#nextBtn{ 
	left:696px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/btn_next.gif) no-repeat 0 0;	
	}
	
	
/*sifr styles*/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}	



/***********FORMS**************/
.linklove{
	visibility:hidden;
}

.cf_hidden{
	border:none;
}

.cform ol li{
	list-style-type:none;
}

.cform label{
	width:100px;
	display:block;
	float:left;
}

.cform .sendbutton{
	margin-left:100px;
	padding:5px 10px;
	border:none;
	color:#FFFFFF;
	background:#2A2423;
}

.failure, .success, .waiting {
	background-color:#A6CE89;
	color:#2A2423;
	padding:10px;	
}
.cform{
	margin-top:10px;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	margin: 0;
}

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(images/arrow.jpg) no-repeat;
	margin:0 0 2px 3px;
	width:25px;
	height:21px;
	border:none;
}

.captcha{
	margin-top:5px;
	float:left;
}

.cf_li_text_err{
	background-color:#A6CE89;
	color:#2A2423;
	margin:10px;
}

.cf_li_text_err ul{
	padding:0;margin:0;
}

.seccap {
	margin-top:10px;
}

#usermessagea a {
	color:#2A2423;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

.wpcf7 label{
	width:150px;
	margin-right:10px;
	text-align:right;
}
.wpcf7 p{
	overflow:hidden;
}
.wpcf7 .wpcf7-list-item{
	overflow:hidden;
	clear:both;
	width:200px;
	display:block;
	margin-left:160px;
}
.wpcf7 #sendbutton{
	margin-left:160px;
}

#page-content .portfolio ul.thumb {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

#page-content .portfolio .thumb li{
	width:215px;
	height:175px;
	overflow:hidden;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	position:relative;
	padding:0;
}
#page-content .portfolio .thumb h3 a{
	display:none;
}

/* ------------------------------------*/
/* << BEGIN COPY                       */
/* ------------------------------------*/

/* caption styling */

#page-content .caption-top, .caption-bottom {
	color: #fff;	
	padding: 1.2em;	
	font-weight: bold;
	font-size: 13px;	
	font-family: arial;	
	cursor: default;
	border: 0px solid #334143;
	background: #000000;
	/*text-shadow: 1px 1px 0 #202020;*/
	text-decoration:none;
}
#page-content .caption-bottom {
	text-transform:uppercase;
	text-decoration:none;
}
#page-content .caption-top {
   border-width: 0px 0px 8px 0px;
}
#page-content .caption-bottom {
   border-width: 8px 0px 0px 0px;
}
#page-content .caption a, #page-content .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
#page-content .caption a:hover,#page-content .caption a:hover {
	background: #202020;
	text-decoration:none;
}
#page-content .caption-wrapper {
	float: left;
}
br.c { clear: both; }
