/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/* START of nav menu CSS */

.custom .menu a { letter-spacing: 1px; }

.custom .menu a:hover { letter-spacing: 1px; }

/* END of nav menu CSS */

/* START of sidebar headers CSS */

.custom .sidebar h3 { letter-spacing: 1px; }

/* END of sidebar headers CSS */

/* SIDEBAR */

/* FOOTER */

.custom #footer {text-align:left; color:#999;}

/* COMMENTS */

.custom .comments_closed {display: none;}

/*---:[ form inputs ]:---*/

.custom input, textarea { background:#ededeb; font-size: 1em; color: #666; background: #fff; border: 1px solid #999;}
input:focus, textarea:focus { border-color: #999;}
	.sidebar .text_input { width: 95%; }
	input.form_submit { font-weight: bold; color: #fff; background-color:#999; border: 3px solid #999; -moz-border-radius: 4px; border-radius: 4px;cursor: pointer; width: auto !important; overflow: visible; }
	#commentform input.form_submit { border-width: 0px; }
	input.form_submit:hover { color: #fff; background-color:#666;}

/*---:[ search form ]:---*/

.custom form.search_form #s {
font-family:Helvetica,Arial,sans-serif;
font-size:11px;
background:#fff;
color:#999;
border:1px solid #999;
padding:8px;
width:162px;
}