/*  
Theme Name: Kristen
Theme URI: http://hellokristen.com/
Description: The main theme for hellokristen.com.
Version: 1.0
Author: Jorin Garguilo
Author URI: http://buoyfish.com/
*/

li, ul, ol{	padding: 0;	margin: 0;}

body{
	font-size:   13px;	font-family: Courier, Verdana, monospace, sans-serif;
	background: #E0F0F0 url(images/bg_gradient.gif) top repeat-x;
	color: #333333;
	margin: 0px;
}

td { font-size: 13px; }

a { color: #660066; text-decoration: none; }a:hover { color: #FF00FF; }

h1 { font-weight: normal; text-transform: lowercase; font-size: 36px; margin-top: 5px; }
h2 { font-weight: normal; text-transform: lowercase; font-size: 27px; margin-top: 5px; }
h3 { font-weight: normal; text-transform: lowercase; font-size: 21px; }
h4 { font-weight: normal; text-transform: lowercase; font-size: 17px; }
h5 { font-weight: normal; text-transform: lowercase; font-size: 15px; }

#header
{
	border-bottom: 1px solid #666666;
	background: #FFFFFF;
}

#headerimg
{
}

#headermenu
{
}
#headermenu ul
{
	list-style: none;
}
#headermenu li
{
	display: inline;
}
#headermenu li a
{
	font-size: 21px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
#headermenu li a:hover, 
#headermenu li a:active a
{
	letter-spacing: 6px; color: #FF00FF;
}
#headermenu li.current_page_item a
{
	letter-spacing: 6px; color: #6666FF;
}

#headermenu li#feed
{
	font-size: 10px;
	color: #FFFFFF;
}

#wrapper
{
	width: 700px;
	overflow: hidden;
}

#content
{
}

#sidebar
{
	padding-left: 10px;
	padding-right: 10px;
}

#sidebar ul{
	font-size: 14px;	list-style: none;
	margin-bottom: 10px;}
#sidebar ul h2{
	color: #330033;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 24px;	padding: 2px;
	margin-bottom: 5px;}

#sidebar ul ul ul{	margin-bottom: 0;}

#sidebar a{  text-decoration: none;  color: #406060;} #sidebar a:hover{  text-decoration: underline;
  color: #40B060;}

#searchform{  text-align: center;} #searchform input{} #searchform #s{  width: 50%;  background-color: white;
}

#wp-calendar{  border: 1px solid #FDE5C3;  width: 80%;  margin: 0 auto;  text-align: center;  margin-bottom: 15px;} #wp-calendar th{  background-color: #FDE5C3;} #wp-calendar a{  border: 1px solid #4A2C00;  background-color: white;  display: block;} #prev a, #next a{  border: 0;} #wp-calendar caption{  text-align: center;  width: 100%;}

#footer
{
	clear: both;
}

.fineprint { font-size: 10px; }

.main_content, .sidebar_content { padding: 10px; border: 1px solid #666666; }
.main_content { background: #FFFFFF; }
.sidebar_content { background: #F0F0F0; }