/*







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 #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {



        border-bottom: 0px;



        border-top: 0px;



        border-right: 0px;



        border-left: 0px;



}



.custom #content_box, .custom #column_wrap {



        background: none;



}







/* This line sets up our clickable background image based on the site title's link */



/* DIY: Adjust the height & width attributes to reflect the actual size of your image */



/* DIY: Change the filename of your image to reflect the actual header's file name */
/*.custom #header #logo a { display: block; height: 65px; width: 960px; padding-top:20px; padding-bottom:0; 
background: url('http://www.treespacestudio.com/home/wp-content/images/v3.0sitelogo.png') center center no-repeat; 
outline:none }







/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }







/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */







/* This is a bit of a kludge, but it seems to work. */



.custom #header #tagline { height: 0; }







/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */



.custom #header { padding: 0; }







.clear { clear: both }







.custom #archive_info {display:none;}


/* This line customizes nav menu */



.custom .menu a {text-transform: lowercase; letter-spacing:1px; font-size:1.45em; padding:0.714em 1.2em;}


.custom .menu a { background:transparent;}


.custom .menu a:hover { background-color: #FFF893;}


.custom .menu ul a { background:#FFF893;}



/* This lines customizes background*/


.custom .content{ background: #666666 url('images/watercolor-paper.jpg'); 



	 }


body.custom {



	background: #666666; background-image:url('http://www.treespacestudio.com/home/wp-content/thesis/skins/classic/images/v3.0background-pattern-small.jpg')



}

		.custom #sidebar_1 {padding-left: 10px; }



/* These lines adds background to the white part of the main 'page */		


		.custom #header_area .page {



	background-image: url(images/watercolor-paper.jpg); margin-top: 10px; padding-left: 50px;
	padding-right: 50px;
	/*border-right:3px dashed #c88141;*/
	border-right:2px dashed #CCCCCC;
-moz-border-radius: 50px 0px 0 0;
	border-radius: 50px 0px 0 0; 
	/*-moz-box-shadow: 0 0 10px #909090;
	-webkit-box-shadow: 0 0 10px #909090;*/
	box-shadow:0px 1px 10px -4px;


}







		.custom #content_area .page {



 background-image: url(images/watercolor-paper.jpg); padding-left: 50px;



	padding-right: 50px;
	border-right:2px dashed #CCCCCC;

/*-moz-box-shadow: 0 10px 10px 0px #909090;
	-webkit-box-shadow: 0 10px 10px 0px #909090;*/
	box-shadow:0 8px 10px -4px;


}







		.custom #footer_area .page {



 background-image: url(images/watercolor-paper.jpg); margin-bottom: 50px; padding-left: 50px;



	padding-right: 50px;
	border-right:2px dashed #CCCCCC;

-moz-border-radius: 0px 0px 0px 50px;
	border-radius: 0px 0px 0px 50px; 
	box-shadow:0 5px 10px -4px;


}



.custom h1 {



   color: #7BA9AC;



}



.custom h2 {



   color: #7BA9AC;  



}



.custom h2 a {



color:#7BA9AC;



}



.custom .widget_rrm_recent_posts h3 {



height:25px;



background:url(images/recent_posts.gif) 



center left no-repeat; 



text-indent: -9999px;}



.custom .AddEtsyWidget_display h3 {



height:25px;



background:url(images/etsy.gif) 



center left no-repeat; 



text-indent: -9999px;}



.custom .widget_categories h3 {



height:25px;



background:url(images/categories.gif) 



center left no-repeat; 



text-indent: -9999px;}



.custom .widget_links h3 {



height:25px;



background:url(images/blogroll.gif) 



center left no-repeat; 



text-indent: -9999px;}


.custom .widget_archive h3 {



height:25px;



background:url(images/archives.gif) 



center left no-repeat; 



text-indent: -9999px;}


.custom h3 {



   color: #666666;



}



.custom h4 {



   color: #a3bec0;



}


.custom p {



   color: #464646;



}



a {


color:#7BA9AC;

}



/*Adds Social Media icons in each post*/



.box { margin: 2.1em 2.1em 2.1em 1em; padding: 1.2em; background: #EDEDED; -moz-border-radius:10px 10px 10px 10px;



border: 1px solid #DFDFDF;}



.box h3 { margin-top: 0.5em; font-size: 2em; line-height:35px; }



.box p { margin-bottom: 0; }



.box .share {float:left; width:38%;height:50px;}



.box .social_icons {float:right; width:60%; padding:0.2em;}



.box .social_icons a, .box .social_icons a:hover {border:none;}



.box .social_icons img {filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;-khtml-opacity: 1.0; }



.box .social_icons img:hover {filter:alpha(opacity=50);-moz-opacity: 0.5; opacity: 0.5;-khtml-opacity: 0.5;}







.custom .comments_closed p {display: none ;}







.custom #respond_intro p {display: none;}







.custom .comment-heading {



	font-size: 1.5em;



	margin-bottom: -1em;



	padding: 1em;



	font-weight: bold;



}



		



/* signature after post box styling */



#after_post {



	/* keeps text away from side of box*/



	padding: 0 1em 0 1em; 



	/* background color */



	background: #FFF893;



	/* box border color*/



	border: 1px solid #FFDE4D;



}


/*.custom img.images { border-width: 3px; border-style: dotted; border-color: #CCCCCC; padding: 5px; margin-bottom: 0px; }*/

<script>

var linkwithin_site_id = 173921;

</script>

<script src="http://www.linkwithin.com/widget.js"></script>

<a href="http://www.linkwithin.com/"><img src="http://www.linkwithin.com/pixel.png" alt="Related Posts with Thumbnails" style="border: 0" /></a>



.custom .title-avatar {float:left; width:5em; margin-right:1em;}

/* HIGHLIGHT BOX - CREAM WITH FONTS */
.format_text .highlight_box_cream_fonts {
	/* font size */
	font-size: 0.9em;
	/* font family */
	font-family: 'TiredofCourierBold',"courier new";
	/* font style: normal, italic etc */
	font-style: normal;
	/* font variant: small caps etc */
	font-variant: normal;
	/* font weight: bold etc */
	font-weight: normal;
	/* font color: #fff etc */
	color: #2388a1;
	/* distance from borders to content*/
	padding: 1em 1.5em 1em 1.5em;
	/* spacing outside of box*/
	margin: 2em 2em 2em 2em;
	/* background color */
	background: #f4e2a7;
	/* border size style color */
	border: 1px dotted #cccccc;
	-moz-border-radius: 2em 2em 2em 2em;
	border-radius: 2em 2em 2em 2em;
}

/* HIGHLIGHT BOX light yellow WITH FONTS */
.format_text .highlight_box_light_fonts {
	/* font size */
	font-size: 0.9em;
	color:#3a8a9f;
	/* font family */
	font-family: 'TiredofCourierBold',"courier new", courier, verdana, sans-serif;
	/* font style: normal, italic etc */
	font-style: normal;
	/* font variant: small caps etc */
	font-variant: normal;
	/* font weight: bold etc */
	font-weight: normal;
	/* font color: #fff etc */
	/* distance from borders to content*/
	padding: 1em 1.5em 1em 1.5em;
	/* spacing outside of box*/
	margin: 2em 2em 2em 2em;
	/* background color */
	background: none;
	/* border size style color */
	border: 2px dotted #cccccc;
	-moz-border-radius: 2em 2em 2em 2em;
	 border-radius: 0em; 
	}

/* DropCase Tag for Posts */
.droptag {
float: left; color: #666; font-size: 300%; line-height: 43px; padding-right: 6px;
}
