/*
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;
}
@font-face
{
	font-family: CenturyGothicRegular;
	src: url('fonts/gothic-webfont.eot');
	src: local('☺'), url('fonts/gothic-webfont.woff') format('woff'), url('fonts/gothic-webfont.ttf') format('truetype'), url('fonts/gothic-webfont.svg#webfontoS51T5g5') format('svg');
	font-weight: normal;
	font-style: normal;
}
H1, H2, H3, H4
{
	font-family: "Century Gothic", CenturyGothicRegular, 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) 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", CenturyGothicRegular, 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 normal 25px "Century Gothic", CenturyGothicRegular, 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;
	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;
	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;
	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*/
}
LI.widget_nextsteps
{
	width: 278px;
	padding: 15px 13px 0px;
}
.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", CenturyGothicRegular, 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: 10px;
	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;
}
#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;
	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", CenturyGothicRegular, 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;
	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
{
}
/*---------------------------------------------------------------------------------------
-----------------------------GRAVITY FORMS----------------------------------------------------*/
#content .gform_wrapper
{
	margin: 10px 0;
}
.gform_wrapper .gform_heading
{
	margin-bottom: 30px;
	width: 98%;
}
#content .gform_wrapper UL.gform_fields
{
	padding: 0;
	margin: 0;
}
#content .gform_wrapper UL.gform_fields LI LABEL.gfield_label
{
	font-family: "Century Gothic", CenturyGothicRegular, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8B939A;
}
#content .gform_wrapper UL.gform_fields LI LABEL.gfield_label SPAN.gfield_required
{
	color: #84C23F;
}
#content .gform_wrapper INPUT, #content .gform_wrapper SELECT
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: normal;
	width: 250px;
	background: #FFFFFF;
	border: 4px solid #D2D2D2;
	color: #46484F;
	font-size: 12px;
	padding: 3px;
	vertical-align: top;
}
#content .gform_wrapper SELECT
{
	width: 260px;
	padding: 3px 0;
}
#content .gform_wrapper .ginput_complex LABEL, #content .gform_wrapper .gfield_time_hour LABEL, #content .gform_wrapper .gfield_time_minute LABEL, #content .gform_wrapper .gfield_date_month LABEL, #content .gform_wrapper .gfield_date_day LABEL, #content .gform_wrapper .gfield_date_year LABEL, #content .gform_wrapper .instruction
{
	display: block;
	font-size: 12px;
	letter-spacing: 0.1em;
	margin: 0 0 10px;
	color: #8B939A;
	font-family: "Century Gothic", CenturyGothicRegular, Arial, Helvetica, sans-serif;
}
#content .gform_wrapper .gfield_checkbox INPUT, #content .gform_wrapper .gfield_radio INPUT
{
	background: #FFFFFF none repeat scroll 0 0;
	border: 2px solid #D2D2D2;
	color: #46484F;
	display: inline;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: normal;
	padding: 3px;
	vertical-align: middle;
	width: auto;
}
#content .gform_wrapper TEXTAREA
{
	display: block;
	background: #FFFFFF none repeat scroll 0 0;
	border: 4px solid #D2D2D2;
	color: #46484F;
	font-size: 12px;
	padding: 3px;
	vertical-align: top;
}
#content .gform_wrapper INPUT:hover, #content .gform_wrapper TEXTAREA:hover, #content .gform_wrapper SELECT:hover
{
	background: #CAE5AC;
}
#content .gform_wrapper INPUT:focus, #content .gform_wrapper TEXTAREA:focus, #content .gform_wrapper SELECT:focus
{
	background: #EDEDED;
}
#content .gform_wrapper .gform_footer
{
	margin: 16px 0 0;
	padding: 0px 0 10px;
}
#content .gform_wrapper .gform_footer.right_label, #content .gform_wrapper .gform_footer.left_label
{
	padding: 0 0 10px 31%;
}
#content .gform_wrapper INPUT.button
{
	width: auto;
	padding: 5px;
	text-transform: uppercase;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	background: #84C23F;
	border: 1px solid #D2D2D2;
	cursor: pointer;
	color: #FFF;
}
#content .gform_wrapper INPUT.button:hover
{
	background: #FFF;
	color: #8B939A;
}
#content .gform_wrapper H3.gform_title
{
	font-size: 24px;
}
/*------------------------------------------------------------------------------------------------------
-------------------------------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 !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: 12px;
	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;
}

