/* @override http://astronomytop100.com/wp-content/themes/thesis_17/custom/custom.css?071510-35513 */

/* @override http://astronomytop100.com/wp-content/themes/thesis_17/custom/custom.css?061610-201937 */

/* @override 
	http://astronomytop100.com/wp-content/themes/thesis_17/custom/custom.css?060910-221354
	http://astronomytop100.com/wp-content/themes/thesis_17/custom/custom.css?061010-05041
	http://astronomytop100.com/wp-content/themes/thesis_17/custom/custom.css?061610-201325
*/

/*
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 #archive_info h1 {
	font-size: 36px;
	color: #555;
}

.custom #archive_info p {
	display: none;
}

#archive_info {
	border-bottom-style: none;
	padding-bottom: 0;
}

.custom #content div.teasers_box.top {
	padding-top: 8px;
}



.custom #content div.teasers_box.top div.catdesc p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 16px;
}




.custom div#header {
	height: 250px;
	background-image: url(http://astronomytop100.com/wp-content/themes/thesis_17/custom/images/ApolloLaunchHeader2.jpg);
}

.stay-tuned #page ul.menu {
	display: none;
}

.stay-tuned #sidebar_1 {
	display: none;
}

.stay-tuned #sidebar_2 {
	display: none;
}

.stay-tuned div#content {
	text-align: center;
}

.stay-tuned #comments div.comments_closed p {
	display: none;
}

.stay-tuned div#footer {
	display: none;
}

#post-4 div.headline_area h2 {
	display: none;
}

#post-4 div.format_text p {
	font-size: 18px;
	color: #494949;
}

.custom #categories-3 h3 {
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.custom #text-4 h3 {
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.custom #text-4 div.textwidget p {
	font-size: 14px;
	line-height: 21px;
}

#text-4 div.textwidget {
	border-bottom: 2px dotted #e0e0e0;
}

.custom #text-5 h3 {
	font-size: 16px;
}

.custom #text-5 div.textwidget a img {
	padding-left: 28px;
	padding-top: 8px;
}