/*
File:	custom.css FacetersGuild.com Last edit 2/16/11
Description:	Custom styles for Thesis

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

More information about styling 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%;
}
.out { text-decoration: line-through; }
 
*/ Table Styling */
.myTable { 
	background-color:#FFFFE0;
	border-collapse:collapse; 
	margin-left: auto;
	margin-right: auto;
}
.myTable th { background-color:#BDB76B;color:white; }
.myTable td, .myTable th { padding:5px;border:1px solid #BDB76B; }

.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;}

/* Recent Posts */
p.recent_posts {
font-size: 9; 
line-height: 50%;}

h1 { font-size: 135%; font-weight: bold;}

/* 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;}

.custom a.2 {font-size: 10px;} /* WHAT IS THIS */

/* 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;
}

/* Custom template places_template_functions.php */

/* Ad column */

div#places_page_content {
	width: 656px;
	float: left;
}

div#places_page_content div#content {
	width: 545px;
	float: right;
}

div#places_page_content div#sidebars {
	width: 95px;
	float: left;
}

/* @end */
