/*
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('http://www.angelmccoy.com/blog/wp-content/images/tree_frame.jpg') no-repeat center center fixed; 
	background-size: 100%; }

.custom #container { margin-top: .5em; margin-bottom: .5em; background: #ffffff; width: 1024px;}

.custom #page {
    background: none 50% 0 repeat; 	width: 1024px;
}

.custom .menu { padding: 0  .3em; 
                font-weight: bold;
                background: #fff; }

.custom #header { border-style: none; border-color: #ddd; clear: both; }

/* .custom .winterdove td { vertical-align: top;
			text-align: left; }
						
.custom .winterdovefont  { font-family: AphroditeText; 
			font-size: 175%; 
			color: #111111; 
			line-height: 150%; }
.custom .winterdovefont h1 { font-family: AphroditeText; 
			font-size: 400%;
			line-height: 135%;
			font-weight: bold;
}

.winterdovefont h2 { font-family: AphroditeText; 
			font-size: 250%;
			line-height: 150%;
			font-weight: bold;
}

 .winterdovefont h3  { font-family: AphroditeText; 
			font-size: 200%;
			line-height: 150%; 
			font-weight: bold;
}

.custom .winterdovebg {
	background: url('http://www.angelmccoy.com/blog/wp-content/uploads/2009/11/winterdove_transp500.png');
		background-repeat: no-repeat; } */
.custom h1 { font-size: 200%; }
.custom h2 ( font-size: 100%; }
				
body.coverpage 
{ background: #120e63 url('http://www.angelmccoy.com/blog/wp-content/images/bg_blue_black.jpg') 50% 0 repeat; }

.custom .header {
	padding: 0;
	margin: 0;	}

.custom .entry-title {
	font-weight: bold;
	font-size: 150%;
}	

.custom li {	margin-bottom: 0em; 
			margin-top: .75em;
} 

.custom .widget_links { margin-bottom: 0em;
			margin-top: 2em; }
						
.custom .menu a, .menu a:visited { display: inline-block; 
		background: url('http://www.angelmccoy.com/blog/wp-content/images/menu_bg1.png') 50% 0 repeat; 
}

.menu a:hover { display: inline-block; 
		background: url('http://www.angelmccoy.com/blog/wp-content/images/menu_bg_hover.png') 50% 0 repeat; 
}

.custom .current a, .current a:visited { display: inline-block; 
		background: url('http://www.angelmccoy.com/blog/wp-content/images/menu_bg1.png') 50% 0 repeat; 
}

.custom .current a:hover { display: inline-block; 
		background: url('http://www.angelmccoy.com/blog/wp-content/images/menu_bg_hover.png') 50% 0 repeat; 
}

.custom .current li a, .current li a:visited { display: inline-block; 
		background: url('http://www.angelmccoy.com/blog/wp-content/images/menu_bg1.png') 50% 0 repeat; 
}

.custom .current li a:hover { display: inline-block; 
		background: url('http://www.angelmccoy.com/blog/wp-content/images/menu_bg_hover.png') 50% 0 repeat; 
}
.custom .current-parent a, .current-parent a:visited { display: inline-block; 
		background: url('http://www.angelmccoy.com/blog/wp-content/images/menu_bg1.png') 50% 0 repeat; 
}

.custom .current-parent a:hover { display: inline-block; 
		background: url('http://www.angelmccoy.com/blog/wp-content/images/menu_bg_hover.png') 50% 0 repeat; 
}

.custom .current-parent li a, .current-parent li a:visited { display: inline-block; 
		background: url('http://www.angelmccoy.com/blog/wp-content/images/menu_bg1.png') 50% 0 repeat; 
}

.custom .current-parent li a:hover { display: inline-block; 
		background: url('http://www.angelmccoy.com/blog/wp-content/images/menu_bg_hover.png') 50% 0 repeat; 
}

.custom #sidebar_1 { background: #fff;
		text-align: right;
}

.custom #sidebar_2 { background: #fff; 
		margin-right: 10px;
}
.custom table { margin: 0px 10px 0px 10px; }

.custom td { padding: 10px; }