/*
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/bookleather.jpg');
/*
background-color:black;
font-size:12px; 
line-height:.75em;
*/
}

.custom p {
font-size:12px;
line-height:1.25em;
}	
	
.custom #container { 
margin-top: 1em; 
margin-bottom: 1em; 
padding: 0.1em; 
border: 0.1em solid #0071bd; 
min-width:777px;
position:relative;
}

.custom #page { 
background: #fff; 
padding:0.5em; 
}

.custom #page #phonenum {
position: absolute; top: 15px; right:20px;
line-height:1.5em;
}
.custom #phonenum a {
text-decoration:underline;
font-size:12px;
}

/* for making critical h1 tag smaller */
.custom #page h1 {
font-size:10px;
}
/*
.custom #content {
margin-left:0px;
} */


.custom #content_box table,td,tr,p {
font-size:10px;
line-height:normal;
margin:2px;
}


.custom #content td {
padding:10px;
}

.custom #content td  a{
font-size:10px;
}

.custom #content ul,li {
font-size:12px;
line-height:1.25em;
}	

.custom #content ul {list-style-image: url(/images/check-mark.gif); padding-left:10px;}

.custom #content h1 {
font-size:22px;
}

.custom #content h2 {
font-size:18px;
}

.custom #content h2 a {
font-size:18px;
font-weight:bold;
}

.custom #content a {
font-size:12px;
}
		
.custom #header {
padding-left:1.1em;
padding-right:1.1em;
padding-bottom:0.12em;
padding-top:0.4em;
border-bottom:0px
}

.custom #header_image_thing_left {
position: relative; top: 1px; left: 37px;
padding-top:5px;
padding-bottom:15px; */
}

/*
.sidebar h3 {
font-size:0.9em;
font-weight:bold;
line-height:.75em;
margin-bottom:1.em;
margin-top:1.0em;
font-variant:normal;
color:#666666;
background-image:url('http://www.buzzmaven.com/images/fadebar.jpg'); 
background-repeat:no-repeat; } */

.format_text .to_comments span {
font-size:10px;
line-height:1.5em;
}

.custom #breadcrumbs 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:8px;
	padding-bottom:15px;
	padding-right:6px;
	text-align: right;
}
.custom #breadcrumbs a {
text-decoration:underline;
font-size:12px
}

.custom #breadcrumbs p {
font-size:12px;
}

.custom ul#tabs li a { 
text-transform: none;
}

.custom ul#tabs li {
background: #fff6e7;
}




.custom #myfooter {
font-size:9px;
}


.custom #footer p,a { font-size:10px;}

.custom #content h1,h2 {
font-size:1.5em;
line-height:1em;
}

.custom ul#tabs li.current_page_item, ul#tabs li.current-cat { 
background: #fff; 
border-bottom: 0; }

.custom ul#tabs li.rss {
background: #fff;  
}


.custom #content_box {
background-image:url('http://www.buzzmaven.com/images/95pctwhite.png');
background:none;
}

#content h1, #content h2 {
/*font-size:1.5em;*/
line-height:1.364em;
}

.custom #column_wrap .sidebar ul.sidebar_list{
	padding-top:0.0em; 
	padding-right:0.1em;
	margin-right:0;
}

.custom ul.sidebar_list { 
list-style: none; 
margin-top:0; 
margin-right:0px; 
padding-top:0; 
padding-bottom:0;
padding-right:0;
}

.custom sf li {
font-size:12px;}

.custom ul.sidebar_list ul {
list-style-type:none;
font-size:12px;
}

.custom ul.sidebar_list a {
font-size:12px;
}

.custom ul.sidebar_list h3 {
font-weight:bold;
line-height:.75em;
margin-bottom:1.em;
margin-top:1.0em;
font-variant:normal;
color:#666666;font-size:14px;}

.custom ul.sitemap li {
list-style-image:none;
}

// headings on menu
.custom li.widget { font-size:11px; line-height: 1.385em; margin-bottom: 1.0em; }
	
.custom li.tag_cloud { line-height: 1.692em; }

.custom li.widget p { margin-bottom: 0.5em; }


.custom sitebody {
/* here for compatibility with sitecreations.com only */
}

.custom .format_text p { margin-bottom: 1.0em; }

.custom .headline_meta { font-style: italic; color: #888; }

.custom .headline_meta span, .headline_meta abbr { font-style: normal; letter-spacing: 1px; font-size:x-small}

.custom .headline_meta a { color: #888; border-bottom: 1px solid #eee; }
	
.custom .headline_meta a:hover { color: #111; }

.post_box {
padding-top:0.1em;
}

.inset p {
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#FFF;
}