/*  
Theme Name: Stilla hudvård
Theme URI: http://www.stillahudvard.se
Description: The official Stilla Hudvard Theme
Version: 1.0
Author: Christofer Roth
Author URI: http://www.dorian.se/

	
 */

body{
	background-color: #edfceb;
	margin: 0;
	padding: 0;
	color: #7e9783;
	font: 14px Georgia, "Times New Roman", Times, Serif;
}
img{
	border: 0;
}
h1{
	margin-bottom: 10px;
	font: 24px Georgia, "Times New Roman", Times, Serif;
	color: #506153;
}
a:hover{
	text-decoration: underline;
}
h2{
	font: 18px Georgia, "Times New Roman", Times, Serif;
	color: #506153;
	line-height: 200%;
}
a{
	text-decoration: none;
	color: #506153;
}

#wrapper{
	margin: 0 auto;
	text-align: center;
}
	#container{
		margin: 0 auto;
		width: 960px;
		background-color: #FFF;
		background-image: url(images/main_bg_960.png);
	}
	#contents{
		margin: 0 30px;
		width: 900px;
		background-image: url(images/flower_bg.png);
		background-repeat: no-repeat;
		background-position: right 20px;
	}
		#menu{
			padding: 30px 50px 0 50px;
		}
			#menu ul{
				list-style: none;
			}
			#menu ul li{
				float: left;
				margin: 20px;
				line-height: 150%;
			}
			#menu ul li.logo{
				margin-left: 0;
			}
			#menu ul li.active a{
				text-decoration: underline;
			}
				#menu ul li a{
					float: left;
					color: #7e9783;
				}
				#menu ul li a strong{
					float: left;
					color: #506153;
				}

		#maincontents{
			line-height: 200%;
			width: 800px;
			text-align: left;
			margin: 30px 50px;
		}

input.formfield, textarea.formbox{
	border: 1px solid #DDD;
	width: 350px;
	font-size: 12px;
	padding: 2px;
}

h2#comments{
	font-size: 18px;
}
.com-avt{
	float: left;
	margin-right: 5px;
}
.com-entry{
	margin-bottom:10px;
	border-bottom: 1px solid #EEE;
}

.clearfix{
	clear:both;
    float: none;
    height: 0px; 
    width: 0px;
    overflow: hidden;
}
