/*
Theme Name: Liberty And West
Theme URI: http://www.libertyandwest.com.au
Version: 1.1
Description: Heavily modified theme from Elegant Themes designed to suit Liberty and West.
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; }

a[href^=tel], a[href^=tel]:hover {
 color: inherit;
 text-decoration:inherit;
}

@font-face {
    font-family: 'eurostile';
    src: url('fonts/eurosti-webfont.eot');
    src: url('fonts/eurosti-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/eurosti-webfont.woff2') format('woff2'),
         url('fonts/eurosti-webfont.woff') format('woff'),
         url('fonts/eurosti-webfont.ttf') format('truetype'),
         url('fonts/eurosti-webfont.svg#eurostileregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

body {
	line-height: 20px; font-family:'Droid Sans',Arial,Verdana,sans-serif; font-size: 14px; color: #eee;
	background: #111 url(images/bg-background.jpg) no-repeat 50% 50% fixed;
	background-size: cover; -moz-background-size: cover; -webkit-background-size: cover;
}

#homepage-slider { position: fixed; width: 100%; height: 100%; }
	.tp-bullets { width: 20px; }



#dot-overlay {
	position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 10;
	background: url(images/bg-black-overlay.png) repeat fixed;
}



a { text-decoration: none; color: #fff; }
a:hover { text-decoration: underline; color: #fff; }
.clear { clear: both; }
.ui-tabs-hide { display: none; }
br.clear { margin: 0px; padding: 0px; }

h1, h2, h3, h4, h5, h6 { padding-bottom: 12px; color: #fff; letter-spacing: -1px; line-height: 1em; font-weight: lighter; font-family: 'eurostile', Arial, sans-serif; text-shadow: none; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #fff; }
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; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd  { margin-left: 1.5em;}
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; }

input[type=text], input[type=email], input[type=password], input.text, input.title, textarea, select { margin: 3px 0; }

.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] { font-size: 14px !important; }

.gform_wrapper .top_label .gfield_label { margin: 8px 0 0 !important; }
body .gform_wrapper label.gfield_label + div.ginput_container { margin-top: 0 !important; }
.gform_confirmation_message { background-color: transparent !important; border: 0px none !important; }

input[type=button], input[type=submit], button, .button {
	-webkit-appearance: none; -moz-appearance: none; -o-appearance: none; /* For Mobiles */
	border: 0px none;
	background: #004B88;
	color: #fff;
	text-shadow: -1px -1px 0px #003460;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-family:'Droid Sans',Arial,Verdana,sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 48px;
	padding: 0px 20px;
	cursor: pointer;
}

.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 */

/* Change this class to whatever ID or class you wish to animate */
a, #search-form #searchsubmit, #thumb a.img {
	-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]---------------*/
/*------------------------------------------------*/



#container-home { position: absolute; height: 100%; top: 0px; left: 50%; width: 1160px; z-index: 1000; margin-left: -580px; margin-bottom: 80px; }
#container { position: relative; height: 100%; top: 0px; left: 50%; width: 1160px; z-index: 1000; margin-left: -580px; margin-bottom: 80px; }

	#header { position: relative; width: 300px; height: 100%; top: 0px; bottom: 0px; background: url(images/bg-content.png) repeat 0 0; text-align: center; float: left; margin-right: 40px; }
		#header-inner { padding: 40px; }
		#logo { display: inline-block; margin: 0 auto 20px; text-align: center; }
		p#slogan { padding: 20px 0px; margin: 0 auto; font-size: 18px; line-height: 20px; color: #fff; text-transform: uppercase; font-family: 'eurostile', Arial, sans-serif; }
		
		#header-phone { display: block; margin: 40px 0px; color: #fff; font-size: 26px; font-family: 'eurostile', Arial, sans-serif; }
		
	
	#homepage-slider { position: relative; }
	
	#content-home { position: absolute; bottom: 30px; right: 0px; z-index: 1000; width: 720px; }
		#content-home-inner { position: relative; padding: 30px 0px 0px; margin-left: 20px; }
			#content-home-inner h1 { font-size: 24px; }
	
		
		/* home thumbs */
		#thumb { text-align: center; display: inline-block; margin: 0px 5px 12px 0px; color: #fff; text-shadow: -1px -1px 2px rgba(0,0,0,0.5); }
		#thumb.last { margin-right: 0px; }
		#thumb a:hover { text-decoration: none; }
		#thumb a.img { display: block; width: 160px; height: 100px; margin-top: 4px; background-repeat: no-repeat; }
		#thumb.company a.img { background-image: url(images/thumb-company.jpg); }
		#thumb.investment a.img { background-image: url(images/thumb-investment.jpg); }
		#thumb.management a.img { background-image: url(images/thumb-management.jpg); }
		#thumb.homeloans a.img { background-image: url(images/thumb-homeloans.jpg); }
		#thumb.risk a.img { background-image: url(images/thumb-risk.jpg); }
		#thumb.wealth a.img { background-image: url(images/thumb-wealth.jpg); }
		#thumb.platinum a.img { background-image: url(images/thumb-platinum.jpg); }
		#thumb.recommended a.img { background-image: url(images/thumb-recommended.jpg); }
		
		
		
		
		
		
		
		

			
		#content { float: left; width: 779px; padding: 0px 0px; }
			#left-area {  }
			.fullwidth #left-area { width: 100%; }

			#breadcrumbs { margin-top: 40px; margin-bottom: 10px; padding: 5px; background: url(images/bg-content.png) repeat 0 0; font-family: 'eurostile', Arial, sans-serif; color: #fff; }
				#breadcrumbs a { color: #fff; text-decoration: none; }
					#breadcrumbs a:hover { color: #fff; }
				#breadcrumbs .raquo { color: #fff; }
			
			.newsletter-bar { background: url(images/bg-content2.png) repeat 0 0; padding: 5px; margin-bottom: 5px; font-weight: bold; text-transform: uppercase; color: #f9b300; }
			.newsletter-bar .mc4wp-form { margin: 0 0 !important; }
			.newsletter-bar input { width: auto !important; vertical-align: middle !important; display: inline-block !important; padding: 4px; border: 0px none !important; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
			.newsletter-bar input[type=email] { margin: 0px 5px; width: 200px !important; }
			.newsletter-bar input[type=submit] { font-size: 13px; font-weight: normal; background: #f9b300; text-shadow: 0px 0px 0px transparent; }
			
			.featured-bar { background: url(images/bg-content2.png) repeat 0 0; padding: 5px; margin-bottom: 5px; font-weight: bold; text-transform: uppercase; }
				.featured-bar a { color: #f9b300; text-decoration: none; }
				.featured-bar a:hover { color: #fff; text-decoration: none; }
				
			#category-name { text-align: left; }
				#category-inner { }
					h1.category-title { font-size:28px; }
					p.description { font-size:20px; font-family: 'eurostile', Arial, sans-serif; font-weight: lighter; }
			
			#sidebar { width: 238px; float:left; padding-top: 35px; padding-left: 40px; }
				.post { background: url(images/bg-content.png) repeat 0 0; padding: 40px; margin-bottom: 100px; }
					.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 { color: inherit; text-decoration: none; }
						h2.title a:hover { color: inherit; }
						.post p.meta-info { padding-bottom:9px; padding-top: 9px; font-family: 'eurostile', 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  { border: 1px solid #ccc; float:right; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-family: 'eurostile', Arial, sans-serif; padding: 3px 10px; text-decoration: none; display: block; background: #fff; }

	.post ul, .comment-content ul { list-style-type: disc; padding: 10px 0px 20px 20px; }
		.post ol, .comment-content ol { list-style-type: decimal; list-style-position: inside; padding: 10px 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 { }
ul#top-menu { padding-top: 30px; }

ul#top-menu li { float: none; padding: 0px 0px; }
	ul#top-menu a { font-size: 15px; font-family: 'eurostile', Arial, sans-serif; color: #fff; font-weight: normal;
		text-align: left; text-decoration: none; text-transform: uppercase;
		display: block; line-height: 20px;
		border-bottom: 1px dotted #999;
		padding: 5px 0px 5px 5px;
		background: rgba(255,255,255,0);
		}
	ul#top-menu a:hover, ul#top-menu > li.sfHover > a { background: rgba(255,255,255,0.3); }
	ul#top-menu > li.current_page_item > a, ul#top-menu > li.current-menu-item > a { background: rgba(255,255,255,0.3); }

ul#top-menu ul { width: 189px; background: #fff; top: 34px !important; 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); }
	ul#top-menu ul li { padding: 8px 0; }
		ul#top-menu ul li a { padding: 0px 0px 0px 12px; width: 160px; }

		ul#top-menu li:hover ul ul, ul#top-menu li.sfHover ul ul { top: -12px !important; left: 197px !important; }
		
		


/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/

.widget { width: 230px; 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-home { }
#footer { position: relative; width: 100%; }
	#footer-content { padding: 10px; color: #bbb; font-size: 12px; }
	
	.menu-footer-menu-container { text-align: center; margin-bottom: 20px; }
		ul.footer-menu { display: inline-block; margin: 0 auto; }
			ul.footer-menu li { display: inline-block; }
				ul.footer-menu li a { color: #00528c; font-size: 11px; }
				ul.footer-menu li a:hover { text-decoration: none; }
				ul.footer-menu li a:after { content: '::'; padding: 0px 4px; }
	
		#copyright { text-align: center; margin-bottom: 10px; }
			#copyright a { color: #bbb; }
			#footer-facebook a { display: inline-block; width: 19px; height: 19px; border: 0px none; background: url(images/icon-facebook.png) no-repeat 0 0; text-indent: -9999px; }
		#developed { text-align: center; color: #444; }
			#developed a { color: #444; }
			#developed a:hover { color: #ccc; }
		#copyright a:hover, #developed a:hover { text-decoration: none; }
			
			
		
		
		
		
/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/

h3#comments { font-size: 28px; margin-bottom: 20px; }

#comment-wrap { padding: 42px 35px 0 0; }

.comment-body-outer	{ border: 1px solid #ccc; 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: 'eurostile', Arial, sans-serif; font-weight: lighter; font-size: 20px; text-decoration: none; }
			span.fn a:hover { color: inherit; 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 .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 20px 10px 0px; }
img.alignright { display:inline; float:right; margin: 4px 0px 10px 20px; }
.imageborder { border: 1px solid #ccc; padding: 2px; }

/*------------------------------------------------*/
/*---------------[DEFAULT DROPDOWN SETTINGS]---*/
/*------------------------------------------------*/

.nav ul { position:absolute; top:-999em; background-position: bottom; background-repeat: no-repeat; z-index: 10; }
.nav li { position:relative; }
.nav a { display:block; }
	.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' */ }

/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination { overflow: hidden; padding: 15px 12px 0px; }

.wp-pagenavi { position: relative; font-family: 'eurostile', 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; }

.media-description { display: none; position: absolute; bottom: 63px; left: -58px; width: 140px; padding: 15px 15px 8px; z-index: 30;
background: #fff; border: 1px solid #f0f0f0; border-bottom: 1px solid #d1d1d1; -moz-border-radius: 10px; -webkit-border-radius: 10px;border-radius: 10px; -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); font-family: Georgia, serif; font-size: 12px; color: #929292; font-style: italic; }
	.media-arrow { display: block; position: absolute; width: 14px; height: 8px; bottom: -8px; left: 80px; background: url(images/media-arrow.png) no-repeat; }

#et-control-panel { position: fixed; left: 0px; top: 94px; width: 169px; z-index: 9000; color: #9f9f9f; text-shadow: 1px 1px 1px #fff; background: url(images/control-panel-bottom.png) no-repeat bottom left; padding-bottom: 18px; }
	#control-panel-main { background: url(images/control-panel-mainbg.png) repeat-y; -moz-border-radius-topright: 14px; -webkit-border-top-right-radius: 14px; border-top-right-radius: 14px; }
		#et-control-close { background: url(images/control-panel-closebutton.png) no-repeat; position: absolute; top: 17px; right: -41px; width: 45px; height: 40px; display: block; }
		.control-open { background: url(images/control-panel-openbutton.png) no-repeat !important; }
		#et-control-inner { background: url(images/control-inner.png) no-repeat; padding: 16px 16px 0px 16px; }
			#et-control-panel h3.control_title { font-size: 15px; padding: 2px 0 10px; float: left; }
			#et-control-panel p { font-style: italic; font-family: Georgia, serif; font-size: 10px; }
			.et-sample-setting { display: block; width: 29px; height: 29px; position: relative; float: left; margin: 0 4px 4px 0; text-indent: -9999px; }
				.et-sample-setting span.et-sample-overlay { background: url(images/control-link-overlay.png) no-repeat; display: block; position: absolute; top: 0; left: 0; width: 30px; height: 30px; }
			#et-sample-color1 { background: #6a8e94; }
			#et-sample-color2 { background: #8da49c; }
			#et-sample-color3 { background: #b0b083; }
			#et-sample-color4 { background: #859a7c; }
			#et-sample-color5 { background: #c6bea6; }
			#et-sample-color6 { background: #b08383; }
			#et-sample-color7 { background: #a4869d; }
			#et-sample-color8 { background: #f5f5f5; }
			#et-sample-color9 { background: #4e4e4e; }
			#et-sample-color10 { background: #556f6a; }
			#et-sample-color11 { background: #6f5555; }
			#et-sample-color12 { background: #6f6755; }

			#et-sample-texture1 { background: url(images/body-bg2.png) 14px 13px; }
			#et-sample-texture2 { background: url(images/body-bg3.png); }
			#et-sample-texture3 { background: url(images/body-bg4.png); }
			#et-sample-texture4 { background: url(images/body-bg5.png); }
			#et-sample-texture5 { background: url(images/body-bg6.png); }
			#et-sample-texture6 { background: url(images/body-bg7.png); }
			#et-sample-texture7 { background: url(images/body-bg8.png); }
			#et-sample-texture8 { background: url(images/body-bg9.png); }
			#et-sample-texture9 { background: url(images/body-bg10.png); }
			#et-sample-texture10 { background: url(images/body-bg11.png) 139px 104px; }
			#et-sample-texture11 { background: url(images/body-bg12.png); }
			#et-sample-texture12 { background: url(images/body-bg13.png) 14px 14px; }
			#et-sample-texture13 { background: url(images/body-bg14.png); }
			#et-sample-texture14 { background: url(images/body-bg15.png); }
			#et-sample-texture15 { background: url(images/body-bg16.png); }
			#et-sample-texture16 { background: url(images/body-bg17.png); }

			.et-control-colorpicker { background: url(images/control-panel-colorpicker.png) no-repeat; width: 18px; height: 19px; display: block; float: right; }
			.et-font-control { margin-top: 9px; }
			.colorpicker { z-index: 10000; }

#et_control_header_font, #et_control_body_font { width: 73px; }

#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: 332px; }

#media-slides { height: 60px !important; }
	.media-slide { width: 507px !important; }

.et_embedded_videos { display: none; }

.js #featured #slides, .js #featured-modest { background: url(images/ajax-loader.gif) no-repeat center; }
	.js #featured .slide, .js #featured-modest .slide { display: none; }

.service .thumb a { display: block; }

#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; }