/*  
Theme Name: Helen Zelon
Theme URI: http://www.springthistle.com/
Description: Based on Milc3 theme from <a href="www.damn.be">damn.be</a>.
Version: 1.0
Author: April Greenberg
Author URI: http://www.springthistle.com

*/



/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: Georgia, Times New Roma, Serif;
	background-color: #EBEBEB;
	text-align: center;
	margin: 0;
	padding: 0;
}

a, a:visited {
	color: #658D1B;
}

img {
	border: none;
}


/* used for page titles and article titles (on one-article pages) */
h2 {
	color: #A20800;
	font-size: 18px;
}

/* used for the article title on category pages */
h3 {
	font-size: 14px;
}
/* used for the "published in" line at the top of each piece */
h4 {
	color: #666;
	font-size: 12px;
	margin-top: -12px;
}

small, small a, small a:visited {
	margin: 0;
	font-family: verdana;
	color: #999;
}

.entrytext {
	margin: 0;
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background-color: white;
	text-align: left;
}


#header {
	padding: 0;
	margin: 0 20;
	height: 146px;
	width: 100%;
}

#header h1, #header h2 {
	display: none;
}

#content {
	font-size: 12px;
	line-height: 18px;
}

#content li {
	display: block;
}

#footer {
	padding: 0 0 0 0px;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0 10px 0;
	text-align: center;
	font-family: verdana, tahoma, sans-serif;
	font-size: 10px;
}

#footer a, #footer a:visited {
	color: #999
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
}

.post {
	clear: left;
}

#topmenu {
	background-color: #D66B50;
	width: 734px;
	margin-left: 13px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#topmenu ul, li {
	display: inline;
	list-style-type: none;
}
#topmenu ul {
	padding-left: 35px;
}
#topmenu li {
	margin-right: 20px;
}
#topmenu a, #topmenu a:visited {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: tahoma, verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#topmenu a:hover{
	text-decoration: underline;
}

/* Begin Sidebar * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	color: #ccc;
	}

#sidebar a, #sidebar a:visited {
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#sidebar a:hover {
	text-decoration: underline;
}
	
#sidebar form {
	margin: 0;
	}

#sidebar h2 {
	color: #999;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
}
	
#sidebar ul, #sidebar ul ol {
	display: block;
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 5px 0 0 20px;
}

#sidebar ul ul li {
	margin: 5px 0 0 0;
	padding: 0;
	display: block;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

/* End Sidebar */
