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

.custom .sidebar .text_input {background:#ebebeb; border:1px solid #ddd; width:92%;}
.custom .sidebar input[type="text"], .custom .sidebar input[type="submit"] {font-size:14px;}

.custom #content {min-height:350px; background:#fff; margin:20px 0px 20px 0px;}
.custom #content_box {padding:0; margin:0;}
.custom .post_box {border:1px solid #ddd; padding:2em;}
.custom #sidebars {padding:0 0px 0 0; margin-left:0px; margin-right:0px;}
.custom .sidebar ul.sidebar_list {padding-right:2.5em;}
.custom .cwrapper {background:#f0efee; padding:4px; margin:0 1.6em 0 2em; overflow:hidden;}
.custom .post_box, custom.teasers_box, custom.full_width #content_box .page {margin:0em; background:#fff;}

.custom .sidebar h3 {letter-spacing:1px; text-transform:uppercase; border-bottom:1px solid #ddd; line-height:1.5em;}



.custom #topspace {width:951px; background:#FFFFFF; height:2em; margin:0 auto;}
.custom #header_area {background:#3E4046; height:70px; overflow:hidden;}
.custom #header {background:#484b53; height:70px; padding-top:1.1em; margin:0;}
.custom #logo-img {margin:0px 0 0 10px;}
.custom .menu {float:right; overflow:hidden; margin-top:1.9em; z-index:1; width:65.55%;}
.custom .menu a {letter-spacing:0px; padding:0px 10px;}
.custom .menu .tab {border-left:1px solid #cccccc;}
.custom .menu .tab-home {border:none;}
.custom .menu .tab-1 {}
.custom .menu .tab-2 {}
.custom .menu .tab-3 {}
.custom .menu .tab-4 {}

.custom #header #logo {display: none;}
.custom #header #tagline {display: none;}

.custom .comments_closed p {display:none;}
.custom #footer_area {background:#3E4046; height:70px; overflow:hidden;}
.custom #footer {background:#484b53; text-align:right; height:70px; padding-top:27px;}
.custom #footer a {color:#cccccc; text-transform:uppercase; text-decoration:none; border:none;}
.custom #footer a:hover {color:#ffffff; text-decoration:none;}
.custom #bottomspace {font-size:10px; width:931px; background:#FFFFFF; height:2em; margin:0 auto; padding:10px 10px 5px 10px;}
.custom #bottomspace a {color:#444444;}
.custom #bottomspace a:hover {color:#cccccc;}
.custom #bsleft {float:left; text-align:left;}
.custom #bsright {float:right;text-align:right;}

.custom.main-page {}
.custom.main-page .no_sidebars .post_box {margin:0em 1.5em;}
.custom.main-page .format_text {font-size:18pt;}
.custom.main-page .headline_area h2 {display:none;}
.custom.main-page .cwrapper {background:#fff; margin:0; overflow:hidden;}
.custom.main-page .post_box {border:0; padding:0;}
.custom.main-page #content {margin:1em 0 0 0;}

/* --- CONTACT --- */
.custom.contact .no_sidebars .post_box {margin:0em 1.5em;}
.custom.contact .format_text {}
.custom.contact .cwrapper {background:#fff; margin:0; overflow:hidden;}
.custom.contact .post_box {border:0; padding:0;}
.custom.contact #content {margin:0;}
.custom.contact #formwrapper {float:left; margin:0 25px 25px 15px; padding:1em; width:40%; background:#484B53;}
.custom.contact #contacttext {float:left; font-size:16px; line-height:22px; width:51.5%; margin:0; padding:0;}
.custom.contact label {color:#fff; clear:left; display:block; float:left; font-size:18px; margin:0 10px 0 0; padding-bottom:15px; text-align:right; text-transform: lowercase; width:26%;}
.custom.contact input {display:block; float:left; margin-bottom:15px; padding:3px; width:65%; background:#ebebeb;}
.custom.contact .headline_area h1 {margin:1.74em 0 0 1em;}

.custom p.required {color:#fff; font-weight:bold; float:right; margin-right:1.5em; margin-top:-.5em;}


.custom.contact textarea {width:65%; height:120px; margin:0 0 -.5em 0; background-color:#ebebeb; padding:3px;}
.custom.contact .sendbutton {border: 1px solid #ddd; background: #ff0000; color:#fff; font-weight:bold; width:70px; margin:0 0 1.7em 8.15em;}
.custom.contact .sendbutton:hover {border: 1px solid #0FA0F7; background: #fff;color:#0FA0F7;}

.custom .wpcf7-mail-sent-ok, .custom .wpcf7-validation-errors, .custom .wpcf7-spam-blocked, .custom .wpcf7-mail-sent-ng {border:2px solid #ddd; background:#ebebeb;}
.custom .wpcf7-response-output {margin: 5em 1em 1em 1em;}


/*
.custom.contact label {color:#fff; font-size:12pt; font-weight:bold; margin-left:.3em;}
.custom.contact input {font-size:16px; background-color:#fff; border:1px solid #ddd; width:50%; margin-left:.3em;}
*/