/*
Theme Name: 10_SokoLE-Fans
Theme URI: http://www.sokole-fans.de
Description: Das Template für den www.SokoLE-Fans.de Blog.
Version: 0.1
Author: André Baldeweg
Author URI: http://www.sokole-fans.de
Tags: red, fixed width, two columns, widgets
Text Domain: 10_SokoLE-Fans

*/

/* #d31e27 #e55e65 #00ffa2 */

html, body {
        background: #FFFFFF;
        padding: 0px;
        margin: 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align: justify;
}

p {
        padding-top: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0px;
}

h1, h2, h3, h4, h5 {
        padding-top: 0px;
        padding-bottom: 5px;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0px;
        color: #d31e27;
}

h1 {
        font-size: 18px;
}

h2 {
        font-size: 16px;
}

h3 {
        font-size: 14px;
}

h4 {
        font-size: 12px;
}

h5 {
        font-size: 10px;
}

.wrapper {
        width: 990px;
        margin: auto;
}

/* HEADER */

.header {
	position: relative; 
        min-width: 990px;
        height: 200px;
}

.header .project_navigation {
        background: #e55e65 url('http://files.andres-websites.de/design/soko_leipzig/bg_header_project.jpg') repeat-x;
        border-bottom: 1px solid #FFFFFF;
        min-width: 990px;
        height: 25px;
        padding-top: 5px;
        padding-left: 20px;
        color: #FFFFFF;
}

.header .project_navigation a {
        color: #FFFFFF;
        text-decoration: underline;
}

.header .project_navigation a:hover {
        color: #FFFFFF;
        text-decoration: none;
}

.header .project_navigation .project {
        display: inline;
        float: right;
        width: 500px;
        height: 25px;
        margin-right: 10px;
        font-size: 12px;
        overflow: hidden;
}

.header .project_navigation .project ul {
        position: absolute;
        margin: 0px;
        padding: 0px;
        list-style: none;
}

.header .project_navigation .project ul li {
        display: block;
        float: left;
        position: relative;
        padding-top: 5px;
        padding-bottom: 0px;
        padding-left: 10px;
        padding-right: 10px;
}

.header .project_navigation .project ul li:hover ul {
        display: block;
}

.header .project_navigation .project ul li ul {
        display: none;
}

.header .project_navigation .project ul li ul {
        display: none;
        position: absolute;
        left: 0px;
        top: 20px;
        background: #e55e65;
        border-top: 0px hidden;
        border-bottom: 1px solid #e55e65;
        border-left: 1px solid #e55e65;
        border-right: 1px solid #e55e65;
}

.header .project_navigation .project ul li ul li {
         display: block;
         position: relative;
         border-left: 1px solid #FFFFFF;
         border-right: 1px solid #FFFFFF;
         border-bottom: 1px solid #FFFFFF;
         min-width: 142px;
         list-style: none;
         padding-bottom: 5px;
}

.header .banner {
        background: #FFFFFF;
        border-top: 1px solid #e55e65;
        min-width: 990px;
        height: 100px;
        margin-bottom: 10px;
}

.header .banner .logo {
        display: inline;
        float: left;
        height: 100px;
}

.header .banner .pic {
        display: inline;
        float: right;
        height: 100px;
}

.header .menu {
        background: #FFFFFF url('http://files.andres-websites.de/design/soko_leipzig/bg_header_menu.jpg') repeat-x;
        border: 2px solid #DDDDDD;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomleft: 10px;
        -moz-border-radius-bottomright: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 18px;
        overflow: hidden;
}

.header .menu a {
        color: #444444;
        text-decoration: none;
}

.header .menu a:hover {
        color: #444444;
        text-decoration: underline;
}

.header .menu ul {
	display: block;
        list-style: none;
        padding: 0px;
        margin: 0px;
        overflow: hidden;
}

.header .menu ul li {
	display: block;
        float: left;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 5px;
        margin-right: 5px;
}

.header .menu ul .active_path,
.header .menu ul li:hover {
        background: #DDDDDD;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        -moz-border-radius-bottomleft: 10px;
        -moz-border-radius-bottomright: 10px;
}

.header .menu ul li ul {
	display: none;
	position: absolute;
	background: #DDDDDD;
	width: 150px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	margin-right: 0px;
	font-size: 12px;
	z-index: 998;
	}
	
.header .menu ul li ul li,
.header .menu ul li ul li:hover {
	float: none;
	background: transparent url(http://files.andres-websites.de/famfamfam_silk_icon/icons/bullet_go.png) no-repeat 10px 0px;
	position: relative;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 20px;
	margin: 0px;
	z-index: 999;
	}
	
.header .menu li ul .sub_first,
.header .menu li ul .sub_first:hover {
	border-bottom: 1px dashed #FFFFFF;
	background: transparent url(http://files.andres-websites.de/famfamfam_silk_icon/icons/control_play.png) no-repeat 10px 9px;
	padding-top: 10px;
	padding-left: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	}

/* Content */

.main {
        clear: both;
        line-height: 25px;
        overflow: auto;
}

.main .wrapper {
        border: 2px solid #DDDDDD;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomleft: 10px;
        -moz-border-radius-bottomright: 10px;
        padding: 0px;
        margin: auto;
        overflow: auto;
}

.content {
        display: inline;
        float: left;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        width: 640px;
        min-height: 500px;
        padding-top: 0px;
        padding-bottom: 20px;
        padding-left: 0px;
        padding-right: 0px;
        vertical-align: top;
        overflow: auto;
}

.content a {
        color: #d31e27;
        text-decoration: none;
}

.content a:hover {
        color: #d31e27;
        text-decoration: underline;
}

.content .artikel {
margin: 20px;
}

.content .detail {
        border-bottom: 2px solid #d31e27;
        width: 620px;
        padding-top: 20px;
        padding-bottom: 20px;
        overflow: auto;
}

.content .detail .pic {
display: inline;
float: left;
width: 200px;
margin-left: 20px;
margin-right: 20px;
}

.content .detail .entry {
display: inline;
float: right;
}

.content .detail .no_pic {
width: 580px;
margin-right: 20px;
}

.content .detail .default {
width: 360px;
margin-right: 20px;
}


.content .detail .entry .sub {
        color: #888888;
        font-size: 12px;
}

.content .detail .entry .sub a {
	color: #888888;
	text-decoration: none;
}

.content .detail .entry .sub a:hover {
	color: #888888;
	text-decoration: underline;
}

.content .detail .entry .author {
        color: #333333;
        text-align: right;
}

.content .teaser_wrapper {
border-top: 1px solid #DDDDDD;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 20px;
margin-right: 20px;
overflow: auto;
}

.content .teaser {
	border-bottom: 1px solid #DDDDDD;
	width: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
}

.content .teaser .pic {
	display: inline;
	float: left;
	width: 200px;
	margin-right: 10px;
}

.content .teaser .entry {
	display: inline;
	float: right;
	width: 390px;;
}

.content .teaser_zwo_cols {
	margin-top: 20px;
	margin-bottom: 20px;
}

.content .teaser_zwo_cols .teaser {
	display: inline;
	float: left;
	border-bottom: 1px solid #DDDDDD;
	width: 290px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
	overflow: hidden;
}

.content .teaser_zwo_cols .teaser .pic {
	border: 1px solid #DDDDDD;
	width: 288px;
	height: 223px;
	margin-right: 10px;
}

.content .teaser_zwo_cols .teaser .pic .image {
	width: 268px;
	height: 200px;
	padding: 10px;
}

.content .teaser_zwo_cols .teaser .entry {
	background: #FFFFFF url('http://files.andres-websites.de/design/soko_leipzig/bg_box.jpg') repeat-x left bottom;	
	width: 270px;
	height: 200px;
	padding: 10px;
}

.content .teaser_zwo_cols .teaser .entry .subtitle {
	color: #666666;
	font-size: 11px;
}

.content .box {
        clear: both;
        border-top: 1px solid #DDDDDD;
        background: #FFFFFF url('http://files.andres-websites.de/design/soko_leipzig/bg_box.jpg') repeat-x left bottom;
        width: 600px;
        margin-top: 20px;
        margin-bottom: 40px;
        margin-left: 20px;
        margin-right: 20px;
        overflow: auto;
}

.content .box .pic {
        display: inline;
        float: left;
        width: 200px;
        min-height: 200px;
        margin-top: 10px;
        margin-left: 10px;
}

.content .box .entry {
        display: inline;
        float: right;
        width: 370px;
}

.content .box .no_pic {
        width: 590px !important;
}

.content .box .entry .subtitle {
	color: #888888;
	font-size: 10px;
}

.content .box .entry .subtitle a {
	color: #888888;
	text-decoration: none;
}

.content .box .entry .subtitle a:hover {
	color: #888888;
	text-decoration: underline;
}

.content .box .entry .text {
        margin-top: 10px;
        margin-right: 10px;
}

.content .info {
	clear: both;
background: #e55e65;
width: 400px;
text-align: center;
padding: 5px;
margin: auto;
color: #FFFFFF;
}

.content .info a {
color: #FFFFFF;
text-decoration: underline;
}

.content .info a:hover {
color: #FFFFFF;
text-decoration: none;
}

/* SIDEBAR */

.sidebar {
display: inline;
float: right;
width: 350px;
}

.sidebar a {
color: #d31e27;
text-decoration: none;
}

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

.sidebar .breadcrumb {
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	background: #FFFFFF url('http://files.andres-websites.de/design/soko_leipzig/bg_box.jpg') repeat-x left bottom;
	padding: 10px;
	overflow: auto;
	}
	
.sidebar .breadcrumb ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
	
.sidebar .breadcrumb ul li {
	display: inline;
	float: left;
	border: 1px solid #DDDDDD;
	width: 100px;
	margin: 3px;
	text-align: center;
	}
	
.sidebar .breadcrumb ul li:hover {
	border: 1px solid #BBBBBB;
	}

.sidebar .box,
.aktuell .box {
background: #FFFFFF url('http://files.andres-websites.de/design/soko_leipzig/bg_box.jpg') repeat-x left bottom;
border-top: 1px solid #DDDDDD;
border-bottom: 1px solid #DDDDDD;
border-left: 1px solid #DDDDDD;
margin-top: 20px;
margin-bottom: 20px;
margin-right: 0px;
overflow: auto;
}

.sidebar .box .title,
.aktuell .box .title {
border-bottom: 1px solid #FFFFFF;
background: #DDDDDD url('http://files.andres-websites.de/design/soko_leipzig/bg_box_title.jpg') repeat-x;
}

.sidebar .title_special,
.aktuell .title_special {
background: url('http://files.andres-websites.de/design/sokole-fans/bg_box_title.png');
height: 20px;
position: relative;
top: 96px;
color: #ffffff;
font-weight: bold;
font-size: 16px;
padding: 5px;
margin-bottom: 5px;
}

.sidebar .box h3 {
padding-top: 3px;
padding-bottom: 3px;
padding-left: 10px;
padding-right: 10px;
}

.sidebar .box .pic {
display: inline;
float: right;
padding-left: 10px;
margin-bottom: 10px;
}

.sidebar .pic_special,
.aktuell .pic_special {
background: #FFFFFF;
width: 348px;
height: 126px;
padding: 0px;
}

.sidebar .box .entry {
border-top: 1px solid #DDDDDD;
min-height: 90px;
}

.sidebar .box p {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
}

.sidebar .box .entry ul {
	list-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
	}
	
#wp-calendar {
	float: right;
	width: 200px;
	margin-right: 30px;
	}

/* Footer */

.footer {
clear: both;
width: 100.01%;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 20px;
text-align: center;
}

/* Footer */

.footer {
background: transparent;
color: #000000;
}