/*
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: #44443f; color: #444; }
		
	
	.custom #container { margin-top: 0em; margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a; }

		.custom #page { background: #fff; }
		


/* 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: 110px; width: 550px; background: url('images/headerflipphone2.png') no-repeat; outline: none; }

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


/* headline text colours for posts. */
.custom #headline h1, h2, h3, h6 { font-weight: normal; color: #
; }
					h4, h5 { font-weight: normal; color: #000; }
					h5, h6 { text-transform: uppercase; letter-spacing: 1px; color: #000; }
				.format_text h2.top, .format_text h3.top { margin-top: 0 !important; }
				.sidebar h3 { font-variant: normal; letter-spacing: 0px; color: #444; border-bottom: solid 0.1em #888; padding: 0.2em}
	h2 a { color: #027adf; }
	h2 a:hover { color: #027adf; text-decoration: underline; }
	
	.headline_meta a:hover { color: #027adf; text-decoration: underline; }
	
	/* this seems to hack the colour and boldness for the individual posts and pages titles */ 
	
	.custom h1, .custom H2 { font-weight: normal; color: #027adf; }
	
	/*---:[ core layout elements ]:---*/
#header { border-bottom: 3px double #bbb; clear: both; }
	#column_wrap { float: left; }
	.post_box, .teasers_box { border-top: 3px double #bbb; clear: both; }
	.teasers_box .post_box { margin: 0; border-top: none; clear: none; }
		.teaser { float: left; }
		.teaser_right { float: right; }
	.top { border: none !important; }
		#sidebars { border-style: solid; border-color: #ddd; }
			#sidebar_1 { border-style: solid; border-color: #ddd; }
#footer { color: #888; border-top: 3px double #bbb; text-align: right; clear: both; }

/*---:[ global elements ]:---*/
a { color: #2361a1; text-decoration: none; }
a:hover { text-decoration: none; }
a.post_image_link { outline: none; }
a img { border: none; }
blockquote { border-left: 1px solid #ddd; color: #666; }
abbr, acronym { line-height: 1em; text-transform: uppercase; letter-spacing: 1px; border-bottom: none; cursor: help; }
code { line-height: 1em; background: #eee; }
pre { background: #eee; border: 1px solid #ddd; overflow: auto; clear: both; }
p.center { text-align: center !important; }
p.bottom { margin: 0 !important; }
.remove_bottom_margin { margin-bottom: 0 !important; }

/*---:[ form inputs ]:---*/
input, textarea { font-size: 1em; color: #444; background: #eee; border: 1px solid #aaa; border-right-color: #ddd; border-bottom-color: #ddd; }
input:focus, textarea:focus { background: #fff; border-color: #777; border-right-color: #ccc; border-bottom-color: #ccc; }
	.sidebar .text_input { width: 95%; }
	input.form_submit { font-weight: bold; color: #111; background: url('images/submit-bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; width: auto !important; overflow: visible; }
	#commentform input.form_submit { border-width: 3px; }
	input.form_submit:hover { color: #090; }
	
	
	/* good for red link colour   ff9900
	
	.custom .entry-title a{font-weight: bold; color: #027adf;} */
	
	/*global link colour change */
	.custom a { color: #027adf; }
.custom h1.entry-title, .custom .entry-title a { color: #027adf; }

/* headline/byline padding */

.custom .headline_area { margin-bottom: 1em; }
.format_text h2, .format_text h3 { line-height: 1.25em; margin: 1em 0 0.625em 0; }



/*---:[ post content area ]:---
}
	.format_text p { margin-bottom: 1em; }
		.format_text p.note, .format_text p.alert { padding: 0.545em 0.818em; }
	.format_text .drop_cap { font-size: 3.818em; line-height: 0.714em; padding: 0.048em 0.143em 0 0; }
	.ie6 .format_text .drop_cap { padding-right: 0.071em; }
	.format_text acronym, .format_text abbr { font-size: 0.909em; }
	.format_text code, .format_text pre { font-family: Consolas, "Andale Mono", Monaco, Courier, "Courier New", Verdana, sans-serif; }
	.format_text code { font-size: 1em; }
	.format_text pre { font-size: 1.091em; line-height: 1.5em; margin-bottom: 1.5em; padding: 0.5em 0.75em; }
	.format_text sub, .format_text sup { line-height: 0.818em } */
	.format_text ul { margin: -1em 0 1em 1.636em; }
	.format_text ol { margin: 0 0 1.636em 1.636em; }
		.format_text ul ul, .format_text ul ol, .format_text ol ul, .format_text ol ol { margin: 0 0 1.636em 1.636em; }
	.format_text dl { margin-bottom: 0em; }
		.format_text dd { margin-bottom: 0em; }
	/*.format_text blockquote { margin: 0 0 1.636em 0.818em; padding-left: 0.818em; } */

/* this reverses the link underline for the more tags*/
.format_text a { text-decoration: none; }
.format_text a:hover { text-decoration: underline; }

.comments_intro a { text-decoration: none; }
.comments_intro a:hover { text-decoration: underline; }

#commentform p a { text-decoration: none; }
		#commentform p a:hover { text-decoration: underline; }

	
/* sidebar colour */	
.custom #content_box {background-color:#F7F7F7;}
.custom #content {background-color:#fff;}

/* remove "archive of category" */	
#archive_info {display:none;}


/* centering multimedia box custom code image 	*/
#custom_box{text-align:center;}

/* centering rotator images */
.custom #image_box { text-align: center; }
.custom #image_box img { margin-left: auto; margin-right: auto; }



/*---:[ universal image classes ]:---*/
img.alignleft, img.left { float: left; }
img.alignright, img.right { float: right; }
img.aligncenter, img.center { display: block; margin-right: auto; margin-left: auto; float: none; clear: both; }
img.alignnone, img.block { display: block; clear: both; }
img.frame { background: #eee; border-style: solid; border-color: #ddd; }
img.stack { clear: none !important; }
img[align="left"] { float: left; clear: left; }
img[align="right"] { float: right; clear: right; }
img[align="middle"] { display: block; margin-right: auto; margin-left: auto; float: none; clear: both; }

/*---:[ image captioning ]:---*/
.wp-caption { border-style: solid; border-color: #ddd; background-color: #eee; text-align: center; font-style: italic; }
	.wp-caption.alignleft { float: left; }
	.wp-caption.alignright { float: right; }
	.wp-caption.aligncenter { margin-right: auto; margin-left: auto; float: none; clear: both; }
	.wp-caption.alignnone { clear: both; }
	
	
/* Visit Site Now Rollover */

	a.rollover {
	display: block;
	width: 159px;
	height: 35px;
	text-decoration: none;
	background: url('images/visitnowrolloversplice2.png'); background-position: 0 0px; alt="Visit Offer Now";
	margin-right: auto; margin-left: auto; float: none; clear: both
	}

a.rollover:hover {
	display: block;
	width: 159px;
	height: 35px;
	text-decoration: none;
	background: url('images/visitnowrolloversplice2.png'); background-position: 0 35px; alt="Visit Offer Now";
	margin-right: auto; margin-left: auto; float: none; clear: both
	}

.displace {
	position: absolute;
	left: -5000px;
	}
	
	/* Subscribe Rollover */

	a.subscribe {
	display: block;
	width: 104px;
	height: 35px;
	text-decoration: none;
	background: url('images/subscribesplice.png'); background-position: 0 -35px; alt="Subscribe";
	margin-right: auto; margin-left: auto; float: none; clear: both
	}

a.subscribe:hover {
	display: block;
	width: 104px;
	height: 35px;
	text-decoration: none;
	background: url('images/subscribesplice.png'); background-position: 0 0px; alt="Subscribe";
	margin-right: auto; margin-left: auto; float: none; clear: both
	}

.displace {
	position: absolute;
	left: -5000px;
	}
	/* Sticky post home page styling */
	
	.sticky .headline_meta { display: none; }
	.sticky .to_comments { display: none; }
    /* whatever and however I want the sticky post to be */

     /* feedburner styling  */
    
.feedburner_email input[type="submit"] {
	
	border-color:#ECECEC #ADADAD #ADADAD #ECECEC !important;
	border-style:solid !important;
	border-width:1px !important;
	padding:2px;
	width:100px;
	margin-bottom: 2px;
	color:#000
	text-decoration:bold
}
	
.feedburner_email input[type="text"] {
	background:#ffffa0 none repeat scroll 0 0;
	border-color:#AAAAAA #DDDDDD #DDDDDD #AAAAAA !important;
	border-style:solid;
	border-width:1px;
	color:#738742;
	font-size:1em;
}

.feedburner_email input:hover {
	border: 1px solid #000;
	border-color:#AAAAAA #DDDDDD #DDDDDD #AAAAAA !important;
	background: #ffffa0;
}

/*---:[ footer styles ]:---*/
#footer a { color: #888; border-bottom: 0px solid #ccc; }
#footer a:hover { color: #111; border-bottom: 1px solid; }


/*---:[ sidebar styles ]:---*/
.sidebar a:hover { text-decoration: underline; }
ul.sidebar_list { list-style: none; }
	li.widget { width: 100%; }
	li.centered { text-align: center; }
		li.widget p a { text-decoration: none; }
		li.widget p a:hover { text-decoration: underline; }
		li.widget ul { list-style: none; }
			li.widget ul li .num_comments { color: #111; }