/*  
Theme Name: Galina-Service.de Wordpress Theme
Theme URI: http://www.galina-service.de
Description: This theme was designed for Wordpress, for more themes please visit <a href="http://www.dilizo.com">Dilizo.com</a>.
Version: 1.0
Author: Dmitrij Tarasovskij
Author URI: http://www.galina-service.de/
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #FFF;
	height: 100%;
	color:#2F2F2F;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h1 a, h3 a, h1 {
	color: #3F97FF;
	text-decoration: none;
	font-size: 19px;
	font-family: Arial,Verdana,sans-serif;
}

h2, h2 a {
	color: #3F97FF;
	text-decoration: none;
	font-size: 19px;
	font-family: Arial,Verdana,sans-serif;
}

h3 {
	color: #3F97FF;
	font-size: 16px;
}

h2 a:hover {
	text-decoration: underline;
}

a {
	color: #2F2F2F;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

.description {
	color: #7F7F7F;
	margin-top: 3px;
}

p {
	margin-bottom: 10px;
}

#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
	height: auto !important; /* For newish browsers */
	height: 100%; /* This is for crappy IE*/
	min-height: 100%; /* For newish browsers*/
}

#header {
	width: 900px;
	height: 100%;
	margin: 0 0 10px 0;
	/*border-top: 1px dotted #3F97FF;*/
	text-align: left;
}

#header_logo {
	height: 80px;
	margin-top: 25px;
}

#header_nav {
	background-color: #3F97FF;
	height: 30px;
	text-align: left;
	margin-bottom: 10px;
}

#header_nav ul li {
	list-style-type: none;
	display: inline;
	text-align: left;
}

#nav_buttons {
	width: 670px;
	height: 20px;
	text-align: left;
	padding: 6px 5px 0 5px;
	float: left;

}

#nav_buttons a:hover {
	color: #BFDCFF;
}

#nav_buttons li {
	height: 20px;
	
	
}

#nav_buttons a {
	font-size: 15px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	padding-right: 10px;
	
}

#header_search {
	width: 180px;
	height: 21px;
	float: left;
	padding: 5px;
}

#s {
	height: 16px;
}

#searchform {
	position: relative;
	height: 21px;
}

#searchsubmit {
	position: absolute;
	bottom: 4px;
	right: 8px;
}

#searchform2 {
	width: 180px;
	position: relative;
	height: 21px;
}

#searchsubmit2 {
	position: absolute;
	bottom: 4px;
	right: 8px;
}

#header_rss {
	width: 17px;
	height: 17px;
	float: right;
	padding: 6px;
}

#content {
	width: 667px;
	min-height: 600px;
	border-right: 1px dotted #3F97FF;
	padding: 0 20px 0 0px;
	margin-bottom: 30px;
	float: left;
}

* html #content { /* Für IE */
        height: 600px;
 }

.block2 {
	display: none;
}

#content p {
	font-family: Arial,Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom:10px;
	margin-top:10px;
	line-height: 1.4;
}

.postmetadata {
	background-color: #CFE0FF;
	padding: 2px 2px;
	margin-top: 5px;
}

.postmetadata a {
	color: #2F2F2F;
	text-decoration: underline;
}


.post {
	padding-bottom: 15px;
}

#sidebar {
	width: 183px;
	padding-top: 3px;
	float: right;
}

#sidebar ul li {
	list-style-type: none;
}

#sidebar p {
	font-size: 16px;
	font-weight: bold;
	color: #3F97FF;
	font-family: Arial, Verdana, sans-serif;
}

#sidebar a {
	color: #7F7F7F;
	font-size: 13px;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

.pagenav ul, ul, ul li {
	padding-bottom: 3px;
}

.recentcomments {
	color: #7F7F7F;
}

#footer {
	width: 900px;
	height: 20px;
	padding-top: 20px;
	position: absolute;
	bottom: 0;
}

#footer p {
	color: #7F7F7F;
	padding: 5px;
	border-top: 1px dotted #3F97FF;
	font-size: 9px;
	text-align: center;
}

#footer a {
	color: #7F7F7F;
	font-size: 10px;
	text-decoration: underline;
}

#comment {
	width: 400px;
}

#comments {
	padding-bottom: 10px;
}

.commentlist {
	background-color: #CFE0FF;
	width: 667px;
	list-style-type: none;
}

.commentlist li {
	padding-top: 10px;
}

.alt {
	border-bottom:10px solid white;
	border-top:10px solid white;
}

.commentlist cite, .commentlist small, .commentlist p {
	padding: 10px;
}

#breadcrumbs {
	height: 15px;
	margin-bottom: 5px;
}


