/*
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: #360; text-decoration: none; }
.custom #header #logo a:hover { color: #C60; }

/*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("/images/masthead1.jpg") no-repeat; } */

/*--TEXT colors--*/
body.custom { color:#630;}
.format_text { font-size: 1.5em; line-height: 120%; padding-right: 0.78571em; }
/*.format_text { font-size: 1.5em; line-height: 1.57143em; padding-right: 0.78571em; }*/
.sidebar h2 { color: #630; }

/*--HEADLINES--*/
.custom h3 { color: #360; }
.custom h4 { color: #360; 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: #FFF; }
.custom #top_image { background-color: #FFF; }
.custom ul#tabs li { background-color: #FFC; }
.custom ul#tabs li.current_page_item { color: #360; background: #fff; border-bottom-color: #fff; } 
/* From simplemom 
.custom ul#tabs li a, ul#tabs li a:visited { color: #65C734; text-decoration: none; }
	
.custom	ul#tabs li a:hover { color: #CC3300; text-decoration: none; }
		
.custom	ul#tabs li.current a, ul#tabs li.current a:visited {  color: #CC3300; 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 #DCB; }
.custom blockquote { border-left: 1px solid #DCB; }
.custom ul#tabs { border-left: 1px solid #DCB; }
.custom ul#tabs li { border: 1px solid #DCB; border-left: 0; }
.custom	.format_text p.note { border: 1px solid #DCB; }
.custom .format_text p.alert { border: 1px solid #DCB; }
.custom #archive_info { border-bottom: 1px solid #DCB; }
.custom .prev_next { border-top: 1px dotted #DCB; }
.custom #footer { border-top: 3px double #DCB;}
.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: #DCB; border: 0.1em solid #DCB; }
.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 #DCB; }
.sidebar h2 {border-top-color: #DCB</body>; border-bottom: 1px dotted #DCB; }

/*--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: #360; text-decoration: none; padding: 1px;}
.custom a:hover, .custom a:focus { color: #C60; background-color: #FFF; padding: 1px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #C60; text-decoration: none;}
.custom ul#tabs li a, .custom ul#tabs li a:visited { color: #360; text-decoration: none;}
.custom	ul#tabs li a:hover { color: #C60; text-decoration: none; background-color: transparent; border-bottom:none;}
.custom .format_text a:link, .custom .format_text a:visited; {color: #9D9595;}
.custom .sidebar a:link, .custom .sidebar a:visited { color: #360;}
.custom .sidebar a:hover {color: #C60; text-decoration: none;}
.custom #footer a:link, .custom #footer a:visited { color: #DCB;}	
.custom #footer a:active, .custom #footer a:hover {color:#C60;}	

/*--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 #edited {font-size: .88em;}

/*--Suckerfish Cascading Navmenus--
#suckerfishnav {
    background:#ffc repeat-x;
    font-size:16px;
    font-family:times,serif;
    font-weight:bold;
    width:300px; 
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:40px;
    padding:0;
    border:1px solid #aaa;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#360;
    text-decoration:none;
    padding:0px 10px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
	width:101px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }
#suckerfishnav li li {
    width:99px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;
    font-family:times,serif;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:280px; /*    width:80px;*/
    font-size:14px;
    color:#360;
    }
#suckerfishnav li ul ul {
    margin:-23px 0 0 100px;
    }
#suckerfishnav li li:hover {
    background:#fff;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#c60;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#c60;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#360;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#ffc;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#FFFFFF;
    } */