@charset "UTF-8";/* CSS Document */

body {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
}
.rot {
	color: #660000;
}
/********* headlines ************/

#headlines h1, #headlines h1 a {
	color: #660000;
	font-size: 150%;
	text-align: center;
}
#headlines h2, #headlines h2 a {
	color: #666666;
	font-size: 100%;
	text-align: center;}
#headlines h1 a, #headlines h2 a {
	text-decoration: none;
}
#headlines h1 a:hover, #headlines h2 a:hover {
	text-decoration: underline;
}

/********* wrapper ************/
#wrapper {
	background-color: #b8b8b8;
	text-align: center;
}
/********* top ************/
#top h1 {
	margin: 0px;
	padding: 0px;
}


/********* Sidebars ************/
#leftSidebar ul li {
	list-style: none;
	list-style-type: none;
	text-align: right;
}
#rightSidebar ul li {
	list-style: none;
	list-style-type: none;
	text-align: left;
}
#leftSidebar ul, #rightSidebar ul {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.searchField {
	width: 120px;
}
.searchBut {
	background-color: #660000;
	color: white;
	border: 0px;
	padding: 2px;
	margin: 0px 10px;
	height: 20px;
}
.widgettitle {
	color: white;
	background-color: #660000;
	padding: 0px 10px;
	margin: 0px 0px 10px 0px;
	font-size: 100%;
	height: 20px;
	line-height: 20px;
	/*text-align: right;*/
}

.widget {
	margin-bottom: 20px;
}
.widget a, #leftSidebar .page_item a, #rightSidebar .page_item a {
	color: #660000;
	text-decoration: none;
	padding: 0px 10px;
	margin: 5px 0px;
}
#leftSidebar .page_item a, #rightSidebar .page_item a, #leftSidebar .page_item a:hover, #rightSidebar .page_item a:hover {
	display: block;
}
.widget a:hover, #leftSidebar .page_item a:hover, #rightSidebar .page_item a:hover{
	text-decoration: underline;
	background-color: #d5d5d5;
}

.widgettitle a {
	color: white;
	background-color: #660000;
	text-decoration: none;
}
#leftSidebar .current_page_item a, #rightSidebar .current_page_item a  {
	color: #660000;
	background-color: #d5d5d5;
	display: block;
	margin: 5px 0px;
}
.subtitle {
	color: silver;
	display: block;
	margin: 5px 0px;
	background-color: #660000;
	font-size: 100%;
	text-align: right;
	padding: 0px 10px;
	line-height: 20px;
}
/********* Content ************/
#content {
	line-height: 20px;
	text-align: left;
}
#content a {
	color: #660000;
}
#content h1 {
	color: white;
	background-color: #660000;
	padding: 0px 5px;
	margin: 0px 0px 20px 0px;
	font-size: 100%;
}
#content h2 {
	color: #660000;
	font-weight: bold;
	padding: 0px 5px;
	margin: 0px 0px 10px 0;
	font-size: 150%;
	line-height: 130%;
}
#content h2 a {
	color: #660000;
	font-weight: bold;
}

#content h3 {
	color: white;
	background-color: #666666;
	padding: 0px 5px;
	margin: 0px 0px 20px 0px;
	font-size: 100%;
}
#content h4, #content h5 {
	color: #660000;
	font-weight: bold;
	padding: 0px 5px;
	margin: 0px 0px 10px 0;
	font-size: 100%;
}
#content h6 {
	color: #666666;
	font-weight: bold;
	padding: 0px 5px;
	margin: 0px 0px 10px 0;
	font-size: 100%;
}

#content p {
	padding: 0px 5px;
}
.entry {
	margin-bottom: 50px;
}
small {
	padding: 0px 5px 20px 5px;
}
small a {
	color: #660000;
}
.navigation a, .navigation {
	color: #660000;
}
/********* Footer ************/
#footer {	text-align:right;
	font-size: 80%;}
#footer a {
	color: #660000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}





/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border: 0px;
	}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Comments */
#comment {
	width: 90%;
}



