/*
File:	custom.css FacetersGuild.com Last edit 1/15/10
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: #010101 url('images/Space.jpg') 50% 0 no-repeat;
}

.full_width {
	clear:  both;
	width: 100%;
}

.custom blockquote { border-left: 1px solid #ddd; color: #101010; }

.custom .format_text p.alert { background: #ffffa0; border: 1px solid #e5e597; }
.custom .format_text p.note { background: #D0D0D0; border: 1px solid #ddd; }

/* Custom Archives */
.custom .archive h3 {margin-top: 0;}
.custom .archive ul {font-size: .85em; }
.custom .archivel { float: left; width: 40%;}
.custom .archiver { float: right; width: 60%;}

/* Remove category Titles on Category pages */
#archive_info {display:none;}


/* Footer Customization */

.custom #footer_1 {text-align:left; color:#333;}
.custom #footer_1 ul.sidebar_list li.widget {width:23%; margin-right:2%; float:left;}
.custom #footer_1 ul.sidebar_list li.widget h3 {color:#222;}
.custom #footer_1 ul.sidebar_list li.widget a {color:#444; border-bottom:0;}
.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#111;}

.custom #footer_area {
	background: #c3d9d6: padding:0.5em 0; border-top:.5px solid #000; }

.custom #footer {
	border-top: 0;
}

.custom.hide-mm #multimedia_box { display:none; }

/* Custom Teasers 
.custom .teasers_box h2 a {  color: red;}.custom .teasers_box h2 a:hover {  color: yellow;} */

/* Comments Closed - Hide */ 
.custom .comments_closed p {  display: none;} 

/* .have-your-people-call-my-people p.to_comments a {display:none;} */

/* Custom Archives */
#searchby{background: #454343 url(images/blackGrad.gif) repeat-x; border: 1px solid #0A0A0A; border-top: 0; margin-bottom: 1.5em; overflow: hidden; padding: 1em }
#searchby ul {float: left; list-style-position: inside; margin: 0; padding: 1em; width: 28%}
#searchby li { padding-bottom: 4px }
#searchby li.title{ font-size: 18px; list-style-type: none }
#searchby #inner {background: #FFF; border: 1px solid #000; overflow: hidden }

/* Add border after each post */
.custom .post_box {border-bottom: 2px solid #ccc;}

/* Social Media Links */
/*Adds Social Media icons next to Stumble Upon link and del.icio.us underneath each post*/

.format_text ul li#stumbleupon { list-style: none; padding-right: 0; background: none; border: none; font-size: 12px;}
.format_text ul li#stumbleupon a { padding-right: 25px; padding-left: 25px; padding-bottom: 5px; background: transparent url(’http://www.facetersguild.com/images/stumbleupon.png’) 100% 50% no-repeat; float: right; }

.format_text ul li#delicious { list-style: none; padding-right: 0; background: none; border: none; font-size:  12px;}
.format_text ul li#delicious a { padding-right: 25px; padding-bottom: 5px; background: url(’http://www.facetersguild.com/images/delicious.png’) 100% 50% no-repeat; float: right; }

/* Pullquote  use with div class=pullquote_right */
.pullquote_left { width: 150px; margin: 3px 5px 5px 0; font-size: 1.2em; text-align: center; float: left; background: #ffffa0; border: 1px solid #e5e597;}

.pullquote_right { width: 150px; margin: 3px 5px 5px 0; font-size: .9em; text-align: center; float: right; background: #ffffa0; border: 1px solid #969762;
	text-decoration: none;
	font-variant: normal;
	text-transform: capitalize;
	text-indent: 2px;
}

.pullquote_rr { width: 150px; margin: 5px 0 5px 15px; font-size: 1.4em; text-align: center; float: right; }

/* Remove links underline */
a {text-decoration:none;}

/* remove additional padding before H2 elements */
.custom .format_text h2, .format_text h3 {
margin:1.5em 0 0.611em;
}

.custom .format_text h1 {
	margin-top:.4em;
	margin-bottom:  .2em;
}

/* My Comment */