/*
 *  Laura's Best Recipes
 *  Master CSS stylesheet
 *  Designed by MJAD <http://masarjohnston.com/>
 *  rev 20120717
 */

/*  MAIN ELEMENTS  */

html { margin:0; padding:0; background-color:#fff; }
body { width:100%; height:100%; margin:0; padding:0; }


/*  ////////////////  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; }
:focus { outline:0; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse: collapse; border-spacing:0; }
article, aside, footer, header, hgroup, nav, section { display:block; }
input, button, img, a, a img { border:none; -webkit-highlight:none; -moz-outline:none; outline:none; }
.clearfix:after { visibility:hidden; display:block; font-size:0; content:' '; clear:both; height:0; }
.clear { clear:both; }
br.clear { margin:0px; padding:0px; }
* html .clearfix { zoom:1; } /* IE6 */
*:first-child+html .clearfix { zoom:1; } /* IE7 */


/*  ////////////////  LOAD WEBFONTS  ////////////////  */

@font-face {
    font-family: 'GothamLightRegular';
    src: url('/assets/css/fonts/gotham-light-webfont.eot');
    src: local('☺'),
		url('/assets/css/fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('/assets/css/fonts/gotham-light-webfont.woff') format('woff'),
		url('/assets/css/fonts/gotham-light-webfont.ttf') format('truetype'),
		url('/assets/css/fonts/gotham-light-webfont.svg#GothamLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBoldRegular';
    src: url('/assets/css/fonts/gotham-bold-webfont.eot');
    src: local('☺'),
		url('/assets/css/fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('/assets/css/fonts/gotham-bold-webfont.woff') format('woff'),
		url('/assets/css/fonts/gotham-bold-webfont.ttf') format('truetype'),
		url('/assets/css/fonts/gotham-bold-webfont.svg#GothamBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBook';
    src: url('/assets/css/fonts/gotham-book-webfont.eot');
    src: local('☺'),
		url('/assets/css/fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
		url('/assets/css/fonts/gotham-book-webfont.woff') format('woff'),
		url('/assets/css/fonts/gotham-book-webfont.ttf') format('truetype'),
		url('/assets/css/fonts/gotham-book-webfont.svg#GothamBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamMedium';
    src: url('/assets/css/fonts/gotham-medium-webfont.oet');
    src: local('☺'),
		url('/assets/css/fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
		url('/assets/css/fonts/gotham-medium-webfont.woff') format('woff'),
		url('/assets/css/fonts/gotham-medium-webfont.ttf') format('truetype'),
		url('/assets/css/fonts/gotham-medium-webfont.svg#GothamMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*  ////////////////  COLORS & ALIGNMENT  ////////////////  */

.wht { color:#fff; }
.gry { color:#eee; }
.blk { color:#000; }
.burgundy { color:#800838; }
.caramel  { color:#b35e27; }

.left  { float:left; }
.right { float:right; }
.center { text-align:center; }
.aligncenter { display:block; margin-left:auto; margin-right:auto; text-align:center; }


/*  ////////////////  ELEMENTS  ////////////////  */

body {  color:#444; font-size:13px; line-height:20px; font-family:Helvetica,Arial,sans-serif; }

a { text-decoration:none; color:#c60; }
	a:hover { color:#b35e27; text-decoration:underline; cursor:pointer; }
.ui-tabs-hide { display:none; }

h1, h2, h3, h4, h5, h6 { color:#800838; line-height:1em; font-family:'GothamBook', Arial, Helvetica, sans-serif; text-transform:none; letter-spacing:0.4em; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color:#800838; text-decoration:none; }
h1 { font-size:24px; padding-bottom:6px; }
h2 { font-size:22px; padding-bottom:5px; }
h3 { font-size:20px; padding-bottom:5px; }
h4 { font-size:18px; padding-bottom:4px; }
h5 { font-size:16px; padding-bottom:4px; }
h6 { font-size:14px; padding-bottom:6px; }
p { padding-bottom:10px; line-height:24px; }
strong, b { 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.text, input.title, textarea, select { background-color:#fff; border:1px solid #bbb; padding:2px; color:#4e4e4e; }
	input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#2D3940; color: #3e3e3e; }
input[type=text], input.text, input.title, textarea, select { margin:0.5em 0; }
textarea { padding:4px; }

img#about-image { float:left; margin:3px 8px 8px 0px; }


/*  ////////////////  LAYOUTS  ////////////////  */

#page-wrap { width:980px; margin:0 auto; padding:0;-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }
	#main { position:relative; }
		.container { position:relative; width:980px; margin:0 auto; padding:0; }
		a#mobile_nav { display: none; }
	/* #top-logo { position:relative; width:200px; height:200px; margin:-164px auto 0 auto; padding:0; overflow:hidden; } */
	
#site_search { position:relative; width:228px; height:35px; border:1px solid #fff; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px; background:url('/assets/css/images/20white.png') 0 0 repeat; -webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.2); -moz-box-shadow:inset 0 0 2px rgba(0,0,0,0.2); box-shadow:inset 0 0 2px rgba(0,0,0,0.2);  }
	#site_search #s { background:none; border:none; float:left; margin:9px; width:180px; font-size:11px; color: #444; font-family:Georgia, Times, 'Times New Roman', serif; font-style:italic; text-shadow:1px -1px 0 #fff; -webkit-appearance:none; }
	#site_search #do_search {  float:right; margin:11px 8px 0 0; }
	
/*  ////////////////  DROPDOWN MENU  ////////////////  */

#navigation { width:980px; height:55px; background:url('/assets/css/bg-navbar.jpg') repeat-x; margin:0 auto; padding:0; }
	
	/*  ////////////////  Main Menu  ////////////////  */
	#menu-mainmenu { padding-top:18px; }
		#top-menu li { padding:0; float:left; display:inline-block; text-align:center; }
			#menu-item-1 { width:225px; }
			#menu-item-2 { width:130px; }
			#menu-spacer { width:265px; }
			#menu-item-3 { width:200px; }
			#menu-item-4 { width:150px; }
		#top-menu a { float:none; position:relative; text-decoration:none; cursor:pointer; }
			#top-menu a:hover { color:#fff; }
		
		#top-menu li.top-menu-item a { color:#eee; font:14px 'GothamMedium', Arial, Helvetica, sans-serif; text-transform:uppercase; letter-spacing:0.4em; text-shadow:-1px -1px 1px #000; text-decoration:none; cursor:pointer; }
			#top-menu li.top-menu-item a:hover { color:#fff; }
			
		#top-menu li.cat-item { display:block; text-align:left; }
			#top-menu li.cat-item a { display:block; color:#444; font:13px 'GothamMedium', Arial, Helvetica, sans-serif; text-transform:none; letter-spacing:0; text-shadow:none; text-decoration:none; cursor:pointer; }
				#top-menu li.cat-item a:hover { color:#c60; }
		
		/*  ////////////////  Sub Menus  ////////////////  */
		ul.nav li ul { width: 220px !important; padding: 0 13px 5px 18px; background: #eee; top:37px !important; -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1); box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1); border: 1px solid #f0f0f0; border-top: none; z-index: 9999; display: none; }
			ul.nav ul li { margin 0 !important; padding:0 !important; border-bottom:1px solid #eee; }
				ul.nav ul li a { padding:10px 0px 10px 5px !important; width:210px; }
					ul.nav ul li a:hover { color:#b35e27 !important; }
					ul.nav ul li:hover { border-bottom:1px solid #f8f8f8; }
				ul.nav li:hover ul ul, ul.nav li.sfHover ul ul { top: -1px !important; left: 234px !important; border-top: 1px solid #f0f0f0;; }

#top-menu-shadow { position:absolute; width:100%; height:6px; top:177px; left:0; background:url('/images/main_sprite.png') no-repeat center -1321px; z-index:8888; }
#top-logo        { position:absolute; width:200px; height:200px; top:12px; left:390px; overflow:hidden; z-index:9999; }


	#main-area { clear:both; margin:0px auto; padding:0; }
		
		#slogan { position:relative; border:1px solid #f1f1f1; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background:url('/images/left-quote.png') no-repeat 21px 23px; padding:25px 40px 18px; margin-bottom:47px; }
			#slogan p { font-family: 'Goudy Bookletter 1911', arial, sans-serif; font-size: 27px; color: #4d4d4d; text-align:center; line-height:30px;  }
			span#right-quote { position:absolute; background:url('/images/right-quote.png') no-repeat; display:block; height:17px; width:24px; right:21px; top:23px;  }
			#top-quote-shadow, #bottom-quote-shadow { position:absolute; left:0; height:5px; display:block; width:100%; }
			#top-quote-shadow { top:-1px; }
			#bottom-quote-shadow { bottom:-1px; }
			
			#bottom-quote-shadow { background:url('/assets/css/images/main_sprite.png') no-repeat 0 -1366px; }
			#bottom-quote-shadow { background-position: 82px -1366px; }
			
			#recent-work { margin-bottom:24px; position: relative; padding-left: 252px; }
				#work-info { text-align:right; width:194px; position: absolute; left: 0; top: 0; }
					#recent-work h3, #about h3, #recent-posts h3 { font-family:'Droid Sans',Arial,Verdana,sans-serif; font-size: 13px; color: #2b2b2b; font-weight:bold; }
					#work-info p { line-height: 20px !important; }
				.r-work { float:left; margin: 0 49px 20px 0; width:203px; position:relative; }
				#recent-work .last { margin-right:0; }
					.item-image { display:block; }
					.r-work span.overlay { background:url('/assets/css/images/main_sprite.png') no-repeat 0 -1111px; display:block; height:203px; left:0; position:absolute; top:0; width:203px; }
					.r-work p { line-height: 18px; left:0; position:absolute; bottom:0; display:block; background:url(images/flex-caption.png); font-size:13px; color:#ffffff; text-shadow:1px 1px 0 rgba(0,0,0,0.4); padding:15px 20px; }
					#recent-work a.more, #recent-work a.zoom { position:absolute; top:39px; width:39px; height:39px; display: block; }
					
					#recent-work a.more, #recent-work a.zoom { display: none; }
					.r-work p { visibility: hidden; }
					
					#recent-work a.more { background:url('/assets/css/images/main_sprite.png') no-repeat -170px -98px; left:62px; }
					#recent-work a.zoom { background:url('/assets/css/images/main_sprite.png') no-repeat -217px -98px; right:62px; }
		#divider { border-top: 1px solid #f6f6f6; height:5px; position:relative; margin:0; padding:0; }
			#divider .container div { position: absolute; width:100%; height:5px; left:0; top:-1px; }
			
			#top-quote-shadow, #divider .container div, #footer-top-shadow { background:url('/assets/css/images/main_sprite.png') no-repeat 82px -68px; }
			
			#about { float:left; width:455px; margin-right:50px; }
				#about h3, #recent-posts h3 { padding-bottom:18px; border-bottom:1px solid #f1f1f1; margin-bottom:12px; }
				#about p { line-height: 20px !important; }
				
				/* Read More Button */
				a.readmore { color:#fff; background-color:#b35e27; padding:9px; -moz-border-radius:9px; -webkit-border-radius:9px; border-radius:9px; float:right; -moz-box-shadow:3px 3px 6px rgba(0, 0, 0, 0.3); -webkit-box-shadow:3px 3px 6px rgba(0, 0, 0, 0.3); box-shadow:3px 3px 6px rgba(0, 0, 0, 0.3); }
					a.readmore span {  display:block; }
					a.readmore:hover { opacity:0.7; -moz-opacity:0.7; }
					
			#recent-posts { float:left; margin:0; padding:20px; width:938px; }
				.thumb { float:left; position:relative; margin-top: 5px; margin-right:22px; }
					.r-post span.overlay { background:url('/assets/css/images/main_sprite.png') no-repeat -278px -156px; display:block; height:60px; left:0; position:absolute; top:0; width:60px; }
				.r-post p.date { text-transform:uppercase; font-weight:bold; font-size:12px; color:#cfcfcf; display:inline; }
				.r-post h4.title { display:inline; font-size:13px; }
					.r-post h4.title a { text-decoration:none; color:#9d9c9c; }
						.r-post h4.title a:hover { color:#7e7e7e; }
				.r-post p { line-height: 20px !important; }		

.r-work img, .post img, .responsive img { max-width: 100%; display: block; height: auto; }

.endpiece  { position:relative; margin:12px auto; height:5px; display:block; background:url('/assets/css/images/main_sprite.png') no-repeat 0 -1366px; width:100%; }
.widgetendpiece  { position:relative; margin:12px auto; height:16px; display:block; background:#eee url('/assets/css/images/underline2.jpg') no-repeat; width:100%; }

#content_area { background: url('/images/sidebar-border.png') repeat-y 640px 0;  }
	#main_content { float:left; width:640px; }
		#breadcrumbs { color:#a89f7c; font-style:italic; font-family:Georgia, Times, 'Times New Roman', serif; padding:22px 0 21px 22px; background-color:#f9f1d2; background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f1d2), to(#ffffff)); background-image:-webkit-linear-gradient(top, #f9f1d2, #ffffff); background-image:-moz-linear-gradient(top, #f9f1d2, #ffffff); background-image:-ms-linear-gradient(top, #f9f1d2, #ffffff); background-image:-o-linear-gradient(top, #f9f1d2, #ffffff); background-image:linear-gradient(to bottom, #f9f1d2, #ffffff); border-bottom:1px solid #f1f1f1; }
			#breadcrumbs a, #breadcrumbs span { color: #a89f7c; }
				#breadcrumbs a:hover { color: #000; text-decoration: none; }
			
/*  Thumbnails  */
.post-thumbnail { position:relative; float:left; width:216px; height:140px; margin:4px 12px 12px 0; border:4px solid #eee; overflow:hidden; }
	.post-thumbnail img { width:216px; }
		.post-thumbnail a:hover { opacity:0.7; -moz-opacity:0.7; }
	.post-thumbnail span.post-overlay { background:url('/assets/css/images/blank.gif'); width:216px; height:140px; position:absolute; top:0; left:0; -moz-box-shadow:inset 0px 0px 6px rgba(0, 0, 0, 0.6); -webkit-box-shadow:inset 0px 0px 6px rgba(0, 0, 0, 0.6); box-shadow:inset 0px 0px 6px rgba(0, 0, 0, 0.6); }
.single-thumbnail { position:relative; float:left; margin:4px 22px 15px 0; border:4px solid #eee; margin-bottom:7px; }
		.single-thumbnail span.post-overlay { background:url('/assets/css/images/blank.gif'); width:203px; height:203px; position:absolute; top:0; left:0; -moz-box-shadow:inset 0px 0px 6px rgba(0, 0, 0, 0.6); -webkit-box-shadow:inset 0px 0px 6px rgba(0, 0, 0, 0.6); box-shadow:inset 0px 0px 6px rgba(0, 0, 0, 0.6); }

/*  Entries  */
.entry { padding:20px; border-bottom:1px solid #f1f1f1; }
	.entry_icon_desserts { background:url('/assets/css/icons/icon-cat-desserts.gif'); width:66px; height:66px; }
	.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, #comment-wrap h1, h3#reply-title { font-family:'GothamBook', Arial, Helvetica, sans-serif; letter-spacing:0; margin:0; padding:0; } 
	.entry p { line-height:20px; }
	.post h1.title { font-family:'GothamBook', Arial, Helvetica, sans-serif; padding-bottom:12px; }
		.post h1.title a { text-decoration: none; }
			.post h1.title a:hover { color: #c60; }
		
	/*  Byline/Social Media  */
	.byline_links { color:#666; font:12px Helvetica, Arial, sans-serif; width:100%; margin:6px 0 5px 0; padding:16px 0 13px 0; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; clear:both;  }
		.byline_links a { color:#666; text-decoration:none; }
		.byline_links a:hover { color:#c60; }
	.byline_facebook { float:left; margin-right:6px; }
	.byline_twitter { float:left; margin-right:6px;}
	.byline_google { float:left; margin-right:6px; }
	.byline_pinterest { float:left; margin-right:6px; }
	.byline_email { float:left; margin-right:6px; cursor:pointer; }
	.byline_print { float:right; height:19px; cursor:pointer; } 
		.byline_print a {  margin-left:0; text-decoration:none; }
		.icon_byline_print { background:url('/assets/css/images/byline_sprites_gold.gif') -107px -4px; width:11px; height:10px; margin-right:4px; display:inline-block; }
	.byline_comment { float:left; background:url('/assets/css/images/byline_sprites_gold.gif') no-repeat 0 0; min-width:19px; height:19px; margin-right:6px; } 
		.byline_comment span { color:#fff; margin:0; padding:0; text-decoration:none; cursor:pointer; }
			.comment_count { display:inline; float:left; font-size:11px; vertical-align:middle; top:50%; margin-top:-50px; }
			.comment_right { background:url('/assets/css/images/byline_sprites_gold.gif') no-repeat -59px 0; width:7px; height:19px; padding:0; margin:0; float:right; }
	.byline_facebook:hover, .byline_twitter:hover, .byline_google:hover, .byline_pinterest:hover, .byline_email:hover, .byline_comment:hover, .byline_print:hover { opacity:0.7; -moz-opacity:0.7; }

	/*  Entry Content  */
	.entry_content { position:relative; }
		.entry_content .postmeta { position: absolute; top:4px; left:0; }
			.entry_content .postmeta p { padding-bottom:0; line-height:19px; }
			.entry_content .postmeta a { color:#4d4d4d; }
			.entry_content .postmeta a:hover { color:#c60; text-decoration:none; }
			span.posted_by { font-weight: bold; }
			span.posted_category { color:#666; font:italic 11px Georgia, Times, 'Times New Roman', serif; }
		.entry_content a.readmore { margin-top:10px; }
	
	h1.main_title { font-family:'GothamBook', Arial, Helvetica, sans-serif; margin-top:-10px; padding-bottom:10px; }
	
	.meta-info { width:100%; }
		p.meta-info { color:#666; font:italic 12px Georgia, Times, 'Times New Roman', serif; margin:0; padding:0; }
			p.meta-info a { color:#666; text-decoration:none; }
				p.meta-info a:hover { color:#c60; }
	
	.post ul, .comment-content ul { list-style-type: disc; padding: 10px 0px 10px 20px; }
	.post ol, .comment-content ol { list-style-type: decimal; list-style-position: inside; padding: 10px 0px 10px 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; }
		
	body.page h1.main_title { font-family:'GothamBook', Arial, Helvetica, sans-serif; padding-bottom: 20px; }
	
	#et_pt_blog { margin-right: 50px; }
	#et-contact, #et-login, #sitemap { padding-top: 20px; }
	#et-search { margin-top: 20px; }
	
	body.home #content_area { border-top: 1px solid #F1F1F1; }
	
	#content_area.fullwidth { background: none; }
		#content_area.fullwidth #main_content { width: 100%; }
		#content_area.fullwidth .entry, #content_area.fullwidth .commentlist { padding-right: 0; }
		#content_area.fullwidth #et_pt_blog { margin-right: 0; }
		
		
			
/*  ////////////////  FEATURED SLIDER  ////////////////  */

#featured_shadow { background:url('/assets/css/images/main_sprite.png') no-repeat 0 -1321px; height:9px; margin:1px 0 40px; }
			.slides img.featured-image { display:block; overflow:hidden; }
			.slides span.overlay { background:url('/assets/css/images/main_sprite.png') no-repeat 0 -252px; display:block; height:368px; left:0; position:absolute; top:0; width:980px; }
			p.flex-caption { left:0; position:absolute; bottom:0; width:904px; display:block; background:url(images/flex-caption.png); font-size:13px; color:#ffffff; text-shadow:1px 1px 0 rgba(0,0,0,0.4); padding:23px 38px; }
		#controllers-wrapper {  }
			#controllers-wrapper div#controllers-wrapper-left { background:url('/assets/css/images/main_sprite.png') no-repeat -490px -658px; padding-left: 25px; position: absolute; bottom: -18px; left: 0; visibility: hidden; }
			.et_slider_slide #controllers-wrapper div#controllers-wrapper-left { bottom: 0; }
				#controllers-wrapper div#controllers-wrapper-right { background: url(images/slider-right-panel.png) no-repeat right top; padding-right: 25px; }
					#controllers-wrapper ul#controllers { background: url(images/slider-panel.png) repeat-x; height: 22px; padding: 18px 46px 0 50px; }
					#controllers li { float: left; margin-right: 4px; }
						#controllers li a { background:url('/assets/css/images/main_sprite.png') no-repeat -491px -637px; display: block; width: 11px; height: 11px; text-indent: -9999px; }
						#controllers li a.active { background-position: -491px -624px; }

#featured .flex-direction-nav li a { width: 39px; height: 39px; margin-top: -19px; }
#featured .flex-direction-nav li .prev { left:12px; background:url('/assets/css/images/main_sprite.png') no-repeat -490px -712px; opacity:0.7; -moz-opacity:0.7; }
#featured .flex-direction-nav li .next { right:12px; background:url('/assets/css/images/main_sprite.png') no-repeat -490px -758px; opacity:0.7; -moz-opacity:0.7; }
	#featured .flex-direction-nav li .prev:hover, #featured .flex-direction-nav li .next:hover, { opacity:1; -moz-opacity:1; }

		
/*  ////////////////  COMMENTS  ////////////////  */


#comment-wrap { padding:12px 24px; display:block; } /* #comment-wrap is hidden by default, toggles with jQuery in byline */
	h1#comments { padding-bottom:12px; }
	#comment-wrap h2 { font-size:14px; margin:0; padding:6px 0; }
	#comment-wrap h3 span { font-size:14px; margin:0; padding:6px 0; color:#800838; text-transform:uppercase; letter-spacing:1px; font:13px 'GothamMedium', Arial, Helvetica, sans-serif; }
	#comment-wrap p { color:#666; font:12px Helvetica, Arial, sans-serif; }
	.comment-body { position: relative; padding: 0 0 0 88px; margin: 20px 0; }
		.avatar-box, .avatar-overlay { position: absolute; top: 5px; left: 0; }
			.avatar-overlay { position: absolute; top: 0; left: 0; background:url('/assets/css/images/main_sprite.png') no-repeat; width: 62px; height: 62px; display: block; }

.comment-meta { margin-bottom: 5px; }			
	.comment-meta span.fn { font-weight: bold; text-transform: uppercase; margin-right: 8px; }
		.comment-meta span.fn, .comment-meta span.fn a { color: #2b2b2b; }
		span.comment_date { font-family:Georgia, Times, 'Times New Roman', serif; font-style: italic; color: #9d9d9d; }

	.reply-container { background: url(images/readmore.png) no-repeat right bottom; color: #2B2B2B; height: 30px; line-height: 31px; padding-right: 11px; float: right; }
		a.comment-reply-link { background: url(images/readmore.png) no-repeat; display: block; height: 30px; padding-left: 16px; padding-right: 5px; color: #2b2b2b; }
		a.comment-reply-link:hover { color: #b35e27; text-decoration: none; }
		
#trackbacks { margin-top: 90px; }
	.comments_respond { margin-top:50px; }
	
	#commentform input[type='text'] { width:40%; }
	#commentform textarea { width:94%; }
	#commentform input[type='text'], #commentform textarea { background: #fafafa; border: 1px solid #e2e2e2; -moz-box-shadow: inset 2px 2px 10px rgba(0,0,0,0.1); -webkit-box-shadow: inset 2px 2px 10px rgba(0,0,0,0.1); box-shadow: inset 2px 2px 10px rgba(0,0,0,0.1); padding: 10px 12px; color: #c5c5c5; text-shadow: 0px 1px 0 #fff; -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.1); box-shadow: inset 0 0 2px rgba(0,0,0,0.1); font-family:Georgia, Times, 'Times New Roman', serif; font-style:italic; font-size:11px; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px; }
	
	#commentform .form-submit { overflow:visible; }
		
		#commentform input#submit, #elist_submit_form input#submit { float:right; text-align:center; color:#fff; background-color:#b35e27; padding:9px; -moz-border-radius:9px; -webkit-border-radius:9px; border-radius:9px; float:right; -moz-box-shadow:3px 3px 6px rgba(0, 0, 0, 0.3); -webkit-box-shadow:3px 3px 6px rgba(0, 0, 0, 0.3); box-shadow:3px 3px 6px rgba(0, 0, 0, 0.3); }
			#commentform input#submit:hover, #elist_submit_form input#submit:hover { opacity:0.7; -moz-opacity:0.7; }
			
		#elist_submit_form input#submit { margin-right: 227px; }

		.commentlist #reply-title { border: none; left: 0; padding-left: 0; top: 6px; }
			.commentlist #reply-title small { display: block; font-size: 12px; font-family: Arial, sans-serif; font-weight: bold; margin-top: 2px; }
				#reply-title small a { color: #3A6263; }
			
	.commentlist { padding: 0 50px 20px 0; border-bottom: 1px solid #f1f1f1; }
		.commentlist ul.children { padding-left: 88px; }
		
	h1#comments, h3#reply-title { font-size: 28px; color: #2b2b2b; }
	
	#respond { padding: 40px 50px 0 0; }
	.comment #respond { padding: 10px 0 0; }
	
	
/*  ////////////////  SITEMAP  ////////////////  */

#sitemap { margin:0 20px; padding:0; }
	#sitemap h2 { font-size:14px; margin:0; padding:6px 0; color:#800838; text-transform:uppercase; letter-spacing:1px; font:13px 'GothamMedium', Arial, Helvetica, sans-serif; }
	
	
/*  ////////////////  SIDEBAR  ////////////////  */

#sidebar { float:left; width:300px; padding:20px 20px 0 20px; background-color:#eee; }
	h3.widgettitle, h4.widgettitle { color:#800838; text-transform:uppercase; letter-spacing:1px; font:13px 'GothamMedium', Arial, Helvetica, sans-serif; text-shadow:-2px -2px 0 #ffffff;}
		.widget_adsensewidget h3.widgettitle { display:none; }
	h3.widgettitle { padding-bottom:12px; }
	h4.widgettitle { padding-bottom:6px; }
	.widget { position:relative; overflow:hidden; width:100%; margin-bottom:12px; }
		.widget, .widgettext, .widget_text { color:#666; text-shadow:-1px -1px 0 #ffffff; } 
		.widget a { color:#666; cursor:pointer; }
			.widget a:hover { color:#b35e27; text-decoration:none; }
		.social-facebook { background:url('/images/ico-16/ico-16-facebook.png') no-repeat 0px center; vertical-align:middle; padding:0 0 0 22px; display:block; }
		.social-twitter { background:url('/images/ico-16/ico-16-twitter.png') no-repeat 0px center; vertical-align:middle; padding:0 0 0 22px; display:block; }
		.social-networkedblogs { background:url('/images/ico-16/ico-16-networkedblogs.png') no-repeat 0px center; vertical-align:middle; padding:0 0 0 22px; display:block; }
		.social-rss { background:url('/images/ico-16/ico-16-rss.png') no-repeat 0px center; vertical-align:middle; padding:0 0 0 22px; display:block; }
		.social-email { background:url('/images/ico-16/ico-16-email.png') no-repeat 0px center; vertical-align:middle; padding:0 0 0 22px; display:block; }
		.social-pinit { background:url('/images/ico-16/ico-16-pinterest.png') no-repeat 0px center; vertical-align:middle; padding:0 0 0 22px; display:block; }
		.social-pinterest { vertical-align:middle; padding:12px 0 0 0; display:block; }
		.f_widget li , .widget li, #twitter_update_list li { background:url('/assets/css/images/sidebar_bullet.png') no-repeat 0 7px; padding-left:12px; margin:5px 0; }
		#twitter_update_list li { list-style:none; }


/*  ////////////////  FAT FOOTER  ////////////////  */

#main-footer { width:980px; margin:0 auto; position:relative; color:#eee; background:url('/assets/css/bg-footer.jpg') repeat-x; }	
	#footer-top-shadow { position:absolute; width:100%; height:5px; left:0; top:-1px; }
	p#copyright { display:block; clear:both; width:100%; float:right; margin:12px 12px 16px 0; text-align:right; font:italic 11px Georgia, Times, 'Times New Roman', serif; text-shadow:0 -1px 1px #855d33;  }
		p#copyright a { color:#eee; text-decoration:none; }
	#main-footer h4 { color:#800838; text-shadow:0 1px 2px #e5caa4; }
	#footer-widgets { color:#eee; padding-top:12px; }
		.footer-widget { float:left; margin-right:48px; width:196px; }
		#footer-widgets .last { margin-right:0; }
			p#footer-logo { margin-left:-54px; margin-top:-40px; margin-bottom:-31px; }
			.footer-widget p { line-height:20px !important; }
	.f_widget { margin-bottom:20px; }
	#main-footer div.textwidget ul, #main-footer a { color:#eee; text-decoration:none; text-shadow:0 -1px 1px #855d33; }
		#main-footer a:hover { color:#fff;  }

	
/*  ////////////////  CAPTIONS AND ALIGNMENTS  ////////////////  */

div.post .new-post .aligncenter, .aligncenter { display:block; margin-left:auto; margin-right:auto; }
.wp-caption { text-align:center; padding:4px 0 0 0; margin:0 0 10px 0; }
.wp-caption.alignleft, .wp-caption.alignright { margin:0 auto; }
.wp-caption img { margin:0; padding:0; }
.wp-caption p.wp-caption-text { font-size:11px; line-height:17px; padding:4px 0; margin:0; }
.alignright { float:right; }
.alignleft { float:left }
img.alignleft { display:inline; float:left; margin-right:15px; }
img.alignright { display:inline; float:right; margin-left:15px; }
img.alignleft, img.alignright, img.alignnone, img.aligncenter { border:none; }

img.size-full { border:none; min-width:600px; width:100%; width:600px !important; height:auto !important; }
	
/*  ////////////////  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: auto;	}
	#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: #111; }
	#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; } 
	.pagination a, .pagination span { color:#a89f7c; font-style:italic; font-family:Georgia, Times, 'Times New Roman', serif; text-decoration:none; }
		.pagination a:hover { color:#000; text-decoration:none; }
.wp-pagenavi { position: relative; padding: 40px 50px 0 0; text-align: right; font-family:Georgia, Times, 'Times New Roman', serif; font-size: 28px; color: #a3a3a3; }
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited { padding: 5px 7px !important; margin: 2px; text-decoration: none; border: none !important; background-color: none; font-weight: normal !important; color: #a3a3a3; }
.wp-pagenavi span.pages { padding: 5px 7px 5px !important; margin: 2px !important; border: none !important; color: #a3a3a3; background-color: none; font-style: italic; font-size: 13px; margin-right: 10px !important; }
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover { padding: 5px 7px !important; margin: 2px; font-weight: normal !important; background-color:none !important; border: none !important; color:#2b2b2b !important; }
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;}
.sitemap-col ul ul { padding-left: 20px; }



/*  ////////////////  RESPONSIVE DESIGN ELEMENTS  ////////////////  */

@media only screen and ( max-width: 960px ) {
	#et-search, p#et-search-title, p#et-search-title span { background: none !important; }
	#et-search { width: auto !important; height: auto !important; }
		#et-search-inner { padding: 0 !important; }
			#et-search-right { float: none !important; clear: both; text-align: left !important; }
				#et_search_submit { color: #111 !important; }
			p#et-search-title span { padding: 0 !important; color: #111 !important; text-shadow: none !important; }
			
	.et_pt_portfolio_overlay { display: none !important; }
}

@media only screen and ( min-width: 768px ) and ( max-width: 960px ) {
	.container, .slides span.overlay { width: 728px; }
	p.flex-caption { width: 651px; }
	.et_slider_slide p.flex-caption { padding-bottom: 44px; }
	#featured_shadow { background-position: 0 -1351px; }
	#top-menu-shadow, #bottom-quote-shadow { background-position: 0 -1380px; }
	#bottom-menu-shadow, #top-quote-shadow, #divider .container div, #footer-top-shadow { background-position: 0 -80px; }
	.slides span.overlay { background-position: 0 -813px; height: 279px; }
	
	#recent-work { padding-left: 205px; }
		#work-info { width: 176px; }
		.r-work { margin-right: 27px; }
			.r-work span.overlay { background-position: -356px -1111px; height: 156px; }
			.r-work, .r-work span.overlay { width: 156px; }
				.r-work p { font-size: 12px; }
		#recent-work a.more, #recent-work a.zoom { top: 27px; }
		
	#about, #recent-posts { width: 339px; }
	#search-form { margin-right: 0; position: absolute; top: -111px; right: 0; }
	
	#content_area { background-position: 509px 0; }
		#main_content { width: 509px; }
			.entry, .commentlist, #respond { padding-right: 35px; }
				.post-thumbnail { margin-bottom: 2px; }
		#sidebar { width: 165px; }
	
	.et_pt_gallery_entry { margin-left: 40px !important; }
	
	#et_pt_portfolio_gallery { margin-left: -35px !important; }
		.et_pt_portfolio_item { margin-left: 35px !important; width: 219px !important; }
		.et_portfolio_more_icon, .et_portfolio_zoom_icon { top: 50px !important; }
		.et_portfolio_more_icon { left: 65px !important; }
		.et_portfolio_zoom_icon { left: 106px !important; }
		
	#et_pt_portfolio_gallery.et_portfolio_small { margin-left: -18px !important; }
		#et_pt_portfolio_gallery.et_portfolio_small .et_pt_portfolio_item { margin-left: 17px !important; width: 132px !important; }
			#et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_zoom_icon { top: 20px !important; }
			#et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_more_icon { left: 26px !important; }
			#et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_zoom_icon { left: 62px !important; }
		
	#et_pt_portfolio_gallery.et_portfolio_large { margin-left: -20px !important; }
		#et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item { margin-left: 20px !important; width: 354px !important; }
			#et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon { top: 99px !important; }
			#et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon { left: 140px !important; }
			#et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon { left: 178px !important; }
			
	.footer-col3 { margin-right: 0; }
	
	.commentlist ul.children { padding-left: 58px; }
}

@media only screen and ( max-width: 767px ) {
	.container, .slides span.overlay { width: 440px; }
	p.flex-caption { display: none; }
	#featured_shadow { background-position: 0 -1335px; }
	#top-menu-shadow, #bottom-quote-shadow { background: none; }
	#bottom-menu-shadow, #top-quote-shadow, #divider .container div, #footer-top-shadow { background: none; }
	.slides span.overlay { background:url('/assets/css/images/main_sprite.png') no-repeat 0 -624px; height: 168px; }
	
	#recent-work { padding-left: 0; }
		#work-info { position: relative; width: auto; text-align: center; }
			#work-info p { display: none; }
			#recent-work h3 { margin-bottom: 30px; }
		.r-work { margin-right: 13px; }
			.r-work span.overlay { background-position: -209px -1111px; height: 138px; }
			.r-work, .r-work span.overlay { width: 138px; }
				.r-work p { display: none !important; }
		#recent-work a.more, #recent-work a.zoom { top: 48px; }
	#about { margin-bottom: 40px; }
	
	#about, #recent-posts { width: auto; margin-right: 0; }
		#about h3, #recent-posts h3 { text-align: center; }
		
	.footer-widget { margin-right: 28px; width: 206px; }
	.footer-col2 { margin-right: 0; }
	#search-form { margin-right: 0; }
	
	a#mobile_nav { display: block; position: absolute; top: -16px; left: 0; background: #FAFAFA; padding: 25px 49px 22px 22px; font-size: 14px; color: #4D4D4D; text-shadow: 1px 1px 0 #fff; border: 1px solid #d6d6d6; }
		a#mobile_nav span { background:url('/assets/css/images/main_sprite.png') no-repeat -73px 0; display: block; width: 17px; height: 11px; position: absolute; top: 30px; right: 20px; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
			a#mobile_nav.opened { border-bottom: 1px solid #fafafa; z-index: 10000; }
				a#mobile_nav.opened span { -moz-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); }
	a#mobile_nav:hover { text-decoration: none; color: #111; }
	nav#top-menu { float: none; padding: 0; position: absolute; top: 52px; left: 0; z-index: 9999; }
		nav#top-menu li { float: none; padding: 0; display: block; }
		nav#top-menu ul.mobile_nav { width: 320px; border: 1px solid #d6d6d6; background: #fafafa; display: none; }
			#top-menu a { float: none; padding: 20px 7px 18px 20px; border-top: 1px solid #fff; border-bottom: 1px solid #d6d6d6; color: #4d4d4d; display: block; }
			#top-menu a:hover { color: #111; }
			nav#top-menu ul.mobile_nav > li:first-child > a { border-top: none; }
			nav#top-menu ul.mobile_nav > li:last-child > a { border-bottom: none; }
			
			.mobile_nav li ul { position: relative; top: 0; width: auto; display: block !important; visibility: visible !important; }
			#top-menu li li a { padding-left: 35px; }
				#top-menu li li li a { padding-left: 70px; }
					#top-menu li li li li a { padding-left: 105px; }
						#top-menu li li li li li a { padding-left: 140px; }
			
	#navigation { padding-bottom: 15px; }
			
	#content_area { background: none; }
		#main_content { width: 100%; }
			.entry, .commentlist, #respond { padding-right: 0; }
			
		#sidebar { display: none; }
			#wp-calendar { width: auto; }
			
	.sitemap-col { width: 46% !important; margin-right: 3% !important; }
	
	.et_pt_gallery_entry { margin-left: 23px !important; }
	
	#et_pt_portfolio_gallery { margin-left: -22px !important; }
		.et_pt_portfolio_item { margin-left: 11px !important; width: 143px !important; }
		.et_portfolio_more_icon, .et_portfolio_zoom_icon { top: 25px !important; }
		.et_portfolio_more_icon { left: 29px !important; }
		.et_portfolio_zoom_icon { left: 67px !important; }
		
	.et_portfolio_small .et_pt_portfolio_item { width: 100% !important; margin-bottom: 10px; }
		.et_portfolio_small .et_pt_portfolio_entry { float: left; margin-right: 15px; }
		.et_portfolio_small .et_portfolio_more_icon, .et_portfolio_small .et_portfolio_zoom_icon { top: 30px !important; }
		.et_portfolio_small .et_portfolio_more_icon { left: 38px !important; }
		.et_portfolio_small .et_portfolio_zoom_icon { left: 77px !important; }
	
	#et_pt_portfolio_gallery.et_portfolio_large { margin-left: 0 !important; }
		#et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item { margin-left: 0 !important; width: 442px !important; }
		#et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon { top: 124px !important; }
		#et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon { left: 178px !important; }
		#et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon { left: 218px !important; }
		
	.post-thumbnail { margin-bottom: 2px; }	
	.wp-pagenavi { padding-right: 0; }
	
	.commentlist ul.children { padding-left: 28px; }
	#et_pt_blog { margin-right: 0; }
}

@media only screen and ( max-width: 479px ) {
	.container { width: 280px; }
	#slogan p { font-size: 18px; }
	#featured, #featured_shadow { display: none; }
	#top-menu-shadow, #bottom-quote-shadow { background: none; }
	#bottom-menu-shadow, #top-quote-shadow, #divider div, #footer-top-shadow { background: none; }
	img#logo { max-width: 100%; display: block; height: auto; }
	.r-work, .r-work span.overlay { width: 203px; }
	.r-work { margin: 0 0 85px 39px; }
		.r-work span.overlay { background:url('/assets/css/images/main_sprite.png') no-repeat 0 -1111px; height: 203px; }
		.r-work p { display: block !important; visibility: visible !important; background: none; top: 220px; color: #4d4d4d; font-size: 13px; text-shadow: none; padding: 0;  filter: alpha(opacity=100) !important; -moz-opacity: 0.5 !important; -khtml-opacity: 0.5 !important; opacity: 1 !important; }
	#recent-work a.more, #recent-work a.zoom { top: 81px; }
	.footer-widget { margin-right: 0; width: auto; float: none; }
	
	nav#top-menu ul.mobile_nav { width: 280px; }
	
	.entry_content p { display: none; }
	.entry_content .postmeta p { display: block; }
	
	.commentlist ul.children { padding-left: 15px; }
	div.et_pt_thumb { margin-left: 34px !important; margin-right: 44px !important; }
	
	#et-searchinput { width: auto !important; }
	p#et_choose_posts, p#et_choose_pages, p#et_choose_date, p#et_choose_cat { float: none !important; }
	#et-search-left { float: none !important; width: 100% !important; }
	
	.sitemap-col { float: none !important; width: 100% !important; margin-right: 0 !important; }
	.et_pt_gallery_entry { margin-left: 67px !important; }
	
	#et_pt_portfolio_gallery, #et_pt_portfolio_gallery.et_portfolio_large { margin-left: 0 !important; }
		.et_pt_portfolio_item, #et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item { margin-left: 0 !important; width: 272px !important; }
			.et_portfolio_more_icon, .et_portfolio_zoom_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon { top: 68px !important; }
			.et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon { left: 94px !important; }
			.et_portfolio_zoom_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon { left: 134px !important; }
			
	#search-form #searchinput { margin: 8px 0 0; }
	a#mobile_nav { padding: 25px 39px 22px 13px; }
		a#mobile_nav span { right: 12px; }
		
	.footer-widget { float: none; margin-right: 0; width: 100%; }
	
	.entry_content { padding-left: 133px; }
		.post-thumbnail { margin-bottom: 2px; margin-right: 0; }
		.single-thumbnail { margin-left: 36px; }
}

	
/*  ////////////////  IE6 Hacks  ////////////////  */
.ie6 span.sf-sub-indicator { padding-left: 2px; }
.ie6 a.readmore, .reply-container { display: inline !important; background: none !important; }
.ie6 #left-area, #sidebar { display: inline; }
.ie6 a { cursor: pointer; }
.ie6 #top-header { z-index: 2; }
.ie6 #bottom-header { z-index: 1; }
.ie6 ul#top-menu li.menu-gradient { display: none; }
.ie6 h3#recommended, h3#recommended span, p#submit-container input#submit, p#submit-container { background: none; }
.ie6 a.readmore, .reply-container a { color: #000; }
.ie6 a.readmore span, .rating-container, .rating-inner, .reply-container, .reply-container a { background: none; }
.ie6 #left-area { width: 620px; }


/*  ////////////////  IE7 Hacks  ////////////////  */
.ie7 a { cursor: pointer; }
.ie7 p#copyright { float: none; text-align: right; }
.ie7 #navigation .container { z-index: 100; }
.ie7 #main-area { z-index: 99; }
.ie7 .flex-container { margin-bottom: -30px; }
.ie7 #controllers-wrapper div#controllers-wrapper-left { bottom: 12px; }


/*  ////////////////  IE8 Hacks  ////////////////  */

.ie8 .post-thumbnail { width: 147px; height: 147px; }
.ie8 .single-thumbnail { width: 200px; height: 200px; }


/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.slides, .flex-control-nav, .flex-direction-nav { margin:0; padding:0; list-style:none; } 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
	.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
	.flexslider .slides img {max-width: 100%; display: block;}
	.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(theme/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li .next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li .prev {left: -20px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(theme/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 * http://fancybox.net
 * Copyright (c)2008-2010 Janis Skarnelis
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 */
#fancybox-loading { position:fixed; top:50%; left:50%; height:40px; width:40px; margin-top:-20px; margin-left:-20px; cursor:pointer; overflow:hidden; z-index:91104; display:none; }
* html #fancybox-loading { position:absolute; margin-top:0; }
#fancybox-loading div { position:absolute; top:0; left:0; width:40px; height:480px; background-image:url('/assets/css/images/fancybox.png'); }
#fancybox-overlay { position:fixed; top:0; left:0; bottom:0; right:0; background:#000; z-index:91100; display:none; }
* html #fancybox-overlay { position:absolute; width:100%; }
#fancybox-tmp { padding:0; margin:0; border:0; overflow:auto; display:none; }
#fancybox-wrap { position:absolute; top:0; left:0; margin:0; padding:20px; z-index:91101; display:none; }

/*  CSS3 Shadows added for html5, msl  */
#fancybox-outer { position:relative; width:100%; height:100%; background:#fff; border:1px solid #ccc; -webkit-box-shadow: 0px 0px 16px 0px #666; -moz-box-shadow: 0px 0px 16px 0px #666; box-shadow: 0px 0px 16px 0px #666; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; }

#fancybox-inner { position:absolute; top:0; left:0; width:1px; height:1px; padding:0; margin:0; outline:none; overflow:hidden; }
#fancybox-hide-sel-frame { position:absolute; top:0; left:0; width:100%; height:100%; background:transparent; }
#fancybox-close { position:absolute; top:-15px; right:-15px; width:30px; height:30px; background:transparent;background-image:url('/assets/css/images/fancy_close.png'); background-position:0px 0px; cursor:pointer; z-index:91103; display:none; }
#fancybox-close:hover { background-image:url('/assets/css/images/fancy_close2.png'); }
#fancybox_error { color:#444; font:normal 12px/20px Arial, Helvetica, sans-serif; padding:7px; margin:0; }
#fancybox-content { height:auto; width:auto; padding:0; margin:0; }
#fancybox-img { width:100%; height:100%; padding:0; margin:0; border:none; outline:none; line-height:0; vertical-align:top; -ms-interpolation-mode:bicubic; }
#fancybox-frame { position:relative; width:100%; height:100%; border:none; display:block; }
#fancybox-title { position:absolute; bottom:0; left:0; font-family:Arial, Helvetica, sans-serif; font-size:12px; z-index:91102; }
.fancybox-title-inside { padding:10px 0; text-align:center; color:#333; display:none; }
.fancybox-title-outside { padding-top:5px; color:#FFF; text-align:center; font-weight:bold; display:none; }
.fancybox-title-over { color:#FFF; text-align:left; display:none; }
#fancybox-title-over { padding:10px; background-image:url('/assets/css/images/fancy_title_over.png'); display:block; display:none; }
#fancybox-title-wrap { display:inline-block; display:none;}
#fancybox-title-wrap span { height:32px; float:left; display:none;}
#fancybox-title-left { padding-left:15px; background-image:url('/assets/css/images/fancybox.png'); background-position:-40px -90px; background-repeat:no-repeat; display:none;}
#fancybox-title-main { font-weight:bold; line-height:29px; background-image:url('/assets/css/images/fancybox-x.png'); background-position:0px -40px; color:#FFF; display:none;}
#fancybox-title-right { padding-left:15px; background-image:url('/assets/css/images/fancybox.png'); background-position:-55px -90px; background-repeat:no-repeat; display:none;}
#fancybox-left, #fancybox-right { position:absolute; bottom:0px; height:100%; width:35%; cursor:pointer; outline:none; background-image:url('/assets/css/images/blank.gif'); z-index:91102; display:none; }
#fancybox-left { left:0px; }
#fancybox-right { right:0px; }
#fancybox-left-ico, #fancybox-right-ico { position:absolute; top:50%; left:-9999px; width:30px; height:30px; margin-top:-15px; cursor:pointer; z-index:91102; display:block; }
#fancybox-left-ico { background-image:url('/assets/css/images/fancybox.png'); background-position:-40px -30px; }
#fancybox-right-ico { background-image:url('/assets/css/images/fancybox.png'); background-position:-40px -60px; }
#fancybox-left:hover, #fancybox-right:hover { visibility:visible; }
#fancybox-left:hover span { left:20px; }
#fancybox-right:hover span { left:auto; right:20px; }
.fancy-bg { position:absolute; padding:0; margin:0; border:0; width:20px; height:20px; z-index:91001; }

/*  PNG Shadows deprecated for html5, msl  */
#fancy-bg-n  {  }
#fancy-bg-ne {  }
#fancy-bg-e  {  }
#fancy-bg-se {  }
#fancy-bg-s  {  }
#fancy-bg-sw {  }
#fancy-bg-w  {  }
#fancy-bg-nw {  }