/*
 Theme Name: Flaschenpost
 Theme URI: 
 Description: This theme is originally made for the flaschenpost. The whole Template, Design and it containing files are licencend under CC-BY-SA
 Author: Hugh Will Fayle
 Author URI: http://hughwillfayle.de
 Version: 0.1
 Tags: news, newspaper
 */
 
@CHARSET "UTF-8";

html, body {
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 12px;
    line-height: 1.4em;
    background: #e4eaee;
    font-family: Arial, Tahoma, sans-serif;
}

/* Misc */

.clear {
    clear: both;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

em.home {
	color: #999;
	font-size: 11px;
}

img {
    border: 0;
}

hr {
    margin: 10px 0;
    padding: 10px 0;
    border: 0px;
    border-top: 1px dotted #ccc;
}

ul {
    margin: 0 0 10px 0;
    list-style-image: url(images/bullet.png);
}

ul li {
    padding: 4px 0;
}

ul li.nobullet {
    list-style: none;
}

h1, h2, h3, h4 {
    font-weight: normal;
}

h2 {
    padding: 0;
    margin: 8px 0 5px;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

div#left p {
    margin: 0;
    padding: 10px 0;
}

img.wp-post-image {
    float: left;
    margin: 10px 10px 10px 0;
}

pre,
em.meta {
    padding: 5px;
    display: block;
    font-style: normal;
    background: #F9F9F9;
}

.notvisible {
    display: none;
}

/* Container */
@media screen and (-webkit-device-pixel-ratio: 2.0) {
    div#wrapper {
    width: 680px;
    margin: 0 auto;
    padding: 0 10px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    box-shadow: 0px 0px 10px #999;
    -moz-box-shadow: 0px 0px 10px #999;
    -webkit-box-shadow: 0px 0px 10px #999;
    background:url(images/header.png)
no-repeat scroll 0 0 #fff;
  }
}

@media screen and (-webkit-device-pixel-ratio: 1.5) {
    /* CSS for high-density screens */
    div#wrapper {
    width: 380px;
    margin: 0 auto;
    padding: 0 10px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    box-shadow: 0px 0px 10px #999;
    -moz-box-shadow: 0px 0px 10px #999;
    -webkit-box-shadow: 0px 0px 10px #999;
    background:url(images/headermedium.png)
no-repeat scroll 0 0 #fff;
    }
}

@media screen and (-webkit-device-pixel-ratio: 0.75) {
    /* CSS for low-density screens */
    div#wrapper {
    width: 280px;
    margin: 0 auto;
    padding: 0 10px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    box-shadow: 0px 0px 10px #999;
    -moz-box-shadow: 0px 0px 10px #999;
    -webkit-box-shadow: 0px 0px 10px #999;
    background:url(images/headerlow.png);
    }
}
div#wrapper {
    width: 980px;
    margin: 0 auto;
    padding: 0 10px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    box-shadow: 0px 0px 10px #999;
    -moz-box-shadow: 0px 0px 10px #999;
    -webkit-box-shadow: 0px 0px 10px #999;
    background:url(images/header.png) no-repeat scroll 0 0 #fff;
}

div#meta {
    color: #bbb;
    float: right;
    margin: 3px 0;
    font-size: 11px;
}

ul#menu-meta {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#menu-meta li {
    float: left;
    padding: 0 0 0 5px;
}

div#header {
	height: 75px;
}

div#logo {
    float: left;
}

div#logo img {
	width: 400px;
	height: 70px;
}

div#banner {
    float: right;
    margin: 3px 0 0 0;
}

div#menu {
    width: 1000px;
    margin: 5px 0 0 -10px;
    background: url(images/menu.png) repeat-x scroll 0 0 transparent;
}

div#footer hr {
    padding: 0;
    width: 1000px;
    margin: 1px 0 1px -10px;
}

div#footer div#container {
    width: 1000px;
    margin: 0 0 0 -10px;
    background: #f1f1f1;
}

div#footer div#container div#widgetarea {
    float: left;
    width: 175px;
    margin: 10px 0 10px 10px;
}

div#news_container {
    float: left;
    width: 310px;
    margin: 0 20px 0 0;
}

div#footer div#container div#widgetareabig {
    float: left;
    width: 600px;
    margin: 10px 0 10px 10px;
}

div#footer div#container div#widgetarea h3,
div#footer div#container div#widgetareabig h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

div#footer div#container div#widgetarea ul li a {
    font-weight: bold;
}

div#footer div#copyleft {
    float: left;
    color: #aaa;
    margin: 10px 0 0 0;
}

div#footer div#copyleft ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#footer div#copyleft ul li {
    float: left;
    padding: 0 7px 0 0;
}

div#footer div#meta {
    float: right;
    margin: 10px 0 0 0;
}


div#content {
    margin: 10px 0 20px;
}

div#sticky {
    padding: 10px 15px 0;
    border: 1px dotted #ccc;
    background-color: #ffffff;
}

div#sticky h2 {
    margin: 5px 0 10px;
}

div#sticky p {
    line-height: 1.4em;
}

div#sticky img.sticky {
    float: left;
    height: 100px;
    margin: 0 10px 10px 0;
}

div#sticky a {
    margin: -15px 0 10px 0;
}

div#content div#left {
    float: left;
    width: 625px;
    padding: 0 15px 0 0;
    margin: 10px 0 0;
    border-right: 1px dotted #ccc;
}

div#content div#left h3 {
    margin-top: 0px;
}

a.category {
    text-decoration: none;
    text-transform: uppercase;
}

div#sidebar {
    float: right;
    width: 330px;
}

/* Text-Elements */

div#meta a {
   color: #e2e8ec;
   text-decoration: none;
   text-transform: uppercase;
}

div#meta a:hover {
   color: #fff;
}

a,
div#menu div#meta a {
   color: #5C7A99;
   text-transform: none;
   text-decoration: underline;
}

a:hover,
div#menu div#meta a:hover {
   color: #666;
   text-decoration: none;
}

/* Menu Layer One */

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

div#menu ul li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

div#menu ul li a {
    color: #666;
    display: block;
    font-weight: bold;
    padding: 6px 7px 5px;
    text-decoration: none;
    text-transform: uppercase;
    /*text-shadow: 0 1px 2px #000000;*/
}

div#menu ul li a:hover,
div#menu ul li:hover a,
div#menu ul li.current-menu-item a,
div#menu ul li.current-menu-ancestor a {
    color: #5C7A99;
    background: url(images/images/hover.png) no-repeat scroll bottom center transparent;
}

/* Menu Layer Two */

div#menu ul li ul {
    display: none;
}

div#menu ul li:hover ul {
    margin: 0;
    padding: 0;
    background: #fff;
    display: inherit;
    list-style: none;
    position: absolute;
    border: 1px solid #ccc;
    border-top: 0px;
}

div#menu ul li ul li {
    margin: 0;
    padding: 0;
    float: none;
    list-style: none;
}

div#menu ul li ul li a {
    margin: 2px;
    display: block;
    padding: 5px 8px;
    font-weight: bold;
    text-decoration: none;
    color: #666 !important;
    text-shadow: 0 0 0 !important;
    background: none !important;
}

div#menu ul li ul li a:hover,
div#menu ul li ul li:hover a {
    color: #5C7A99;
    background: #f1f1f1 !important;
}

/* Menu Layer Three */

div#menu ul li ul li ul {
    display: none !important;
}

div#menu ul li ul li:hover ul {
    border: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    background: #f1f1f1;
    margin: -28px 0 0 110px;
    display: inherit !important;
    box-shadow: 3px 3px 3px #ccc;
    -moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
}

div#menu ul li ul li ul li {
    margin: 0;
    padding: 0;
    float: none;
    list-style: none;
}

div#menu ul li ul li ul li a {
    margin: 2px;
    display: block;
    padding: 5px 8px;
    font-weight: bold;
    text-decoration: none;
    color: #666 !important;
    background: none !important;
    text-shadow: 0 0 0 !important;
}

div#menu ul li ul li ul li a:hover {
    color: #5C7A99 !important;
    background: #f1f1f1 !important;
}

/* Menu-Meta */

div#menu div#meta {
    float: none;
    clear: both;
    color: #666;
    width: 980px;
    padding: 7px 0;
    font-size: 12px;
    margin:  0 0 0 10px;
    border-bottom: 1px dotted #ccc;
}

div#menu div#meta div#breadcrumb {
    float: left;
    margin: 2px 0 0 0;
}

/* Meta-Icons */

div#icons {
    float: right;
    margin: 5px 2px 0 0;
}

div#icons a {
    float: left;
    padding: 10px;
    display: block;
    margin: 0 0 0 2px;
    background: url(images/icons.png) no-repeat 0 0 transparent;
}

div#icons a.twitter {
    background-position: -23px 0;
}

div#icons a.facebook {
    background-position: -46px 0;
}

div#icons a.itunes {
    background-position: -69px 0;
}

div#icons a.flattr {
    background-position: -92px 0;
}

div#icons a.pdf {
    background-position: -115px 0;
}

div#icons a.moon {
    background-position: -138px 0;
}

/* Comments */

ol.commentlist {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

div#comments div {
    padding: 10px;
    display: block;
}

div#comments ul.children,
div#comments ul.children li {
    margin: 5px;
    padding: 5px;
    list-style: none;
    list-style-image: none;
}

div#comments .even {
    background: #fff;
}

div#comments .odd {
    background: #F9F9F9;
}

div#comments .avatar {
    float: left;
    margin: 0 10px 0 0;
    -moz-box-shadow: 3px 3px 3px #eee;
    -webkit-box-shadow: 3px 3px 3px #eee;
    box-shadow: 3px 3px 3px #eee;
}

div#respond input[type="text"],
div#contact input[type="text"],
div#respond textarea,
div#contact textarea {
    padding: 2px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

div#contact input[type=submit],
div#respond input[type=submit] {
    color: #333;
}

#respond {
    overflow: hidden;
    position: relative;
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #ccc;
}

#respond p {
    margin: 0;
}

#respond .comment-notes {
    margin-bottom: 1em;
}

.form-allowed-tags {
    line-height: 1em;
}

.children #respond {
    margin: 0 48px 0 0;
}

#comments-list #respond {
    margin: 0 0 18px 0;
}

#comments-list ul #respond {
    margin: 0;
}

#cancel-comment-reply-link {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

#respond .required {
    color: #ff4b33;
    font-weight: bold;
}

#contact label,
#respond label {
    color: #888;
    font-size: 12px;
}

#respond input {
    width: 98%;
    margin: 0 0 9px;
}

#respond textarea {
    width: 98%;
}

#respond .form-allowed-tags {
    color: #888;
    font-size: 12px;
    line-height: 18px;
}

#respond .form-allowed-tags code {
    font-size: 11px;
}

#respond .form-submit {
    margin: 12px 0;
}

#respond .form-submit input {
    font-size: 14px;
    width: auto;
}

/* Searchforms */

div#searchform {
    float: right;
}

div#sidebar input,
div#searchform input {
    margin: 0;
    color: #aaa;
    padding: 1px 2px;
    background: #fff;
    border: 1px solid #ccc;
}

.nomargin {
    margin: 0 !important;
}

.nopadding {
    padding: 0 !important;
}

img.startpage-thumbnail {
    margin: 0 0 10px 0 !important;
}

.wp-caption {
    margin: 0 7px 7px 0;
    background: #f1f1f1;
    border: 1px solid #ccc;
}

p.wp-caption-text {
    font-size: 11px;
    text-align: center;
    padding: 0 5px 5px !important;
}

.wp-caption img {
    margin: 5px;
}

h2 a {
    text-decoration: none;
    color: #666;
}

h2 a:hover {
    color: #5C7A99;
}

table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}

th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}

ul.social_share_privacy_area {
	list-style-image: none !important;
}
