/*
Theme Name: TLC Signs
Description: Bespoke Theme for TLC Signs and Banners.
Version: 1.0
Author: Kathleen Aubert
Author URI: http://www.demon-design.net/

*/

*{
	margin: 0;
	padding: 0;

}

.clear {
	clear: both;

}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #e2e2e2 url('images/background.jpg');
	color: #2f2f2f;
	
	}
	
h1, h2, h3, h4 {
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	
}
h1 {
	font-size: 25px;
	color: #84c23f;
	font-weight: bold;
	
}

h2 {
	font-size: 20px;
	color: #84c23f;
	font-weight: bold;

}

h3 {
	font-size: 16px;
	color: #84c23f;
	font-weight: bold;

}

h4 {
	font-size: 16px;
	font-weight: bold;

}

p{
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 9px;

}

a {
	text-decoration: none;
	color: #84C23F;
	

}

a:hover {
	text-decoration: underline;
}
#content ul {
	list-style: inside;
	padding-bottom: 9px;

}

#content ol {
	list-style-position: inside;
	padding-bottom: 9px;
}


#content ul li, #content ol li {
	font-size: 12px;
	line-height: 18px;

}

blockquote {
	padding: 10px 10px 0;
	border: 1px solid #ccc;
	margin-bottom: 9px;
	background: #eee;

}
	
#container {
	width: 976px;
	height: auto;
	background: url(images/container.png) repeat-y left top;
	margin: 0 auto;

}
/*-----------------------------------------------------------------------------------------------------------
-------------------------------------HEADER--------------------------------------------------------------*/
#branding {
	width: 920px;
	height: 150px;
	padding: 0 20px;
	margin: 0 auto;
}

img#logo {
	width: 180px;
	height: 110px;
	margin-top: 20px;
	float: left;
}
#branding p {
	float: right;
	width: 250px;
	margin-top: 50px;
	line-height: 30px;
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;

}

#branding span.PhoneNumber {
	font-size: 35px;
	color: #84c23f;
	
}

#branding span.EmailAd a{
	font-size: 16px;
	color: #2f2f2f;
	
}

/*-----------------------------------------------------------------------------------------------------
---------------------------------TOP NAVIGATION--------------------------------------------------------*/

ul#topnav {
	width: 910px;
	height: 73px;
	margin: 0 auto;
	background: url(images/topnav.jpg) no-repeat bottom center;
	padding: 0 7px;
	position: relative;
}

ul#topnav li {
	width: auto;
	height: 34px;
	float: left;
	list-style: none;
	display: block;
	_width: 0px;
	white-space:nowrap;
}

ul#topnav li a{
	width: auto;
	_width: 0px;
	height: 29px;
	padding: 0 8px;
	margin: 4px 1px 0;
	display: block;
	line-height: 30px;
	background: url(images/navitem.jpg) repeat-x left bottom;
	font-size: 11px;
	color: #2f2f2f;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}


ul#topnav li#home {
	width: auto;
	
	height: 34px;

}

ul#topnav li#home a {
	width: 32px;
	height: 29px;
	padding: 0;
	margin: 4px 1px 0;
	background: url(images/nav-home.jpg) no-repeat center bottom;
	text-indent: -99999px;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;

}


ul#topnav li a:hover, ul#topnav li.current_page_item a, ul#topnav li.current_page_parent a, ul#topnav li.current_page_ancestor a{
	background: url(images/navitemover.jpg) repeat-x left bottom;
	width: auto;
	height: 33px;
	padding: 0 8px;
	margin: 0px 1px 0;
	font-size: 11px;
	line-height: 34px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #0f329b;
	border-left: 1px solid #0f329b;
	border-right: 1px solid #0f329b;
	
}

ul#topnav li#home a:hover, ul#topnav li#home.current_page_item a, ul#topnav li#home.current_page_parent a, ul#topnav li#home.current_page_ancestor a{
	background: url(images/nav-home-over.jpg) no-repeat center bottom;
	width: 32px;
	height: 33px;
	padding: 0;
	margin: 0px 1px 0;
	border-top: 1px solid #0f329b;
	border-left: 1px solid #0f329b;
	border-right: 1px solid #0f329b;
	
	text-indent: -99999px;
	
}

ul#topnav li ul {
	display: none;
	position: absolute;
	left: 5px;
	height: 29px;
	_width: 800px;

}



ul#topnav li.current_page_item ul, ul#topnav li.current_page_parent ul, ul#topnav li.current_page_ancestor ul{
	display: block;
	
}

ul#topnav li ul li {
	
}

ul#topnav li ul li a, ul#topnav li.current_page_item ul li a, ul#topnav li.current_page_parent ul li a, ul#topnav li.current_page_ancestor ul li a{
	background: none;
	border: none;
	font-weight: normal;
	display: inline;

	
}

ul#topnav li ul li a:hover, ul#topnav li ul li.current_page_item  a, ul#topnav li.current_page_parent ul li.current_page_item  a, ul#topnav li.current_page_ancestor ul li.current_page_item  a{
	background: none;
	border: none;
	font-weight: normal;
	text-decoration: underline;
}


/*----------------------------------------------------------------------------------------------------
--------------------------------------------------CONTENT----------------------------------------*/


#content-container{
	width: 920px;
	margin: 0 auto;
	height: auto;
	padding: 15px 0;


}

#header-slideshow {
	width: 580px;
	height: 280px;
	float: left;
	background: url(images/slideshowback.jpg) no-repeat left center;
	padding: 13px;
	margin-bottom: 15px;
	position: relative;
}

#header-slideshow span {
	width: 580px;
	height: 280px;
	background: url(images/slideshow-inner.png) no-repeat left center;
	position: absolute;
	left: 13px;
	top: 13px;
}


#content {
	width: 600px;
	margin: 20px 0 0 ;
	float: left;
	background: url(images/content.jpg) repeat-y top center;
	
	
}
#content-top {
	width: 600px;
	height: 18px;
	background: url(images/content-top.jpg) no-repeat top center;

}

#content-bottom {
	width: 600px;
	height: 18px;
	background: url(images/content-bottom.jpg) no-repeat bottom center;

}

#content h1.pagetitle {
	min-height: 50px;
	margin: -35px auto 0;
	background: url(images/h1-bottom.png) no-repeat center bottom;
	width: 570px;
	color: #fff;
	margin-bottom: 15px;
	display: block;
	_height: 50px;
	position: relative;
	font: normal 25px/normal 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
}

#content h1.pagetitle span {
	display: block;
	background: url(images/h1-top.png) no-repeat center top;
	height: auto;
	padding: 7px 15px 10px;
	width: 540px;
	position: relative;
	
}


.post, .page {
	margin: 0 20px;

}

.search-results .post, .search-results .page{
	border-bottom: 1px dashed #D2D2D2;
	padding: 5px 0;

}

.post p.postdetails {
	font-size: 11px;
	font-weight: bold;
	color: #908f8f;

	

}

.post h2 a, .page h2 a {
	color: #84c23f;

}

.post .postmetadata{
	background: #d3d2d2;
	padding: 10px;
	margin: 10px 0 15px 0;
	line-height: 25px;
	font-size: 11px;
	clear: both;

}

.post .postmetadata a{
	color: #2f2f2f;

}

.post .postmetadata img {
	vertical-align: -3px;
}

#content .navigation {
	padding: 0 20px;

}


/*------------------------------------------------------------------------------------------------
-----------------------------------SIDEBAR--------------------------------------------------------*/
#sidebar {
	width: 304px;
	min-height: 400px;
	float: right;

	

}

#searchbox {
	width: 264px;
	height: 81px;
	background: url(images/searchbox.jpg) no-repeat left top;
	margin-bottom: 15px;
	padding: 15px 20px 0;

}

#searchbox h2 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 12px;
	font-weight: normal;

}

#searchbox #searchform input#s{
	width: 205px;
	height: 15px;
	background: url(images/searchfield.jpg) no-repeat left center;
	border: none;
	padding: 5px;
	float: left;

}

#searchbox #searchform input#searchsubmit {
	width: 30px;
	height: 30px;
	border: none;
	background: url(images/searchbutton.png) no-repeat left center;
	cursor: pointer;
	margin-left: 5px;
	float: left;

}


li.widget {
	width: 274px;
	min-height: 155px;
	_height: 155px;
	background: url(images/box.jpg) no-repeat left top;
	padding: 15px 15px 0px 15px;
	list-style: none;
	font-size: 12px;
	
	
}

li.widget h2 {
	width: 255px;
	height: 40px;
	background: url(images/boxheaderblue.jpg) no-repeat left top;
	line-height: 40px;
	color: #fff;
	font-weight: normal;
	padding: 0 10px;
	position: relative;
	font-size: 18px;
	margin-bottom: 10px;
}

li.widget_categories h2, li.widget_specialoffer h2 {
	background: url(images/boxheadergreen.jpg) no-repeat left top;
	position: relative;
}

li.widget_specialoffer p{
	font-size: 14px;
	line-height: 22px;
	margin: 0 10px;
	text-transform: uppercase;
	padding: 0;
}


.widget_specialoffer h2 span {
	width: 90px;
	height: 86px;
	background: url(images/star.png) no-repeat left top;
	position: absolute;
	right: -30px;
	top: -25px;
	_display: none; /*ie6 fix only*/
	
}

li.widget_nextsteps {
	width: 278px;
	padding: 15px 13px 0px 13px;

}

.widget_nextsteps h2 {
	background: url(images/boxheaderblue.jpg) no-repeat left top;

}

.widget a.calltoaction{
	width:238px;
	height:  72px;
	display: block;
	background: url(images/calltoaction.png) no-repeat left top;
	margin-top: 2px;
	font-size: 20px;
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	line-height: 70px;
	padding: 0 20px;
	color: #8b939a;
	font-weight: bold;

}
.widget a.calltoaction span {
	font-size: 35px;
	display: block;
	float: left;
	margin-right: 20px;
	
	width: 20px;

}

.widget a:hover.calltoaction{
	
	background: url(images/calltoaction.png) no-repeat left bottom;
	text-decoration: none;
	color: #84c23f;
}



li.widget-bottom {
	width: 304px;
	height: 25px;
	background: url(images/box-bottom.jpg) no-repeat left bottom;
	margin-bottom: 15px;
	margin-top: 0;
	list-style: none;
	padding: 0;
	
}



li.widget ul li {
	list-style: none outside;
	font-size: 12px;
	padding: 0 0 5px 15px;
	background: url(images/arrow.gif) no-repeat left 4px;
	margin-left: 10px;
	line-height: 18px;

}

li.widget ul li a {
	color: #2f2f2f;
	font-weight: normal;
	
	}

li.widget p {
	margin: 0 10px;

}

li.widget_specialoffer ul li {
	font-size: 14px;
	background: url(images/tick.png) no-repeat left 6px;
	padding: 5px 0 5px 25px;
	
}


/*--------------------------------------------------------------------------------------------------------
----------------------------------------FOOTER-----------------------------------------------------------*/

#footer {
	width: 976px;
	height: 160px;
	background: url(images/footer.png) no-repeat left top;
	margin: 0 auto;

}

#footer-inner {
	width: 880px;
	height: 90px;
	margin: 0 auto;
	background: url(images/footer-inner.jpg) no-repeat top center;
	padding: 30px 20px 10px 20px;
}

#footer p {
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding-bottom: 0;
}

#footer a {
	color: #fff;
	font-weight: bold;

}


/*------------------------------------------------------------------------------
-----------------------IMAGE STYLES---------------------------------------------*/

img.aligncenter {
	display: block;
	margin: 10px auto;
	}

img.alignright {
	
	margin: 5px 0 10px 10px;
	display: inline;
	}

img.alignleft {

	margin: 5px 10px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	width: auto;
	}

.alignleft {
	float: left;
	width: auto;
	}
	
a:link img, a:visited img {
	border: none;
}

a:hover img, a:active img{
	border: none;
}

/*---------------------------------------------------------------------------------------
-----------------------------COMMENTS----------------------------------------------------*/

.postcomments {
	padding: 0 20px;

}

.postcomments p{
	font-size: 11px;
	line-height: 16px;

}


.alt {
	margin: 0;
	padding: 10px;
	}

#content h2#comments, #respond h2{
	padding-top: 10px;

}

#content h2#comments {
		border-bottom: 1px dashed #d2d2d2;
		padding-bottom: 10px;
}

#content .commentlist {
	padding: 0;
	text-align: justify;
	
	}

#content .commentlist li {
	border-bottom: 1px dashed #d2d2d2;
	
	padding: 15px 0 10px 0;
	list-style: none;

	}
#content .commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}


.comment-author {

font-size: 14px;
}

.postcomments a {
	color: #2f2f2f;

}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
	color: #2f2f2f;
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}


.comment-author span.says, a.comment-edit-link {
	display: none;

}


.commentmetadata {
		display: block;

	margin-bottom: 5px;
	font-size:10px;
	

}

.commentmetadata a{
	color: #908F8F;

}

ol.commentlist li.comment div.vcard img.avatar { 
	border:1px solid #E4E4E4; 
	float:left; 
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 5px; 
	background: #fff;
	
}

.children { padding: 0; }

ol.commentlist li.comment  p {
	display: block;
	clear: both;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
#content .postcomments .navigation {
	padding: 15px 0;
	

}

#content .postcomments .navigation a{
	padding: 5px;
	border: 1px solid #ccc;
	color: #84c23f;
	text-decoration: none;
	font-size: 11px;

}

#content .postcomments .navigation a:hover{
	background: #84c23f;
	color: #fff;

}


/* ---------------------------------------------------------------------------------------
------------------------------COMMENTFORM-------------------------------------------------- */
#respond {
	padding-top:5px;

}

#commentform p {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 99%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	width: auto;
	cursor: pointer;
	}

#commentform #submit:hover {
	
}
/*------------------------------------------------------------------------------------------------------
-------------------------------NEXTGEN GALLERY STYLES--------------------------------------------------*/

#content .ngg-galleryoverview {
	clear:both;
	display:block !important;
	margin-top: 0px;
	padding-bottom: 15px;
	overflow:hidden;
	width:100%;
}
#content .ngg-gallery-thumbnail {
	display: inline;

}

#content .ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:none;
	display:block;
	margin:4px 0 4px 5px;
	padding:0;
	position:relative;
}

#content .ngg-album-compact {
	float:left;
	height:160px;
	margin:4px 5px 4px 5px !important;
	padding: 0 !important;
	text-align:left;
	width:130px;
	display: inline;
}
#content .ngg-album-compactbox {

	background: none;
	height:130px;
	margin-right: 0 !important;
	padding:0 !important;
	width:130px;
}

#content .ngg-album-compactbox .Thumb {
	border:none;
	height:130px;
	margin: 0 !important;
	padding:0 !important;
	width:130px;
}

#content .ngg-album-compact h4 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:0;
	margin-top:0;
	width:130px;
}

#content .ngg-album-compact h4 a{
	color: #2f2f2f;

}

#content .ngg-navigation {
	clear:both !important;
	display:block !important;
	font-size:0.9em !important;

	padding-top:15px;
	text-align:center;
}

#content .ngg-navigation a.page-numbers, #content .ngg-navigation a.next, #content .ngg-navigation a.prev, #content .ngg-navigation span.page-numbers, #content .ngg-navigation span.next, #content .ngg-navigation span.prev {
border:1px solid #CCC;
margin-right:3px;
padding:3px 7px;
color: #84c23f;
}

#content .ngg-navigation a.page-numbers:hover,
#content .ngg-navigation a.next:hover,
#content .ngg-navigation a.prev:hover, 
#content .ngg-navigation span.page-numbers:hover,
#content .ngg-navigation span.next:hover,
#content .ngg-navigation span.prev:hover {
	background-color: #84c23f;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

#content .ngg-album-compact p {
	display: none;
}

