/*
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/
*/
html
{ 
	background: transparent url(images/bg-01.gif) repeat left top;
}
.custom #header
{
	background-position: top center;
	border-bottom: #aaa solid 1px;
	padding-bottom: 10px;
}
body.custom
{
	background: transparent url(images/bg-02.gif) repeat-x fixed left 130px;
}
.custom p,
.custom a
{
	text-transform: none;
	letter-spacing: normal;
}
.custom fieldset
{
	border: none;
}
.custom #page
{
	position: relative;
}	
.custom #container
{
	-moz-box-shadow: 0 0 10px #aaa;
	-webkit-box-shadow: 0 0 10px #aaa;	
	box-shadow: 0 0 10px #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;	
}
.custom .headline_area
{
	text-align: center;
	margin-bottom: 2em;
}
.custom .format_text p
{
	text-align: left;
	font-size: 15px;
}
.custom ul.menu
{
	padding: 6px 0;
}
.custom ul.menu li
{
	margin: 0 auto;
	display: inline;
	float: none;
	height: 24px;
}
.custom #menu-utility-links a,
.custom #menu-featured-links a
{
	text-transform: none;
	letter-spacing: 0;
	font-size: 14px;
	padding: 6px;
	display: inline;
	background-color: transparent;
}
.custom #menu-utility-links a:hover,
.custom #menu-featured-links a:hover
{
	color: #3f9841;
}
.custom #menu-utility-links a
{
	padding-right: 16px;
	background: transparent url(images/menu-div-01.gif) no-repeat center right;
}
.custom #menu-utility-links li:last-child a
{
	background-image: none;
}
.custom #menu-utility-links ul.sub-menu
{
	border: 1px solid #aaa;
	border-top: none;
	background: #fff;
	text-align: left;
	margin-top: 5px;
	-moz-box-shadow: 0 3px 6px #aaa;
}
.custom #menu-utility-links ul.sub-menu li a
{
	display: block;
}
.custom #menu-utility-links ul.sub-menu li a:hover
{
	background: #efefef;
}

.custom #menu-utility-links ul.sub-menu .current-menu-item a,
.custom #menu-utility-links ul.sub-menu .current-menu-item a:hover
{
	background: #fff;
	color: #000;
	cursor: default;
}
.custom .menu ul, 
.custom .menu ul li
{
	width: auto;
}
.custom #menu-featured-links a
{
	padding-right: 16px;
	background: transparent url(images/menu-div-02.gif) no-repeat center right;
}
.custom #menu-featured-links li:last-child a
{
	background-image: none;
}
.custom #menu-featured-links a
{
	font-size: 20px;
	font-family: georgia, serif;
	border: none;	
}
.custom #menu-featured-links .current-menu-item a:hover
{
	color: #000;
	cursor: default;
}
.custom #menu-featured-links
{
	border-top: #aaa 4px double;
	border-bottom: #aaa 4px double;
	text-align: center;
}
.custom #menu-utility-links
{
	text-align: center;
	z-index: 1000;
}
.custom .sidebar_list > li
{
	border-bottom: 1px dotted #cdcdcd;
	padding-bottom: .8em;
	margin-bottom: 1em;
}
.custom .sidebar p
{
	font-size: 12px;
}
.custom a.featured-link
{
	display: block;
	padding-left: 22px;
}
.custom a.featured-link.source
{
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background: transparent no-repeat scroll left 0;
}
.custom a.featured-link.source:hover
{
	text-decoration: none;
}
.custom a.featured-link.title
{	font-size: 12px;
	margin-bottom: 12px;
	font-style: italic;
	color: #666;
}
.custom a.featured-link.nyt
{
	background-image: url(images/media-icons/nyt.png);
}
.custom a.featured-link.np
{
	background-image: url(images/media-icons/np.png);
}
.custom a.featured-link.nyp
{
	background-image: url(images/media-icons/nyp.png);
}
.custom a.featured-link.tvo
{
	background-image: url(images/media-icons/tvo.png);
}
.custom a.featured-link.wp
{
	background-image: url(images/media-icons/wp.png);
}
.custom a.featured-link.tp
{
	background-image: url(images/media-icons/tp.png);
}
.custom #ad-bio-photo
{
	width: 171px;
	height: 222px;
	background: transparent url(images/ad-photo.jpg) no-repeat 0 0;
	margin: 0 auto;
}
.custom #subscribe-top
{
	position: absolute;
	top:0;
	right:0;
	text-align: right;
	padding: 10px 20px 0 0;
	border: none;
}
.custom .subscribe-top
{
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 11px;
	font-family: arial, 'sans serif';
	color: #666;
}
.custom a.sub-button
{
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
	background: transparent no-repeat scroll 0 0;
	margin-left: 3px;
}
.custom a.sub-button-lrg
{
	display: inline-block;
	width: 32px;
	height: 32px;
	position: relative;
	background: transparent no-repeat scroll 0 0;
	margin-right: 5px;
}
.custom a.sub-rss
{
	background-image: url(images/rss_16.png) ;
}
.custom a.sub-rss-lrg
{
	background-image: url(images/rss_32.png) ;
}
.custom a.sub-fb
{
	background-image: url(images/facebook_16.png) ;
}
.custom a.sub-fb-lrg
{
	background-image: url(images/facebook_32.png) ;
}
.custom a.sub-twitter
{
	background-image: url(images/twitter_16.png) ;
}
.custom a.sub-twitter-lrg
{
	background-image: url(images/twitter_32.png) ;
}
.custom .mc-field-group
{
	margin-bottom: 12px;
}
.custom #bnr-banner
{
	width: 193px;
	height: 190px;
	background: transparent url(images/bnr-banner.jpg) no-repeat 0 0;
	margin: 0 auto;
}

.custom #she-writes
{
	width: 193px;
	height: 60px;
	background: transparent url(images/she-writes.gif) no-repeat 0 0;
	margin: 0 auto;
}
.custom #archive_intro
{
	text-align: center;
	padding-top: 5px;
}

.custom .headline_area h1, 
.custom .headline_area h2, 
.custom #archive_intro h1
{
	font-size: 2.7em;
}

.custom #archive_intro h1
{
	font-size: 32px;
	margin-bottom: 5px;
	color: #777;
}
.custom .comments_closed
{
	display: none;
}
.custom .addthis_button_compact
{
	display: inline-block;
	font-style: normal;
	text-transform: uppercase;
}
.custom a.addthis_button_compact .add-this-icon
{
	display: inline-block;
	position: relative;
	top: 2px;
	width: 12px;
	height: 12px;
	background: transparent url(images/addthis_12.png) no-repeat scroll 0 -12px;
	margin-right: 3px;
}
.custom a.addthis_button_compact:hover .add-this-icon
{
	background-position: 0 0;
}

.custom p.headline_meta .at300bs
{
	background: transparent;
	display: inherit;
	width: 1px;
	height: 1px;
}

.custom .addthis_toolbox
{
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #EFEFEF;
    float: right;
    margin-bottom: 12px;
    padding: 10px;
    text-align: center;
    width: 160px;
}
.custom .addthis_toolbox .addthis_button_compact
{
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
.custom p.headline_meta .addthis_default_style,
.custom .format_teaser .addthis_toolbox
{
	display: none;
}
.custom .to_comments
{
    clear: none;
    float: right;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.custom .avatar
{
	display: none;
}
.custom .comment_author img
{
	float: right !important;
}
.custom #footer p
{
	text-align: center;
}






























