/*

File:			custom.css

Description:	Custom styles for the Thesis Theme that you define



Use:



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 overwrite *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!

*/



.controlbar {
	display: none;
}
#masthead {
	margin-top: 20px;
	margin-left: 110px;
	float: left;
}
#sd_tagline {
	float: right;
}
body.custom {
	background: #fff url('images/sdbackground.jpg') 0 0 no-repeat;
	background-attachment: fixed;
	background-color:#EDECE7;
}
.custom #container {
	margin-top: 2em;
	margin-bottom: 2em;
}
.custom #page {
	background: none;
}
.custom #header {
	border-bottom: 0px double #ddd;
	clear: both;
}
.custom #content_box {
	background:none;
}
.custom #footer {
	color: #888;
	border-top: 0px double #ddd;
	text-align: center;
	clear: both;
	font-size: 120%;
}
/*---:[ form inputs ]:---*/



.custom input, textarea {
	font-size: 1em;
	color: #444;
	background: #fff;
	border: 1px solid #aaa;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	width:100%;
}
.custom input:focus, textarea:focus {
	background: #fff;
	border-color: #777;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}
.custom .format_text .text_input, #commentform p .text_input {
	width: 45%;
}
.custom .sidebar .text_input {
	width: 95%;
} /* Based on inherited font size in sidebar */
input.form_submit {
	font-weight: bold;
	color: #111;
	background: url('images/submit-bg.gif');
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	cursor: pointer;
}
input.form_submit:hover {
	color: #090;
}
/*---:[ nav menu styles ]:---



.custom ul#tabs { list-style: none; border: 1px solid #ddd; border-width: 0 0 1px 1px; }

.custom ul#tabs li { margin-bottom: -0.1em; background: #fff; border: 1px solid #ddd; border-left: 0; float: left; }

.custom ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0.1em; background: #EDECE7; border-bottom: 0; }	

.custom ul#tabs li a { display: block; line-height: 1em; color: #111; text-transform: uppercase; letter-spacing: 2px; }

.custom ul#tabs li a:hover { color: #111; text-decoration: underline; }	

.custom ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default; }		

.custom ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; }	

.custom ul#tabs li.rss { padding-right: 0; background: none; border: none; float: right; }		

.custom ul#tabs li.rss a { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }

*/









/*-----------------------EASY CONTACT---------------------------

by SCOTT ALLAN WALLICK, http://scottwallick.com/

from PLAINTXT.ORG, http://www.plaintxt.org/



This file is part of EASY CONTACT.



EASY CONTACT is free software: you can redistribute it and/or

modify it under the terms of the GNU General Public License as

published by the Free Software Foundation, either version 3 of

the License, or (at your option) any later version.



EASY CONTACT is distributed in the hope that it will be useful,

but WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

GNU General Public License for details.



You should have received a copy of the GNU General Public License

along with EASY CONTACT. If not, see www.gnu.org/licenses/.

*/



body div.formcontainer {
	clear: both;
	overflow: hidden;
	width: 100%;
}
body div.formcontainer span.required {
	color: #FF0000;
	font-size:larger
}
body div.formcontainer p.error,  body div.formcontainer p.important,  body div.formcontainer p.information,  body div.formcontainer p.success {
	border-top: 1px solid #eee;
	color: #442;
	line-height: 250%;
	padding-left: 36px;
	width: 95%;
}
body div.formcontainer p.error {
	background: #fbfbee url('error.png') no-repeat 12px 50%;
	border-bottom: 2px solid #F0D28B;
}
body div.formcontainer p.important {
	background: #fbfbee url('important.png') no-repeat 12px 50%;
	border-bottom: 2px solid #FED7CE;
}
body div.formcontainer p.information {
 url('information.png') no-repeat 12px 50%;
	border-bottom: 2px solid #ccc;
}
body div.formcontainer p.success {
	background: #fbfbee url('success.png') no-repeat 12px 50%;
	border-bottom: 2px solid #C7E9B3;
}
body div.formcontainer form.contact-form {
	clear: both;
	float: none;
	width: 100%;
}
body div.formcontainer form.contact-form fieldset {
	color: #333333;
	margin: .5em 0 1.5em 0;
	border: #3F0;
}
body div.formcontainer form.contact-form fieldset legend {
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.3em;
	color: #999;
}
body div.formcontainer form.contact-form fieldset div.form-label {
	display: block;
	float:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size:smaller;
	line-height:150%;
	margin: 0.5em 0 0 0;
	padding:0;
	text-align:left;
	width:100%;
}
body div.formcontainer form.contact-form fieldset div.form-label label,  body div.formcontainer form.contact-form fieldset div.form-option label {
	cursor: pointer;
	line-height:100%;
}
body div.formcontainer form.contact-form fieldset div.form-input,  body div.formcontainer form.contact-form fieldset div.form-textarea {
	display: block;
	float:none;
	margin: 0.2em 0 0 0.2em;
	width:100%;
}
body div.formcontainer form.contact-form fieldset div.form-input input,  body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
	padding: 0.3em;
	width: 97%;
}
body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
	overflow: auto;
}
body div.formcontainer form.contact-form fieldset div.form-input input.error {
	background-color: #FBF4E2;
}
body div.formcontainer form.contact-form fieldset div.form-input input.optional {
	margin-bottom: 0.2em;
}
body div.formcontainer form.contact-form fieldset div.form-option,  body div.formcontainer form.contact-form fieldset div.form-submit {
	display: block;
	float:none;
	margin: 1em 0 0 0;
	width:100%;
}
body div.formcontainer form.contact-form fieldset div.form-submit input {
	cursor:pointer;
	padding:0.5em 2em;
}
/*--------------END EASY CONTACT--------------------*/







/* .custom h2 {

	font-size: 1.7em;

	line-height: 1.222em;

	font-family: "Arial Black","Arial Bold",Arial,sans-serif;

	margin-top: 1.833em;

	margin-right: 0pt;

	margin-bottom: 0.611em;

	margin-left: 0pt; 

}

	

	.blurbtext {font-size: 1.3em; line-height: 1.4em;  padding-left: 12px; padding-right: 20px;

}



.teasers_box_text {

	font-size:1.4em;

	line-height:1.571em;

	margin:0 2.3em 1.1em 1.1em;

}*/



.custom .author_comment {
	background: #D0CFCB;
}
.custom .title-avatar {
	float:left;
	width:5em;
	margin-right:1em;
}
/*Making the sidebar links behave the same*/



.custom li.widget p a:hover {
	text-decoration:underline;
}
.custom li.widget p a {
	text-decoration:none;
}
.custom format_text a:hover {
	text-decoration:underline;
}
.custom a, .custom a:visited {
	color: #cc0000;
	text-decoration:none;
}
.custom a:hover {
	color: #cc0000;
	text-decoration:underline;
}
/* Kill the default text that shows up in v1.5 when a page has comments closed. Only works on pages*/

.custom .comments_closed {
	display: none;
}
/*Left padding so resizing browser window doesn't obscure my logo*/

.custom .full_width .page {
	padding-left:20em;
}
/* Dropdown navigation as seen at http://www.kristarella.com/2009/03/thesis-nav-menus/*/



.custom ul#tabs li ul {
	display:none;
	position:absolute;
	list-style:none;
}
.custom ul#tabs li ul li {
	float:none;
}
.custom ul#tabs {
	border-bottom:none;
	border-left:none;
}
.custom ul#tabs li {
	margin-bottom:0;
	border:none;
	background:none;
}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {
	padding-bottom:0;
	background:none;
}
.custom ul#tabs li.rss {
}
.custom ul#tabs li a {
	color: #cc0000
}
.custom ul#tabs li a:hover {
	text-decoration:underline;
	color: #cc0000;
}
.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {
}
.custom ul#tabs li ul {
	display:none;
	position:absolute;
	list-style:none;
}
.custom ul#tabs li ul li {
	float:none;
}
.custom ul#tabs li:hover ul {
	display:block;
}
.custom h1, h2, h3 {
	font-family:arial;
	letter-spacing: -0.05em;
	font-weight: bold;
}
.custom .wp-caption-text {
	font-family: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-align:center;
}
.custom .button {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:transparent url(http://stewartdesign.com/wp-content/themes/thesis/custom/images/button-large.png) repeat-x scroll center top;
	border:1px solid #999999;
	color:inherit;
	font-family:Arial, Helvetica, Calibri, sans-serif;
	margin:0;
	overflow:visible;
}
.custom .form_submit {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:transparent url(http://stewartdesign.com/wp-content/themes/thesis/custom/images/button-large.png) repeat-x scroll center top;
	border:1px solid #999999;
	color:inherit;
	font-family:Arial, Helvetica, Calibri, sans-serif;
	margin:0;
	overflow:visible;
	border-color:#CCCCCC #999999 #999999 #CCCCCC;
	border-style:single;
}
.custom .format_text input.form_submit, #commentform .form_submit {
	font-size:1.3em;
	padding:0.313em 0.25em;
}

.custom li.thesis_widget_google_cse form input[type="submit"] {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:transparent url(http://stewartdesign.com/wp-content/themes/thesis/custom/images/button-large.png) repeat-x scroll center top;
	border:1px solid #999999;
	color:inherit;
	font-family:Arial, Helvetica, Calibri, sans-serif;
	margin:0;
	overflow:visible;
	border-color:#CCCCCC #999999 #999999 #CCCCCC;
	border-style:single;

}
