/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define
Use:
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 overwrite *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!
*/


/*---:[ background and container elements ]:---*/
/*
Sets background image - body.custom { background: #fff url('images/pink_xoxo_bkg.png') 50% 0 ; }
.custom #container { margin-top: 2em;  margin-bottom: 2em;  }
.custom #page { padding: 2em 1.9em; background: #fff; border: 0.1em solid #b5b198; border-top: 0; } 
OR
.custom #page {  background: #fff;  }
*/

/*---:[ Sets Solid Background color ]:---*/
/*---:[ 
body.custom { background: #FFFFA0; }
.custom #container { margin-top: 0em; margin-bottom: 0em; padding: 0.0em;  background: #33332f;  border: 0.1em solid #3e3e3a;  }
.custom #page { background: #fff;  }  ]:---*/


/*---:[ core layout elements ]:---*/

.custom #header { border-bottom: 3px double #bbb; clear: both; }
.custom.post_box { border-top: 1px dotted #bbb; }
.custom.top { border: none !important; }

.custom input, textarea {
background:#ffe9e9 none repeat scroll 0 0;
border-color:#AAAAAA #DDDDDD #DDDDDD #AAAAAA;
border-style:solid;
border-width:1px;
color:#444444;
font-size:1em;
}

.custom div.wpcf7-mail-sent-ok {
border:2px solid #955c5c;
}

/*---:[ global elements ]:---*/
.custom a, .custom a:visited { color: #955c5c; }
.custom a:hover { color: #b28888; }
.custom .format_text .drop_cap { color: #955c5c; }

/*---:[ headlines and bylines ]:---*/

.custom .entry-title a{ color: #000000; }
.custom .entry-title a:hover { color:#955c5c; }

/*---:[ nav menu styles ]:---*/

.custom ul.menu { list-style: none; border: 1px solid #bbb; border-width: 0 0 1px 1px; }
/* .custom ul.menu li { margin-bottom: -0.1em; background: #ffe5e5; border: 1px solid #bbb; border-left: 0; float: left; } */
.custom ul.menu li.current_page_item, ul.menu li.current-cat { padding-bottom: 0.1em; background: #fff; border-bottom: 0; }
.custom ul.menu li a, ul.menu li a:visited { display: block; line-height: 1em; color: #111; text-decoration: none; text-transform: uppercase; letter-spacing: 2px; }
.custom ul.menu li a:hover { color: #111; text-decoration: underline; }
.custom ul.menu li.current_page_item a, ul.menu li.current_page_item a:visited, ul.menu li.current-cat a, ul.menu li.current-cat a:visited { cursor: default; }
.custom ul.menu li.current_page_item a:hover, ul.menu li.current-cat a:hover { text-decoration: none; }

.custom ul.menu li.rss { padding-right: 0; background: none; border: none; float: right; }
.custom ul.menu li.rss a { padding-left: 16px; background: url('images/icon-rss.gif') 0% 50% no-repeat; }


/*---:[ #header styles ]:---*/

.custom #header #logo { font-weight: bold; font-size: 3.6em; line-height: 1.167em; }
.custom #header #logo a, #header #logo a:visited { color: #111; text-decoration: none; }
.custom #header #logo a:hover { color: #888888; }
	


/*---:[ content styles ]:---*/

.custom .format_text p.note {background-color:#ffe9e9;}
.custom .format_text blockquote {color:#955C5C;}
.custom .format_text p.alert {background-color:#ffe1e1;}
.custom form #s { background-color: #ffe9e9 }
.custom .wp-caption { background-color:#FFE9E9; }

        /*---:[ Subscribe Reminder ]:---*/
.custom ul.reminder { list-style: none;padding: 5px;margin: 0; }
.custom ul.reminder li { list-style: none;padding-bottom: 0px; }
.custom ul.reminder .sub_rss a { padding-left: 20px; background: url('http://laurelplumonline.com/wp-content/themes/thesis/images/icon-rss.gif') 0 50% no-repeat;padding-bottom: 0px; }
.custom ul.reminder .sub_email a { padding-left: 20px; background: url('http://laurelplumonline.com/wp-content/themes/thesis/images/icon-email.gif') 0 50% no-repeat;padding-bottom: 0px; }
.custom .reminderbox { background: #ffffa0; border: 1px solid #e5e597;text-align: center; }


/*---:[ Media Box  ]:---*/

.custom #multimedia_box { background:#ffe9e9 none repeat scroll 0 0;  border-bottom:1px solid #DDDDDD;  padding:1.1em;  }
/*.custom #custom_box { background:#ffe9e9 none repeat scroll 0 0;  border-bottom:1px solid #DDDDDD;  padding:1.1em;  }
other versions --- .custom #image_box, .custom #video_box, .custom #custom_box  
height: 60px;  --- Use to set specific height of box. careful, overflow will overflow unless size is adjusted prior to adding it to the box --- */

/*---:[ Feature Box  ]:---*/

.custom #feature_box { color: #000000; background:#fff; border-bottom:medium none; }
.custom #feature_box p { font-family: Georgia, Arial, San-Serif; font-size: 14px; }


/*---:[ Ad Blocks  ]:---*/

.custom #adblock img {margin:1px; align:center;}
.custom div.adblock a:hover img {border:3px solid #bebebe;}
.custom div.adblock a img {border:3px solid #ffffff;}
.custom div.adblock img {padding: 1px; }

.custom #adblock_rot img {margin:1px; align:center;}
.custom div.adblock_rot a:hover img {border:3px solid #bebebe;}
.custom div.adblock_rot a img {border:3px solid #ffffff;}
.custom div.adblock_rot img {padding: 1px; }

.custom #bookblock img {margin:1px; align:center;}
.custom div.bookblock a:hover img {border:3px solid #bebebe;}
.custom div.bookblock a img {border:3px solid #ffffff;}
.custom div.bookblock img {padding: 1px; }

.custom #bookblock2 img {margin:1px;}
.custom div.bookblock2 a:hover img {border:3px solid #bebebe;}
.custom div.bookblock2 a img {border:3px solid #eee;}
.custom div.bookblock2 img { padding: 1px; }



/*---:[ showcase page styles ]:---*/
.custom .format_text ul.showcase { font-size: 0.714em; line-height: 1em; list-style: none; margin: 0 0 0 -1em; }
.custom .format_text ul.showcase li { margin: 0 0 1em 1em; float: left; }
.custom .format_text ul.showcase li a img { width: 8em; height: 8em; padding: 0.4em; background: #f4f0db; }
.custom .format_text ul.showcase li a:hover img { background: #BEBEBE; }

/*---:[ sidebar styles ]:---*/
       /*---:[ google custom search ]:---*/

	.custom	li.thesis_widget_google_cse form input[type="text"] { width: 95%; }
	.custom	li.thesis_widget_google_cse form input[type="submit"] { font-weight: bold; color: #111; background: url('/images/lpsubmit-bg.gif'); border: 3px double #999; border-top-color: #ffe9e9; border-left-color: #ccc; cursor: pointer; }
	.custom	li.thesis_widget_google_cse form input[type="submit"]:hover { color: #955c5c; }
       
       /*---:[ end google custom search ]:---*/


.custom li.widget {margin-bottom: 1em;}
.custom .sidebar h3 {color:#111111;}


/*---:[ comment styles ]:---*/
          /*---:[ author comment and alternating comment colors ]:---*/
	.custom .author_comment { background: #ffe5e5; }
        .custom .bypostauthor { background:#FFE9E9 none repeat scroll 0 0;  }
        .custom dl#comment_list .bypostauthor { background:#FFE9E9 none repeat scroll 0 0; }





		
/*---:[ page template customizations ]:---*/

.custom.fullwidth #content { width: 100%; border-right: none; }

/*---:[ plugin customizations ]:---*/

.custom .sociable-hovers {  opacity:100;  }     /*-- sociables --*/
.custom .sz_date_day {  background: #ffe9e9 none repeat scroll 0 0;  }     /*-- snazzy archives --*/
.custom .sz_year {  color: #000000;  }     /*-- snazzy archives --*/

/*---:[ domtab nav menu styles ]:---*/


.custom .domtabs { list-style: none; border: 1px solid #ddd; border-width: 0 0 0 1px; }  
.custom .domtabs li { margin-bottom: -0.1em; background: #ffe5e5; border: 1px solid #ddd; border-left: 0; float: left; list-style-type:none;} 
.custom .domtabs li.active { padding-bottom: 0.1em; background: #fff; border-bottom: 0; text-decoration: none; list-style-type:none;}
.custom .domtabs li a { display: block; line-height: 1em; color: #111; text-transform:uppercase; letter-spacing: 2px; padding:0.545em 0.818em; text-decoration:none; list-style-type:none; }
.custom .domtabs li a:hover { color: #111; text-decoration: underline; list-style-type:none;}
.custom .domtabs li.active a { cursor: default; list-style-type:none;}
.custom .domtabs li.active a:hover { text-decoration: none; list-style-type:none;}

.custom .domtab { border-color:#DDDDDD; border-style:solid; border-width:0; list-style-image:none; list-style-position:outside; list-style-type:none; font-size:1.1em; }
.custom .domtab div {clear:left; padding:0.5em; border:1px solid #ddd; }
.custom .ul.domtabs:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.custom .domtab_dat li { text-decoration: none; list-style-type:none; padding:0.545em 0.818em; }
.custom .domtab_dat li a { color: #000000; }
.custom .domtab_dat li a:hover { color: #955c5c; }
.custom .domtab_dat li a:visited { color: #B28888; }

