/*
Light Green - #47741a
Bright Green - #79c62c
Grey-Green - #69745e
*/


/* tags - no classes or ids */

body {
	color: #333333;
	background-color: #3f3f3f;
}

h1, h2, h3, h4
	{
	color: #47741a;
	}
	
h2
	{
	color:#47741A;
	font-size:2.5em;
	letter-spacing:-0.05em;
	}
	
#albums .entry h2
	{
	font-size: 1.3em;
	}

a, a:link {
	color:#47741a;
}

a:visited {
	color:#69745e;
}


#main a, #main a:link, #main a:visited {
	color:#47741a;
	text-decoration: underline;
}


#main ul
	{
	list-style-type: square;
	margin: 10px;
	padding: 0 0 10px 10px;
	}
	
#main ol
	{
	list-style-type: decimal;
	margin: 10px;
	padding: 0 0 10px 10px;
	}

#main a:hover, #main a:active, #main a.active {
	color:#79c62c;
	text-decoration: none;
}

a:hover, a:active, a.active {
	color:#79c62c;
}

ul#nav li.page_item a:hover, ul#nav li.current_page_item a {
	/*color:#cccccc */
}

#header {
	background: #fff url(nct/header_bg.jpg) top left no-repeat;
	/*	background-image:none !important; */
	width: 980px;
	height: 330px;
	}
	
	
#header p
	{
	font-size: large;
	line-height: 1.25em;
	color: #666;
	margin: 0 0 0 100px;
	}

ul#showcase li a:hover, ul#showcase li a.active {
	border:1px solid #0091D5;
}

#home #albums {
	background-color:#f5f4f0;
}

#albums .entry {
	background-color:#f1f2ec !important;
	color:#333;
}

#albums .entry h2 a
	{
	color: #333;
	}

#home #albums p.category a {
	background-color:#47741a !important;
}

	#home #albums p.category a:hover {
		background-color:#ee3b8f;
	}

#commentform #submit {
	background-color:#444444;
	border:1px solid #555555;
	color:#FFFFFF;
}

#blog .box, .archive_options, .widget ul li, .flickr .flickr_photos, #wp-calendar, #wp-calendar caption, form#newsletter {
	background-color:#f5f4f0;
	border:1px dotted #9b9b89;
}

.widget ul {border-bottom: 1px dotted #9b9b89;}

#wp-calendar {
	color:#333333;
}

#footerWrap ul li.clickready.hover {
	border: 1px solid #2ba2e1;
}

#wp-calendar caption {
	background: #1b1c17;
	color: #fff;
}

.credits, .credits a {
	color:#1b1c17 !important;
}

.wp-caption
	{
	background: none;
	padding: 0;
	margin: 0;
	border: 0;
	}

.wp-caption-text
	{
	display: none;
	}
	
/* .wp-caption
	{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0 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;
	}

.popnewwin
	{
	background: url(nct/newwindow.gif) no-repeat right;
	padding-right: 16px;
	}
		
.pdf
	{ 
	padding: 0 25px 0 0 ;
	background: url(nct/pdf.gif) no-repeat center right ; 
	}
		
.rss
	{ 
	padding: 0 0 0  22px ;
	background: url(nct/rss.gif) no-repeat center left ; 
	}

.zip	
	{ 
	padding: 0 30px 0 0 ;
	background: url(nct/zip.gif) no-repeat center right ; 
	}
		
.facebook
	{ 
	padding: 0 0 0 22px ;
	background: url(nct/facebook.gif) no-repeat center left ; 
	}

#footer
	{
	background: url(nct/footer_bg.jpg) no-repeat bottom left;
	width: 980px;
	height: 136px;
	}


#footerWrap
	{
	padding-bottom: 50px;
	}
	
#footerWrap p
	{
	font-size:small;
	clear:left;
	margin: 10px 0;
	}


.image
	{
	border: solid 1px #ccc;
	padding: 2px;
	}

.clearleft
	{
	clear: left;
	}	
	
blockquote
	{
	background: url(nct/quote.gif) no-repeat 10px 10px #f1f2ec; 
	color: #666;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 20px; padding: 20px 85px;
	/*text-align: center; */
	font-style: italic;
	min-height: 40px;
	}
	
blockquote p
	{
	margin: 0 0 0.5em 0;
	}
	
blockquote cite
	{
	font-size: 0.75em;
	color: #47741a;
	font-weight: bold;
	}
	
#sidebar
	{
	
	
	}
	
#news
	{
	background: #E9F7EB;
	padding: 20px;
	border: dotted 1px #B2D6B2;
	-moz-box-shadow: 0 3px 3px 0 #ccc;
	-webkit-box-shadow: 0 3px 3px 0 #ccc;
	box-shadow: 0 3px 3px 0 #ccc;
	}
	
#news h3
	{
	margin: 0;
	}
	
#news li
	{
	background: #D8ECC3;
	padding: 5px 10px;
	list-style-type: none;
	margin-bottom:2px;
	}
	
.postmetadata 
	{
	font:small Arial,Helvetica,serif;
	margin:3px 0;
	padding: 0 0 5px 0;
	border-bottom: dotted 1px #ccc;
	}

/* FORMS */	
	
.contact input, .contact select, .contact textarea
{
	border: 1px solid #B6CCD4;
	color: #000;
	padding: 6px;
	margin-bottom: 10px;
}
.contact input { width: 195px }
.contact select { width: 200px }
.contact textarea { height: 10em; width: 446px }

select.select.free {	width: auto }

button.button {
	color: #000;
	height: auto; width: auto;
	line-height: normal;
	white-space: nowrap;
}

.contact input.submit {
	color: #000;
	cursor: pointer;
	padding: 0;
}

	
input, textarea {
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid rgba(0,0,0, 0.2);
}

input:focus, textarea:focus {
    box-shadow: 0 0 5px rgba(216, 236, 195, 1);
    -webkit-box-shadow: 0 0 5px rgba(216, 236, 195, 1); 
    -moz-box-shadow: 0 0 5px rgba(216, 236, 195, 1);
    border:1px solid rgba(216, 236, 195, 0.8); 
}


.calendar
	{ 
	padding: 0 0 0 40px ;
	background: url(nct/calendar.png) no-repeat center left ; 
	min-height: 50px;
	margin-bottom: 30px;
	}
	
div.calendar h3
	{
	padding: 20px 0 0 0 ;
	margin-left: 10px;
	}
	
ul#prevnext
	{
	list-style-type: none;
	margin: 0;
	padding: .5em 0;
	}

ul#prevnext li a
	{
	display: block;
	color: #fff;
	background-color: #79c62c;
	padding: 0.2em 0.5em;
	text-align: center;
	text-decoration: none;
	border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	}

ul#prevnext li a:hover
	{
	color: #fff;
	background-color: #47741a;
	border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	}

ul#prevnext .fl { float: left; }
ul#prevnext .fr { float: right; }

.offscreen {
left:-999px;
margin:0;
padding:0;
position:absolute;
width:990px;
}

