@import url('supported/supported.css');

/* CUSTOM BACKGROUND*/
body.custom {
    background: #e5ded8;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #fff;
    border: 0.1em solid #3e3e3a;
}

.custom #page {
    background: #fff;
}

.post_box {
           padding-left:2.2em;
}

/* HEADER GRAPHIC */
.custom #header #logo a { display: block; height: 152px; width: 855px; background: url('images/header.jpg') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header { padding: 0; }


.highlight { background: #ffffd1 !important; }
.custom ul#tabs li a, ul#tabs li a:visited { text-transform: lowercase; text-decoration: none; }

/*---:[ NAV MENU ]:---*/
ul#tabs li, ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0; font-size: 9pt; background: #ffffff; repeat-x bottom left; border-bottom: 1px solid #ddd; font-variant: normal; }
	ul#tabs li a:hover { color: #323232; text-decoration: none; background: #ec3a30}
	ul#tabs li.current_page_item a, ul#tabs li.current-cat a { color: #323232; background: #e5ded8; }

/*---:[ sidebar and widget stuff ]:---*/
#sidebars a:hover { color: #ec3a30; text-decoration: none; }
li.widget ul li { margin-bottom: 0em; padding: 0.2em 0.455em 0.2em 0.455em; }
.custom .sidebar h3 { font-weight: bold; font-size: 12pt; line-height: 1.455em; margin-bottom: 1em; font-variant: small-caps; letter-spacing: 2px; color: #bca691; border-top: 2px solid #ec3a30; border-bottom: 1px dotted #ec3a30; }

/*---:[ IMAGE STUFF ]:---*/

img.frame {
margin-right:1em;
}

/* === LISTS === */
li.d,
li.dot
{
	list-style-image: url(http://www.anitachaperon.com/images/dot.gif);
	margin-left: 1.5em;
	padding: 0px 10px 5px 5px;
}

/*---:[ HEADLINES (content and sidebar) ]:---*/ 
.custom #content h1 {
	color: #ec3a30;
	font-size: 20pt;
        font-weight: bold;
}

.custom #content h2 {
	color: #a19890;
	font-size: 16pt;
	font-weight: bold;
}

.custom h2 a { color: #ec3a30;}
.custom h2 a:hover { color: #a19890;}

.custom h3 { 
        color: #323232;
        font-size: 14pt;
	font-weight: bold;
}

.custom h4 { 
	font-weight: strong; 
	color: #bca691; 
	font-size: 12pt;	
} 

.custom h5 { 
	font-weight: normal; 
	color: #ec3a30; 
	font-size: 10pt;	
}