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

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	background-color: #333;
	background-image: url(images/background.png);
	background-repeat: repeat;
}

.container {
	width: 1201px;
}

.container1 {
	width: 917px;
}

.container2 {
	width: 284px;
	float: right;
}

.boxtoppesttop {
	width: 284px;
	height: 197px;
	background-image: url(images/boxtoppesttop.png);
	background-repeat: no-repeat;
}

.boxbackground {
	width: 284px;
	background-image: url(images/boxbackground.png);
	background-repeat: repeat-y;
}

.box {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

.box p {
	padding: 0;
	margin: 0;
	padding-bottom: 3px;
}

.box a:link, .box a:visited {
	color: #666;
	text-decoration: none;
}

.box a:hover, .box a:active {
	color: #F00F00;
	text-decoration: none;
}

.boxtop {
	width: 284px;
	height: 79px;
	background-image: url(images/boxtop.png);
	background-repeat: no-repeat;
}

.boxbottomestbottom {
	width: 284px;
	height: 13px;
	background-image: url(images/boxbottomestbottom.png);
	background-repeat: no-repeat;
	padding-bottom: 50px;
}

.box ul {
	display: none;
	padding-left: 25px;
}

.current_page_item ul {
	display: block; !important
}

.newstime {
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
}

.banner {
	width: 917px;
	height: 173px;
}

.bannerbottom {
	width: 917px;
	height: 30px;
	background-image: url(images/headerbottom.png);
}

.contentleft {
	width: 79px;
	height: 819px;
	background-image: url(images/contentleft.png);
	float: left;
	z-index: 1;
}

.contentright {
	width: 38px;
	height: 819px;
	background-image: url(images/contentright.png);
	float: left;
	z-index: 1;
}

.contentbackground {
	width: 917px;
	background-image: url(images/contentbackground.png);
	background-repeat: repeat-y;
	z-index: 0;
}

.content {
	width: 800px;
	float: left;
	background: #FFFFFF;
}

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

.postmeta {
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
}

.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;
}

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

h2 {
	font-size: 26px;
	color: #F00F00;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 14px;
	color: #F00F00;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
}

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

a:hover, a:active {
	color: #000000;
	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;
}

.icon {
	float: left;
	padding-right: 3px;
}

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

.author {
	font-weight: bold;
}

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

#commentform {
	width: 800px;
}

#commentform input, #commentform textarea {
	width: 800px;
	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: 800px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #OOO;
	text-decoration: none;
	text-transform: uppercase;
}

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