/*
Theme Name: Lower North Coast Golf Association
Theme URI: http://www.lncgolf.com.au
Version: 1.1
Description: Heavily modified theme from Elegant Themes designed to suit Lower North Coast Golf Association.
Author: Golden Age Media Enterprises
Author URI: http://www.goldenagemedia.com.au/web-design/
*/


/*------------------------------------------------*/
/*-----------------[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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

body { line-height: 20px; font-family:'Droid Sans',Arial,Verdana,sans-serif; font-size: 14px; color: #444;
	background:#f4f4f4 url(images/body-bg.png);
	padding-bottom: 50px;
}

a { text-decoration: none; color: #3C5D21; }
a:hover { text-decoration: underline; }
.clear { clear: both; }
.ui-tabs-hide { display: none; }
br.clear { margin: 0px; padding: 0px; }

h1, h2, h3, h4, h5, h6 { padding-bottom: 5px; color: #3C5D21; letter-spacing: 0px; line-height: 1em; font-weight: lighter; font-family: 'Oswald', Arial, sans-serif; text-shadow: none; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #3C5D21; }
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p { padding-bottom: 20px; line-height: 24px; }
strong { font-weight: bold; }
cite, em, i { font-style: italic; }
pre, code { font-family: Courier New, monospace; margin-bottom: 10px; }
ins { text-decoration: none; }
sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 0.8em; }
sub { top: 0.3em; }
blockquote  { margin: 1.5em; padding: 1em; color: #666666; background: #e6e6e6; font-style: italic; border: 1px solid #dcdcdc; }
	blockquote p { padding-bottom: 0px; }

input[type=text],input[type=email],input[type=password],input.text, input.title, textarea, select { background-color:#fff; border:1px solid #bbb; padding: 10px; color: #4e4e4e; }
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#2D3940; color: #3e3e3e; box-shadow: 0px 0px 5px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3); }
input[type=text],input[type=email],input[type=password], input.text, input.title, textarea, select { margin: 3px 0; }

#s { vertical-align: middle; }
button, .button, input[type=button], input[type=submit], #searchsubmit {
	border: 0px none;
	background: #5E9634;
	padding: 0px 10px;
	display: inline-block;
	vertical-align: middle;
	line-height: 36px;
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	text-shadow: -1px -1px 0px #507A2E;
	text-transform: uppercase;
}

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

input[type=text],input[type=email],input[type=password],input.text, input.title, textarea, select {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/

#bg-top-image { position: absolute; top: 0px; left: 0px; right: 0px; min-height: 390px; background: url(images/bg-top-image.jpg) no-repeat 50% 50%; background-size: 100% contain; -moz-background-size: 100% contain; -webkit-background-size: 100% contain;
	}

#container { text-align: left; margin: 0 auto; width: 1160px; position: relative; }
	#header { position: relative; min-height: 306px; }
		#logo { position: absolute; top: 40px; left: -100px; background: url(images/logo-background.png) no-repeat 0% 0%; width: 1074px; }
			#logo img { margin: 20px 0 20px 200px; }
		
			#search-form { float: right; background: url(images/search-bg.png) no-repeat; width: 161px; height: 28px; }
				#search-form #searchinput { background: none; border: none; float: left; margin: 5px 7px 0 5px; width: 114px; padding-left: 9px; font-size: 11px; font-family: Georgia, serif; color: #a3a3a3; text-shadow: 1px 1px 0px #ffffff; font-style: italic; }
				#search-form #searchsubmit { margin-top: 7px; margin-right: 7px; }
				
				
				
	#body-container { background: #fff; width: 1120px; padding: 20px; box-shadow: 0px 0px 5px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2); -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2); }
	
	#breadcrumbs { font-size:14px; font-family: 'Oswald', Arial, sans-serif; font-weight: lighter; padding-top: 20px; margin-bottom: 14px; }
		#breadcrumbs a { color: #999; text-decoration: none; }
			#breadcrumbs a:hover { color: inherit; }
		#breadcrumbs .raquo { color: #999; }
	#category-name { text-align: center; width: auto; margin: 0 auto; padding-top: 25px; background: url(images/top-category-bg.png) no-repeat; }
		#category-inner { background: url(images/bottom-category-bg.png) no-repeat bottom left; padding-bottom: 15px; }
			h1.category-title { font-size: 25px; }
			p.description { color: #999; }
		#content { background: url(images/content-bg.png) repeat-y 780px 0px; }
		.fullwidth { background: none !important; }
			#left-area { width: 760px; float:left; }
			.fullwidth #left-area { width: 100%; }
			#sidebar { width: 320px; float:left; padding-top: 35px; padding-left: 40px; }
				.post { padding: 35px 30px 30px 0px; }
					.post a { text-decoration: underline; }
					.post-thumbnail { display:block; float:left; position:relative; margin-right: 35px; margin-top: 6px; }
						.post-thumb { margin-top:7px; margin-left:7px; }
						span.post-overlay { background:url(images/post-overlay.png) no-repeat;
						display:block; height:200px; left:0px; position:absolute; top:0px; width:200px; }
					h2.title { font-size: 28px; padding-bottom: 15px; }
						h2.title a { text-decoration: none; }
						h2.title a:hover { color: inherit; }
						.post p.meta-info { padding-bottom:9px; padding-top: 9px; font-family: 'Oswald', Arial, sans-serif; font-weight: lighter; font-size: 15px; color: #d0d0d0; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; margin-bottom: 11px; }
							.post p.meta-info a, p.description a { color: #929292; text-decoration: none; }
							p.description a { color: #6e6e6e; }
							.post p.meta-info a:hover, p.description a:hover { color: #111; }
					a.read-more, .reply-container a, #commentform input#submit  { border: 1px solid #eaeaea; float:right; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; font-family: 'Oswald', Arial, sans-serif; font-weight: lighter; font-size: 12px; color: #1d1d1d; padding: 3px 10px; text-decoration: none; display: block; background: #fff; }

	.post ul, .comment-content ul { list-style-type: disc; padding: 0px 0px 20px 20px; }
		.post ol, .comment-content ol { list-style-type: decimal; list-style-position: inside; padding: 0px 0px 20px 2px; }
			.post ul li ul, .post ul li ol, .comment-content ul li ul, .comment-content ul li ol { padding: 2px 0px 2px 20px; }
			.post ol li ul, .post ol li ol, .comment-content ol li ul, .comment-content ol li ol  { padding: 2px 0px 2px 35px; }




/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/

#nav-container {
	background: #5e9634; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlOTYzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzVlOTYzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzU4OGMzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ODhjMzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #5e9634 0%, #5e9634 50%, #588c31 51%, #588c31 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e9634), color-stop(50%,#5e9634), color-stop(51%,#588c31), color-stop(100%,#588c31)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5e9634 0%,#5e9634 50%,#588c31 51%,#588c31 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5e9634 0%,#5e9634 50%,#588c31 51%,#588c31 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5e9634 0%,#5e9634 50%,#588c31 51%,#588c31 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5e9634 0%,#5e9634 50%,#588c31 51%,#588c31 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e9634', endColorstr='#588c31',GradientType=0 ); /* IE6-8 */
	width: 100%;
	float: left;
}

ul#top-menu { display: block; }

ul#top-menu li { padding: 0px 0px; }
	ul#top-menu a { font-size: 15px; font-family: 'Oswald', Arial, sans-serif; color: #fff; text-decoration: none; font-weight: lighter; text-transform: uppercase;
		display: inline-block; line-height: 50px;
		padding: 0px 10px;
	}
	ul#top-menu a:hover, ul#top-menu > li.sfHover > a { color: #fff; background: #588C31; background: rgba(0,0,0,0.1); }
	ul#top-menu > li.current_page_item > a, ul#top-menu > li.current-menu-item > a { color: #fff !important; font-weight: normal; }

ul#top-menu ul { width: 280px; background: #507C2C; top: 50px !important; padding: 10px; z-index: 9999px; display: none; -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); -webkit-border-radius: 0px 0px 4px 4px; -moz-border-radius: 0px 0px 4px 4px; border-radius: 0px 0px 4px 4px; }
	ul#top-menu ul li { padding: 0 0; }
		ul#top-menu ul li a { padding: 0px 0px 0px 10px; width: 270px; line-height: 40px; }

		ul#top-menu li:hover ul ul, ul#top-menu li.sfHover ul ul { top: -12px !important; left: 197px !important; }


		
		
		
		

/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/

.widget { width: 320px; padding-bottom: 25px; }
	.widget h3.title { padding-bottom: 10px; }
		.widget ul li { background:url(images/sidebar-bullet.png) no-repeat 0px 7px; padding-bottom: 8px; padding-left: 15px; display: block; }
			.widget ul li a { color:#929292; text-decoration: none; }
				.widget ul li a:hover { color:#b2b2b2; }





/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/

#footer { }
	#footer-content { padding: 20px 0px; color: #888; }
	
		#copyright { float: left; }
			#copyright a { color: #888; }
	
		#developed { float:right; color: #b3b3b3; }
			#developed a { color: #b3b3b3; }
			#developed a:hover { color: #333; }










/*------------------------------------------------*/
/*--------------[FEATURED SLIDER]-----------------*/
/*------------------------------------------------*/

#featured-slider { position: relative; width: auto; margin: 20px 0px; }

#featured { position: relative; }
	a#left-arrow, a#right-arrow, #featured .nivo-prevNav, #featured .nivo-nextNav { position: absolute; top: 143px; width: 40px; height: 44px; text-indent:-9999px; z-index: 40; }
		a#left-arrow, #featured .nivo-prevNav { background:url(images/left-arrow.png) no-repeat; left: -7px; }
		a#right-arrow, #featured .nivo-nextNav { background:url(images/right-arrow.png) no-repeat; right: -7px; }
			.featured-top-shadow { background:url(images/featured-top-shadow.png) repeat-x; position: absolute; top:0; left: 0px; width: 760px; height: 4px; }
			.featured-bottom-shadow { background:url(images/featured-bottom-shadow.png) repeat-x; position: absolute; bottom:0; left: 0px; width: 760px; height: 4px; }
			
			.featured-description { position: absolute; width: 340px; top: 40px; right:50px; background:url(images/featured-description.png); padding: 20px 20px; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; color: #fff; }
				h2.featured-title { font-size: 20px; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); text-transform: uppercase; }
					h2.featured-title a { text-decoration: none; color: #ffffff; }
				.featured-description p { color: #fff; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); line-height: 21px; padding-bottom: 0px; }
				a.readmore { display: block; background: url(images/readmore.png); height: 27px;padding: 0 13px; color: #7b9297; font-size: 13px; font-family: 'Oswald', Arial, sans-serif; line-height: 27px; position: absolute; bottom: 0px; right: 0px; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
				#featured a.readmore:hover { color: #fff; }
				
	#controllers, .nivo-controlNav { text-align: center; }
		#controllers a, .nivo-controlNav a { background:url(images/controller1.png) no-repeat; display:block; height:11px; margin-right:4px; text-indent:-9999px; width:11px; display: inline-block; }
			#controllers a.activeSlide, .nivo-controlNav a.active, #controllers a:hover, .nivo-controlNav a:hover { background:url(images/controller2.png) no-repeat; }


			
/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/

h3#comments { margin-bottom: 20px; }

#comment-wrap { margin-top: -18px; padding: 42px 35px 0 0; }

.comment-body-outer	{ border: 1px solid #f0f0f0; margin-bottom: 25px; background: url(images/comment-top-bg.png) repeat-x; }
	.comment-body { background: #fff; padding: 18px 14px 12px 100px; position: relative; background: url(images/comment-bottom-bg.png) bottom left repeat-x; }
		.avatar-box { position: absolute; top: 17px; left: 19px; padding: 6px 0 0 6px; }
			.avatar-overlay { position: absolute; top: 0; left: 0; width: 68px; height: 68px; background: url(images/avatar-overlay.png) no-repeat; }

			.comment-date { font-size: 12px; color: #d4d4d4; font-family: Georgia, serif; font-style: italic; float: right; }
			span.fn, span.fn a { font-family: 'Oswald', Arial, sans-serif; font-weight: lighter; font-size: 20px; color: #1d1d1d; text-decoration: none; }
			span.fn a:hover { color: #111; text-decoration: none; }
		.comment-arrow { position: absolute; bottom: -19px; right: 45px; background: url(images/comment-arrow.png) no-repeat; width: 18px; height: 19px; }

		.reply-container { float:right; }

		.comment ul.children { padding-left: 100px; }

#commentform textarea#comment { width: 96%; }
	#commentform input[type=text] { width: 38%; }
	#commentform input, #commentform textarea { background: url(images/comment-inputs-bg.png) repeat-x; border: 1px solid #f0f0f0; color: #929292; font-size: 12px; padding: 12px 10px 12px 20px; }

	#commentform .hidden { display: none; }

	li.comment #respond textarea { width: 91% !important; }
	li.comment #respond input[type=text] { width: 48% !important; }

#trackbacks { margin-bottom: 20px; }
	#trackbacks h3#comments, #respond h3#comments { margin-bottom: 5px; }


/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/

div.post .new-post .aligncenter, .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin-bottom: 10px; }
.wp-caption.alignleft { margin: 0px 10px 10px 0px; }
.wp-caption.alignright { margin: 0px 0px 10px 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
.alignright { float: right; }
.alignleft { float: left }
img.alignleft { display:inline; float:left; margin: 4px 15px 10px 0px; }
img.alignright { display:inline; float:right; margin: 4px 0px 10px 15px; }


/*------------------------------------------------*/
/*---------------[DEFAULT DROPDOWN SETTINGS]---*/
/*------------------------------------------------*/

.nav ul { position:absolute; top:-999em; background-position: bottom; background-repeat: no-repeat; z-index: 10; }
.nav li { float:left; position:relative; }
.nav a { display:block; float: left; }
	.nav li:hover ul, ul.nav li.sfHover ul { left:0px; top:50px; }
	.nav li:hover li ul, .nav li.sfHover li ul { top:-999em; }
		.nav li li:hover ul, ul.nav li li.sfHover ul { left:192px; top:0px; }
	.nav li:hover ul, .nav li li:hover ul { top: -999em; }
	.nav li li {	display: block;	padding: 0px; float: left; height: auto !important; }
	.nav li ul { width: 191px; z-index:1000; }
		.nav li li a:link, .nav li li a:visited {	display: block; height: auto; float: left; }
		.nav li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }


/*------------------------------------------------*/
/*-----------------[WP CALENDAR]-----------------*/
/*------------------------------------------------*/
#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 240px;	}
	#wp-calendar a { display: block; text-decoration: none; font-weight: bold; }
		#wp-calendar a:hover { text-decoration: underline; }
	#wp-calendar caption { text-decoration: none; font: bold 13px Arial, Sans-Serif; }
	#wp-calendar td { padding: 3px 5px; color: #9f9f9f; }
		#wp-calendar td#today { color: #ffffff; }
	#wp-calendar th { font-style: normal;	text-transform: capitalize;	padding: 3px 5px; }
		#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
		#wp-calendar #next a { padding-right: 10px; text-align: right; }
		#wp-calendar #prev a { padding-left: 10px; text-align: left; }

/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination { overflow: hidden; padding: 15px 12px 0px; }
.wp-pagenavi { position: relative; font-family: 'Oswald', Arial, sans-serif; color: #1d1d1d; font-size: 14px; text-align: right; padding: 15px 33px 0 0; }
.wp-pagenavi a, .wp-pagenavi a:link { padding: 5px 12px !important; margin: 2px; text-decoration: none; border:1px solid #eaeaea !important; color: #413f36; background-color: #fff; font-weight: lighter !important; color: #1d1d1d; font-size: 14px; }
.wp-pagenavi a:visited { padding: 5px 12px; margin: 2px; text-decoration: none; border: 1px solid #eaeaea; background-color: #fff; color: #1d1d1d; font-size: 14px; }
.wp-pagenavi span.pages { padding: 5px 7px 5px !important; margin: 2px !important; border: none !important; background-color: none; color: #1d1d1d; font-size: 14px; font-weight: lighter; }
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover { padding: 5px 12px !important; margin: 2px; font-weight: bold; background-color:#f6f6f6 !important; border:1px solid #eaeaea !important; color: #1d1d1d !important; font-size: 14px; font-weight: lighter !important; }
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }


a.readmore:hover, #sidebar div.custom-sidebar-block ul.control li a:hover, ul#cats-menu li a:hover, ul#page-menu li a:hover, div#slider-control div.featitem h2 a  { text-decoration: none; }

.foursixeight { margin: 0px 0px 15px 84px;}
.et_pt_blogentry { position: relative; }

#comment-wrap .navigation { padding: 10px 0; }
	.nav-previous { float: left; }
	.nav-next { float: right; }
h3#reply-title small { display: block; }
	h3#reply-title small a { font-size: 12px; letter-spacing: 0px; }

#commentform input[type=text] { width: 40%; display: block; padding: 5px; }
#commentform textarea#comment { width: 91%; }
.commentlist #respond textarea#comment { width: 91% !important; }
.commentlist #respond input[type=text] { width: 40%; display: block; padding: 5px; }
.comment_navigation_bottom, .comment_navigation_top { padding-bottom: 12px; }

#featured #slides { height: 330px; }

.js #featured #slides, .js #featured-modest { background: url(images/ajax-loader.gif) no-repeat center; }
	.js #featured .slide, .js #featured-modest .slide { display: none; }

#featured .flex-direction-nav li a { z-index: 99; }

#ie7 #header { position: relative; z-index: 2; }
#ie7 .flex-container, #ie7 #category-name, #ie7 #content-area { position: relative; z-index: 1; }







/*---------------------[ SHORTCODES }---------------------------*/

.hr-shortcode {
	border-top: 2px dashed #28314E;
	margin: 0px 0px 22px 0px;
	}

.shortcode-pdf { position: relative; min-height: 30px; line-height: 30px; background: url(images/icon-pdf.png) no-repeat 0px 0px; padding: 0 0 0 45px; margin-bottom: 22px; }
	.shortcode-pdf a { color: #E40613; font-weight: bold; }

/*---------------------[ SHORTCODES }---------------------------*/




