/*
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/
*/

body { margin: 20px 0px 0px 0px; background: url(images/background.gif) repeat-x top #313131;}
a { color: #d2662c; }
a:hover { color: #666; }
.wpcf7-form input, .wpcf7-form textarea {padding:0px; margin:0px; width:170px; background-color:#ffffff !important; border:1px solid #80c047 !important; }

#container { width: 900px; min-height: 420px; margin: 0 auto; }

#partners span {float:right; }
#partners div { border-bottom:1px dotted #000000;  padding-top:10px; padding-bottom:0px; margin-bottom:0px; }
#partners a {text-decoration:none; }

#page { padding: 0px; background: none; min-height: 420px;}

#content { border: 10px solid #FFF; margin: 20px 20px 20px 0px; background: url(images/bg_content.png) repeat; width: 600px; min-height: 300px; }

.headline_area, h2, h1 { color: #80c047; }

.homepage .headline_area h2 {display:none; }
.homepage li.widget_text { color:#d2662c font-size:16px; font-style:italic; font-weight:bold; line-height:28px; margin:30px 0px 30px 0px; }

.custom #sub-page-menu h3 a, h3 { color:#d2662c; font-size:25px; }
.custom #sub-page-menu li a { color:#d2662c; }
.custom #sub-page-menu li a:hover { color:#282828; }
.custom #search { margin-bottom:0px; }
.custom .textwidget h1 { color:#d2662c; font-size:14px; font-weight:bold; }

#header { display: none;}
ul#tabs { background-image:url(images/nav_bg.png); list-style: none; border:none; font-size: 1.1em }
ul#tabs li { margin-bottom: -0.1em; background:none; border: none;  float: left; padding-top:5px; height:45px;  }
ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0.1em; background:url(images/nav_hover.png) repeat-x; }
ul#tabs li:hover {  background-image:url(images/nav_hover.png);}
ul#tabs li:hover.current_page_item { background:url(images/nav_hover.png) repeat-x;}
ul#tabs li a { display: block; line-height: 1.3em; color: #FFFFFF; text-transform: none; letter-spacing: 0px; border-right:1px solid #d2662c; border-left:1px solid #7b2e00; }
ul#tabs li a:hover { text-decoration: none;}
ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default; }
ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; }

#content_box { background:none; }
#page { min-height: 480px; background: url(images/backgrounds/bg_01.jpg) no-repeat #313131; border: 10px solid #FFF; }
.homepage #page { background-image: url(images/backgrounds/bg_01.jpg) ;}
.testimonials #page { background-image: url(images/backgrounds/bg_02.jpg) ;}
.gallery-page #page { background-image: url(images/backgrounds/bg_03.jpg) ;}
.partners #page { background-image: url(images/backgrounds/bg_04.jpg) ;}
.contact #page { background-image: url(images/backgrounds/bg_05.jpg) ;}

/* sidebars */
.homepage #sidebars { background:none; }

#sidebars { width: 200px; background:none; padding: 0px; margin: 20px;}
#sidebar_1 {background: url(images/bg_content.png) repeat; margin-top:20px; margin-bottom:20px; padding-top:20px; }
#sidebars h3 { text-transform: none; letter-spacing: 0px; }
#sidebars ul { margin: 0px 0px 0px 3px; }
#sidebars li { border-bottom: none; }
#sidebars li a { color: #282828; padding: 0px 0px 2px 18px; display: block; }
#sidebars li a:hover, #sidebars li.current_page_item { color: #666666; text-decoration: none;  background: url(images/bullet.png) no-repeat left 5px; }
#sidebar_1 form {padding-bottom:0px; margin:0px }
#sidebar_1 #search { border-top: none; padding: 10px 0px 10px 0px;}
#sidebar_1 input, .wpcf7-form input, .wpcf7-form textarea {padding:0px; margin:0px; width:170px; background-color:#ffffff !important; border:1px solid #80c047 !important; }

#pages ul li { border-bottom: 1px solid #CCC; padding-bottom: 7px;}
#pages { margin-bottom: 0px;}
.format_text { color: #333;}


#multimedia_box { margin-bottom: 5px;}
#image_box img.three_by_two { width: 171px; height: 116px;}
#image_box { background: none; border-bottom: none; padding:1.1em; }

#footer { background:url(images/footer_bg.png) repeat-x; border-top: none; font-size: 10px; color: #FFFFFF; margin:0px; padding-top:30px; }
#footer a { border-top: none; color: #FFFFFF; text-decoration: underline; border-bottom: none;  }
#footer a:hover { border-top: none; color: #CCCCCC; text-decoration: none;  }