/*Text colors. Text decoration. Link admin.*/
.custom a, .custom a {text-decoration: none; } 
.custom .headline_meta a {border-bottom:none;}

/*Removes all borders from Thesis*/
.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment {
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
}
.custom #content_box, .custom #column_wrap {
        background: none;
}
.custom #feature_box {border: none;}
/*.custom #tabs li { position: center; border: none; background: none; }
.custom ul#tabs {border-bottom:none; border-left:none;}*/

/*Styling for Contact Form*/
.custom #wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
.custom #wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
.custom #wpcf textarea {
	width: 600px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
.custom #wpcf #contactsubmit {
	margin-left: 0px;
        width: 100px;
}

/*Comment Form styling.*/
.custom #to_comments span.bracket {color: #C94093;}
.custom #commentform p .required { color: #C94093; }
.custom .avatar img {float: left; margin-left: -1em; padding-right: 1em;}
.custom dl#comment_list dd.comment div.format_text {margin-top:-1em ;}
.custom #comment_list .bypostauthor { background: #fff; }
.custom dl#comment_list .even { background: #F5FFFA; }
.custom dl#comment_list .odd { background: #fff; }
.custom #input.form_submit:hover { color: #C94093; }

/*Widget Styling*/
.custom li.widget .callout { padding: 0.846em; line-height: 1.385em; background: #F5FFFA; border: 0.077em dotted #C0C0C0; } /*Popular Posts Widget*/

/*Change in Archive Text*/
.custom #archive_info { display: none; }

/*Change footer text*/
.custom #footer { font-variant: small-caps; }

/*Nav Menu*/
.menu {
background:none repeat scroll 0 0 #F5F5F5;
border-color:#e9e9e9;
border-style:solid;
border-width:0.1em 0;
padding:0 5.5em;
}
.custom .menu .tab { margin-left: 2.7em; 
                     margin-right: 1em;
}