/*

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/

*/

.custom #header #logo a { display: block; margin: 0px 0 0px 0; padding:0px 0 0 0; height: 124px; /* total height including billboard */ width: 1047px; background: #FFEAF4
url(images/gurumommy-altheader.png) no-repeat left 0px; /* the last number is the Y distance (down). It moves the bkg */ clear: both; outline: none; }

.custom #header {

padding-bottom:1px;

padding-top:1px;

/*border-bottom:none;*/

}

.custom #header #tagline { line-height:0; }

.custom #header_area .page {

padding-top:0px;

}

.custom h2 a {

color:#000000;

}

.custom #header #logo, .custom #header #tagline {

text-indent:-9999px

}

/*.custom a {

color:#573B47;

}*/

/*.custom .full_width .page {

background: url(images/body-texture.jpg);

background-repeat:repeat-y;

}*/

.custom #image_box {

background:none;

}

.custom ul.menu li a { text-transform: lowercase; }

.custom .teaser h2 a { font-weight: bold; color:#E6ADBE;}

.custom .format_text .to_comments a {

color:#E6ADBE ;

}

.custom .format_text .to_comments span.bracket {

color:#573B47;

}

.custom a:hover {

color:#573B47; }

.custom .headline_area h1, .custom .headline_area h2 a { color:#E6ADBE; }

.headline_area h1 {

 color:#573B47; }

.custom #multimedia_box {background:#fff;}

.custom .cenx {text-align: center;}

.custom #custom_box {

background:#FFFFFF;

padding:10px 10px 15px;}

.custom .sidebar h3 { letter-spacing: 0; padding: 2px 5px 2px 3px; text-transform: lowercase; background-color: #E6ADBE; color: white; font: normal bold 1.25em
"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}

/*---:[ layout colors ]:---*/

body { color: #333333; background: #FFFFFF; }

#page { background: #FFFFFF; }

a, h2 a:hover, #logo a:hover { color: #E6ADBE; }

#logo, #logo a { color: #BF1E2D; }

#tagline { color: #888888 }


/**
 * 1Serpet Changes
 */

/* header */
.custom #header { border: none; }
.custom ul.menu { border: none; margin-left: 11px; }

/* content */
.custom #content_box { background: none; padding-top: 2em; }
.custom #archive_info { border: none; }
.custom .post_box { border: 2px dashed #E6ADBE; margin-top: 22px; padding: 10px 15px 0; width: 536px; }
.custom .teasers_box { border: none; }
.custom .top { margin-top: 0; }
.custom .teaser { border: 2px dashed #E6ADBE; padding: 10px 15px; width: 240px; }

/* sidebars */
.custom #sidebar_1 { border-right: none; }
.custom ul.sidebar_list { padding-top: 0; }

	/* widgets */
	.custom li.widget { border: 2px dashed #E6ADBE; padding-bottom: 5px; }
	.custom li.widget > div,
	.custom li.widget > ul,
	.custom li.widget > p,
	.custom li.widget > form { padding: 5px 5px 0; }
	.custom #sidebar_1 li.widget { width: 225px; }
	.custom #sidebar_2 li.widget { width: 160px; }

	.custom li.widget form { text-align: center; }
	.custom li.widget form input[type="text"] { background: #FFFFFF; border: 1px solid #E6ADBE; width: 80%; }
	.custom li.widget form input[type="submit"] { background: #E6ADBE; border: 1px solid #111111; color: #FFFFFF; font-weight: bold; display: block; margin: 5px auto; width: 50%; }

	.custom li.widget.recent_with_excerpt > a img { margin: 0 5px; }
	.custom li.widget.recent_with_excerpt blockquote { border: none; }
	.custom li.widget.recent_with_excerpt blockquote p { margin-bottom: 0; }