/*
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:0px; background: url(images/bck_main.jpg) repeat-x #ffffff;}

.format_text a { color: #005761; text-decoration: none; }
.format_text a:hover { color: #005761; text-decoration: underline;}

a { color: #f46200; text-decoration: none; }
a:hover { color: #f46200; text-decoration: underline; }

p { line-height:14px; font-size:12px; color:#222222; }

h1, h2 {font-size: 24px; color: #005761;}

.notitle .headline_area h1 {display:none; }

h3 a {font-size: 18px; color: #172a6a;}

.float_left { float: left; }
.float_right { float: right; }



#tagline {display: none;}

.contact_info {float: left; width: 330px;}

#pics {margin: 0px 0px 0px 30px;}

#logo {display:none;}

/* SIDEBARS */

#sidebar_1 { background: url(images/sidebar1_repeat.jpg) repeat-y #ffffff; width: 200px; min-height: 322px; margin: 0px 20px 0px 0px; }
#sidebar_2 { background: url(images/sidebar2_bck.jpg) no-repeat; min-height: 342px; width: 200px; margin: 0px;} 

.sidebar {padding: 0px 0px 0px 0px; color: #333333; min-height: 342px; }

.widget h3 { font-size: 16px; color: #ffffff; padding:10px 0px 0px 15px; }
.widget h2 { font-size: 16px; color: #ffffff; padding: 10px 0px 0px 15px; }
#sub-page-menu h3 a {color: #fffffff;}

li.widget ul li {margin-bottom: 0px;}

li.widget ul li:hover { background: #7f7f7f; }

.sidebar { background: #999999; width: 200px; padding: -10px 0px 0px 0px; margin: 0px 0px 0px 0px;   }
.sidebar li {background: #888888; padding: 2px 10px 2px 10px; border-top: 1px solid #aaaaaa; border-bottom: 1px solid #777777; margin-bottom: 0px; }
.sidebar li:hover { background: #888888; padding: 2px 10px 2px 10px; border-top: 1px solid #aaaaaa; border-bottom: 1px solid #777777;  margin-bottom: 0px; }
.sidebar li a {color: #ffffff;}




/* CONTENT */


#header { background: url(images/header.jpg); height: 142px; padding: 0px; margin: 0px; border: 0px; }

#content {background: url(images/white_bck.png) repeat; min-height: 342px; margin: 0px 7px 0px 6px; padding: 0px; width: 507px; }

#content_area { background: none; min-height: 342px; padding-top: 7px; } 

#header_area { background: none; min-height: 140px; padding-top: 0px; }

#header_area .page { padding-top: 0px; } 

#content_box { background: url(images/content_repeat.jpg) #303030 repeat-y ; min-height: 228px; width: 962px; } 

#page { background: none; width: 100%; /*padding-top: 3em;*/ } 

#column_wrap { background: url(images/content_wrap.jpg) no-repeat; } 

#banner { background: url(images/header_2.jpg) #ffffff; height: 300px; } 

.menu { font-weight:bold; list-style: none; border: none; font-size: 1.1em; background: url(images/menu_main.jpg) no-repeat; height: 38px; ; padding: 3px 0px 0px 83px; }

ul.menu li { margin-bottom: -0.1em; background: none; border: none; float: left; height: 46px; padding: 0px 10px 0px 10px; }
ul.menu li.current, ul.menu li.current-cat, { padding-bottom: 0; background: url(images/menu_hl.png) repeat-x transparent; height: 46px; }
ul.menu li:hover { background: url(images/menu_hl.png) repeat-x; height: 46px; padding: 0px 10px 0px 10px; }
ul.menu li:hover.current_page { background: url(images/menu_hl.png) repeat-x; height: 46px; padding: 0px 10px 0px 10px; }
ul.menu li a { display: block; line-height: 2.2em; color: #ffffff; text-transform: none; letter-spacing: 0px; text-align: center; background:none; border:none; }
ul.menu li a:hover { color: #ffffff; text-decoration: none; background: transparent; border:none; }
ul.menu li.current a, ul#tabs li.current-cat a { cursor: default; color: #ffffff; background: transparent; }
ul.menu li.current-cat a:hover, ul.menu li.current-cat li:hover { text-decoration: none; background: #999 !important; color: #fff;  }
ul.menu li.current a:hover { background: none; color: #fff; }

ul.submenu { background: #999999 ; }
ul.submenu li { background: #888888; padding: 2px 10px 2px 10px; border-top: 1px solid #aaaaaa; border-bottom: 1px solid #777777; width: auto; }
ul.submenu li:hover { background: none; padding: 2px 10px 2px 10px; border-top: 1px solid #aaaaaa; border-bottom: 1px solid #777777; width: auto; color: #fff; }
ul.submenu li a, ul.submenu li a:hover {  line-height: 40px; color: #ffffff; padding: 0px; margin: 0px; }

 ul.menu .current-parent { background: url(images/menu_hl.png) repeat-x transparent; height: 46px; } 
  ul.menu .current-parent a { background: none !important; }


#wpcf7-f1-p4-o1 p {color: #085dff; font-size: 15px; margin: 5px 0px 5px 0px; }

.format_text input, #commentform input, #commentform textarea {
border: 1px solid #999999 !important;
border-width:0.071em;
padding:0.214em;
width:70%;
height: 16px;
font-size: 12px;
margin: 5px;
}

textarea {
background: #f7f7f7 none repeat scroll 0 0;
border: 1px solid #999999 !important;
color:#222222;
font-size: 14px;
width:100% ;
margin: 5px;
}

#footer { border-top: none; font-size: 10px; color: #ffffff; margin: 0px 0px; height: 67px; background: url(images/footer.png) repeat-x #ffffff; width: 940px; }
#footer a { border-top: none; color: #ffffff; text-decoration: none; border-bottom: none;  }
#footer a:hover { border-top: none; color: #ffffff; text-decoration: underline;  }

.downloads { width: 200px; height: 200px; float: left; text-align: center; }