/*
Theme Name: CMR Technical Services
Author: Outsmart
Author URI: http://www.outsmart.net.au/
Version: 1.7.2
*/





/*Box Sizing*/

	/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }




body {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  background: #c4d66a;
  text-align: left;
  color: #373737;
  }
  
h1, h2, h3, h4, h5, h6, h7 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

#page {
  width:100%;
 
 }

#header {
  width:100%;
  background-color: #fff; 
    }

#headerimg {
  width: 960px;
  margin:0 auto;
  }
  
.contentContainer {
	width:100%;
	background-color: #fff;
	padding: 40px 0;
}  

p{
  margin: 0 0 10px;
}

.widecolumn .entry p {
  font-size: 1.05em;
  }

.widecolumn {
  line-height: 1.6em;
  }

.thread-alt {
  background-color: #f8f8f8;
}
.thread-even {
  background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

  border-left: 1px solid #ddd;
}

small, .postmetadata {
  font-family: 'Open Sans', sans-serif; font-weight:300;
  font-size:12px;
}

#headerimg .description {
  font-size: 1.2em;
  text-align: center;
  }

h2 {
  font-size: 24px;
  margin: 0 0 15px;
}

h1, h1 a, h1 a:hover, #headerimg .description {
  text-decoration: none;
  color: white;
  }

h2, h2 a, h3, h3 a {
  color: #333;
  }

h2, h2 a, h2 a:hover, h3, h3 a, h3 a:hover, #sidebar h2, #wp-calendar caption, cite {
  text-decoration: none;
  }

h3 {
  margin: 20px 0 15px;
  font-size: 25px;
}

h4 {
  margin: 0 0 5px;
}

table,th,td
{
border:1px solid #c4d66a;
border-collapse:collapse
}

td, th {
padding:5px;
} 
th {
  background: #c4d66a;
  color:#fff;
  font-size:120%;
  font-weight:400;
}


.sticky {
  background: #f7f7f7;
  padding: 0 10px 10px;
  }
.sticky h2 {
  padding-top: 10px;
  }

.commentlist li, #commentform input, #commentform textarea {
  font: 0.9em 'Open Sans', sans-serif; font-weight:300;
  }
.commentlist li ul li {
  font-size: 1em;
}

.commentlist li {
  
}

.commentlist li .avatar { 
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
  }

.commentlist cite, .commentlist cite a {
  
  font-style: normal;
  font-size: 1.1em;
  }

.commentlist p {
  line-height: 1.5em;
  text-transform: none;
  }

#commentform p {
  font-family: 'Open Sans', sans-serif; font-weight:300;
  }

.commentmetadata {
    }


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
  color: #777;
  }

code {
  font: 1.1em 'Open Sans', sans-serif; font-weight:300;
  }

acronym, abbr, span.caps
{
  font-size: 0.9em;
  letter-spacing: .07em;
  }

a, h2 a:hover, h3 a:hover {
  color: #373737;
  text-decoration: none;
  }

a:hover {
  text-decoration: underline;
  }

#wp-calendar #prev a, #wp-calendar #next a {
  font-size: 9pt;
  }

#wp-calendar a {
  text-decoration: none;
  }

#wp-calendar caption {
  font: bold 1.3em 'Open Sans', sans-serif; font-weight:300;
  text-align: center;
  }

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
  }
/* End Typography & Colors */



/* Begin Structure */
body {
  margin:0;
  padding:0;
  }


.narrowcolumn {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  width: 630px;
}

.widecolumn {
  padding: 10px 0 20px 0;
  margin: 5px 0 0 150px;
  width: 450px;
  }

.searchResult .post, .searchResult .page {
  border-bottom:1px solid #dc5925;
}

.searchResult .post, .searchResult .page {
  margin-left: 10px;
  margin-bottom: 30px;
}

.searchResult .navigation {
  margin-left: 10px;
}

.post, .projects {
	width: 960px;
	margin: 0 auto;
	
}
.post hr {
  display: block;
  }

.widecolumn .post {
  margin: 0;
  }

.widecolumn .postmetadata {
  margin: 30px 0;
  }

.widecolumn .smallattachment {
  text-align: center;
  float: left;
  width: 128px;
  margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
  text-align: center;
  margin: 5px 0px;
}

.postmetadata {
  clear: both;
  margin: 0 0 20px;
}

.excerpt p {
  font-size:14px;
  line-height:30px;
  margin-bottom:14px;
  font-family: 'Open Sans', sans-serif; font-weight:300;
}

.read_more {
	color: #85bb27;
}

.clear {
  clear: both;

}

#footer {
  padding: 0;
  margin: 0 auto;
  clear: both;
  }

/* End Structure */



/*  Begin Headers */
h1 {
  font-size: 44px;
  margin: 0 0 20px;
  padding: 0px;
}



h2.pagetitle {
  background: #5b9222;
  margin:0 0 20px 10px;
  font-family: 'Open Sans', sans-serif; font-weight:300;
  font-size:35px;
  color:#fff;
  padding:4px 0 10px 8px;
  line-height: 40px;
  
}

h3.comments {
  padding: 0;
  margin: 40px auto 20px ;
  }
/* End Headers */



/* Begin Images */
p img {
  padding: 0;
  max-width: 100%;
  }

/*  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 */



/* Begin Lists

  Special stylized non-IE bullets
  Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
  margin-left: 0px;
  padding: 0 0 0 30px;
  list-style: none;
  padding-left: 10px;
  text-indent: -10px;
  }

html>body .entry li {
  margin: 7px 0 8px 10px;
  
  }

.entry ul li:before {
  content: "\00BB \0020";
  }

.entry ol {
  padding: 0 0 0 35px;
  margin: 0;
  }

.entry ol li {
  margin: 0;
  padding: 0;
  }

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
  }

#sidebar ul, #sidebar ul ol {
  margin: 0;
  padding: 0;
  }

#sidebar ul li {
  list-style-type: none;
  list-style-image: none;
  }

#sidebar ul p, #sidebar ul select {
  margin: 5px 0 8px;
  }


#sidebar ul ul ul, #sidebar ul ol {
  margin: 0 0 0 10px;
  }

ol li, #sidebar ul ol li {
  list-style: decimal outside;
  }

#sidebar ul ul li, #sidebar ul ol li {
  margin: 3px 0 0;
  padding: 0;
  }
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
  }

#sidebar #searchform #s {
  width: 108px;
  padding: 2px;
  }

#sidebar #searchsubmit {
  padding: 1px;
  }

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 Sidebar */
#sidebar {
  width: 300px;
  float:right;
  margin-right: 10px;
}

#sidebar form {
  margin: 0;
  }
/* End Sidebar */



/* 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 {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
  }

blockquote cite {
  margin: 5px 0 0;
  display: block;
  }

.center {
  text-align: center;
  }

.hidden {
  display: none;
  }
  
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
  display: none;
  }

a img {
  border: none;
  }

.navigation {
  display: block;
  text-align: center;
  margin:10px 0;
  }
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  text-align: center;
	background-color: #373737;
	padding: 2px 1px;
	margin: 10px 0 20px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: content-box;
}

.wp-caption img {
 margin: 0;
padding: 0;
border: 1px solid #fff;
box-sizing: initial;
}

.wp-caption p.wp-caption-text {
  font-size: 16px;
	padding: 10px;
	margin: 0;
	color: #fff;
}
/* End captions */

/* BEGIN HEADER */

.header-top {
	background-color: #373737;
	color:#fff;
	overflow: hidden;
	margin: 0 0 10px;
	}
.header-contact {
	width:960px;
	margin: 0 auto;
	
}	
.header-contact ul {
	width:75%;
	float: left;
	list-style-type: none;
	padding: 0;
	font-size: 14px;
	line-height: 14px;

}

.header-contact li {
	padding:0px 50px;
	display:inline-block;
	text-align: center;
}

.header-contact li:first-child {text-align: left; padding-left: 0px;}
.header-contact li:last-child {text-align: right;padding-right: 0px;}



.logo {
  width:162px;
  float:left;
  margin:0;
  padding:0px 0 0;
}

.logo h1 {
  background: none;
	}
.logo h1 span {display:none;}


.headerRight {
	padding-top: 34px;
	float:right;
	width:610px;
}
.header-intro {
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: 300;
}

/* END HEADER */

/* BEGIN TOP NAVIGATION */



#searchform #searchsubmit {
	background: #666;
	height: 40px;
	float: right;
	font-size: 14px;
	border: 1px solid #eee;
	padding: 13px 5px;
	margin-top: 1px;
}

#searchform #searchsubmit:hover {
	background: #ddd;
	color:#373737;
	
}


#searchform #s  {
	background-color: #fff;
	border: none;
	float: right;
	font-size: 14px;
	line-height: 42px;
	padding: 0px 10px;
	width: 180px;
	margin-top: 1px;
	color: initial;
	height: 40px;
	line-height: 14px;
}

	/* Primary Navigation */

	.primary-navigation {
		float: right;
		font-size: 35px;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 300;
		margin: 0 1px 0 -12px;
		padding: 0;
		text-transform: uppercase;
	}

	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}

	.primary-navigation .nav-menu {
		border-bottom: 0;
		display: block;
		padding: 52px 0 0;
		margin: 0;
	}

	.primary-navigation.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}

	.primary-navigation li {
		border: 0;
		display: inline-block;
		height: 48px;
		line-height: 48px;
		position: relative;
	}

	.primary-navigation a {
		display: inline-block;
		padding: 0 12px;
		white-space: nowrap;
	}

	.primary-navigation ul ul {
		background-color: #85bb27;
		float: left;
		margin: 0;
		position: absolute;
		top: 48px;
		left: -999em;
		z-index: 99999;
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		max-width: 300px;
	}

	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
		
	}

	.primary-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.primary-navigation ul ul a {
		padding: 12px 12px;
		color: #fff;
		width: 260px;
		display: inline-block;
		white-space: normal;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: #85bb27;
		color: #fff;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		color: #373737;
		text-decoration: underline;
	}

	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {
		left: auto;
	}

	.primary-navigation ul ul li:hover > ul,
	.primary-navigation ul ul li.focus > ul {
		left: 100%;
	}

	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		padding-right: 26px;
	}

	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		padding-right: 20px;
		}




/* HOMEPAGE SECTION*/

.sliderContainer {
	width:100%;
}
	
.sliderContainer, .recentProjects {
  width: 960px;
  margin: 20px auto;
  padding:0;
}

.sliderSection ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul#slider {
  width: 960px;
  height: 340px;
}

.sliderSection ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sliderSection ul li img:hover {
-webkit-filter: brightness(120%);
    filter: brightness(120%);
  
}

.slideImage {
	float: left;
	width:640px;
	}
	
	
.slideContent {
  width: 320px;
  height:340px;
  float:left;
  background-color: #fff;
  padding:20px 20px;
  overflow: hidden;
  
}

ul#slider .description {
  
}

.description h4 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 35px;
  margin: 0 0 4px;
  color:#85bb27;
  font-weight: normal;
}

.description h4 a {
  color: #85bb27;
  text-decoration: none;
}

.description p {
	font-size: 17px;
	line-height: 25px;
	color: #373737;
}

.slideContent .show_link {
	position: absolute;
	bottom:40px;
	right:40px;
	}
	
.slideContent .show_link a {
	background-color: #85bb27;
	padding:10px 25px;
	color: #fff;
	
	}
	
.slideContent .show_link a:hover {
	-webkit-filter: brightness(120%);
    filter: brightness(120%);
    text-decoration: none;
	
	}



.slide-nav-container {
	margin-top:0px;
	}

.nextPrev {
  float: right;
  margin: 0px 330px 0 0;	
}

#prev, #next, #prev a, #next a {
	z-index: 9999;
 	 color:#fff;
  	font-size: 15px;
	line-height: 15px;
	height:15px;
	width:15px;
	position: relative;
	bottom: 15px;

}

#prev:hover, #next:hover {
  color: #333;
  text-decoration: none;
}



#nav {
  float: left;
  margin:0px 0 0;
 }

#nav a {
  display:inline-block;
  height: 15px;
  width: 15px;
  color:inherit	;
  font-size:0;
  border: 1px solid #fff;
  position: relative;
  top: -15px;
  z-index: 999;
}

#nav .inactiveSlide  {
  margin-left:4px;
  background-color:inherit;
 }
 
#nav .activeSlide  {
  background-color:#fff;
 }
 
 
 
.homeContent {
  width:960px;
  margin:0 auto;
  }

.homeBoxSection {
  width:100%;
  padding:0;
  }

.homeBoxSection h2 a {
  color:#85bb27;
}

.homeBox1,.homeBox2, .homeBox3, .homeBox4  {
  width: 164px;
  float: left;
  margin: 0 38px;
  box-sizing: content-box;
  text-align: center;
}


.contentBox { 
	 width: 100%;

}


.contentBox img {

margin: 0 auto 10px;
display: block;

}
.contentBox img:hover {
   -webkit-filter: brightness(120%);
    filter: brightness(120%);
    }

.contentArea {
  float:left;
  	  width:100%
  }

.contentArea h2 {
  font-size:20px;
  font-family: 'Open Sans Condensed', sans-serif;

  }

.contentArea p {
  margin:0;
  padding:0;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size:16px;
 color: #373737;
}


.home_main_content {
	width:100%;

}


.childSection {
 width: 960px;
 margin: 0 auto;
}

.childSectionTitle {
  font-size:35px;
  text-align: center;
  text-transform: uppercase;
}

.childSectionTitle a:hover {
	color: #fff;
	text-decoration: none;
}

.childSection h2, h2.postTitle  {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}

.childSection h2 a, h2.postTitle a {
  color:#373737;
}

.childSection h2 a:hover, h2.postTitle a:hover {
  text-decoration: none;
}
.childSection h2 a span, h2.postTitle a span{
font-size: 16px;
color: #85bb27;
}

.childSection h2 a span:hover, h2.postTitle a span:hover{
text-decoration: underline;
}


.childBox, .recentProjectBox {
float: left;
padding: 0 38px;
width: 244px;
box-sizing: content-box;
height: 300px;
overflow: hidden;
margin-bottom: 20px;
}

.recentProjectBox {
height: auto;
}


.childImage {
  width:242px;
  margin-bottom: 10px;
  text-align:center;
  height: 242px;
}

.childImage img, .recentProjectBox  img {
  border-radius: 2px;
  margin-bottom: 5px;
}

.childImage img:hover, .recentProjectBox img:hover { 
	-webkit-filter: brightness(120%);
    filter: brightness(120%);
    }

}

.childBox p, .recentProjectBox p {
  margin-top:5px;
}

.childBox p a:link, .childBox p a:visited, .childBox p a:active, .recentProjectBox p a:link, .recentProjectBox p a:visited, .recentProjectBox p a:active {
	color: #fff;
}

.childBox p a:hover, .recentProjectBox p a:hover {
	text-decoration: underline;
}

.lastProjectBox {
  margin: 0;
}

.projectGallery {
  border-top:1px solid #dc5925;
  width:940px;
  margin-bottom: 60px;
  padding: 0 10px;
}

.projectGallery p {
  float:left;
  width: 500px;
}

.rightAlign {
  text-align: right;
}

.grey {
  color:#9D9D9D;
  }

.projectGallery .grey {
  color:#9D9D9D;
  float:right;
  margin-top:48px;
  width: 200px;
}

.pageContent .ngg-gallery-thumbnail-box {
  margin:0 0 20px 20px;
}

.pageContent .ngg-gallery-thumbnail-box img {
  border-radius: 2px;
}

.pageContent .firstImage {
  margin-left:0;
}

/* END HOMEPAGE SECTION */

/* BEGIN CONTACT FORM*/



.contactUs {
  width:300px;
  float:right;
  margin-bottom:40px;
}

.contactUs.contactpageform, .contactUs.contactpageform .wpcf7  select  {
  width:400px;
}

.contactUs h3 {
  background: #3b636f;
  color:#fff;
  font-size:26px;
  padding:0 20px 8px 20px;
  text-align:center;
  margin:0 0 11px 0;
}

.contactUs .smallText {
  font-size:18px;
}

.contactUs .wpcf7 input, .contactUs .wpcf7 textarea, .contactUs .wpcf7 select {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size:14px;
  background-color:#3b636f;
  width:285px;
  padding:7px 8px 11px;
  margin:0 0 11px 0;
  border:none;
  color:#ffffff !important;
}

.contactUs.contactpageform .wpcf7 input , .contactUs.contactpageform .wpcf7  textarea {
 width:385px;
}

.contactUs.contactpageform .wpcf7  select {
height:50px;
}

.contactUs .wpcf7 textarea {
  height: 58px;
}

.contactUs .wpcf7 input[type='submit'] {
  background:url('images/mail-icon.png') no-repeat right 10px;
  text-transform:uppercase;
  font-size:26px;
  width:150px;
  margin:0;
  text-align:left;
  padding: 0;
  cursor: pointer;
}

.contactUs .wpcf7 input[type='submit']:hover {
  background:url('images/mail-icon-hover.png') no-repeat right 10px;
  color:#000;
}

.contactUs .wpcf7 p {
  margin:0;
}

.contactUs p.submitTab {
  background:#3b636f;
  padding:6px 0;
  text-align:center;
}

/* END CONTACT FORM */

/* INNER PAGES*/
.pageContent {
  width:100%;

}

.pageHeading {
	padding: 10px 0;
	}
	
.pageContent H1 {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 0;
	font-size: 35px;
	text-transform: uppercase;
}



.pageBody {
	width: 100%;
	background-color: #fff;
	padding-top: 40px;
	overflow: hidden;
	}



.pageTop {
  width:940px;
  padding:0 10px;
  margin-bottom:20px;
}

.pageTop .pageFeaturedImage {
  margin-left: 0;
}
.pageFeaturedImageContainer {
	width: 960px;
	margin: 0 auto 20px;
	overflow: hidden;
	height: 320px;
}

.pageFeaturedImage {
  float: left;
  width: 640px;
}

.pageFeaturedImage img {
  border-radius: 2px;
}

.pageFeaturedImageContent {
	width: 320px;
	height: 320px;
	float: left;
	background-color: #fff;
	padding: 20px 20px;
	overflow: hidden;
}

.narrowcolumn .pageFeaturedImage {
  float: none;
}

.innerPageContent {
  width:940px;
  padding:0 10px;
  margin-bottom: 20px;
}

.innerPageContent p {
 line-height:24px;
  margin-bottom:18px;
}

h2.errorHeading {
  font-size: 33px;
  text-align: center;
  margin: 0 0 30px;
}

.entry p {
  line-height: 24px;
}

.entry li p {
  font-size: initial;
  display: inline-block;
  vertical-align: text-top;
}

.contactPageContent {
  width: 420px;
  float: left;
}

h3.qa-faq-title {
  font-size: 16px;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  background:url('images/faq-icon.png') no-repeat left 1px;
}

.qa-faq-answer p {
  margin:0;
}

.qa-faq-answer {
  margin: 0 0 35px;
  padding: 0 0 15px 22px;
  border-bottom: 1px solid #dc5925;
}

/* END INNER PAGES*/


/* BEGIN BLOG PAGE*/

.blogPage h1 {
  margin-left: 10px;
  margin-bottom: 13px;
}

.blogPage .post {
  width:300px;
  float:left;
  margin: 0 10px 45px 10px;
}

.blogPage .post img {
  border-radius: 2px;
}

.blogPage .post p {
  margin: 0;
  font-size: 16px;
}

.blogPage .postBoxRight {
  margin-right: 0;
}

.blogPage .postDescription {
  text-align:left;
}

.postDescription {
  background: url('images/slider-transparent-bg.png') repeat-x left top;
  width:600px;
  color:#fff;
  padding: 0 10px 5px;
  position: relative;
  bottom: 93px;
  height: 83px;
}

.postDescription h2 {
  background: none;
  margin: 0 0 1px;
  padding: 0 0 3px;
  border-bottom: 1px solid #FFFFFF;
}

.postDescription a {
color:#fff;
text-decoration:underline;
}

.postDescription h2 a {
color:#fff;
text-decoration:none;
}




.blogPage .post h2 {
  background:#5b9222;
  font-size: 20px;
  height: 46px;
  line-height: 23px;
  margin: 0;
  padding: 4px 8px;
  }


.blogPage h2 a {
  color:#fff;
}

.postBox {
width: 50%;
float: left;
border-right: 2px solid #ccc;
box-sizing: border-box;
padding-right: 19px;
}

.postBoxRight {width: 50%;
float: left;
box-sizing: border-box;
padding-left: 19px;
border-right: none;
padding-right: 0;
}

.postBox img {
	float: left;
	padding-right: 19px;
	
}

.postBox h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 0;

}

.postBox h4, .postBox h4 a {
		font-family: 'Open Sans Condensed', sans-serif;
		color: #85bb27;
		font-size: 18px;		
		overflow: hidden;
		text-decoration: none;
		margin: 0 0 5px;
		padding: 0;
		font-weight: normal;
} 

.postBox h4 {
border-bottom: 2px solid #85bb27;
}



.tw-pagination a.page {
  background-color: #8BAB4A;
  border: none;
  color: #fff;
  font-size: 14px;
  }

.tw-pagination .prev, .tw-pagination .next {
  background-color: #8BAB4A;
  border: none;
  color: #fff;
  font-size: 14px;
  }

.tw-pagination a.page:hover {
  background-color: #8BAB4A;
  color: #000;
}

.tw-pagination span.current {
  background-color: #DC5925;
  border: none;
  color: #fff;
  font-size: 14px;
  }

.tw-pagination .prev:hover, .tw-pagination .next:hover {
  background-color: #8BAB4A;
  color: #000;
}


/* END BLOG PAGE*/

/* BEGIN POST DETAIL PAGE */

.postDetailPage h1 {
  font-size: 35px;
  line-height: 40px;
  padding-top: 3px;
  padding-bottom: 10px;
}

.postDetailPage .recentProjects {
  width: 600px;
}

.postDetailPage .entry {
 
}

.recentProjectBoxSmall {
  width:140px;
  float:left;
  margin: 0 13px 13px 0;
}

.recentProjectBoxSmall h2.postTitle  {
  font-size:16px;
  line-height:20px;
  margin:5px 0;
}

.lastProjectBoxSmall {
  margin:0;
}

.postDetailPage .navigation {
  margin: 0 10px 30px;
}

.navigation .alignleft {
  float: left;
  width: 45%;
  text-align: left;
}

.navigation .alignright {
  float: right;
  width: 45%;
  text-align: right;
}

/* END POST DETAIL PAGE */

/* BEGIN SIDEBAR */

#sidebar .contactUs {
  float: none;
}

#sidebar .ngg-widget a.ngg_lightbox {
  float: left;
  height: 75px;
  margin: 0 0 8px 8px;
  width: 90px;
}

#sidebar .ngg-widget a.ngg_lightbox img {
  border-radius: 2px;
}

#sidebar .widget_FacebookLikeBox {
  margin-bottom: 20px;
}


/* END SIDEBAR */

/* BEGIN FOOTER */

#footer {
 width:100%;
 color:#eee;
 background:#373737;
 overflow: hidden;
}

#footer h3 {
  margin:0;
}

.footerInner {
  width:960px;
  margin:40px auto 20px;
  
}

.footerContent {
  float:left;
  padding:40px 38px 0;
  width:244px;
  box-sizing: content-box;
}

.footerContent h3 {
  font-size:20px;
  color:#eee;
  padding-bottom: 10px;
}

.footerContent p {
  font-size: 14px;
  line-height: 21px;
}

.cmrText {
  font-size:24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.contactInformation {
  float: left;
  font-size: 13px;
  line-height: 18px;
  
}

.contact {
  float: left;
  font-size: 16px;
  line-height: 22px;	
  width: 100%;
  display: inline-block;
}

.company {
  float:left;
  width:190px;
  margin:44px 0 0;
}

.company h3 {
  padding-left:20px;
}

.menu-footer-menu-1-container ul, .menu-footer-menu-2-container ul {
	list-style: none;
	padding: 0px;
	margin: 5px 0;
}

.menu-footer-menu-1-container li, .menu-footer-menu-2-container li {

}

.menu-footer-menu-1-container li a, .menu-footer-menu-2-container li a {
  text-decoration:none;
  color:#eee;
  font-size: 14px;
  line-height: 21px;
}

.menu-footer-menu-1-container li a:hover, .menu-footer-menu-2-container li a:hover {
  text-decoration: underline;
}

.community {
  float:left;
  width:222px;
  margin:44px 40px 0 40px;
}

.footerMenuHeading {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size:20px;
  color:#ffffff;
}

.community h3 {
  padding-left:20px;
}

.menu-footer-menu-2-container li {

}

.menu-footer-menu-2-container li a {
  text-decoration:none;
  color:#fff;
}

/*Footer Contact Form*/
#wpcf7-f99-o1.wpcf7 input[type="text"], 
#wpcf7-f99-o1.wpcf7 input[type="email"],
#wpcf7-f99-o1.wpcf7 input[type="submit"],
#wpcf7-f99-o1.wpcf7 textarea
{
    background-color: #eee;
    color: #373737;
    width: 100%;
}

#wpcf7-f99-o1.wpcf7 textarea {
    height: 6em;
}

.copyrightContainer {
	background-color:#85bb27;
	width:100%;
	}

.copyright  {
  width:960px;
  margin: 0 auto;
  text-align: center;

}
p.copyright { 
  font-size: 13px;
line-height: 20px;
padding: 5px;
}

span.contact a {
  color: #fff;
}

/*END FOOTER*/