/*  
Theme Name: Wousolicious
Theme URI: http://wouso.ch
Description: 
Version: 1.0
Author: Kevin Walker
Author URI: http://www.kevinwalker.ch
*/

html, body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	background: #009ee0;
}

#banner {
	width: 100%;
	height: 262px;
}

#navigation {
	width: 800px;
	margin: 0 auto;
	height: 49px;
}

#navigation img{
	float: left;
}

#content_background {
	width: 800px;
	margin: 0 auto;
	background-image:url(images/background.png);
}

#content {
	width: 660px;
	margin: 0 auto;
	background: #FFF;
	padding: 15px;
}

.post {
	clear: both;
	padding-bottom: 50px;
}

.postmeta {
	font-size: 12px;
	font-style: italic;
	color: #999;
}

.postmeta a:link, .postmeta a:visited {
	color: #999;
	text-decoration: none;
}

.postmeta a:hover, .postmeta a:active {
	color: #999;
	text-decoration: underline;
}

.posttext a:link, .posttext a:visited {
	color: #333;
	text-decoration: none;
}

.posttext a:hover, .posttext a:active {
	color: #009EE0;
	text-decoration: none;
}

.pagenavigation {
	padding-top: 25px;
	padding-bottom: 25px;
}

p {
	text-align: justify;
	line-height: 1.5;
}

h2 {
	font-size: 26px;
	color: #E2007A;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 24px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

a:link, a:visited {
	color: #E2007A;
	text-decoration: none;
}

a:hover, a:active {
	color: #009EE0;
	text-decoration: none;
}

a.more-link{
	padding-top: 100px;
}

li, ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

blockquote {
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #999;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

#content img {
	max-width: 660px;
}

img.left {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: left;
}

img.leftfloat {
	margin-right: 10px;
	margin-bottom: 5px;
	text-align: left;
	float: left;
}

.author {
	font-weight: bold;
}

.comment {
	display: block;
	clear: both;
	padding-bottom: 25px;
}

#commentform {
	width: 660px;
}

#commentform input, #commentform textarea {
	width: 660px;
	padding: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
}

#commentform input:focus, #commentform textarea:focus {
}

label {
	font-size: 10px;
	color: #999;
	text-decoration: none;
}

#commentform textarea {
	clear: both;
	height: 100px;
}

#commentform p {
	margin-top: 0;
	margin-bottom: 5px;
}

#commentform #submit {
	clear: both;
	width: 660px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #OOO;
	text-decoration: none;
	text-transform: uppercase;
}