/*
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/
*/

/*---:[ background ]:---*/

body.custom {
    background: #a68a73 url('images/bg-treespaper.jpg') repeat-x;}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;}

.custom #page {
    background: #fff;}

/*---:[ header ]:---*/
.custom #header #logo a { display: block; height: 260px; width: 950px; background: url('images/blog-banner3.jpg'); outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header {border-bottom:none; padding:0}
.custom #header { padding: 0; }

/*---:[ headlines and bylines ]:---*/
h1, h2, h3, h6 { color: #f8437f; font-weight: bold; }
h4, h5 { font-weight: bold; }
h5, h6 { text-transform: uppercase; letter-spacing: 1px; }
.format_text h2.top, .format_text h3.top { margin-top: 0 !important; }
.sidebar h3 { font-variant: none; text-transform: lowercase; letter-spacing: 2px; color: #f8437f; font-size: medium; }
	h2 a { color: #8d7156; font-size: large;}
	h2 a:hover { text-decoration: none; color: #f8437f; }



/*---:[ global elements ]:---*/
a { color: #8d7156; text-decoration: none; }
a:hover { text-decoration: none; color: #f8437f; }
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; }

/*---:[ nav menu styles ]:---*/

.custom ul.menu {background-color: #8d7156;}
.custom li.tab a, .custom ul.menu li.cat-item a {color: #ffffff; background-color: #8d7156; text-transform: small-caps; font-size: 14px; font-family: "Arial"; font-weight: bold;}

.custom  ul.menu li.current-cat a, ul.menu li.current a {background-color: #ffffff !important; color: #8d7156 !important;}

.custom ul.menu .tab-1 a, ul.menu .cat-item a {color: #ffffff;}

.custom ul.menu .tab-home a:hover {background-color: #f9ae0d;}
.custom ul.menu .tab-1 a:hover {background-color: #00a2ff;}
.custom ul.menu .cat-item-4 a:hover {background-color: #f8437f;}
.custom ul.menu .cat-item-23 a:hover {background-color: #a6d122;}
.custom ul.menu .cat-item-6 a:hover {background-color: #f9ae0d;}
.custom ul.menu .cat-item-7 a:hover {background-color: #00a2ff;}
.custom ul.menu .cat-item-9 a:hover {background-color: #f8437f;}
.custom ul.menu .cat-item-24 a:hover {background-color: #a6d122;}
.custom ul.menu .cat-item-14 a:hover {background-color: #f9ae0d;}


/* Sidebars */

.custom #sidebars h1 {font-size: 28px; padding-left: 10px;padding-top: 10px;}
.custom #sidebars h2 {font-size: 18px; padding-left: 10px;padding-top: 10px; padding-bottom: 5px;}
.custom #sidebars p {font-size: 14px;line-height: 19px ;padding-left: 10px; padding-top: 5px;}
.custom #sidebars a:hover {text-decoration: none;}

.custom #wp125adwrap_2c {padding-left: 10px;}
.custom .wp125ad odd {margin-right: 0px;}





/* Styles for one-column display */
#wp125adwrap_1c { width:100%; }
#wp125adwrap_1c .wp125ad { margin-bottom:10px; }

/* Styles for two-column display */
#wp125adwrap_2c { width:100%; }
#wp125adwrap_2c .wp125ad { width:125px; float:left; padding:10px; background-color: #cccccc; }`

/*---:[ core layout elements ]:---*/
#header { border-bottom: 3px double #ddd; clear: both; }
	#column_wrap { float: left; }
	.post_box, .teasers_box { border-top: 1px dotted #bbb; clear: both; }
	.teasers_box .post_box { margin: 0; border-top: none; clear: none; }
		.teaser { float: left; border-top-style:dotted;
border-top-width:5px; border-top-color: #cccccc; border-bottom-style:dotted;
border-bottom-width:5px; border-bottom-color: #cccccc; padding-top: 10px; padding-bottom: 10px; }
		.teaser_right { float: right; }
	.top { border: none !important; }
		#sidebars { border-style: solid; border-color: #ddd; }
			#sidebar_1 { border-style: dotted; border-color: #ddd; }
#footer { color: #888; border-top: 3px dotted #ddd; text-align: right; clear: both; }

/*---:[ home page teasers ]:---*/
.teaser a.teaser_link:hover { text-decoration: none; }
.teaser .teaser_author { font-style: italic; color: #888; }
	.teaser .teaser_author .author { font-style: normal; text-transform: uppercase; letter-spacing: 1px; }
.teaser .teaser_date { color: #888; }
.teaser .edit_post { letter-spacing: 1px; color: #888; }
	.teaser .teaser_author a, .teaser a.teaser_comments, .teaser a.teaser_category, .teaser .edit_post a { text-transform: uppercase; letter-spacing: 1px; color: #888; border-bottom: 1px solid #eee; }
	.teaser .teaser_author a:hover, .teaser a.teaser_comments:hover, .teaser a.teaser_category:hover, .teaser .edit_post a:hover { color: #111; }
	.teaser .teaser_author a { font-style: normal; }
	.teaser .format_teaser a { text-decoration: none; }
	.teaser .format_teaser a:hover { text-decoration: none; }

.search_form {padding-top: 10px;}




.custom .teasers_box {border: none; padding-bottom: 0px;}

.custom .teaser {border-bottom: none;
height: auto; }

.custom .teaser_right {border-bottom: none;
height: auto; }



/* Twitter Widget */

.custom .twtr-doc {width: 130px !important ;}
.custom .textwidget {width: 130px !important; }
.custom .textwidget p {font-size: 11px !important;  }
.custom .twtr-hd h4 {font-size: 13px !important; }

/* Post Share Buttons */

.custom .post-sharebuttons {position: absolute; right: 15px; top: 28px; }
.custom .format_text {padding-right: 55px; }
.custom .headline_area {padding-right: 55px;}
.custom .hfeed {position: relative;}

/* Random */

.custom table.records td {font-size: 12px; line-height: 16px;width: 220px; border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;}
.custom table.records {border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;}