/*
Theme Name: Forestry Focus 
Theme URI: http://www.forestryfocus.ie
Description: Main Theme
Version: 1.0
Author: 
Author URI: 
*/

/* COLOURS 



*/

@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Actor);
@import "css/layout.css";

/* CSS Reset */
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, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  	margin: 0;
  	padding: 0;
  	border: 0;
  	outline: 0;
  	line-height: inherit;
  	font-weight: inherit;
  	font-style: inherit;
  	font-size: 12px;
  	font-family: 'Droid Sans', Helvetica, Arial, Verdana, 'san-serif';
  	vertical-align: baseline;
}

::selection {
	background:#89a557;
	color:#fff;
	text-shadow: none;
}
::-moz-selection {
	background:#89a557;
	color:#fff;
	text-shadow: none;
}
::-webkit-selection {
	background:#89a557;
	color:#fff;
	text-shadow: none;
}  


/* Generic Elements  */
body { 
	background: url(images/body-bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
  
a { 
	color: #89a557; 
	font-weight: bold; 
	text-decoration: none; 
	font-size: inherit; 
	font-family: inherit; 
	text-shadow: 1px 1px 1px #fff;
}
a:hover, a:focus { 
	color: #453b2f; 
}

h1, h2, h3, h4, h5, h6 { 
	text-shadow: 1px 1px 1px #fff;
	margin: 0 0 10px; 
	font-family: 'Actor', Helvetica, Arial, Verdana, sans-serif;
}
h1, h2 {
	color: #89a557; 
}
h3, h4, h5, h6 { 
	color: #453b2f; 
}

p { 
	line-height: 18px; 
	color: #453b2f; 
	margin: 0 0 20px; 
	text-shadow: 1px 1px 1px #fff;
}
h1 { font-size: 26px; line-height: 30px; }
h2 { font-size: 20px; line-height: 26px; }
h3 { font-size: 18px; line-height: 22px; }
h4 { font-size: 16px; line-height: 20px; }
h5 { font-size: 14px; line-height: 18px; }

ul { margin-bottom: 10px; color: #453b2f; }
ol { margin-bottom: 10px; color: #453b2f; }
li { line-height: 24px; }

table { 
	margin-bottom: 10px; 
}
tr { 
	padding-bottom: 10px; 
}
td { 
	padding: 0 40px 0 0; 
} 

strong { 
	font-weight: bold; 
	font-size: inherit;
	font-family: inherit; 
}
em { 
	font-style: italic; 
	font-size: inherit; 
	font-family: inherit; 
}
address {
	line-height: 18px; 
	color: #453b2f; 
	margin: 0 0 20px;
}
span {
	font-size: inherit;
}



/* Utility Classes */
.left { 
	float: left; 
}
.right { 
	float: right; 
}
.clear { 
	clear: both; 
}
.line { 
	height: 1px; 
	background-color: #fff; 
	border-top: 1px solid #d9d9d9; 
	margin-bottom: 20px; 
	clear: both; 
}
.hidden { 
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden; 
}
.double-border {
	height: 5px;
	background-image: url(images/double-border.jpg);
	background-repeat: repeat-x;
	display: block;
	margin-bottom: 20px;
}
.double-border.small-margin {
	margin-bottom: 10px;
}
.double-border.no-margin {
	margin-bottom: 0;
}




/* General Layout Rules */
.wrapper { 
       /* below is original width
        width: 972px; */
	width: 973px; 
	margin: 0 auto;
	position: relative; 
}
.logo-link {
	margin-bottom: 15px;
	float: left;
}
#searchform {
	float: right;
	position: relative;
	margin-top: 10px;
}
#searchform #s {
	background-color: rgba(129, 112, 92, 0.4);
	border: 1px solid #d1c5a4;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    padding: 8px 40px 8px 16px;
    width: 260px;
    -webkit-border-radius: 30px;
	border-radius: 30px;
	color: #3b3126;	
}
#searchform #searchsubmit {
	position: absolute;
	right: 10px;
	top: 7px;
	text-indent: -9999px;
	overflow: hidden;
	text-transform: uppercase;
	border: none;
	background-color: transparent;
	background-image: url(images/search-btn.png);
	height: 22px;
	width: 22px;
	display: block;
	cursor: pointer;
	opacity: 0.7;
}
#searchform #searchsubmit:hover,
#searchform #searchsubmit:focus {
	opacity: 1;
}




/* Search Page */
article .attachment-customsmall {
	margin: 0 20px 20px 0;
	float: left;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #f3f1ee;
	-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}




/* Main Navigation */
.menu-main-navigation-container {
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	height: 71px;
	margin-bottom: 25px;
	border-bottom: 1px solid #2b2926;
	position: relative;
	z-index: 400;
}
.menu-main-navigation-container .menu {
	width: 980px; 
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.menu-main-navigation-container .menu li {
	display: inline-block;
	zoom:1; *display: inline; _height: 71px;
	background-image: url(images/nav-divide.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
}
.menu-main-navigation-container .menu li:last-child {
	background-image: none;
}
.menu-main-navigation-container .menu li a {
	display: block;
	line-height: 71px;
	color: #e9e5de;
	text-shadow: 1px 1px 1px #2d2926;
	padding: 0 13px 0 9px;
	font-size: 13px;
}
.menu-main-navigation-container .menu li a:hover,
.menu-main-navigation-container .menu li a:focus {
	color: #89a557;
}
.menu-main-navigation-container > .menu > li.current-menu-item > a {
	background-image: url(images/nav-current.jpg);
	background-repeat: no-repeat;
	background-position:  center 45px ;
	color: #89a557;
}
.menu-main-navigation-container > .menu > li.current-page-ancestor > a {
	background-image: url(images/nav-current.jpg);
	background-repeat: no-repeat;
	background-position:  center 45px ;
}
.menu-main-navigation-container > .menu li > .sub-menu {
	position: absolute;
	width: 200px;
	border: 1px solid #2b2926;
}
.menu-main-navigation-container > .menu > li > .sub-menu {	
	top: 71px;
	left: 0;
	background-color: #4b3e35;
	background-image: url(images/sub-menu-bg.jpg);
	background-repeat: repeat;
	border: 1px solid #3a2a18;
	z-index: 200;	
	-webkit-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.3);
}
.menu-main-navigation-container > .menu > li > .sub-menu li {
	list-style-type: none;
	background-image: none;
}
.menu-main-navigation-container > .menu li > .sub-menu a {
	padding: 10px 20px;
	line-height: 20px;
	text-align: left;
}
.menu-main-navigation-container > .menu > li > .sub-menu li .sub-menu {
	left: 200px;
	top: -1px;
	background-image: url(images/sub-menu-bg.jpg);
	background-repeat: repeat;
	border: 1px solid #3a2a18;
	-webkit-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.3);
}
.menu-main-navigation-container .menu .sub-menu li {
	display: block;
}
.menu-main-navigation-container > .menu li > .sub-menu > li.current-menu-item > a {
	background-image: url(images/nav-current.jpg);
	background-repeat: no-repeat;
	background-position:  center 45px ;
	color: #89a557;
}








/* Main Content Wrapper */
.main-content-wrapper {
	background-image: url(images/content-wrapper-bg.jpg);
	background-repeat: repeat;
	background-position: 0 0;
	padding: 10px;
	border: 1px solid #f3f1ee;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    margin-bottom: 40px;
}
.breadcrumbs {
	margin-bottom: 10px;
	background-color: rgba(129, 112, 92, 0.4);
	border: 1px solid #fff;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	padding: 5px 10px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #3b3126;
}
.breadcrumbs p {
	margin-bottom: 0;
	text-shadow: none;
}
.breadcrumbs a {
	text-shadow: none;
	color: #453b2f;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
	text-decoration: underline;
}



/* Homepage */
.home-intro-para {
	width: 304px;
	float: right;
	padding: 10px 0 20px;
}
.home-intro-para h2 {
	padding-top: 30px;
	background-image: url(images/leaf-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}









/* Home Slider */
.home-slider {
	width: 584px;
	height: 320px;
	display: block;
	float: left;
	padding: 20px;
	border: 1px solid #fff;
	margin: 0 20px 45px 0;
	background-color: #f3f1ee;
	-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
}

.home-slider .images {
	float: right;
	width: 584px;
	height: 320px;
	position: relative;
}
.home-slider .images .pane {
	height: 320px;
	display:none;
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	overflow: hidden;
	text-transform: uppercase;
}
.home-slider .images .pane img {
	max-width: 584px;
	min-height: 320px;
}
.home-slider .images .pane .slide-overlay {
	position: absolute;
	bottom: 20px;
	background-color: #f3f1ee;
	padding: 10px 10px 0 10px;
	width: 400px;
	-webkit-box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, 0.5);
}
.home-slider .images .pane .slide-overlay h3 {
	text-transform: none;
}
.home-slider .images .pane .slide-overlay p {
	margin-bottom: 10px;
	text-transform: none;
}
.home-slider .images .pane .line {
	border-top: 1px solid #ddd7c8;
	margin-bottom: 10px;
}




/* Slider Tabs */
.slidetabs {
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 375px;
}
.slidetabs ul {
	margin-bottom: 0;
	margin-left: 0 !important;
	text-align: center;
}
.slidetabs li {
	list-style-type: none;
	margin-bottom: 5px;
	display: inline-block;
	overflow: hidden;
	zoom:1; *display: inline; _height: 17px;
}
.slidetabs a {
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 5px;
	text-shadow: none;
	font-size: 14px;
	text-indent: -99999px;
	overflow: hidden;
	text-transform: capitalize;
	position: relative;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color: #f2f0ed;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	border: 1px solid #fff;
}
.slidetabs a.current,
.slidetabs a:hover,
.slidetabs a:focus {
	background-color: #89a557;
	border: 1px solid #658232;
}




/* prev and next buttons */
.backward, .forward {
	display: none;
}



.find-out-more {
	background-image: url(images/buttonaca.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 89px;
	width: 324px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	text-transform: uppercase;
}
.find-out-more:hover,
.find-out-more:focus {
	background-position: 0 -89px;
}



/* News Ticker */
.news-ticker {
	line-height: 24px;
	font-weight: bold;
	color: #3b3121;
	text-shadow: 1px 1px 1px #fff;
	background-color: transparent;
}
#news-ticker {
	width: 850px;
	float: right;
}






/* Gallery */
.ngg-galleryoverview {
	margin-bottom: 20px !important;
}
.ngg-gallery-thumbnail img {
	margin: 0 0 13px 0 !important;
	border: 1px solid #fff !important;
	background-color: #f3f1ee !important;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 5px !important;
	opacity: 0.7;
}
.ngg-gallery-thumbnail img:hover,
.ngg-gallery-thumbnail img:focus {
	opacity: 1;
}
.ngg-gallery-thumbnail {
	margin-right: 13px !important;
}
#shDisplay div#shTitle a:hover,
#shDisplay div#shTitle a {
	text-shadow: none !important;
}
.ngg-imagebrowser img {
	width: 678px !important;
	padding: 10px !important;
	border: 1px solid #fff !important;
	background-color: #f3f1ee !important;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.ngg-slideshow {
	width: 700px !important;
	height: 500px !important;
	border: 1px solid #fff !important;
	background-color: #f3f1ee !important;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.ngg-slideshow img {
	width: 680px !important;
	height: 480px !important;
	padding: 10px !important;
}

.linklove {
	display: none !important;
}
ul#news-ticker {
background:none !important;
overflow:hidden;
}

ul#news-ticker li {
background:none !important;
overflow:hidden;
display:none;
}



/* Home Block of 6 Links */
.home-links {
	margin-bottom: 0;
}
.home-links li {
	width: 282px;
	float: left;
	padding: 10px;
	background-color: #f2f0ed;
	height: 179px;
	margin: 20px 19px 0 0;
	list-style-type: none;
	-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid #fff;
}
.home-links li.last {
	margin-right: 0;
}
.home-links li.row-2 {
	margin-bottom: 0;
}
.home-links li a img {
	opacity: 0.8;
	max-width: 282px;
	max-height: 179px;
}
.home-links li a:hover img,
.home-links li a:focus img {
	opacity: 1;
}





/* Blog */
.pagination {
	background-color: rgba(129, 112, 92, 0.4);
	border: 1px solid #fff;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    -webkit-border-radius: 30px;
	border-radius: 30px;
	color: #3b3126;	
	margin-bottom: 20px;
}
.pagination p {
	margin-bottom: 0;
}
.pagination a {
	text-shadow: 1px 1px 1px #efebe2;
	color: #453b2f;
	
}
.pagination a:hover,
.pagination a:focus {
	text-decoration: underline;
}





/* Footer */
.footer-divide {
	height: 14px;
	background-image: url(images/footer-divide.png);
	background-repeat: repeat-x;
	clear: both;
	width: 972px; 
	margin: 0 auto 40px;
}
.site-footer {
	background-image: url(images/site-footer-bg.jpg);
	background-repeat: repeat;
	padding: 20px 0 30px;
	border-top: 1px solid #aea386;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
.site-footer-inner {
	background-image: url(images/inner-footer-wrapper-bg.png);
	background-repeat: repeat;
	min-height: 200px;
	border-top: 1px solid #352b22;
	border-bottom: 1px solid #352b22;
	margin-bottom: 30px;
	padding: 40px 0;
}
.footer-border {
	height: 8px;
	background-color: #2c251d;	
	border-top: 1px solid #241d18;
}
.site-footer a,
.site-footer p,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
	text-shadow: none;
}
.site-footer p {
	color: #f2f0ec;
	margin-bottom: 0;
}
.site-footer a:hover,
.site-footer a:focus {
	color: #f2f0ec;
}
.span-third {
	width: 310px;
	float: left;
	min-height: 280px;
	margin-right: 20px;	
	background-image: url(images/footer-double-line.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}
.span-third.last {
	margin-right: 0;
	padding-top: 40px;
	min-height: 240px;
}
.span-third h3 {
	color: #b5a580;
	text-shadow: 1px 1px 1px #2c251d;
	background-repeat: no-repeat;
	background-position: right center;
	height: 30px;
}
.span-third .double-border {
	background-image: url(images/footer-double-line.jpg);
}
.span-third.sections h3 {
	background-image: url(images/span-third-sections-bg.png);
}
.span-third.links h3 {
	background-image: url(images/span-third-links-bg.png);
}
.span-third .ff-logo {
	padding: 40px 100px 0 0 ;
	font-size: 14px;
	font-weight: normal;
	background-image: url(images/footer-ff-logo.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 100px;
}
.span-third .linkcat h2 {
	display: none;
}
.span-third > ul {
		-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	-moz-column-gap:20px; /* Firefox */
	-webkit-column-gap:20px; /* Safari and Chrome */
	column-gap:20px;
}
.span-third > ul li {
	line-height: 16px;
	margin-bottom: 10px;
}
.span-third li ul li {
	list-style-type: circle;
	color: #f2f0ec;
	margin: 0 15px 10px;
}
.span-third li ul li a {
	color: #f2f0ec;
	text-shadow: 1px 1px 1px #2c251d;
}
.span-third li ul li a:hover,
.span-third li ul li a:focus,
.span-third li ul li.current-menu-item a {
	color: #90aa61;
}






/* Inner Page */
.inner-content-wrapper {
	width: 700px;
	float: right;
}
.inner-masthead {
	padding: 10px 10px 7px;
	border: 1px solid #fff;
	margin: 0 0 30px 0;
	background-color: #f3f1ee;
	-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.inner-masthead img {
	width: 678px;
	height: 130px;
}
.inner-content-wrapper .line {
	border-top: 1px solid #d1ccc0;
	background-color: #fcfaf6;
}
.inner-content-wrapper ul,
.inner-content-wrapper ol {
	margin: 0 20px 20px;
}
.inner-content-wrapper li {
	line-height: 17px;
	margin-bottom: 10px;
}
.wp-caption {
	border: none;
	background-color: transparent;
}
.wp-caption.alignright {
	margin: 10px 10px 20px 20px;
	float: right;
}
.wp-caption.alignleft {
	margin: 10px 10px 20px 0px;
	padding: 10px 20px 10px 0;
	float: left;
}
.wp-caption img {
	padding: 10px 10px 10px;
	border: 1px solid #fff;
	background-color: #f3f1ee;
	-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 0 !important;
    margin-bottom: 20px;
}
.wp-caption-text {
	border-bottom: 1px solid #c4bfb3;
	padding-bottom: 20px;
}



/* Child Pages */
.sub-page-link {
	padding: 10px;
	border: 1px solid #fff;
	margin: 0 0 20px 0;
	background-color: #f3f1ee;
	-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.25);
} 
.sub-page-link img {
	float: left;
	margin: 0 20px 0 0;
	padding: 10px;
	border: 1px solid #fff;
	background-color: #f9f8f6;
	-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}





/* Inner Page Sidebar */
.left-sidebar {
	width: 230px;
	float: left;
}
.left-sidebar li {
	list-style-type: none;
	position: relative;
}
#menu-sidebar-menu li,
#menu-sidebar-menu li a {
	display: block;
}
#menu-sidebar-menu > li > a:hover,
#menu-sidebar-menu > li > a:focus {
	color: #8ba35e;
	
}
#menu-sidebar-menu > .dcjq-parent-li > a,
#menu-sidebar-menu > li > a {
	background-image: url(images/accordion-parent-bg.jpg);
	background-repeat: repeat;
	font-size: 16px;
	font-weight: normal;
	color: #ece6d6;
	text-shadow: 1px 1px 1px #2c241d;
	padding: 7px 10px;
	margin-bottom: 5px;
	border: 1px solid #2b2926;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
#menu-sidebar-menu > li > a .dcjq-icon {
	background-image: url(images/accordion-icons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 20px;
	width: 20px;
	text-indent: -9999px;
	overflow: hidden;
	text-transform: uppercase;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
}
#menu-sidebar-menu > li > a.active .dcjq-icon {
	background-position: 0 -20px;
}
#menu-sidebar-menu > li > .sub-menu {
	background-color: #f3f1ee;
	padding: 10px;
	border: 1px dashed #d1ccc1;
}
#menu-sidebar-menu > li > .sub-menu > li {
	padding: 0 0 0 20px;
}
#menu-sidebar-menu > li > .sub-menu > li > a > .dcjq-icon{
	height: 10px;
	width: 10px;
	background-image: url(images/sub-menu-dcjq-icon.png);
	background-position: 0 0;
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
}
#menu-sidebar-menu > li > .sub-menu > li > a.active > .dcjq-icon {
	background-position: 0 -10px;
}
#menu-sidebar-menu > li > .sub-menu .sub-menu {
	margin: 0 20px;
}
#menu-sidebar-menu > li.current-menu-item  > a {
	color: #8ba35e;
}
#menu-sidebar-menu > li > .sub-menu li.current-menu-item > a {
	color: #473e34;
}
/*CForms*/
#cformsform{
float:left;
margin-bottom:20px;}

#cformsform input, #cformsform textarea{
width:100%;
color:grey;
}
#cformsform label{
text-align:left;
color: #89a557;
font-family:'Actor', Helvetica, Arial, Verdana, sans-serif;
font-size:14px;}
span.reqtxt, span.emailreqtxt{
visibility:hidden;
}
li#li--3{
height:65px;}
#cformsform input#sendbutton{ 
    width:200px;
    padding:5px;
    float:left;
    background-color:#89a557!important;
    border-color:#89a557!important;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -khtml-border-radius:6px;
    border-radius:6px;
    color: #fff;
    font-size: 12px; 
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Verdana';
    letter-spacing: 1.5px;
	background-image:none!important;}
/*END of Cforms*/
.ngg-imagebrowser h3{
visibility:hidden;}
.inner-content-wrapper a{
text-decoration:underline;}
.pagination a{
text-decoration:none;
}
header a{
text-decoration:none!important;}
a.non_link{
    font-size:14px;
    font-weight:normal;
    color: #f2f0ec;
}

