/*
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/
*/

body.custom {background:url(images/bg_vertical_repeat.jpg) repeat-y;}
.custom #header { border-width:0; padding:0; }
.custom .full_width .page {margin:0 0 0 0; }
.custom .full_width > .page {background:none repeat scroll 0 0;}
.custom #header_area .page { padding-top:0; padding-left:0;}

#bodywrap {background:url(images/bgimages/imagerotator.php) no-repeat;
height:100%;
overflow:auto;
width:100%;
margin:0;
padding:0;
display:block;
}

.custom .post_box
{
	padding-top:0;
}


.custom .format_text h2, format_text h3
{
	font-size: 1.7em;
	line-height:1.1em;
	margin: 0 0 0.611em;
	font-weight:bold;
}

.custom .post_box, .newblogtab, .newblogpostscontent, .teasers_box, .full_width #content_box .page {
margin:0 5em 0 7.2em;
}

.custom .headline_area h1
{
	font-weight:bold;
}

.custom .format_text
{
	font-size:1.1em;
}

/* Custom Styling for Vertical Nav Menu in Sidebar */
	
		.custom ul.menu
		{
			margin:.5em 0 0 0;		
		}
		
		.custom ul.menu li {
			display: block;
			float: none;
			border: none;
			background: none;
			padding: none;
			text-align:right;
			
		}
		
		.custom ul.menu, ul.menu li a, ul.menu li a:visited 		{			
			font-size:  22px;
			padding: 0;
			letter-spacing: 0;
			font-style: normal;
			font-variant:normal;
			font-weight:bold;
			line-height: 1.8em;
			font-size-adjust: none; 
			color:#ffffff; 
			text-decoration: none;
			border: none; 
			text-transform:lowercase;
			background:none repeat scroll 0 0;
		}
		
			.custom ul.menu li a:hover, ul.menu li a:visited	{			
			font-size:22px;
			padding: 0;
			letter-spacing: 0;
			font-style: normal;
			font-variant:  normal;
			font-weight:bold;
			line-height: 1.8em;
			font-size-adjust: none; 
			color:#ffffff; 
			text-decoration: none; 
			border: none; 
			text-transform:lowercase; 
			background:none repeat scroll 0 0;
		}
		
		
		
		/* Hide Surplus Subscription Link */
		ul.menu li.rss {
		display: none;
}

/* Custom sub menu on the sidebar for blog and contact */

div.blogcontact {
			margin:3em 0 0 0;
			display: block;
			float: none;
			border: none;
			background: none;
			padding: none;
			text-align:right;
		}

div.blogcontact	p, div.blogcontact a{			
			font-size:13px;
			font-weight:bold;
			padding: 0;
			letter-spacing: 0;
			font-style: normal;
			font-variant:  normal;
			font-weight:normal;
			line-height: 2em;
			font-size-adjust: none; 
			color:#ffffff; 
			text-decoration: none; 
			border: none; 
			text-transform:lowercase; 
			background:none repeat scroll 0 0;
			text-decoration:none;
		}
.custom li.widget p a{
	text-decoration:none;
}

.custom ul.sidebar_list
{
	padding-right:2em;
}

/* custom css for the social media bar */


.custom ul.get_posts_class li
{
	margin: 0 0 1em 0;

}

.custom .headline_area
{
	margin-bottom:1.2em;
}

div.socialwrapper
{
	display: block;
	width:193px;
	height:119px;
	float: none;
	border: none;
	background-image:url(http://tomsherry.ca/wp-content/uploads/frame.gif);
	background-repeat:no-repeat;
	padding: none;
	text-align:center;
	margin:auto;
	padding-top:1.5em;
	float:right;
}


div.socialmedia p
{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}


div.socialmedia a
{
	margin:0 1em 0 1em;
}




/* SPECIAL: newblogposts for the first page */

div.newblogposts
{
	background-color:#231608;
	opacity: 0.8;
}

.newblogpostscontent
{
	padding-top:2em;
	padding-bottom:0.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.1em;
	
}

.newblogpostscontent span.excerpt
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.newblogpostscontent span.excerpt a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
}

div.newblogpostscontent ul li
{
	margin-bottom:2.0em;
}


div.newblogtab
{
	height:30px;
	margin-top:20px;
}

div.tab1
{
	width:70px;
	height:25px;
	font-size:16px;
	background-color:#231608;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:5px;
	opacity: 0.8;
}

div.tab2
{
	width:50px;
	height:23px;
	font-size:12px;
	background-color:;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	padding-top:7px;
}
div.tab2 a
{
	text-decoration:underline;
}


.custom #respond_intro p 
{
font-size:1em;
font-weight:bold;
color:#CCCCCC;
}

.custom .prev_next
{
	color:#CCCCCC;
}
.custom .post_tags
{
	color:#CCCCCC;
}

.custom .headline_meta, .headline_meta a, .teaser_author, .teaser_date, .teaser .edit_post, .teaser_author a, .teaser_comments, .teaser_category, .teaser .edit_post a {
color:#FFFFFF;
}

.custom .format_text, .to_comments, span.bracket {
color:#FFFFFF;
}

.custom .format_text .to_comments a {
color:#CCCCCC;
text-decoration:none;
}

.custom .format_text .to_comments span {
color:#FFFFFF;
line-height:1em;
}


/* Custom Footer Settings */

.custom #footer
{ 
	width:46.5em;
	float:right;
	padding-left: 0;
	padding-right: 0;
}

.custom #footer .newblogpostscontent
{
	color:#999999;
	text-align:left;
}

.custom #footer .newblogpostscontent p
{
	font-size:1.0em;
	line-height:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#ad9982;
}


.custom #footer .newblogpostscontent p a
{ 
	text-decoration:none;
	border-bottom:0px;
	color:#ad9982;
}

/* one teaser across instead of two */
.custom .teasers_box
{
	width:34.3em;
}
.custom input#url,
  .custom input#url + label {
   display:none;
   }
.custom .teaser {
   width: 100%;
   margin-top: 2em;
   padding-top: 2em;
   border-top: 1px dotted #bbb;
   text-align:left;
}
.custom .teasers_box {
   padding-top: 0;
   padding-bottom:0;
   border-top: 0;}