/*
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.custom  {
	background:url(images/bg-repeating.jpg) repeat fixed;
}

.custom #page {
	position:relative;
}

.custom #header {
	background:url(images/bg-header.gif) no-repeat;
	height:169px;
	padding:0px !important;
	border:none;
}

.custom #content_box {
	background:url(images/bg-content.gif) repeat-y;
	clear:both;
}

.custom #sidebars {
	width:185px;
	margin:0px 20px 0px 0px;
}

.custom #footer {
	background:url(images/bg-footer.gif) no-repeat;
	border:none;
	padding:0px;
	height:45px;
	position:relative;
}

.custom #header #logo a {
	background:transparent url(images/logo-emily-mckay.png) no-repeat scroll 0 0;
	display:block;
	height:88px;
	text-indent:-8000px;
	width:289px;
	position:relative;
	top:35px;
	left:30px;
}

/* Sidebars */
.custom .sidebar h3  {
	color:#810708;
	font-weight:bold;
	text-transform:uppercase;
	font-family:'Perpetua Titling MT', Perpetua, Georgia, Times, serif;
	font-size:12px;
	background:url(images/sidebar-h3.gif) no-repeat;
	width:167px;
	height:39px;
	padding:12px 0px 0px 15px;
	margin-left:-4px;
	margin-bottom:2px;
}

.custom .sidebar-img {
	border:1px double #9D5951;
	padding:2px;
	margin-left:-4px;
}

/* Header Widget */


.fridayUpdate {
	position:absolute;
	top:49px;
	right:30px;
	width:282px;
	height:109px;
	background:url(images/bg-friday-update.png) no-repeat;
}

.fridayBlurb {
	margin:22px 20px 10px 20px;
	position:relative;
}

.fridayBlurb h2 {
	font-size:1.2em;
}

.fridayBlurb p {
	font-size:1.2em;
	margin:2px 2px;
	color:#fdeedd;
}

.fridayUpdateTitle {
	background:url(images/title-friday-update.png) no-repeat;
	width:149px;
	height:22px;
	display:block;
	text-indent:-9000px;
}

a.fridayUpdateBtn {
	float:right;
	background:url(images/btn-read-more.png) no-repeat;
	display:block;
	width:88px;
	height:19px;
	margin-top:-2px;
	text-indent:-9000px;
}

a:hover.fridayUpdateBtn {
	background-position:0px -19px;
}

.custom .Header1 {
	position:relative;
	top:-75px;
}
.emailPromo {
	background:url(images/bg-email-signup.png) no-repeat;
	width:173px;
	height:23px;
	text-indent:-9999px;
	display:block;
	position:absolute;
	top:20px;
	right:40px;
}

.friUpdatePromo {
	background:url(images/bg-friday-update-top.png) no-repeat;
	width:173px;
	height:41px;
	text-indent:-9999px;
	display:block;
	position:absolute;
	top:50px;
	right:40px;
}
/* TOP MENU */

.custom #tabs {
	font-family:'Perpetua Titling MT', Perpetua, Georgia, Times, serif;
	position:relative;
	top:164px;
	left:25px;
	border:none;
}

.custom #tabs li {
	background: none;
	border:none;
	margin-right:24px;
}

.custom #tabs a {
	color:#d96f6e;
	font-size:1.32em;
}

.custom #tabs a:hover {
	color:#efddc0;
	text-decoration:none;
}

.custom #tabs .current_page_item a {
	color:#e6d0ad;
	cursor:default;
}


/* FOOTER STYLES */

.custom .copyright {
	position:absolute;
	top:50px;
	left:0px;
	color:#ad5353;
	font-size:1.1em;
	padding-bottom:10px;
}

.custom .Footer1 {
	position:absolute;
	left:22px;
	top:8px;
}

.custom #footer .flexipages_widget h3 {
	display:none;
}

.custom #footer .flexipages_widget ul {

}
.custom #footer .flexipages_widget ul li {
	display:inline;
	padding:0px 15px 0px 5px;
	background:url(images/icn-footer-bullet.png) 100% no-repeat;
}

/* this is to hide the bullet to the right of 'contact' */
.custom li.page-item-10 {
	background:none !important;
}

.custom #footer .flexipages_widget a {
	font-weight:bold;
	color:#4e0b0b;
	border:none;
	font-size:.9em;
}

.custom #footer .flexipages_widget a:hover {
	text-decoration:underline;
	cursor:pointer;
}

.custom #footer .flexipages_widget .current_page_item a, a:hover {
	cursor:default;
	text-decoration:none;
}

.custom .Footer2 {
	position:absolute;
	top:7px;
	right:30px;
}

.custom #footer .Footer2 a {
	background:url(images/btn-purchase-books.png) 0px 0px no-repeat;
	display:block;
	text-indent:-8000px;
	width:132px;
	height:22px;
	border:none;
	position:relative;
	text-align: left;
}

.custom #footer .Footer2 a:hover {
	background-position:0px -22px;
}

.custom #footer ul.sidebar_list {
	padding-top:0px;
}

.custom #footer li.widget {
	margin-bottom:0px;
} 

/* Main Content */

.custom #content {
	margin-left:24px;
}

.custom .headline_area {

}

.custom .blog_header {
	padding-top: 2.2em;
	margin-bottom:-1.6em;
}
.custom .headline_area h1, .custom .headline_area h2 {
	color:#810708;
	font-weight:bold;
	text-transform:uppercase;
	font-family:'Perpetua Titling MT', Perpetua, Georgia, Times, serif;
	font-size:18px;
	background:url(images/bg-page-header.gif) no-repeat;
	width:483px;
	height:39px;
	padding:7px 0px 0px 17px;
}

.custom .post .headline_area h1, .custom .post .headline_area h2 {
 	background:none;
 	padding:0px 0px 0px 6px;
 	text-transform: none !important;
 	font-family:Perpetua, Georgia, Times, serif;
 	font-size:24px;
 	height:inherit;
 }
 
 .custom .headline_meta {
 	padding:0px 0px 0px 7px;
 }

.custom .format_text img {
	border: 1px double #9d5951;
	padding:3px;
	z-index:-1;
}


.custom .newBtn {
	display:none;
	
}

.custom .format_text img.left, .format_text img.alignleft, .wp-caption.alignleft {
	margin:.271em 1.571em 0.571em 0;
}

.custom .excerpts-from-children {
	padding-bottom:5px;
	background:url(images/hr-bullet.png) bottom repeat-x;
	position:relative;
}

.custom .format_text .excerpts-from-children h3 {
	margin-top:1em;
	padding-top:0;
	font-size:21px;
}

.custom .format_text .excerpts-from-children h3 a {
	color:#7b3131;
	text-decoration:none;
}

.custom .format_text .excerpts-from-children h3 a:hover {
	text-decoration:underline;
}

.custom .format_text h3 {
	color:#7b3131;
	padding-top:0;
	font-size:21px;
	margin-top:1em;
}

.custom #read-more-container  {
	position:relative;
	display:block;
	width:445px;
	padding-top:40px;
}

.custom p.read-more {
	height:27px;
	white-space: nowrap;
	position: absolute;
	right:0;
	bottom:0px;
	display:block;
}
.custom .read-more img {
	border:none;
	padding:0;
	margin:0;
}

.custom .read-more a {
	background:url(images/btn-bg.png) repeat-x;
	height:30px;
	top:-9px;
	position:relative;
	padding:8px 5px 8px 5px;
	color:#fce5e2;
	text-decoration:none;
	font-size:13px;
	margin-bottom:2px;
}
/* In HTML editor, add class=new to <a> tag wrapped around cover img + add this image within <a>:
<img class="alignnone size-full wp-image-85 newBtn" src="http://localhost/emilymckay/wordpress/wp-content/uploads/2009/09/btn-new.png" alt="" width="56" height="56" /> */ 

.custom .format_text a.new {
	position:relative;
	display:block;
}
.custom .format_text .newBtn {
	width: 56px;
	height: 56px;
	z-index:1000;
	overflow:  visible;
	display:block;
	position:absolute;
	top:-15px;
	left:-20px;
	border:none;
}

.custom .format_text {
	margin-left:5px;
}

/* SITE WIDE STYLES */


.custom li.widget ul {
	list-style-position:outside;
	list-style-type: square;
	margin-left:20px;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clear {
	clear:both;
}

a:hover {
	cursor:pointer;
}