/*
File:			custom.css
Description:	Custom styles for Thesis
*/


/* HEADER*/
/* This line sets up our clickable background image based on the site title's link */
.custom #header #logo a { display: block; height: 184px; width: 959px; background: url('images/banner2.gif') no-repeat; outline: none; }

/* 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; }

/* 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; }

/* CHANGES h2 COLOR */
.custom h2 a{color:#111111;}
.custom h2 a:visited {color:#111111;}
.custom h2 a:hover {color:#111111;}


/* LINK COLOR */
.custom a, .custom a:visited { color: #5f8f00; }	
.custom a:hover { color: #cd114e; }		


/* REMOVES BOARDERS */
.custom #header {border:none;}
.custom #content_box {background: none;}
.custom #sidebar_1 {border-style:none;}
.custom #footer {border:none;}
.custom #column_wrap {background: none;}
/*.custom ul#tabs {border:none;}*/


/* CHANGES TAB COLORS */
/*.custom ul#tabs li {
background:#ec85ac none repeat scroll 0 0;
border-color:#cd114e;
border-style:solid;
border-width:2px 5px 2px 0;
color:#F2F2F2;
font-size:1.2em;
} */

/* CHANGES TAB HOVER COLOR */
/* .custom ul#tabs li a:hover {
background:#D57BCE none repeat scroll 0 0;
border:1px solid #8C2C85 !important;
font-size:1em;
} */

/* CHANGES TAB COLOR FOR CURRENT PAGE */
/* .custom ul#tabs li.current_page_item, ul#tabs li.current-cat {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #FFFFFF;
}*/

/* REMOVES RSS ICON FROM TABS */
/* .custom ul#tabs li.rss {
display:none;
} */


/* FEEDBURNER EMAIL SUBSCRIBE*/
<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=Pickychoosymom', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><p>Enter your email address:</p><p><input type="text" style="width:140px" name="email"/></p><input type="hidden" value="Pickychoosymom" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" /><p>Delivered by <a href="http://feedburner.google.com" target="_blank">FeedBurner</a></p></form>

/*---:[ WordPress Image Captions ]:---
.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; }*/


