/*   
Theme Name: Season
Theme URI: http://poppeman.se
Description: slow and ugly
*/

body {
	background: right bottom no-repeat fixed;
	font-size: 99%; /* IE em hax to improve em-related accuracy. */
	font-family: "Lucida Sans Unicode",Arial,Helvetica,sans-serif;
}

/*
	Used to set the width of the actual page.
*/
#pagewrapper {
	/* Fixed page margins looks better than relative. */
	padding: 0px;
	margin: 30px 10px 30px 50px;
}

a:link {
	color: #114411;
}

a:visited {
	color: #114411;
}

a:hover { 
	color: #669966;
	text-decoration: none;
}

a:active { 
	color: #993333;
}

/*
	Some practical defaults.
*/
#pagewrapper h1 {
	text-align:right;
	margin-top:0.1em;
	margin-bottom: 0.1em;
	font-style:normal;
	font-variant: small-caps;
	font-size:1.2em;
	border-top: 0;
	border-right:0;
	border-bottom:1px;
	border-left:0;
	border-style:dashed;
	border-color:black;
}

#pagewrapper h2 {
	margin-top:0.1em;
	margin-bottom: 0.1em;
	font-style:normal;
	font-variant: small-caps;
	font-size:1.2em;
}

#sidebar_nav h3 {
	margin-top:0px;
	font-size:0.8em;	
}

#pagewrapper p {
	margin-top:0;
	margin-bottom:2em;
}

#contentArea {
	background: right bottom no-repeat fixed;
	padding:0px;
	margin-right:14em;
	min-width:20em;
}

#contentArea_footer {
	text-align:right;
	font-size:50%;
}

#sidebar {
	background: right bottom no-repeat fixed;
	padding: 0;
	position: absolute;
	right: 0px;
	width: 14em;
}

/* Top row area */
div.box_c_ul {	background: url("images/corner_topleft.gif") transparent top left no-repeat; }
div.box_e_up {	background: url("images/edge_top.gif") transparent top repeat-x; }
div.box_c_ur {	background: url("images/corner_topright.gif") transparent top right no-repeat; }

/* "Middle row" (content) area */
div.box_e_left {	background: url("images/edge_left.gif") transparent left repeat-y; }
div.box_content { padding:20px; }
div.box_e_right {	background: url("images/edge_right.gif") transparent right repeat-y; }

/* Bottom row area */
div.box_c_bl {	background: url("images/corner_bottomleft.gif") transparent bottom left no-repeat; }
div.box_e_down {	background: url("images/edge_bottom.gif") transparent bottom repeat-x; }
div.box_e_br {	background: url("images/corner_bottomright.gif") transparent bottom right no-repeat; }

#sidebar_nav ul {
	margin:0;
	padding:0;
	list-style: none;
}

#sidebar_nav ul li ul {
	margin:0 8px 1.5em 0;
	padding:0;
	list-style:none;
	font-size:90%;
}

#sidebar_nav ul li ul li {
	margin:0 0 0 0.7em;
	padding:0 0 0 12px;
	color:#7d6337;
	letter-spacing:0.05em;
}

#sidebar_nav li h2 {
	margin-top:0px;
	margin-bottom:0.3em;
	font-size:0.8em;
}


body {
	background-color: #fff;
	background-image: url("images/gerbera.jpg");
}

#contentArea {
	background-color: #fff;
	background-image: url("images/gerbera_blur.jpg");
}

#sidebar {
	background-color: #fff;
	background-image: url("images/gerbera_blur.jpg");
}

#commentform textarea {
	width: 100%
}