/*
Theme Name: Ortgies.com
Theme URI: http://ortgies.com/
Description: Custom Theme für Ortgies.com
Version: 1.0
Author: Valentin Zwick
Author URI: http://jungundwillich.de/
*/

@import url("reset.css");

/* Begin Typography & Colors */
body {
	font-size: 58%;
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;
	background: #eee;
	color: #444;
	text-align: left;
/*	font-size: 11px; */
	}

#wrap_out {
	_width: 1015px;
	min-width: 1015px;
	max-width: 1015px;
	padding-left: 3px;
	padding-right: 3px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/wrap_shadow_1015.png) center repeat-y;
	margin-bottom: 20px;
}

#footer {
	width: 100%;
	background: url(images/footer_shadow_bottom_1015.png) bottom center no-repeat;
	position: relative;
	top: 13px;
	clear: both;
}

#wrap {
	background: url(images/header_shadow_top_1015.png) top center no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: relative;
	left: 0px;
	top: -6px;
}

#header {
	height: 340px;
	margin-top: 10px;
	padding-top: 0;
	position: relative;
}

#page {
	text-align: left;
	}

ul#nav {
	list-style: none;
	border-bottom: 4px solid #002F5D;
	float: left;
	margin-top: 95px;
}

ul#nav li {
	list-style: none;
	float: left;
	font-size:1.6em;
	height: 30px;
	border-color: #eff1f0;
	margin-left: 20px;
	margin-right: 20px;
	padding-left:5px;
	padding-right:5px;
	
	position: relative;
	top:7px;
}

ul#nav a {
	color:#002F5D;
	text-decoration: none;
	border-bottom: 4px solid transparent;
	padding-bottom: 5px;
	_padding-bottom:4px;
	line-height: 1;
	height: 15px;
	display: block;
	position: relative;
	top: 3px;
	float: left;
}

ul#nav li.current_page_item a, ul#nav li.current_page_parent a, ul#nav li.current_page_ancestor a, ul#nav li a:hover {
	border-color: #C80000;
}

ul#nav li.current_page_item, ul#nav li.current_page_parent, ul#nav li.current_page_ancestor, ul#nav li:hover {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-color:white;
	padding-left:0px;
	padding-right:0px;
}

ul#nav ul li.current_page_item, ul#nav ul li.current_page_parent {
	border:none;
	font-weight: bold;
}

#subnav, #subsubnav {
	clear: both;
	background: #CCD5DF;
	position: relative;
	top: 5px;
	line-height: 20px;
	padding-top: 4px;
}

#subsubnav {
	float: left;
	margin-top: 6px;
	padding-top: 0;
	height: 20px;
	background: #E5EAEF;
}

#subnav li, #subsubnav li {
	list-style: none;
	float: left;
	font-size:1.4em;
	line-height: 20px;
	border-color: #eff1f0;
	margin-left: 25px;
	margin-right: 25px;
	padding-bottom: 4px;
	position: relative;
	top:4px;
	_left:-25px;
	_border-bottom:0px;
}

#subnav a, #subsubnav a {
	color:#002F5D;
	text-decoration: none;
	position: relative;
	top:-3px;
	border-bottom: 5px solid transparent;
	padding-bottom: 1px;
	_border-bottom: 0px;
}

#subsubnav a {
	font-size: 0.8em;
	color: #8097AE;
}

#subnav li.current_page_item a, #subnav li a:hover, #subnav li.current_page_ancestor a
{
	border-color: #C80000;
	_border-bottom:4px;
}

#subsubnav li.current_page_item a, #subsubnav li a:hover, #subsubnav li.current_page_ancestor a {
	color: #002F5D;
}

#subsubnav li {
	line-height: 14px;
}

a#logo {
	position: absolute;
	display: block;
	background: url(images/logo.png) no-repeat center center;
	height: 90px;
	width: 230px;
	top:25px;
	right: 55px;
	text-indent: -9999px;
}

#content {
	clear: both;
	padding: 30px 23px;
	_overflow: visible;
}


h2 {
	font-size: 2em;
	line-height: 1.2;
	font-weight: bold !important;
	padding-bottom: 0.25em;
	padding-top:1em;
}


h3 {
	font-size: 1.4em;
}

h4 {
	font-style: italic;
	font-weight: normal;
}

.entry {
	font-size: 1.4em; 
	line-height: 20px;
	padding-right:329px;
	color: #404040;
	margin-top:-30px;
	position: relative;
	_overflow:visible;
	_width: 640px;
}

.entry p, .entry ul {
	line-height: 20px;
	margin-bottom: 6px;
	clear: none;
	float: none;
	_clear: left !important;
	_width: 100%;
	_float: left;
}

.entry ul {
	color: red;
}

.entry ul li {
	color: #444;
}

.entry select, .entry input, .entry textarea {
	margin-left: 325px;
	display: block;
	line-height: 15px;
	margin-bottom: 10px;	
}

.entry label {
	line-height: 20px;
}

.entry .fullwidth p, .entry .fullwidth ul {
	margin-left: 0;
}

.entry a {
	color: #444;
	text-decoration: underline;	
}

.entry a:hover {
	color: #C80000;
	text-decoration: underline;	
}

.entry ul {
	list-style: square;
	list-style-position: outside;
	padding-left: 20px;
}

.entry ul li {
	margin-bottom: 5px;
}

.entry h1 {
	font-size: 1.9em;
	line-height: 1;
	font-weight: normal;
	padding-bottom: 12px;
	color: #33597D;
	margin-top: 30px;
}

.entry h2 {
	font-weight: normal;
	font-size: 1.3em;
	color: #33597D;
}

.entry h3 {
	font-weight: bold;
	font-size: 1.1em;
	color: #444;
	padding-top: 0.5em;
}

.entry h5 {
	font-weight: normal;
	font-size: 1em;
	color: #444;
	margin-top: 3em;
	font-style: italic;
}

.entry em {
	font-style: normal;
	font-size: 1.2em;
	font-weight: normal;
}

.entry br {
	line-height: 0.5;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	border: none;
	background-color: #ccc;
	clear: both;
}

.topimg {
	clear: both;
	margin-top: 18px;
	float: left;
	width: 660px;
	height: 166px;
}

.topimg img {
	width: 660px;
	height: 166px;
	float: left;
	clear: both;
}

.colorblock {
	width: 351px;
	height: 166px;
	background: #002F5D;
	float: left;
	margin-top: 18px;
	margin-left: 4px;
	position: relative; 
}

.colorblock h1 {
	position: absolute;
	bottom: 10px;
	left:15px;
	color: white;
	font-size:2.8em;
	letter-spacing: 0px;
	font-weight: normal;
	padding-right: 40px;
}

blockquote {
	padding-left: 50px;
	margin: 12px 0;
	background: url(images/quote.png) top left no-repeat;
	color:#666;
    _zoom: 1;     /* triggers hasLayout */
    _display: block;     /* resets display for IE/Win */

}

blockquote cite {
	display: block;
	text-transform: uppercase;
	margin-top: 10px;
	font-style: normal;
	letter-spacing: 0.03em;
}

blockquote cite:before {
	content: "— ";
}


.alignright {
	float: right;
	margin-left: 20px;
	margin-right: -328px;
	margin-bottom: 10px;
	_margin-right: -164px;
	_position:relative;
	_float:right;
	_clear:right;
	clear: right !important;
}

.sideblock {
	width: 266px;
	float: right;
	margin-bottom: 10px;
	margin-right: -328px; 
	color: #4c4c4c;
	font-size: 0.9em;
	background: url(images/sideblock_top.png) top center no-repeat; 
	_margin-right: -164px;
	_position:relative;
	_float:right;
	_clear:right;
	clear: right !important;
}

html* .sideblock {
	width:326px;
	background: url(images/sideblock_top.png) top 60px no-repeat;
}

html* .sideblock_inner {
	padding-left: 80px;
	background: url(images/sideblock_bottom.png) bottom 60px no-repeat;
}


.sideblock_inner {
	_width: 226px;
	min-width: 226px;
	max-width: 226px;
	padding: 13px 20px;
	background: url(images/sideblock_bottom.png) bottom center no-repeat;
	float: right;
}

.sideblock h3 {
	color: #406385;
	font-size: 1.3em;
	padding-bottom: 5px;
	margin-top: 5px;
}

.sideblock h4, .sideblock label {
	display: block;
/*	float: left; */
	clear: both;
	font-style: normal;
	max-width: 300px;
	_width:220px;
}

.sideblock h4 {
	font-size: 1em;
	line-height: 1.2;
	margin-bottom: 0.5em;
	font-weight: bold;
}

.sideblock p {
	line-height: 1.5;
	margin-bottom: 10px;
}

.sideblock em {
	font-size: 1em;
	font-weight: bold;
}

.refbox {
	width: 473px;
	background: url(images/refbox_top.png) top center no-repeat;
	float: left;
	padding-top: 6px;
	margin-left: 23px;
	font-size: 1.4em;
	margin-bottom: 16px;
	_height:200px;
	_position:relative;
	_left:-20px;
}

.refbox_inner {
	background: url(images/refbox_center.png) center;
	_overflow: hidden;
}

.refbox_most_inner {
	background: url(images/refbox_bottom.png) bottom center no-repeat;
	height: 180px;
	padding: 7px 20px 13px 20px;
	position: relative;
	_overflow: hidden;
}

.refbox .postdate {
	display: block;
	padding-bottom: 5px;
}

.refbox h2 {
	display: block;
	font-size: 1.3em;
	color: #33597D;
	font-weight: normal !important;
	padding-top: 0;
}

.refbox h2 a {
	color: #33597D;
	text-decoration: none;	
}

.refbox p {
	line-height: 1.5;
}

.refbox a {
	text-decoration: none;
	color: #D64040;
}

.refbox .previmg {
	float:right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.refbox .previmg img {
/*	width: 200px; */
}

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

.clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
}

a.extlink {
	padding-left: 14px !important;
	background: url(images/icon_external_link.png) left no-repeat !important;
}
