.custom .post_box, .custom .teasers_box
{border-color: pink;
border-style: dotted;
border-bottom-width: 5px;
border-top-width: 0px;
clear: both;}

.custom .headline_area h2, .custom .headline_area h1 {font: 50px/58px 'SnicklesRegular', Arial, sans-serif;letter-spacing: 0; margin-left: 10px;}

@font-face {
	font-family: 'SnicklesRegular';
	src: url('Snickles-fontfacekit/Snickles-webfont.eot');
	src: local('☺'), url('Snickles-fontfacekit/Snickles-webfont.woff') format('woff'), url('Snickles-fontfacekit/Snickles-webfont.ttf') format('truetype'), url('Snickles-fontfacekit/Snickles-webfont.svg#webfontNMVbJz1N') format('svg');
	font-weight: normal;
	font-style: normal;
}

.custom .format_text h1 {font-size: 18px; font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;}
.custom .format_text h2 {font-size: 14px; font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;}
.custom .format_text p {margin-left: 20px;}

/* 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: 250px; width: 960px; background: url('images/header.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; }

/* 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; border: none;}

/* Lena's Adjustments */

.custom #sidebars .wplc_event_list li h1, .custom #sidebars .wplc_event_list li h1 a {font-size: 12px; margin-top: 10px; color:#FFF;}
.wplc_event_list h2, .wplc_event_list h2 a {font-size: 11px; margin-top: 5px; color:#f7d7e3; margin-left: 10px;}
.wplc_event_list p, .wplc_event_list p a {margin-top: 5px; font-size: 11px; font-style: italic; color: #f7d7e3; margin-left: 10px;}
.wplc_event_list, .wplc_event_list a {font-size: 11px;}
.wplc_event_list li {list-style-type: none;}
.wplc_event_list {background-color: #da437c; margin-bottom: 10px; padding: 10px;}

/* Weird input form button width - too wide fix*/
.custom .format_text input {width: auto;}

/*---:[ Set 1: solid background with slick borders around your "page" area ]:---*/

body.custom {
	background-color: #441C06;
	background-image: url(images/background.gif);
}
	
.custom #container {
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 1px;
	border: 0.4em solid #220E00;
	background-color: #E04580;
}

.custom #page { background: #fff; }

.custom #content_box {
	background-color:#fff;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #D65787;
        border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #D65787;
        background-image: url(images/sidebar-background.png);
	background-repeat: repeat-y;
	background-position: right top;
        
}

.custom .menu {
	width: 955px;
        border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #D65787;
        border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #D65787;
        background-color: #D65787;
}

.custom .menu a {font-weight: bold; letter-spacing: normal;}

.custom #content {
	background-color:#fff;
	background-image: url(images/reflection.jpg);
	background-repeat: no-repeat;
	
}


/* Comments are closed */
.custom .comments_closed p { display: none; }

/* Font Color for entire site */
.custom #content { color: #441C06; }
.custom #content a { color: #E04580; font-weight: bold;}

/* Footer gray lines */
.custom #footer, .custom #footer a:link, .custom #footer a:visited {
	background-color: #DA437C;
	color: #FFF;
	border-right-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #DA437C;
	width: 935px;
}

/*widget headline title color*/
.custom .sidebar h3 {
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #5E3204;
	padding: 5px;
        text-align: center;
}
.custom #sidebars a { color: #5E3204; font-family: Verdana, Geneva, sans-serif;}
.custom #sidebars {background: #fbe0e8; font-family: Verdana, Geneva, sans-serif;}
.custom #sidebars h1, .custom #sidebars h1 a {font-family: Verdana, Geneva, sans-serif; font-weight: bold; font-size: 12px; color: #5E3204;}

.custom ul.xoxo.blogroll li {font-size: 11px; margin: 0px; padding: 0px; text-align: center;}
