/*
File:	Date is 8-10-09		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/
*/

/* GLOBAL CHANGES TO BLOG FORMAT */

/* HEADER; This line sets up our clickable background image header 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: 150px; width: 850px; background: url('images/header3.gif') no-repeat; outline: none; }

/* HEADER; 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; }

/* HEADER; This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */
.custom #header #tagline { height: 0; }

/* HEADER; 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; }

/*BACKGROUND; Change background and page color; Post text color; previous background color was #808080*/
body.custom { background: #7a7b7d; 
              background-image: url('images/background3b.jpg'); 
              background-repeat: repeat-x;
              background-attachment: fixed;
              background-position: bottom; }
.custom #container { margin-top: 2em; margin-bottom: 2em; }
.custom #page { background: #222222; }
.custom { color: #cccccc; }

/*HEADER; Change Large Header Logo to white/roll over red*/
.custom #header #logo a { color: #ffffff; }
.custom #header #logo a:hover { color: #ff0000; }

/*HEADER; Change Tabs to Red Letters; no underline */
.custom ul#tabs li a { color: #FF0000; display: block; letter-spacing: 3px;
line-height: 1em; text-decoration: none; font-size: 125%; font-weight: bolder; }

/*HEADER; Change Tabs to hover gray; underline */
.custom ul#tabs li a:hover { color: #cccccc;
text-decoration: underline; }

/*HEADER; Change Tabs Color and space between them */
.custom ul#tabs li { margin-bottom: -0.1em; background: #ebebeb; 
border: 3px solid #ffffff; border-left: 0; float: left; }

/*POST; Change h2 Post Title to gray*/
.custom h2 a { color: #cccccc; }

/*POST; Change h1 Post Title Color*/
.headline_area h1 { color:#ff9900; }


/*TAGLINE; Disable? what is this for? Change Tag Line color gray? #cccccc? change to teal as test*/
.custom #header #tagline { color: #teal ; font-weight: normal; }

/*COMMENTS; Change ZERO comment number to color gray - Home Page*/
.custom .format_text .to_comments span { font-size: 1.833em;
line-height: 1em; color: #cccccc; }

/*COMMENTS; Change comments...; next to ZERO color gray - Home Page*/
.custom .format_text .to_comments a:hover { color: #cccccc;
text-decoration: underline; }

/*COMMENTS; Change comments...; next to ZERO color gray - Static Page*/
.custom .format_text .to_comments a { text-decoration: none; color:#cccccc; }

/*COMMENTS; Change ZERO comment number to color gray - Static Page*/
.custom .comments_intro span { font-size:1.833em;
line-height:1em; color: #cccccc; }

/*COMMENTS; Change comments...; next to ZERO color gray - Static Page*/
.custom .comments_intro p { color: #cccccc; }

/*COMMENTS; Change Leave a Comment color gray*/
.custom #respond p { color: #cccccc; }

/*LINKS; Change all blue links to lighter color*/
a { color: #3399ff; text-decoration: none; }

/*LEFT COLUMN; Change left column Pages to color gray*/
.custom .sidebar h3 { color: #cccccc; }

/*RIGHT COLUMN WIDGET; Change title style*/
.custom .widget h3 {color: #111111 ; background: #cccccc; font-weight: bold; }

/*RIGHT COLUMN WIDGET; Change sub category title style*/
.custom .sidebar a:hover { color: red; }

/*FOOTER; In footer; change hover color to blue*/
.custom #footer a:hover { color: #3399ff; }

/*GALLERY PAGE; Gallery Page-Change Title Text to Green-original blue->color:#00B5EF*/
.ngg-album-desc { font-size: 0.8em; line-height: 1.385em; font-weight: normal; color:#00ff00; }

/*COMMENTS; Comment Box from Author; change from baby blue->#E7F8FB to Black*/
.custom .author_comment { background: #111111 none repeat scroll 0 0; }

/*POST; change drop cap color from gray->#888888 to red - In POST: <span class="drop_cap"></span>*/
.custom .format_text .drop_cap { color: #ff0000; float:left; }

/*POST; Change background color of Note Box to Black, border to green - In POST: <p class="note"></p>*/
.format_text p.note { background: #111111 none repeat scroll 0 0; border: 1px solid #00ff00; }

/*POST; Change background color of Alert Box to Black, border to red - In POST: <p class="alert"></p>*/
.format_text p.alert { background: #111111 none repeat scroll 0 0; border: 1px solid #ff0000; }

/*POST; Image caption text-change from gray "CCCCCC" to black "111111" */
.custom .wp-caption-text { color: #111111; }


/*POSTS; THIS CSS IF FOR INDIVIDUAL POSTS-FORMAT CHANGED ON THE FLY */

/*In POST; change text to BOLD COLOR - All web safe,selector is em div or p or blockquote
Code in POST:  <blockquote class="myclassboldyellow">text</blockquote>*/
.myclassred { background: #222222; color: #ff0000; font-weight: bold; }
.myclassgreen { background: #222222; color: #00ff00; font-weight: bold; }
.myclasshuntergreen { background: #222222; color: #006600; font-weight: bold; }
.myclassyellow { background: #222222; color: #ffff00; font-weight: bold; }
.myclassschoolyellow { background: #222222; color: #ffcc33; font-weight: bold; }
.myclassturq { background: #222222; color: #3399ff; font-weight: bold; }
.myclassblue { background: #222222; color: #0000ff; font-weight: bold; }
.myclassorange { background: #222222; color: #ff9900; font-weight: bold; }
.myclasspink { background: #222222; color: #ff00ff; font-weight: bold; }
.myclasspalepink { background: #222222; color: #ffcccc; font-weight: bold; }
.myclasswhite { background: #222222; color: #ffffff; font-weight: bold; }
.myclassmedgray { background: #222222; color: #cccccc; font-weight: bold; }
.myclassdarkgray { background: #222222; color: #808080; font-weight: bold; }

/*---:[ WordPress Float Text in Post - ON THE FLY ]:---*/
.format_text .alignleft { margin: 0 1.571em 1.571em 0; float: left; clear: left; }
.format_text .alignright { margin: 0 0 1.571em 1.571em; float: right; clear: right; }
.format_text .aligncenter { display: block; margin: 0 auto 1.571em auto; float: none; clear: both; }
.format_text .alignnone { display: block; margin: 0 auto 1.571em 0; clear: both; }
.format_text .wp-caption { background-color: #f3f3f3; border: 0.071em solid #ccc; text-align: center; padding: 0.714em; }
.format_text .wp-caption p { font-size: smaller; font-style: italic; margin-bottom: 0; }

.floatright { float: right; }
.floatleft { float: left; }

.clearright { clear: right; }
.clearleft { clear: left; }
.clearboth { clear: both; }

.extrapadding { padding-top: 0px;
                padding-right: 15px;                
                padding-bottom: 0px;
                padding-left: 15px; }

/*In Post; CHEAT SHEET*/
/*
<p class="note"></p>
<p class="alert"></p>
<span class="drop_cap"></span>
<blockquote class="myclassboldyellow"></blockquote>
<em class="myclassgreen"></em>
<div class="myclassgreen"></div>
<p class="myclassgreen"></p>
<h3>Use h3 for enhancing subtitles-not TITLE-use h1 or h2 for titles</h3>
*/



