/*
Theme Name: Greencrest
Description: Custom Wordpress theme for GREENCREST marketing
Author: Nathan Schivley


*/



/* Begin Typography & Colors */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
	background: transparent;
}


body {
	margin: 12px 0;
	background: #79c245 url(http://www.greencrest.com/images/body_bg.gif) repeat-x top;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}
	
h1, h2, h3, h4 {
	color: #6a2369;
	}
	
h2 {
	font-size: 22px;
	margin: 0 0 18px;
	line-height: 28px;
	}
	
h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 6px;
	}

h4 { font-size: 14px;
	font-weight: bold;
	}
	
p {
	margin: 0 0 18px 0;
	}
	
p.large {
	font-size: 14px;
	line-height: 21px;
	}
	
p.small {
	font-size: 11px;
	}
	
p.gray {
	color: #696969;
	}
	
p.gray a {
	color: #696969;
	}
	
p.gray a:hover {
	color: #000;
	}
	
strong { 
	font-weight: bold;
	color: #6a2369;
	}

em { 
	font-style: italic; 
	}
	
a { 
	text-decoration: none;
	color: #205cc9;
	}
	
a:hover {
	border-bottom: 2px solid;
	color: #000;
	}
	
ul {
	margin: 0 0 18px 15px;
	list-style-type: disc;
	}

ol {
	margin: 0 0 18px 20px;
	list-style-type: decimal;
	}
	
	
label {
	color: #696969;
	}



sup {
font-size: 10px;
vertical-align: top;
}


/* Containers ==============================================*/ 

div#canvas {
	width: 100%;
	margin: 0 auto;
	background: #fff url(../images/footer_bg.gif) no-repeat bottom;
	float: left;
	padding: 10px 0 10px 0;
	}
	
div#column2 {
	float: right;
	width: 420px;
	}



/* Brand/Navigation ========================================*/ 

div#brandnav {
	margin: 0 auto 10px auto;
	width: 830px;
	height: 71px;}

div#brandnav h1 a {
	width: 200px;
	height: 57px;
	margin: 7px 0 0 0;
	display: block;
	text-indent: -9999px;
	background: url(http://www.greencrest.com/images/gc_logo.gif) no-repeat;
	float: left;
	}
	
div#brandnav h1 a:hover {
	border: none;
	}
	
ul#nav_menu1, ul#nav_menu2 {
	width: 200px;
	height: 71px;
	margin: 0;
	list-style-type: none;
	}
	
ul#nav_menu1 {
	float: left;
	margin: 0 0 0 220px;
	}
	
ul#nav_menu2 {
	float: right;
	}
	
ul#nav_menu1 li a, ul#nav_menu2 a {
	width: 200px;
	height: 23px;
	margin: 0 0 1px 0;
	display: block;
	text-indent: -9999px;
	}
	
ul#nav_menu1 li a:hover, ul#nav_menu2 a:hover {
	border: none;
	}
	
li#nav_agency a { background: url(http://www.greencrest.com/images/nav.gif) no-repeat; }
li#nav_agency a:hover, body#agency li#nav_agency a { background: url(http://www.greencrest.com/images/nav.gif) no-repeat 0 -71px; }

li#nav_services a { background: url(http://www.greencrest.com/images/nav.gif) no-repeat 0 -24px; }
li#nav_services a:hover, body#services li#nav_services a  { background: url(http://www.greencrest.com/images/nav.gif) no-repeat 0 -95px; }

li#nav_work a { background: url(http://www.greencrest.com/images/nav.gif) no-repeat 0 -48px; }
li#nav_work a:hover, body#work li#nav_work a, body#work_main li#nav_work a { background: url(http://www.greencrest.com/images/nav.gif) no-repeat -0 -119px; }

li#nav_news a { background: url(http://www.greencrest.com/images/nav.gif) no-repeat -210px 0; }
li#nav_news a:hover, body#news li#nav_news a { background: url(http://www.greencrest.com/images/nav.gif) no-repeat -210px -71px; }

li#nav_articles a { background: url(http://www.greencrest.com/images/nav.gif) no-repeat -210px -24px; }
li#nav_articles a:hover, body#article li#nav_articles a { background: url(http://www.greencrest.com/images/nav.gif) no-repeat -210px -95px; }

li#nav_contactus a { background: url(http://www.greencrest.com/images/nav.gif) no-repeat -210px -48px; }
li#nav_contactus a:hover, body#contactus li#nav_contactus a { background: url(http://www.greencrest.com/images/nav.gif) no-repeat -210px -119px; }
	

div#message {
	height: 145px;
	clear: both;
	border-top: 1px solid #79c245;
	border-bottom: 1px solid #79c245;
	text-indent: -9999px;
	width: 830px;
	margin: 0 auto;
	}
	
#article div#message { background: url(http://www.greencrest.com/images/msg_marketingprose.gif) no-repeat; }


/* Content =================================================*/ 

div#content {
	width: 830px;
	margin: 0 auto 0 auto;
	}
	
div#column1 {
	width: 390px;
	padding: 12px 10px;
	float: left;
	border-top: 5px solid #79c245;
	}

div.livinghope {
	margin: 1px 0 18px 10px;
	border-top: 4px solid #6a2369;
	width: 190px;
	float: left;
	color: #696969;
	font-size: 11px;
padding: 15px 5px 0 5px;
}

div.livinghope p {
margin: 10px 0 0 0;
}




/* Recent News ============================================*/ 

.widget {
	margin: 1px 0 18px 0px;
	width: 200px;
	float: left;
	}
	
.widget h3 {
	width: 200px;
	height: 13px;
	text-indent: -9999px;
	margin: 15px 0 10px 0;
	}
	
.widget p {
	margin: 0 5px;
	}
	
.widget ul {
	list-style-type: none;
	border-top: 1px solid #e9e9e9;
	margin: 0;
	}
	
.widget ul li {
	border-bottom: 1px solid #e9e9e9;
	}
	
.widget li a {
	display: block;
	padding: 5px;
	}
	
.widget li a:hover, .widget li a.selected {
	border: none;
	background: #f5f5f5;
	color: #000;}
	
.widget li .date {
	color: #696969;
	font-size: 11px;
	}

p.newsdate {
	font-family: Georgia, serif;
	font-style: italic;
	color: #696969;
	}

/* Recent Articles ============================================*/ 

#sidebar {
	margin: 1px 0 18px 10px;
	border-top: 4px solid #6a2369;
	width: 200px;
	float: left;
	}

#sidebar ul {
     margin:0px !important;
}

#sidebar li {
        list-style:none;
}
	
#sidebar h2 {
	width: 200px;
	height: 13px;
        font-size:18px;
        text-transform:lowercase;
        padding-bottom:5px;
	margin: 15px 0 10px 0;
	}
	
#sidebar p {
	margin: 0 5px;
	}

#sidebar .widget {
       float:left;
}

/* Article =================================================*/

div#column_article, #archives_column {
	width: 610px;
	padding: 10px 0 10px 10px;
	float: left;
	border-top: 5px solid #79c245;
	}
	
div#column_article p {
	padding: 0 220px 0 0;	
	margin: 0 0 21px 0;
	}

#column_article .category-greencrest-news p, #column_article .category-press-releases p {
        padding:0 20px 0 0;
}

div#column_article div.intro p {
	font-size: 14px;
	padding: 0;
	color: #696969;
	line-height: 21px;
	}
	
div#column_article h2 {
	margin: 10px 0 10px 0;
	}

div#column_article ul, div#column_article ol {
	padding: 0 210px 0 0;
	}

div#column_article img {
	margin: 0 0 20px 0;
	}
	
div#column_article .call_out_box { 
	float: right;
	width: 200px;
	padding: 0;
	color: #79c245;
	font-size: 16px;
	line-height: 21px;
	font-family: Georgia, serif;
	font-style: italic;
	clear: right;
	}

div#column_article .call_out_box p {
	padding: 0;
	}

.call_out_box ul {
        width:180px;
}

.call_out_box ul li {
        padding:3px 0px;
}

p.article_date {
	font-family: Georgia, serif;
	font-style: italic;
	color: #696969;
	float: right;
	}

div#column_article ul.allarticles {
	list-style-type: none;
	margin: 0;
	border-top: 1px solid #e9e9e9;
	float: left;
	width: 600px;
	padding: 0;
	}

	
ul.allarticles li {
	border-bottom: 1px solid #e9e9e9;
	float: left;
	width: 580px;
	padding: 10px;
	}

ul.allarticles li:hover {
	background: #f5f5f5;
	}
	
ul.allarticles li a {
	width: 580px;
	}

ul.allarticles li h3 {
	font-weight: normal;
	color: #205cc9;
	}
	
ul.allarticles li a:hover {
	border: none;
	}
	
ul.allarticles li .date {
	color: #696969;
	font-size: 11px;
	}

div#column_article ul.allarticles img {
	float: left;
	margin: 0 10px 0 0;
	}

div#column_article p.large {
	padding: 0;
	}

div#column_article ul.allarticles li p {
	color: #696969;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	}
	
div#subscribe {
	margin: 1px 0 18px 10px;
	border-top: 4px solid #6a2369;
	width: 200px;
	float: left;
	}
	
div#subscribe h3 {
	width: 200px;
	height: 13px;
	text-indent: -9999px;
	background: url(http://www.greencrest.com/images/hd_subscribe.gif) no-repeat;
	margin: 15px 0 10px 0;
	}

div#subscribe form, div#subscribe p {
	padding: 0 0 0 6px;
	}

div#subscribe form {
	margin: 0 0 18px 0;
	}

p.rssfeed a {
	background: url(http://www.greencrest.com/images/feed_icon.gif) no-repeat left;
	font-size: 14px;
	padding: 0 0 0 20px;
	}

p.rssfeed a:hover {
	border: none;
	}
	
	
	
	/* Footer =================================================*/ 

div#footer {
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 10px 0 0 0;
	font-size: 11px;
	clear: both;
	border-top: 2px solid #fff;
	}
	
ul#footer_nav {
	width: 830px;
	margin: 0 auto;
	clear: both;
	border-top: 1px solid #a6da80;
	padding: 5px 0;
	}

body#home ul#footer_nav {
	border-top: none;
	padding-top: 0;
	}
	
ul#footer_nav li {
	float: left;
	list-style-type: none;
	background: url(http://www.greencrest.com/images/bullet.gif) no-repeat left; 
	padding: 0 5px 0 10px;
	}
	
ul#footer_nav li.first {
	background: none;
	padding-left: 0;
	}
	
ul#footer_nav li.login {
	float: right;
	padding: 0;
	list-style-type: none;
	background: none;
	}
	
ul#footer_nav li.login a {
	width: 95px;
	height: 23px;
	text-indent: -9999px;
	display: block;
	background: url(http://www.greencrest.com/images/client_login.gif) no-repeat;
	}
	
ul#footer_nav li.login a:hover {
	background: url(http://www.greencrest.com/images/client_login.gif) no-repeat 0 -23px;
	border: none;
	}
	
ul#footer_nav li a {
	color: #fff;
	}
	
ul#footer_nav li a:hover {
	color: #000;
	}
	
ul#footer_nav li a.gray {
	color: #c1e7a6;
	}
	
ul#footer_nav li a.gray:hover { 
	color: #000;
	}
	
div#footer p {
	margin: 10px auto 0 auto;
	color: #a6da80;
	clear: both;
	width: 830px;
	}

div#footer p.small {
	width: 100%;
	}

div#footer_wrap {
	width: 830px;
	margin: 0 auto;
	}
	
	
	div#footer #social_icons {
        height:40px;
        width:830px;
        margin:5px auto;
}
div#footer #social_icons p {
       padding:0px !important;
       margin:0px !important;
       float:left;
       color:white;
}

#twitter, #facebook, #linked_in {
      float:left;
      height:34px;
      margin-right:6px;
}

#twitter a {
      display:block;
      height:20px;
      padding:10px 0 0 40px;     
      float:left;
      width:34px;
      color:white;
      text-decoration:none;
}

#facebook a {
      display:block;
      height:20px;
      padding:10px 0 0 40px;
      float:left;   
      width:51px;
      color:white;
      text-decoration:none;   
}

#linked_in a {
      display:block;
      height:20px;
      padding:10px 0 0 40px;    
     float:left;  
      color:white;
      text-decoration:none;
}

#social_icons a:hover {text-decoration:underline !important; border:none !important;}

#twitter {background:url(http://www.greencrest.com/images/twitter.jpg) no-repeat left;}
#facebook {background:url(http://www.greencrest.com/images/facebook.jpg) no-repeat left;}
#linked_in {background:url(http://www.greencrest.com/images/linkedin.jpg) no-repeat left;}
	
/* Colors ===================================================

Green = #79c245
Purple = #6a2369
Blue = #205cc9
Gray = #696969

/* START WORDPRESS DEFAULTS */

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	}

/*	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 */



.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}


blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}



a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.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;
}

