/*
Theme Name:     TMJ Theme
Description:    Child theme for Trim.
Author:         Jessica Horwitz
Template:       Trim

(optional values you can add: Theme URI, Author URI, Version)
*/





@import url("../trim-child/style.css");





/*---------------[!!!FIX ME!!!]---------------*/
/*
search button at top/ make grey

background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);

#menu { background-color: #858585;
*/

/*---------------[COLORS USED]---------------*/
/*
light blue: 537299
med blue: 203e63
dark blue: 001531  (background)
med grey: 858585
light grey: c2c2c2


*/  




/*---------------copyright line in footer------------------*/
p#copyright { text-align: right; font-size:12px; color:#b4b4b4; text-shadow: none; margin: 37px 0 20px; }	
	p#copyright a { color:#b4b4b4; }






	  
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

@font-face {
    font-family: 'ColaborateThinRegular';
    src: url('fonts/ColabThi-webfont.eot');
    src: url('fonts/ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabThi-webfont.woff') format('woff'),
         url('fonts/ColabThi-webfont.ttf') format('truetype'),
         url('fonts/ColabThi-webfont.svg#ColaborateThinRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body { line-height: 21px; font-family: 'Droid Sans', Arial, sans-serif; font-size: 13px; color: #203e63; background: #f8f8f8 url(images/body-bg.png); }

a, #reply-title a { text-decoration: none; color: #537299; }
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: #203e63; letter-spacing: -1px; line-height: 1em; font-weight: normal; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #537299; }
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: 10px; line-height: 24px; }
strong { font-weight: bold; color: #537299; }
cite, em, i { font-style: italic; color: #203e63; }
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; }

.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 */


/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/


h1, h2, h3, h4, h5, h6, #quote, span.post-meta span, span.fn { font-family: 'ColaborateThinRegular', Arial, sans-serif; }

#container { text-align: left; margin: 0 auto; width: 960px; position: relative; }
	#main-header { background:none; }
		#top-area { border-bottom: 1px solid #efefef; padding: 52px 49px 89px 58px; }
			#logo { float: left; margin-top: 2px; }
			#search-form { float: right; height: 32px; border:1px solid #efefef; border-color: #858585; }
				#search-form #searchinput { background: none; border: none; float: left; margin: 7px 14px 0 7px; width: 110px; padding-left: 6px; font-size: 11px; color: #858585; font-family: Georgia, serif; font-style: italic; }
				#search-form #searchsubmit { margin-top: 10px; margin-right: 11px; color: #858585; }
		#menu { background:none; border-top: 3px solid #f7f7f7; padding: 0 14px 0 0; }
			#menu #main-menu { float:left; width: 860px; }
				#menu .nav li { float:left; border-right: 1px #dcdcdc; }
					#menu .nav a, ul#mobile_menu a { font-size: 12px; color: #ffffff; text-decoration: none; text-transform:uppercase; display: block; height: 44px; overflow: hidden; -webkit-transition: background-color 0.2s ease-in; -moz-transition:background-color 0.2s ease-in; -o-transition: background-color 0.2s ease-in; transition: background-color 0.2s ease-in; }
						#menu .nav a > span { padding: 12px 14px 11px; }
						#menu .nav ul li a > span { padding: 0; }
						
						#menu .nav ul li { border: none; }
							#menu .nav ul a, ul#mobile_menu a { padding: 14px 5px 14px 25px; height: auto; overflow: visible; width: 195px; }
							#menu .nav ul a:hover, ul#mobile_menu a:hover { background: #001531; text-decoration: none; }
					span.menu_slide { color: #fff; background: #203e63; }
					
					ul#mobile_menu a { display: block; padding-left: 5px; padding-right: 5px; width: auto; }
						
					#menu .nav > li.current_page_item > a:hover { background: none; color: #ffffff; }
			#social-icons { float:right; padding-top: 9px; }	
				#social-icons a { padding-left: 4px; }
	#featured { position:relative; min-height:276px; }
		.slide_wrap { padding: 18px 40px; }
			.featured_box { background: #fff; padding: 5px; position: relative; height:230px; }
				.et_image_description { position: absolute; bottom: 5px; left: 5px; background: #111; background: rgba(0, 0, 0, 0.3); width: 870px; color: #fff; }
					.et_inner_description { padding: 18px 25px 5px; }
						.et_image_description h2 { font-family: 'Droid Sans', Arial, sans-serif; font-size: 13px; text-transform: uppercase; font-weight: bold; letter-spacing: 0; }
							.et_image_description h2.title a { color: #fff; }
							.et_image_description h2.title a:hover { color: #eee; text-decoration: none; }
							
			.et_slide_video .featured_box { float: left; margin-right: 30px; }
			.et_slide_video .featured_description { float: left; width: 385px; padding-top: 45px; }
			.et_slide_video .featured_description, .et_text_slide { font-family: Georgia, serif; font-size: 18px; color: #bdbdbd; text-shadow: 1px 1px 0 #fff; font-style: italic; }
				.et_slide_video h2.title, .et_text_slide h2.title { font-size: 48px; line-height: 42px; font-style: normal; padding-bottom: 10px; }
					.et_slide_video h2.title a:hover, .et_text_slide h2.title a:hover { color: #111; text-decoration: none; }
			.video_slide iframe { display: block; }
			
			.et_text_slide { padding-top: 70px; text-align: center; }
				.et_text_slide a.readmore { font-size: 13px; font-family: 'Droid Sans', Arial, sans-serif; font-style: normal; margin-top: 4px; }
				
		#featured_controls { border-bottom: 1px solid #efefef; padding: 25px 0; text-align: center; }
			#featured_controls li { list-style: none; display: inline-block; margin: 0 2px; }
				#featured_controls a { background: url(images/featured_not_active.png) no-repeat; width: 13px; height: 13px; text-indent: -9999px; display: inline-block; }
				#featured_controls li.active-slide a { background: url(images/featured_active.png) no-repeat; }
			
		#featured .flex-direction-nav a  { position:absolute; top: 50%; width:25px; height:25px; text-indent: -9999px; margin-top: -12px; }
		#featured .flex-direction-nav a.prev { left:0; background: url(images/left-arrow.png) no-repeat; }
		#featured .flex-direction-nav a.next { right:0; background: url(images/right-arrow.png) no-repeat; }
		
	#content { background-color: #fff; padding-top: 1px; }	
		#featured-controllers { border-bottom:1px solid #efefef; }
			#featured-controllers li { float:left; width: 239px; border-right: 1px dashed #dcdcdc; border-top:1px solid #efefef; z-index: 1; position: relative; }
			#featured-controllers .last { border-right:none; width: 240px; }
				.controller { border-top: 3px solid #f7f7f7; padding:35px 33px 27px; }
					.controller h2 { font-size:20px; color:#537299; margin-bottom: 2px; } 
					.controller p { font-size:13px; color:#c6c6c6; font-family: Georgia, serif; font-style: italic; line-height: 20px; }
				
			#featured-controllers li:hover { cursor: pointer; }
			.et_slide_hover { background-color:#fafafa; position: absolute; z-index: -7; width: 100%; height: 100%; display: none; }
		#services { border-bottom:1px solid #efefef; margin-top:39px; position: relative; }
			#services:before { position: absolute; content: ''; bottom: -7px; left: 50%; margin-left: -5px; background: url(images/blurbs_arrow.png) no-repeat; width: 11px; height: 7px; }
			.service { margin: 0 40px; width: 240px; float:left; position:relative; padding-bottom: 26px; }
				img.icon { position:absolute; top: 0px; left: 0px; }
				.service h3  { font-size: 24px; padding-left: 48px; color: #1f262d; }
				.service p { line-height: 21px; padding-left: 48px; }
		#quote { border-bottom:1px solid #efefef; text-align:center; font-size:35px; color:#537299; padding:33px 40px; background:url(images/left-quote.png) no-repeat 40px 33px; }		
			#quote p { line-height:40px; padding:0 40px; background:url(images/right-quote.png) no-repeat top right; }
		#home-sections { border-bottom:1px solid #efefef; padding:37px 40px; position: relative; }
			#home-sections:before, #main_content:before { position: absolute; content: ''; top: 0; left: 480px; width: 1px; height: 100%; border-left: 1px solid #efefef; }
			#main_content:before { left: 633px; }
			#recent-work { float:left; width:404px; padding-right:39px; }
				#recent_work_thumbs { margin-left: -27px; margin-bottom: -4px; }
				#home-sections h3 { color:#1f262d; font-size:24px; margin-bottom: 18px; }
				#recent-work .thumb { float:left; padding:2px; margin: 0 0 26px 27px; -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15); line-height:0; }
				#recent-work .last { margin-right:0; }
			#from-the-blog { float:left; padding-left:39px; width:398px; }
				.blog-post { padding-bottom:12px; }
					.blog-post h4 { font-size:20px; }
						.blog-post h4 a { color: #537299; }
						.blog-post h4 a:hover { color: #111; text-decoration: none; }
			
body.home #main-header, body.home #content, .featured_box, .avatar-box, #wrapper  { -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.08); -moz-box-shadow: 0 0 7px rgba(0,0,0,0.08); box-shadow: 0 0 7px rgba(0,0,0,0.08); }

body.home #wrapper { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

#menu { border-bottom: 1px solid #efefef; }
body.home #menu { border-bottom: none; }

a.readmore, .reply-container a, #commentform input#submit { display: inline-block; background: #E2E2E2; color: #537299; text-shadow: 1px 1px 0 white; border: 1px solid #9D9D9D; padding: 3px 12px; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; -webkit-box-shadow: inset 0px 1px 0px #f5f5f5; -moz-box-shadow: inset 0px 1px 0px #f5f5f5; box-shadow: inset 0px 1px 0px #f5f5f5;
background: -moz-linear-gradient(top,  #e8e8e8 0%, #d1d1d1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e8e8e8 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e8e8e8 0%,#d1d1d1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e8e8e8 0%,#d1d1d1 100%); /* IE10+ */
background: linear-gradient(top,  #e8e8e8 0%,#d1d1d1 100%); /* W3C */
 }
a.readmore:hover, .reply-container a:hover { color: #111; text-decoration: none; }

#recent-work a.readmore, #from-the-blog a.readmore { float: right; }

.post_meta { float: left; color: #fff; font-size: 11px; font-weight: bold; text-transform: uppercase; background: #537299; border-top: 1px solid #3c819a; padding: 0 7px; position: relative; line-height: 18px; margin-right: 5px; top: 2px; }
.post_excerpt { clear: both; }

#main_content { padding: 35px 39px; position: relative; }
	#left_area { width: 553px; float: left; margin-right: 80px; }
		h1.main_title, h1#comments, h3#reply-title { font-size: 35px; }
			h1.main_title a { color: #537299; }
			h1.main_title a:hover { color: #111; text-decoration: none; }

#breadcrumbs { font-style: italic; font-family: Georgia, serif; margin-bottom: 30px; }
	#breadcrumbs span, #breadcrumbs a { color: #e5e5e5; }
	#breadcrumbs, #breadcrumbs a:hover { text-decoration: none; color: #537299; }
	
.entry, #comment-wrap { padding: 0 0 35px 60px; position: relative; }
body.page .entry { padding-left: 0; }
	#comment-wrap > #respond h3#reply-title:before, #comment-wrap > #respond h3#reply-title:after { content: ''; }
	span.post-meta, #comment-wrap > #respond h3#reply-title:before { position: absolute; top: 0; left: -20px; top: -7px; display: block; background: #537299; color: #fff; font-size: 11px; text-transform: uppercase; font-weight: bold; text-align: center; -webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px; width: 60px; height: 60px; line-height: 41px; }
		span.post-meta span { display: block; font-size: 26px; margin-top: -26px; }
	p.meta, p.meta a { font-family: Georgia, serif; color: #c6c6c6; font-style: italic; }
	p.meta a:hover { color: #111; text-decoration: none; }
	
	.post-content .featured_box { margin-bottom: 14px; }
	.entry a.readmore { float: right; }
	
	.post ul, .comment-content ul { list-style-type: disc; padding: 0 0 23px 16px; line-height: 26px; }
	.post ol, .comment-content ol { list-style-type: decimal; list-style-position: inside; padding: 0 0 23px 16px; line-height: 26px; }
		.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]------------------*/ 
/*------------------------------------------------*/

span.menu_slide, span.main_text { display: block; position: relative; }

ul.nav > li.current-menu-item:before, #menu .nav li.et_hover:before, #mobile_nav:before,  #featured-controllers li.active-slide:before, .et_animated_bar { position: absolute; content: ''; left: 0; top: -4px; width: 100%; height: 3px; border-top: 1px solid #3c819a; background: #c2c2c2; }
 /*--check here--*/
ul.nav > li.current-menu-item:after, .post_meta:after, #mobile_nav:after, #featured-controllers li.active-slide:after, .et_animated_bar:before { position: absolute; content: ''; left: 50%; top: 0; border: solid; border-color: #537299 transparent; border-width: 3px 3px 0 3px; z-index: 2; margin-left: -3px; }
.post_meta:after { bottom: -3px; top: auto; }
#featured-controllers li.active-slide:before, .et_animated_bar { top: -1px; }
#featured-controllers li.active-slide:after, .et_animated_bar:before { top: 3px; }
.et_animated_bar { width: 7px; left: 120px; }
	#menu ul.nav ul, ul#mobile_menu { background: #203e63; -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.1); -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.1); box-shadow: 3px 3px 3px rgba(0,0,0,0.1); }
		#menu ul.nav ul a { color: #fff; }

/*------------------------------------------------*/
/*--------------[FEATURED SLIDER]-----------------*/
/*------------------------------------------------*/




/*------------------------------------------------*/
/*--------[REMOVE FROM THE BLOG SECTION]-----------*/ 
/*------------------------------------------------*/

#recent-work { width:100%!important; }
#home-sections:before, #main_content:before { border-left:0;}

/*------------------------------------------------*/
/*--------[REMOVE SEARCH BAR]-----------*/ 
/*------------------------------------------------*/

#search-form {display: none !important;}


/*------------------------------------------------*/
/*--------[FlexSlider]-----------*/ 
/*------------------------------------------------*/

.flexslider .slides img {
margin: 0 auto; 
}


