/*  child stylesheet  */

#header {
	height: 155px;
}

#header .container {
	background: none;
}

img#logo {
	margin-right: 0; 
}

img#logo, 
ul.nav {
	margin-left: 0;
}

div#top-menu {
	margin-top: 86px;
}

.featitem {
	margin-top: 15px;
}

#featured-area h2.feat-heading {
	padding-bottom: 0;
}

#featured-thumbs .container {
	padding-left: 150px;
}

#featured-area .excerpt a {
	color: #fff;
	text-decoration: underline;
}

#featured-area .excerpt a.readmore {
	text-decoration: none;
}

#featured-area .excerpt strong {
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}

#services .one-third {
	width: 210px;
	padding: 31px 5px 0px 80px;
}

#services .one-third ul {
	padding-bottom: 10px;
}

#services .one-third ul li {
	list-style: circle;
	margin-left: 15px;
}

#services a, #content-area a {
	text-decoration: underline;
	color: #333;
}

#content-area.narrowwidth {
	width: 750px!important;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

#footer h3.widgettitle {
	display: none;
}

div#wpcf7-f806-w1-o1 input[type="text"] {
	width: 225px!important;
}

.thumb_popup p {
	display: none;
}

.thumb_popup p.heading {
	display: block;
}

/* target firefox */
@-moz-document url-prefix() { 
	.js #featured-slider {
		float: left;
	}
	#services {
		padding-left: 0;
	}
	#home #content #container {
		width: 975px;
	}
}