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


h1 {
	font-weight: bold;
}

/* Remove page padding (white space) */

#page {

/*  no effect	margin: 0px; */

/*  no effect	border: 0px; */

	padding: 0px;

}



/* Remove body padding (white space) */

#content { 

/* 	margin: 0px;  */

/* 	border: 0px; */

	padding-left: 0px;

}



/* Format a pages body text */

#format_text {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 9px;

}



/* Indent */

#content_subpages_para1{

	padding-top : 20px;

	padding-bottom : 30px;

	padding-left : 100px;

	padding-right : 25px;

	text-align: left;

	vertical-align: top;

	left: 28px;

	top: 143px;

} 

#content_subpages{

	padding-top : 20px;

	padding-bottom : 30px;

	padding-left : 100px;

	padding-right : 25px;

	text-align: left;

	vertical-align: top;

	left: 28px;

	top: 143px;

} 



/* nav menu color change

.custom .menu {

	background-color: #330066;

} */

.custom ul.menu {

	background-color: #6f7ea9;

	border:none;

	height:33px;

}

.custom ul.menu a {

	border:none;

	color:#fff;

	font-size: 13px;

	text-transform:lowercase;

	background-color: #6f7ea9;

}

.custom ul.menu a:hover {

	border:none;

	color:#000;

	font-size: 13px;

	text-transform:lowercase;

	background-color: #DDE4F8;

}

.custom ul.menu .current a {

	color:#330066;

	background-color:#c5cbdd;

}

/* If sub-page, color parent in menu navigation */

.custom ul.menu .current-parent a {

	color:#330066;

	background-color:#DDE4F8;

}



/* Modifies Thesis theme to eliminate gap between header and navigation menu */

#header { border-style: solid; background-color:#330066; border-color: #330066; }



/* Remove the page titles (but not blog pages); this also removes the admin edit link on the website */
#post-2 .headline_area, #post-11 .headline_area, #post-15 .headline_area, #post-17 .headline_area, #post-19 .headline_area, #post-25 .headline_area {display: none;}

/* Remove by <author> on <date> and admin edit link on blog posts */
.headline_meta {display: none;}


/* Form formatting */

.tah11 {

	font-family: Tahoma;

	font-size: 11px;

	text-decoration: none;

	color: #7C8089;

}



/* Set the background of form input fields to white */

.wpcf7-form-control {

	background-color:#ffffff;

        border:1px solid #999999;

}



/* Used to set a form input field's width to 200 pixels */

input.input-200-wide {

	width:200px;

}



/* This imageless css button was generated by CSSButtonGenerator.com */

.button1 {

	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;

	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;

	box-shadow:inset 0px 1px 0px 0px #ffffff;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );

	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');

	background-color:#ededed;

	-moz-border-radius:6px;

	-webkit-border-radius:6px;

	border-radius:6px;

	border:1px solid #dcdcdc;

	display:inline-block;

	color:#777777;

	font-family:arial;

	font-size:15px;

	font-weight:bold;

	padding:6px 50px;

	text-decoration:none;

	text-shadow:1px 1px 0px #ffffff;

}.button1:hover {

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );

	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');

	background-color:#dfdfdf;

}.button1:active {

	position:relative;

	top:1px;

}



/* Change the Thesis theme alignment of the footer */

#footer {

	border: 1px;

	border-style: solid;

	border-color: #ddd;

	text-align: center;

	clear: both;

}




/* ***********One column teaser*******

.custom .teaser {

width: 100%;

margin-top: 2em;

padding-top: 2em;

border-top: 1px dotted #bbb;

text-align: justify;

}

.custom .teasers_box {

padding-top: 0;

padding-bottom:0;

border-top: 0;

}

**********One column teaser code********** */ 
