/*
Theme Name: Dr. Straub
Author: Osane Studios
Version: 1.0
*/

/* Import Global Reset */
@import url("reset.css");

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background: #372e27;
}

body {
	height: 100%;
}

#page {
	width: 948px;
	padding: 20px 0;
	margin: 0 auto;
}

#lang_sel_list {
	height: 28px;
	overflow: hidden;
}

#lang_sel_list ul {
	float: right;
	margin-right: 20px;
}

#lang_sel_list ul li {
	float: left;
	padding-left: 20px;
}

#lang_sel_list a {
	text-decoration: none;
	color: #9b9793;
}

#lang_sel_list a:hover {
	text-decoration: underline;
	color: #cdcbc9;
}

#header {
	background: #1e1b19;
	height: 42px;
}

#logo {
	margin: 0;
	padding: 0;
	float: left;
	width: 220px;
}

#logo a {
	display: block;
	height: 42px;
	background: #171615 url(images/logo.png) no-repeat center center;
}

#logo a span {
	position: absolute;
	left: -5000px;
}

#content {
	background-color: #fff;
	border-bottom: 4px solid #2c2520;
}

a {
	color: #372e27;
	text-decoration: underline;
}

a:hover {
	color: #74675d;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}


h2.page-title {
	background: #e8e8e8;
	border-bottom: 1px solid #dbdbdb;
	font-size: 22px;
	line-height: 28px;
	padding: 16px 20px 8px;
	margin: 0;
}

.page-content {
	padding: 16px 20px;
	overflow: hidden;
	line-height: 18px;
}

.twocolumns .page-content {
	background-image: url(images/left-column-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	border-top: 4px solid #e8e8e8;
	padding: 16px 20px 0;
}

.main_column {
	float: left;
	width: 540px;
}

.left_column {
	float: left;
	padding-left: 40px;
	width: 308px;
}

.page-content h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #111111;
	line-height: 28px;
	padding: 0 0 6px;
}

.page-content h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #898989;
	line-height: 26px;
	padding: 0 0 6px;
}

.page-content h3 {
	font-size: 16px;
	color: #898989;
	line-height: 26px;
	padding: 0 0 6px;
}

.page-content h4 {
	font-size: 14px;
	font-weight: bold;
	color: #898989;
	line-height: 22px;
	padding: 0 0 6px;
}

.page-content p {
	padding-bottom: 14px;
}

.textfix ol, .textfix ul {
	margin-left: 20px;
	margin-bottom: 20px;
	list-style-type: disc;
	list-style-position: outside;
}

.textfix ol {
	list-style-type: decimal;
}

.show_map {
	width: 680px;
}

/* Align */
.alignleft {
	float: left;
	display: inline;
}

.alignright {
	float: right;
	display: inline;
}

img.alignleft {
	margin: 0 20px 0 0;
}

img.alignright {
	margin: 0 0 0 20px;
}

.page-image {
	float: right;
	display: inline;
	margin-left: 20px;
}

.posts {
	width: 400px;
}
