/*
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/
*/

body {
	background-color:#560273;
}
a img {
	display:block;
}
#page {
	/* this is tan: background-color:#f1e6d8; */

	padding:0;
	/*margin:2.2em 2.2em 0 2.2em;
	background-color:#fff;*/

}


/*** HEADER GRAPHIC ***/
.custom #header { 
	border-bottom:none;
	height:220px;
	padding-top:0;
	padding-bottom:20px;
	padding-bottom:0px;
	border-bottom:5px double #634d6a;
	background:url(/images/header_tan.jpg)
	top left no-repeat; 
}
.custom #header #logo { display:none; }
.custom #header #tagline { display:none; }

/** SIGNUP FORM IN HEADER **/
#signup {
	position:relative;
	width:237px;
	height:165px;
	float:right;
	background-image:url(/images/signup-bg.png);
	background-repeat:no-repeat;
	z-index:300;
	visibility:visible;
	margin-top:12px;
	margin-right:10px;
	margin-bottom:20px;
	}
form {
	display:inline;
	margin:0;
	padding:0;
}

.inputtext {
	background-color:transparent;
	border:0 none;
	font-family:arial;
	font-size:12px;
	height:15px;
	margin-bottom:4px;
	padding-bottom:1px;
	padding-top:1px;
	width:143px;
}

input:focus.inputtext {
	background-color:transparent;
}

/*** TOP NAVIGATION CUSTOMIZATION ***/
.menu {
	margin-top:-18px;
	margin-top:0px;
	margin-bottom:0px;
/***
	margin-top:0;
	margin-bottom:15px;
***/
	border:1px solid #560273;
	border-left:0px;
	background-color: #560273;
	height:31px;
}
.menu li {
	margin-bottom:0;
	border-right:1px solid #560273;
}
.menu a {
	border-width:0;
	padding:8px 1.9em 8px 1.9em;
	letter-spacing:normal;
	text-transform:none;
	height:15px;
}
.menu a:hover {
}
.menu a, .menu .current ul a, .menu .current-cat ul a {
	background:transparent;
	color:#fbf4e1;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	text-transform:lowercase;
}

.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover  {
	background-color:#670288;
	background-color:#eedff2;
	color:#fbf4e1;
	color:#000;
}
.menu a:hover, .menu .current ul a, .menu .current-cat ul a {
	background-color:#670288;
	background-color:#eedff2;
	color:#fbf4e1;
	color:#000;
}
.menu li ul {
	border:0;
	background-color:#560273;
	margin-top:0px;
	border:1px solid #000;
	width:196px;
}
.menu li ul li {
	border:1px solid #fff;
	width:194px;
	margin-bottom:0;
}
.menu ul a {
	border-left-width:0px;
	border-right-width:0px;
	width:148px;
	font-size:12px;
}

/*** REMOVE HEADINGS FROM PAGES, KEEP HEADINGS ON POSTS ***/
.headline_area h2, .headline_area h1 {
	position:absolute;
	top:-1500px;
	left:-1500px;
}
.headline_area h2.entry-title, .headline_area h1.entry-title {
	position:relative;
	top:0px;
	left:0px;
}

/*** CONTENT BOX CUSTOMIZATION ***/
#content_box {
	width:965px;
	background:url(/images/gradient_bg.jpg) top left repeat-x;
	border:5px double #360147;
	border:5px double #634d6a;
}
.no_sidebars #content {
	width:965px;
	background:url(/images/gradient_bg.jpg) top left repeat-x;
}
#content {
	width:670px;
}
.post_box, .teasers_box, .full_width #content_box .page {
margin:0 2.3em 2.3em 2.3em;
}
.no_sidebars .post_box {
	margin:0 2.3em 2.3em 2.3em;
}
.post_box {
padding-top:1em;
}

/*** SIDEBAR ***/
#sidebars {
	width: 295px;
}

/*** FOOTER ***/
#footer {
	text-align:center;
	background-color:#560273;
	border-top:0px;
}
#footer ul {
	list-style:none;
	text-align:center;
	height:25px;
}
#footer li {
	display:inline;
	padding-right:15px;
	padding-left:15px;
	border-right:1px solid #999999;
}
#footer a {
	text-decoration:none;
	border:0;
	color:#fff;
}
#footer li a:hover {
	color:#000000;
	color:#bbbbbb;
}
#footer hr {
	color:#DDDDDD;
	background-color:#DDDDDD;
	border:0;
	height:1px;
	size:1px;
	width:65%;
	text-align:center;
	margin: 0 auto 10px auto;
}
#footer p {
	color:#fff;
}


/*** GENERAL MISCELLANEOUS ***/
.testimonial {
	width:80%;
	background-color:#fff;
	border:4px solid #560273;
	padding:15px;
	margin:0 auto;
}



.no-nav .menu {
	display:none;
} 

.format_text input, #commentform input, #commentform textarea {
	width:auto;
}

.headline_area {
	margin-bottom:1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia,"Times New Roman",Times,serif;
	line-height:1.3em;
	font-weight:bold;
}

.format_text h2 {
	margin:1em 0 0.625em;
}

h1 {
	font-size:24px;
	color:#46025d;
}
h2 {
	font-size:18px;
	color:#004747;
}
h3 {
	font-size:14px;
	color:#004747;
}
h1 a, h2 a, h3 a {
	color:#46025d;
}

.custom .teaser {
	width: 100%;
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px dotted #bbb;
	text-align: justify;
	float:none;
}
.custom .teaser_right {
	float:none;
}
.custom .teasers_box {
	padding-top: 0;
	padding-bottom:0;
	border-top: 0;}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	background-color:#efefef;
	font-size:.9em;
	line-height:130%;
	}
.recent-comment {
	padding-top:15px;
	font-size:12px;
}
#commentform p, .login_alert p {
	margin-left:12px;
}

