/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define

Use:

The <body> tag has been appended with the "custom" class, like so: <body class="custom">.
You can use the "custom" class to overwrite *any* CSS declarations contained in this
theme's 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!
*/

/*--HEADER colors--*/
.custom #header { text-align: center; }
/*.custom #header #logo { font: bold 3.6em Georgia, "Times New Roman", Times, serif; margin-bottom: 0.11111em; color: #360;}*/
.custom #header #logo a, #header #logo a:visited { color: #3f5e8d; text-decoration: none; }
.custom #header #logo a:hover { color: #3f5e8d; }

/*simplemom:
.custom #header { background:  url(images/header.jpg) no-repeat; padding: 2.2em 1.1em; border-bottom: 3px double #360; text-align: right; clear: both;color: #630;}
*/

/*--HEADER image--
.custom #header { background: url("http://rosiesdaughters.com/wp-content/themes/thesis-v03/images/rosies-daughters-masthead.gif"); no-repeat; } DECLARED IN HEADER.PHP*/ 

/*--TEXT colors--*/
body.custom { color:#000;}
.format_text { font-size: 1.5em; line-height: 1.57143em; padding-right: 0.78571em; }
.sidebar h2 { color: #3f5e8d; }

/*--HEADLINES--*/
.custom h3 { color: #24336e; font-weight:bold; line-height: 1.1em;} /*title description*/
.custom h4 { color: #24336e; font-weight:bold; line-height: 1.1em;}

/*--BG highlights and accent colors--*/
/*body.custom {padding-top: 24px; background-image: url(images/pg_bg.png); background-repeat: repeat-x; background-position: left top;
}*/
.custom #container { background-color: #cfd8e4; }
/*.custom #container { background-color: #FFF; }*/
.custom #top_image { background-color: #FFF; }
.custom ul#tabs li { background-color: #FFC; }
.custom ul#tabs li.current_page_item { color: #24336e; background: #fff; border-bottom-color: #fff; } 
/* From simplemom 
.custom ul#tabs li a, ul#tabs li a:visited { color: #3f5e8d; text-decoration: none; }
	
.custom	ul#tabs li a:hover { color: #3f5e8d; text-decoration: none; }
/*.custom	ul#tabs li a:hover { color: #75b9d0; text-decoration: none; }*/
		
.custom	ul#tabs li.current a, ul#tabs li.current a:visited {  color: #d72a08; cursor: default; }
	.custom .content_inner h2 { font-size: 2.5em;padding-top: 1.1em; border-top: 1px dotted #bbb; } */
	
.custom ul#tabs li.rss { background: none; border: none; }
.custom dl#comment_list dt.author, .custom dl#comment_list dd.author { background-color: #FFE1E1;} /*change author comment bg from blue to pink */
	
/*--BORDERLINES--*/
/*--.custom #header { border-bottom: 3px double #3f5e8d; }--*/
.custom blockquote { border-left: 1px solid #3f5e8d; }
.custom ul#tabs { border-left: 1px solid #3f5e8d; }
.custom ul#tabs li { border: 1px solid #3f5e8d; border-left: 0; }
.custom	.format_text p.note { border: 1px solid #3f5e8d; }
.custom .format_text p.alert { border: 1px solid #3f5e8d; }
.custom #archive_info { border-bottom: 1px solid #3f5e8d; }
.custom .prev_next { border-top: 1px dotted #3f5e8d; }
.custom #footer { border-top: 3px double #3f5e8d;}
/*.custom #footer { border-top: 3px double #3f5e8d;}*/

/*.custom #content_box { width: 96em; background: url('images/dot-dcb.gif') 49.1em 0 repeat-y; text-align: left; }*/

.custom #image_box img, .custom #image_box img.four_by_three { display: block; width: 42em; height: 31.5em; padding: 0.1em; background: #3f5e8d; border: 0.1em solid #3f5e8d; }


/*.custom #sidebars { background: url('images/dot-ddd.gif') 22.3em 0 repeat-y; }*/

.custom .prev_next { border-top: none; }				
.custom .content_inner h2 { padding-top: 1.1em; border-top: 1px dotted #3f5e8d; }
.sidebar h2 {border-top-color: #DCB</body>; border-bottom: 1px dotted #3f5e8d; }

/*--STRUCTURAL padding--*/
.custom #header {padding: 0 1.1em 2.2em 1.1em;}
.custom ul#tabs { margin-bottom: 2.2em; }
.custom .content_inner { width: 46.1em; padding: 1.1em 4.4em 1.1em 1.1em; }
.custom .sidebar { width: 15.7em; display: inline; }
.custom	#sidebar_1 { padding: 0 4.4em 0 0; }
.custom #sidebar_2 { padding: 0 0 0 4.4em; }
.custom #footer { padding-top: 2.2em; }
.custom li.widget p { margin-bottom: 0; padding: 0.38462em 0.38462em 0 0.38462em; line-height: 1.4em;}
.custom li.widget, .custom li.linkcat { margin-bottom: 2.2em; }
/*.custom li.widget li ul, .custom li.linkcat li ul { margin-top: 0; }*/
.custom li.widget ul li, .custom li.linkcat ul li { margin-bottom: 0; padding: 1.1em 0.38462em; background: none; }

/*--ALIGNMENT RULES --*/
.custom .ralign {text-align: right !important;}
.custom #footer {text-align: center;}

/*--IMAGE floats and padding--*/
.custom #content img {float:left; padding: 0 1em 1em 0;}
.custom #content img.nofloat {float:none; display:block; text-align: center; }

/*--LINK colors, bgs, and borders--*/
.custom a, .custom a:visited { color: #3f5e8d; text-decoration: none; padding: 1px;}
.custom a:hover, .custom a:focus { color: #d72a08; background-color: #cfd8e4; padding: 1px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #cfd8e4; text-decoration: none;}
.custom ul#tabs li a, .custom ul#tabs li a:visited { color: #24336e; text-decoration: none;}
.custom	ul#tabs li a:hover { color: #d72a08; text-decoration: none; background-color: transparent; border-bottom:none;}
.custom .format_text a:link, .custom .format_text a:visited; {color: #75b9d0;}
/*.custom .format_text a:link, .custom .format_text a:visited; {color: #9D9595;}*/
.custom .sidebar a:link, .custom .sidebar a:visited { color: #24336e;}
.custom .sidebar a:hover {color: #d72a08; text-decoration: none;}
.custom #footer a:link, .custom #footer a:visited { color: #3f5e8d;}	
.custom #footer a:active, .custom #footer a:hover {color:#d72a08;}	

/*--LISTS styles and margins--*/
.custom .format_text ul {list-style-position: inside; margin: 0 0 1.75em 1.75em; }
.custom li.widget ul li, li.linkcat ul li { margin-bottom: 0; padding: 0.27273em 0.45455em 0.27273em 0.45455em; background: none; border-bottom: 1px solid #F5F5F5;}

/*--SPECIAL CLASSES --*/
.custom .poem {font-family: Candara, Arial, sans-serif;}
.custom .format_text p.note { }
.custom .format_text p.alert { }
.custom .format_text .drop_cap { color: #FCC;}
.custom span.sans {font-family: Candara, Arial, sans-serif; text-transform:lowercase;}
.custom .noborder {border-color:#FFF;}
/*.custom .noborder {border-color:#3f5e8d;}*/
.custom #edited {font-size: .88em;}

