/* 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: 519px; background: url('http://i488.photobucket.com/albums/rr249/spanglishbaby/SBFinds/SB_findsA-1.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; }
.custom #header #logo a {height:95px;}

/* 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; }

/*	WordPress image captioning */
.custom .format_text .alignleft { margin: 0 1.571em 1.571em 0; float: left; clear: left; }
.custom .format_text .alignright { margin: 0 0 1.571em 1.571em; float: right; clear: right; }
.custom .format_text .aligncenter { display: block; margin: 0 auto 1.571em auto; float: none; clear: both; }
.custom .format_text .alignnone { display: block; margin: 0 auto 1.571em 0; clear: both; }
.custom .format_text img { background: #eee; border: 0.0em solid #000; padding: 0.0em; }
.custom .format_text .wp-caption p { font-size: 0.786em; margin-bottom: 0; }

/*image captio setup*/
.image_caption img { margin-bottom: 0.5em; }
.image_caption p { text-align: center; font-size: smaller; font-style: italic; }


/* These lines change the color on the posts title and hover */
.custom h2 a { color: #808080; }
.custom h2 a:visited { color: #808080; }  
.custom h2 a:hover { color: #DC143C; }
.custom h2 a:active { color: #808080;
   text-decoration: underline;
}

/* These lines change the color page titles */
.about h1 {color: #228B22;}
.archives h1 {color: #FF8C00;}

/*removes titles from pages*/
.submit h1 { display: none; }
.submit .post_box { padding-top: 0; position:relative;
top:-20px; }
.contact-us h1 { display: none; }
.contact-us .post_box { padding-top: 0; position:relative;
top:-10px; }
.about-2 h1 { display: none; }
.about-2 .post_box { padding-top: 0; position:relative;
top:-20px; }
.advertise h1 { display: none; }
.advertise .post_box { padding-top: 0; position:relative;
top:-20px; }
.disclosure-privacy-policy h1 { display: none; }
.disclosure-privacy-policy .post_box { padding-top: 0; position:relative;
top:-20px; }
.archives h1 { color: #DC143C; }

/*excludes the date on a sticky*/
.sticky .headline_meta { display: none; }
.announcement_post .headline_meta { display: none; }

/*removes frame from pictures*/
.custom .wp-caption { background: white; border: none; }
.custom .wp-caption img { border: solid 3px #000; }

/*hide comments line from sticky*/
.sticky .to_comments { display: none; }

.sticky .lws_1 { display: none; }
.sticky .border: 0pt none ; margin: 0pt; padding: 0pt; clear: both; width: 358px; { display: none; }

/* Specify bottom margin on all widgets */
.custom li.widget {
   margin-bottom: 20px;
}





.custom.feedcount { padding-right: 0; background: url("http://feeds.feedburner.com/Spanglishbaby") center right no-repeat; border: none; float: right; }

/*Welcome Box*/
.custom div.welcome_box {
background:#F0D775 none repeat scroll 0 0;
border:2.0px solid #2361A1;
margin:.5em 1em 0.5em;
padding:0.5em 0.5em 0;
font-size:1.5em;
line-height:2.1em;
}


/* Specify bottom padding on all widgets */
.custom li.widget {
   padding-bottom: 0px;
}
.custom li.widget {
   padding-top: 0px;
}



/* Remove Italics */
.custom .headline_meta {
   font-style: normal;
}
/* Remove Uppercase */
.custom .headline_meta span,
 .custom .headline_meta abbr {
   text-transform: none;
}

/* Unlinked author name */
.custom span.author {
   color: #888888;
}

/* Linked author name */
.custom span.author a {
   color: #888888;
}

.custom abbr.published {
   font-weight:bold;
   cursor: default;
}

.sidebar .widget, .main .widget {
margin:0 0 1.5em;
padding:0 0 1.5em;
text-align:center;
}

.custom #header {border:0; margin:0; padding-bottom:1em;}

.custom li#subscriptions h3 {background:#DC143C;}

/* Make all widget headings green */
.custom .widget h3 {
   color: #808080;
text-align:center;
text-transform:lowercase;
height:0px;
}

/*changes caps on sidebars*/
.custom .sidebar h3 {
font-variant:normal;
}

/*Removes underline and changes color for link*/
.custom a {text-decoration: none;
color:  #3CB371;
 }
.custom a:hover { text-decoration: none; 
color:  #808080;
}

/*Changes color of text*/
body {
color: #666666;
}

/*moves search box*/
.custom #s { 
font-size:12px; 
position:relative;
top:75px; 
float:right; 
margin-top:10.0px; 
padding:1px; 
width:200px; }

.custom #nav_area ul {
border-bottom:medium none;
border-left:medium none;
}

.post_box {
border-bottom:2px dotted #3CB371;
margin:0 2.2em 0 1.1em;
}
.custom #footer {
color:#808080;
text-align:right;
}
.custom #header_area .page {
padding-top:0.0em;
}

/*Change Color of Active Menu Tab*/
.menu a {
  color: #ffffff;
text-transform:lowercase;
}


