/*  
Theme Name: The Unstandard

Theme URI: http://5thirtyone.com/

Description: Vorlage zur Adaption genutzt

Version: 0.1

Author: Derek Punsalan, Thorsten Bueker

Author URI: http://is.derekpunsalan.com/

*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #000;
	font: 62.5%/1.2em arial, sans-serif;
	text-align: center;
}
hr.aural {
	display: none;
}
a.aural {
	position: absolute;
	top: -9999px;
	left: -9999px;
	text-indent: -9999px;
	font-size: 0;
}
#main-wrapper {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0 7px;
	width: 960px;
	text-align: left;
}
/* ----------------------------------- basics */
h1, h2, h3 {
	font-weight: normal;
	text-align: left;
}
h1 {
	font-size: 1.6em;
	line-height: 1.2em;
}
h2 {
	font-size: 1.3em;
	line-height: 1.4em;
}
h3 {
	font-size: 1.1em;
	line-height: 1.2em;
}
a {
	color: #2c2c2c;
}
a:hover {
	color: #6a82a1;
}
a img {
	border: none;
}
ul, ol {
	list-style: none;
}
/* ----------------------------------- masthead */
#leaderboard {
	border-bottom: 1px solid #000;
	margin: 20px 0 40px 0;
	padding: 0 0 0 0;
	position: relative;
}
#leaderboard h1 a {
	color: #333;
	text-decoration: none;
}
#leaderboard h1 a:hover {
	color: #6a82a1;
}
#nav-wrapper h6 {
	position: absolute;
	top: -9999px;
	left: -9999px;
	text-indent: -9999px;
	font-size: 0;
}
#main-nav {
	position: absolute;
	right: 7px;
	top: 58px;
	font-size: 1.1em;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}
#main-nav li {
	float: left;
	position: relative;
	margin-left: 7px;
}
#main-nav li a {
	background: #ddd;
	color: #6c6c6c;
	display: block;
	padding: 8px 5px;
	text-decoration: none;
	text-align: left;
	width: 170px;
}
#main-nav li a:hover,
#main-nav li a:active,
#main-nav li a:focus,
#main-nav li.current a {
	background: #840000;
	color: #eee;
}
#main-nav li ul {
	display: none;
	background-color: #fff;
	position: absolute;
	top: 28px;
	left: 0;
	border-top: 4px solid #fff;
}
#main-nav li:hover ul,
#main-nav li:active ul,
#main-nav li:focus ul {
	display: block;
}
* html #main-nav li.hover ul {
	display: block;
}
#main-nav li ul li {
	font-size: 100%;
	float: none;
	font-weight: normal;
	margin-left: 0;
	border-bottom: 2px solid #fff;
}
#main-nav li ul li a {
	width:  170px;
	text-align: left;
	padding: .5em 5px;
	line-height: 130%;
	text-transform: none;
}
* html #main-nav li ul li a {
	width: 21.8em;
}
/* 2. Ebene von Development */
#main-nav li ul#main-nav-submenu_3 li a {
	min-width: 10.1em;
}
* html #main-nav li ul#main-nav-submenu_3 li a {
	width: 10em;
}


/* ----------------------------------- Subnavigation */
#content {
	width: 1000px;
	margin: 5px 0 0 0;
}
#main {
	float: left;
	width: 690px;
	margin: 0 0 20px 0;
}
#sidebar-left {
	float: left;
	width: 250px;
	margin: 19px 20px 0 0;
}
#sidebar-left ul {
	margin: 0;
}
#sidebar-left li {
	list-style: none;
	margin: 0;
	border-bottom: 2px solid #fff;
}
#sidebar-left li a {
	display: block;
	background: #EFEFEF;
	padding: 8px 5px;
	color: #6C6C6C;
}
#sidebar-left li a:hover,
#sidebar-left li a:active,
#sidebar-left li a:focus {
	background: #840000;
	color: #fff;
}






/* ----------------------------------- home posts */
.home .left {
	width: 607px;
}
.home .main-post-bg {
	background: #444;
	display: block;
	height: 225px;
	position: relative;
	margin: 0 0 7px 0;
	width: 593px;
	overflow: hidden;
}
.main-post-bg .post-comments,  .secondary-post-bg .post-comments {
	position: absolute;
	top: 0;
	right: 7px;
	z-index: 102;
	background: #6a82a1;
	border: 1px solid #6a82a1;
}
.post-comments a,  .secondary-post-bg .post-comments a {
	font-size: 11px;
	color: #eee !important;
	display: block;
	height: 1.8em;
	line-height: 1.8em;
	width: 7.5em;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
}
.post-comments a:hover,  .secondary-post-bg .post-comments a:hover {
	background: #6a82a1;
}
.home .main-post-bg .title-insert,  .home .recent-leads .title-insert {
	background: #000;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 101;
	padding: 4px 0; /* opacity - move to sep. stylesheet */
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity:.85;
}
.title-insert h2 {
	margin: 8px 10px 7px;
	line-height: 1.4em;
}
.title-insert h2 a {
	display: block;
	color: #90a090;
	text-decoration: none;
}
.title-insert h2 a:hover {
	color: #fff;
}
.home .recent-leads {
	width: 607px;
}
.home .recent-leads .secondary-post-bg {
	background: #444;
	display: block;
	width: 293px;
	overflow: hidden;
	height: 150px;
	margin: 0 7px 7px 0;
	position: relative;
}
.home .recent-leads .title-insert h3 {
	margin: 4px 7px;
	line-height: 1.6em;
}
.home .recent-leads .title-insert h3 a {
	font-size: 14px;
	display: block;
	color: #f79b42;
	text-decoration: none;
}
.home .recent-leads .title-insert h3 a:hover {
	color: #fff;
}
.home .right {
	/*width: 340px;
	text-align: left;*/
}
.home .right h3 {
	font-weight: normal;
	font-size: 1.6em;
	color: #6a82a1;
	padding-left: 2px;
}
/* ----------------------------------- entry style */
.post.single {
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: justify;
	color: #444;
	width: 580px;
}
.post.single h2, .post.single h2 a {
	font-size: 16px;

	font-weight: bold;
	line-height: 20px;
	color: #90a090;
	text-decoration: none;
	margin-top: 1.5em;
}
.post.single h3, .post.single h3 a {
	font-size: 14px;
	color: #A4A4A4;
	margin-top: 0.5em;
}
.post.single .entry {
	float: left;
	width: 580px;
}
.post.single .meta {
	border-top: 2px solid #647289;
	color: #444;
	text-transform:lowercase;
	padding: 4px 0 0 0;
	margin-top: 21px;
	float: left;
	width: 75px;
	font-size: 11px;
}
.post.single .meta a {
	color: #A4A4A4;
	text-decoration: none;
}
.post.single .meta a:hover {
	text-decoration: none;
}
.post.single p {
	margin: 1em 0;
	clear: both;
}
.post.single p a,  .post.single li a {
	font-weight: bold;
	text-decoration: none;
}
.post.single p strong {
	font-weight: bold;
}
.post.single p em {
	font-style: normal;
	background: #f9f9de;
}
.post.single blockquote {
	margin: 0 1.5em;
	color: #6c6c6c;
}
.post.single ul,  .post.single ol {
	margin: 1em 1.5em;
}
.post.single ul li,  .post.single ol li {
	margin: 0 0 14px 0;
	color: #444;
	line-height: 1.3em;
}
.post.single ul li {
	list-style-type: square;
	padding-left: 5px;
}
.post.single ul li strong {
	font-weight: bold;
}
.post.single img.floatleft {
	float: left;
	margin: 4px 10px 0 0;
}
.post.single img.floatright {
	float: right;
	margin: 4px 0 0 10px;
}
.post.single code {
	font-family: courier, fixed, monospace;
	font-size: 12px;
	background: #eee;
}
.post.single code strong {
	color: #000;
}
.navigation {
	font-size: 1.2em;
	padding: 10px 0;
}
.navigation .left {
	width: 50%;
}
.navigation .right {
	width: 49%;
}
.archives-page h2 a {
	font-size: 14px !important;
	line-height: 16px;
}
img.size-thumbnail {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}
img.alignright {
	float: right;
}
/* ----------------------------------- lists */
.sidebar-wrapper {
	background: #fff;
}
.sidebar-news {
	background: #f9f9de;
	border: 1px solid #e9e9b4;
	display: block;
	padding: 7px;
	color: #555;
	font-size: 12px;
}
.sidebar-news a:hover {
	text-decoration: none;
}
.sidebar-wrapper h3 {
	overflow: hidden;
}
ul.sidebar-ul, .related-posts ul {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 10px 0 0 0;
	width: 340px;
}
.sidebar-ul li,  .related-posts li {
	color:#777;
	border-top: 1px solid #ccc;
	line-height: 1.5em;
	width: 340px;
}
.sidebar-ul li a,  .related-posts li a {
	background: url("images/li-grey.gif") no-repeat 1px 3px;
	display: block;
	font-weight: normal;
	color: #888;
	text-decoration: none;
	padding: 3px 0 3px 20px;
}
.sidebar-ul li a:hover,  .related-posts li a:hover {
	background: url("images/li_brightblue.gif") no-repeat 1px 3px;
	color: #C2CFC2;
}
.sidebar-ul li a:hover em {
	color: #999;
}
.related-posts h3 {
	display: none;
}
.serve-random {
	font-size: 12px;
	color: #888;
	margin-top: 7px;
}
.serve-random a {
	color: #C2CFC2;
}
.serve-random a:hover {
	text-decoration: none;
}
.sidebar-nextprev {
	margin-top: 10px;
}
.sidebar-nextprev li {
	float: left;
}
.sidebar-nextprev li.previous {
	margin-left: 5px;
}
.sidebar-nextprev li.next {
	float: right;
	margin-right: 5px;
}
.sidebar-nextprev li a {
	outline: none;
	display: block;
	height: 40px;
	width: 160px;
	background: #ddd;
	text-indent: -9999em;
}
.sidebar-nextprev li.previous a {
	background: url("images/nextprev.gif") no-repeat top left;
}
.sidebar-nextprev li.previous a:hover {
	background-position: bottom left;
}
.sidebar-nextprev li.next a {
	background: url("images/nextprev.gif") no-repeat top right;
}
.sidebar-nextprev li.next a:hover {
	background-position: bottom right;
}
/* ----------------------------------- categories */
#categories {
	border: 1px solid #bbb;
	border-width: 1px 0;
	padding: 14px 0;
	margin: 35px 0 21px;
}
#categories ul {
	color: #999;
	font-size: 1.2em;
	line-height: 1.6em;
}
#categories li {
	float: left;
	text-align: right;
	display: block;
	width: 150px;
	margin-right: 10px;
}
#categories li a {
	color: #A4A4A4;
	font-weight: bold;
	float: left;
	text-decoration: none;
}
#categories li a:hover {
	text-decoration: underline;
}
/* ----------------------------------- search */
.search {
	background: #6a82a1 url("images/search-bg_brightblue.gif") no-repeat top left;
	display: block;
	width: 340px;
	height: 32px;
	margin-top: 14px;
}
.search #searchForm {
	margin: 0 0 0 7px;
}
#searchForm input {
	vertical-align: middle;
	margin: 6px 0 0 0;
}
.search #searchForm #s {
	color: #666;
	font-size: 12px;
	border: 1px solid #6a82a1;
	padding: 1px;
	width: 265px;
	margin-right: 4px;
}
/* ----------------------------------- breadcrumb */
.breadcrumb {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 16px;
}
.breadcrumb a {
	text-decoration: none;
}
/* ----------------------------------- footer */
#footer {
	clear: both;
	border: 1px solid #bbb;
	border-width: 1px 0 0 0;
	padding: 3px 0;
	margin: 35px 0 21px;
	color: #555;
	font-size: 1.2em;
	line-height: 1.4em;
	position: relative;
	width: 960px;
}
#footer .left {
	width: 580px;
}
#footer a {
	font-weight: normal;
}
#footer .language_item a {
	font-weight: normal;
	color: #444;
	text-decoration: none;
	padding: 0 4px;
}
#footer .language_item a:hover {
	color: #6a82a1;
}
#footer .current_language_item a {
	font-weight: bold;
}
.hiddenpic {
	display: none;
}
/* ----------------------------------- floats */
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fix {
	display: inline-block;
}
* html .fix {
	height: 1%;
}
.fix {
	display: block;
}
