/* @override http://obeyjennifer.com/wp-content/themes/thesis_16/custom/custom.css?122509-74110 */

/* obey */




/* ver.
searchbox
*/

/*
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/
*/


/*---:[ Set 2: repeating background grid pattern ]:---*/

body.custom { background: #f9f5db url(images/gravityBgChip2.gif); }

	.custom p {	letter-spacing: .05em	}
	

/*---:[ end Set 2 ]:---*/


.custom .widget_search {height: 10px;}  /* Widget Search */
.custom .widget_search .text_input {padding: 3px; width: 100px; float:left;}  /* Widget Search */
.custom .search_submit input {float:left; height: 20px; width: 40px; margin-left: 5px; color: black;

} /* Widget Search */


/*search form positioning and style*/
.custom .search_form {
float:right;
	margin-top: -2.7em;
	margin-right: 11px;
}

.format_text input.form_submit, #commentform .form_submit { font-size: 1.0em; padding: 0.1em 0.4em 0.1em 0.1em; }
textarea#comment {
	border: 1px dotted teal;
}
input.form_submit:hover { color: teal; }

input#email.text_input {
	border: 1px dotted teal;
}
input#url.text_input {
	border: 1px dotted teal;	
}
input#author.text_input {
	border: 1px dotted teal;
}

/*---removed style---*/

		
/*---.custom #content_box {background-color: #bceffd;} ---*/
.custom #content_box {
	background-image: url(images/gravityBg.gif);
}

.custom #content {background-color: white;
	width: 600px;
	margin-left: 10px;
}


#archive_info {display:none;}

	#page { padding: 0; }
div.comments_closed p {display:none;}
.custom #header { border-bottom:none;
height:123px;
padding-top:0;
padding-bottom:0;
background: url(images/gravityBgChip2.gif) repeat center; }

.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }

/*---no wrap menu---*/
.menu ul a { border-left-width: 0.083em; white-space: nowrap;
	width: 18em; /*---17.2 previously---*/
}

/*---:[ headlines ]:---*/

h2 {
	color: #1e4f6e;
	
}

h2.esp {
	color: #276b95;
	font-size: 1.7em;

	top: -15px;
	position: relative;
}

h3 {
	color: #1e4f6e;
	
}

.custom h4 {
	color: #1e4f6e;
	/*color: #1b69a3;*/
	font-size: 1em;
}

.custom h4.light {

	color: #1b69a3;
	font-size: 1em;
}
.format_text h6 {
	font-size: 1em;
	
	font-variant: normal;
	text-transform: none;
	color: #000;
	letter-spacing: .08em;
}

.headline_area h1, .headline_area h2 { 
	font-size: 3.2em;
	color: #3d5579;
}
.custom .menu { 
width:63%; 
}

#nav div.nav_container {
	background: #dcdcdc url(images/gravitybox2.gif) no-repeat 525px;
	border: thin groove white;
}

#nav div.nav_container form.search_form {
	position: relative;
	right: 125px;
}


	/*---:[ custom box styles ]:---*/
	#custom_box { background: #cfeca5; border-bottom: 1px solid #ddd;
	font-size: small;
	line-height: 1.2em;
	padding: 5px;
	border: 1px solid silver;
}
#custom_box a img {
	padding: 5px;
	margin: 2px;
	border-style: none;
	border-color: white;
}


#custom_box strong {
	white-space: normal;
	text-align: left;
	text-transform: none;
	clear: none;
	font-size: 1.3em;
}
#custom_box ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 6px;
	list-style-image: url(images/dings/greenarrow.gif);
	opacity: 1;
	line-height: 1.3em;
}

#content li {
	list-style-image: url(images/dings/blubox7.gif);
}

#custom_box h4 {

	margin-bottom: 10px;
}

#sidebars { width: 40em; border: 0; float: right;
	height: 130em;
	background-color: #bcd4ae;
}
div#sidebars p {
	
	margin-bottom: 1.4em;

	
}

div#sidebars h3 {
	
	color: black;
	font-size: 1.3em;
	float: none;
	clear: right;
	line-height: 2px;
	font-style: italic;
}


#custom_box p {
	font-size: 13px;
	margin: 5px;
}





img.smbio_pic {
	float: left;
	border: 2px solid white;
	margin: 6px 7px 4px 4px;
}

p.bio {
		font-size: 1.3em;
}





div#multimedia_box.custom_box {
	padding: 2px 0 3px;
	margin: 0;
}

div#sidebar_1.sidebar {
	padding-top: 15px;
}

#searchsubmit {
	width: 55px;
	position: relative;
	left: 75px;
	top: -2px;
	border: 1px ridge silver;
	padding: 1px 22px 1px 1px;
}

div.breadcrumb {
	
	position: relative;
	bottom: 14px;
	font-size: 1.2em;
}

div#topbar {
	
	float: right;
	font-size: 1.2em;
}

input#s.text_input {
	position: relative;
	height: 15px;
	
	left: 50px;
	width: 200px;
}

input#searchsubmit {
	border-style: double;
	border-color: silver;
	padding: 2px;
	cursor: pointer;
	cursor: hand;

}
/*---:[ oh the hacks begin...where did this come from? ]:---*/
div.widget.widget_search {
	height: 0;
}



img.rss {
	position: relative;
	top: 2px;
}

#header #logo { font-size: 3.6em; line-height: 1.167em;
	position: relative;
	right: 999px;
}

div#special {
	font-size: 1.3em;
	background-color: #cef0f3;
	padding: 10px 10px 5px;
	border-bottom: .4em solid #eaeaea;
}




div#gravityPromo {
	font-size: 1.3em;
	margin: 5px;
	padding: 10px;
	border: .1em dotted teal;
	background-color: #cfe2fc;
}

ul {
	font-family: verdana;
	letter-spacing: .05em
	
}