/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/*
Theme Name: Enginepoint
Theme URI: http://enginepoint.com/
Version: 1.0
Author: Enginepoint
Author URI: http://enginepoint.com/
Tags: enginepoint
*/

#container {
	width: 1024px;
	overflow: hidden;
	color: #888;
}

#page {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/bkgd_content.png) repeat-y scroll 0 0;
	margin:25px auto;
	width:1024px;
	padding: 0px;
	position: relative;
}	

/* give spacing for interior elements */
#header, .menu, #content_box {
	width: 1006px;
	margin: 0 auto;
}

#header {
	margin: 0 auto;
	padding: 0 5px;

}

#header #banner {
border-right:40px solid #EB6E1F;
padding:30px 0 30px 44px; 
margin-right: 5px;
}



#ep_navbar {
	height: 32px;
	clear: both;
}

ul.menu {
background-color: #956E8E;
border-top: 0;
border-bottom: 0;
border-left: 40px solid #653600;
/*border-right:40px solid #653600; */
height:29px;
margin-left:8px;
width:673px;
font-size: 95%;
float:left;
display: inline;
}

ul.menu li {
	border-right:1px solid #FFFFFF;
	border-bottom: 0;
}


.menu a {
  letter-spacing: 1.3px;
  background-color: #956E8E;
  color: #fff;
  line-height:16px;
  border: 0;
}

.menu a:hover, .menu li.current a, .menu .submenu a:hover {
	background-color: #EB6E1F;
}


.menu ul.submenu {
  margin-left: 10px;
}

.menu ul.submenu a {
  border-bottom: 1px solid #fff;;
}





#search {
float: left;
font-size: 110%;
z-index: 20;
background-color: #956E8E;
border-top: 0;
border-bottom: 0;
border-right:40px solid #653600;
height:29px;
width:250px;
font-size: 95%;
position: relative;
float:left;
text-align: right;
font-size:1.1em;
line-height:1.273em;

}
#search form {
padding: 0.636em;
}

#search #s {
	width: 160px;
	font-size: 12px;
	margin-right: 10px;
}

#search label {
  font-weight: bold;
  margin-right: 7px;
  color: #cdcdcd;
}

#content_box {
  border-left: 40px solid #EB6E1F;
  padding-left: 3px;
  width: 960px;
  margin-left: 8px;
  position: relative;
  overflow: hidden;
  background: none;
} 

.post_box {
 padding-top: 8px;
}

#content {
	width:600px;
	float: left;

}


h1, h2 {
color:#653600;
margin:0;
padding:0;
}

h2 {
	font-size: 13px;
}

h2 a {
	color:  #653600;
}


#archive_info {
  margin-left: 10px;
}

#archive_info h1 {
	text-transform: uppercase;
}

/****** SIDEBAR (**********/
#sidebars {
	border-left: 1px solid #E0D7CC;
	width: 300px;
	margin-left: -1px;
}

.sidebar h3,
#mc_signup_container h3 {
	background:transparent url(images/sidebar_bkgd.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	width: 265px;
	height: 40px;
	overflow: display;
	font-size:1.2em;
	padding:1.8em 0 0 1.2em;
	font-variant: normal;
	letter-spacing: 1.3px;
}

/* mailchimp */
#mc_signup_submit {
  background-color: #6B5267;
  color: #fff;
  margin-top: 10px;
}

.mc_custom_border {
  padding: 0;
}

.mc_merge_var {
  margin-left: 10px;
}

#mc_signup_form .mc_var_label, #mc_signup_form .mc_input {
width:236px;
}








/************ FOOTER *************/

#footer {
	background-color:#eb6e1f;
	color:#f6be9a;
	text-transform:uppercase;
	height: 45px;
	width: 982px;
	margin-left: 8px;
	margin-bottom: 3px;
	margin-top: 3px; 
}

#footer p {
  font-size: 12px;
  text-align: left;
}

#footer a {
	color:#f6be9a;
	border-bottom: none;
	text-decoration: none;
}

#footer a:hover {
	color:#653600;
	text-decoration:none;
}

#footer .footercopy {
  	width: 980px;
  	margin: 0 auto;
	text-align: center;
	padding-left: 50px;
}



.floatleft {
	width: 48%;
	float: left;
	text-align: left;
}

.floatright {
  width: 48%;
  float: right;
}

#footerend {
	background:#eeeae3 url('images/footer_bkgd.png') no-repeat center bottom;
	margin:0;
	padding:0;
	height:17px;
}


/************* bookmark lists *********/

li.linkcat {
	line-height: 150%;
}
li.linkcat h2 {
	font-size:	12px;
	color: #777777;
	margin-top: 8px;
}

li.linkcat ul.blogroll li a {

}


/****** specific pages ************/


.home .headline_area {
	display: none;
} 

.home #feature_box {
  border-left: 40px solid #EB6E1F;
  padding-left: 3px;
  width: 960px;
  height: 400px;  /*this is required to clip off bottom border of brown box list */
  margin-left: 8px;
  position: relative;
  overflow: hidden;
  background: none;
} 


.home #content_box {
  border-left: 0 none;
  padding-left: 0px;
  width: 1009px;
  margin: 0 5px 0 0;
  position: relative;
  overflow: hidden;
  background: none;
} 


.home .post_box {
	width: 600px;
	float: left;
	margin: 0;
	padding-left: 60px;
}

.no_sidebars .post_box {
   margin: 0;
}



.home .headline_area {
   display: none;
}

.home #featured {
/*	padding-top: 8px; */
padding-top: 0;
width: 600px;
float: left;
}


#homesidebar {
	float: left;
	font-size: 110%;
/*	margin-top: 8px; */
}


#homesidebar ul {
	list-style: none;
	width: 354px;
	margin-left: 5px;
}

#homesidebar ul li {
 border-bottom: 5px solid #fff;
}

#homesidebar ul li a {
    display: block;
    background-color: #c5b5a3;
    line-height: 133px;
	text-transform:uppercase;
    color: #fff;
    padding-left: 10px;
}

#homesidebar ul li a:hover {
     background-color: #a79785;
}



.home #sidebars {
	width: 354px;
}

.home #bottomfeature {
	width: 982px;
	margin-left: 5px;
	padding: 0 0 10px 0;
	height: 200px;
	overflow: visible;
	
}

.home #bottomfeature li {
 list-style: none;
 font-size: 14px;
 line-height: 1.6em;
}

.home #bottomfeature li a {
  padding-left: 10px;
}

.home #bottomfeature h3 {
  text-transform: uppercase;
  text-align: right;
  width: 491px;
  height: 55px;
  overflow: hidden;
  line-height: 70px;
  color: #fff;
  display: block;
  font-size: 12px;
  
}

.home #bottomfeature h3 a {
  margin-right: 10px;
  color: #fff;
}



.home #blogexcerpts h3 {
  background: url(images/blog_icon_header.gif) top left no-repeat;
  height: 55px;
}

.home #tweets h3 {
  background: url(images/twitter_icon_header.gif) top left no-repeat;
  height: 55px;
}


.home #tweets .twtr-widget h3,
.twtr-ft,
.twtr-hd {
  display: none;
}

.twtr-widget {
 margin-left: 15px;
}

.home #blogexcerpts li {
	margin-left:45px;
	width:446px;
	line-height:2.1em;	
    background-color: #F5ECF6;
  	border-bottom: 1px solid #fff;
}

.home #tweets li {
	margin-left: 15px;
	width: 470px;
	border-bottom: 1px solid #38B9DB;
  	color: #38B9DB;
}

.home #tweets li span {
  font-size: 85%;
}

.home #mc_signup_container {
  margin-top: 15px;
  font-size:1.3em;
	float: right;
	width: 300px;
}


/****** FEATURED CONTENT GALLERY *************/
.home .jdGallery .slideInfoZone p {
	font-size: 12px !important;
	line-height: 1.3em;
}


.home .jdGallery {
   display: inline; 
}


/**** BLOG **********/


.blog h1 {
  	margin-left: 23px;
  	font-size:2.2em;
	line-height:1.364em;
	margin-top: 8px;
}  



.blog h2 {
 font-size: 1.7em;
} 

.single .post_box {
 padding-top: 15px;
}

.teasers_box {
 	display: none;
 	border: 0;
 	padding: 0;
}



/******* CONTACT US ***********/

.contactform {
 background-color: #E0D7CC;
 padding: 20px;
}
.contactform label {
  font-weight: bold;
  width: 150px;
  display: block;
  margin-top: 5px;
}

#wpcf_msg { 
	margin-top: -21px;
}

.format_text .contactform input {
	width: auto;
}


fieldset {
  border: none;
}
