/*
Theme Name: Mediabird
Description: Mediabird Theme
Author: Fabian Gebert
Author URI: http://fabiangebert.com/
Theme URI: https://mediabird.net/
Version: 1.0
Tags: light, white, one-column
License: Proprietary
*/

/* http://meyerweb.com/eric/tools/css/reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

body {
	font-family: 'Open Sans', Arial, sans-serif;
	line-height: 1;
	background: #EFF9FB;
}

ol,ul {
	list-style: none
}

blockquote,q {
	quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none
}

:focus {
	outline: 0
}

ins {
	text-decoration: none
}

del {
	text-decoration: line-through
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

/* simplest */
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
	margin-bottom: 1em;
}

li {
	list-style: square;
	margin: 0.5em 0 0 2em;
}

dt {
	margin: 1em 0;
	font-weight: bold;
}

dd {
	margin: 0 1em;
	padding-left: 1em;
	border-left: 1px solid #ddd;
}

table {
	margin: 3em 0;
}

th,td {
	padding: 0.5em 1em 0.5em 0.5em;
}

blockquote {
	margin: 0 1em;
	padding-left: 1em;
	border-left: 1px solid #ddd;
}

pre {
	font-family: monospace;
	background: #f8f8ff;
	padding: 0.5em;
	overflow: auto;
}

sup,sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: 10px;
}

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

body {
	color: #111;
}

a {
	color: #111;
	text-decoration: none;
}

p {
	line-height: 1.5em;
}

h1 {
	  font-family: 'Cabin Sketch', Arial, sans-serif;
	  font-size: 35px;
	  font-style: normal;
	  font-weight: 400;
	  text-shadow: none;
	  text-decoration: none;
	  text-transform: none;
	  letter-spacing: 0em;
	  word-spacing: 0em;
	  line-height: 1.5;
}

h2 {
	font-family: 'Cabin Sketch', Arial, sans-serif;
	font-size: 2.0em;
}

h3 {
	font-size: 1.1em;
}

h1 a {
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
}

#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background: #EFF9FB url('base-bottom.png') repeat-y 0 0;
}

#header {
	position: relative;
	padding-top: 1px;
	height: 100px;
	width: 960px;
	z-index: 2;
}

#logo {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 250px;
	padding-top: 82px;
	height: 1px;
	overflow: hidden;
	background: #fff url('logo-export-small.gif') no-repeat 0 0;
}

#headline {
	position: relative;
	width: 960px;
	height: 305px;
	top: 0;
	left: 0;
}

#headline-slim {
	position: relative;
	width: 960px;
	height: 19px;
	background: transparent url('header-slim.png') no-repeat 20px 0;
}

#headline-back {
	position: absolute;
	top: -15px;
	left: 0px;
	width: 960px;
	height: 320px;
	background: transparent url('header.jpg') no-repeat 0 0;
}

#headline h1.title {
	position: absolute;
	top: 30px;
	left: 560px;
	right: 40px;
	bottom: 120px;
	line-height: 1.2;
	color: #4C457F;
}

#headline div.description {
	position: absolute;
	top: 120px;
	left: 560px;
	right: 40px;
	bottom: 20px;
	font-size: 110%;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
	color: #4C457F;
}

#headline img#header-image {
	position: absolute;
	top: 50px;
	left: 70px;
}

#headline #social-bar {
	position: absolute;
	top: 260px;
	left: 560px;
	right: 40px;
	bottom: 20px;
}

#social-bar * {
	margin-right: 5px;
	display: inline-block;
}

#content {
	padding: 20px 45px;
	margin: 0;
	position: relative;
	width: 870px;
	min-height: 10px;
	background: transparent url('body.png') repeat-y 20px 0;
	overflow: hidden;
}

ul#cross-links {
	padding: 0;
	margin: 0;
	position: relative;
	height: 35px;
}

ul#cross-links li {
	margin: 0;
	padding: 0.85em 1em;
	display: block;
	float: left;
	width: 150px;
	margin-right: 10px;
	text-align: center;
	border-radius: 0.3em;
	border: 1px solid #bbb;
	box-shadow: 0 0 10px #F4F4F4;
	background: #E1E1E1; /* Old browsers */
	background: -moz-linear-gradient(top, #F4F4F4 0%, #E1E1E1 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #F4F4F4 0%,#E1E1E1 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #F4F4F4 0%,#E1E1E1 100%); /* W3C */
}

ul#cross-links li.em {
	border-color: #aaa;
	background: #12afe1; /* Old browsers */
	background: -moz-linear-gradient(top, #9ddbf4 0%, #12afe1 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #9ddbf4 0%,#12afe1 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #9ddbf4 0%,#12afe1 100%); /* W3C */
}

ul#cross-links li a {
	color: #12afe1;
	font-weight: bolder;
}

ul#cross-links li.em a {
	color: #fff;
}

#content-footer {
	margin: 0;
	position: relative;
	width: 960px;
	height: 30px;
	background: transparent url('footer.png') no-repeat 20px 0;
}

div.footer {
	font-size: 70%;
	color: #999;
}

div.footer a {
	color: #999;
	text-decoration: underline;	
}

#base-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 680px;
	background: #EFF9FB url('base-back.png') no-repeat 0 0;
}

#header #description {
	position: absolute;
	top: 77px;
	left: 20px;
	font-size: 75%;
	text-align: center;
	font-family: 'Waiting for the Sunrise', arial, sans-serif;
	width: 210px;
	height: 16px;
}

#header .menu-menue_1-container {
	position: absolute;
	right: 20px;
	top: 55px;
	font-size: 90%;
	font-weight: bold;
}

#header li {
	display: inline;
	margin: 0;
}

#header li a {
	display: inline;
	margin: 0;
	padding: 0.25em 0.75em;
	border-style: solid;
	border-radius: 1em;
	border-width: 1px;
	border-color: transparent;
	color: #4c457f;
}

#header li a:hover {
	background: #6ccade;
	border-color: #4c457f;
}

#header li a:hover {
	color: #fff;
}

.hentry,.meta,#respond {
	margin-bottom: 1em;
	padding-bottom: 0em;
	border-bottom: 1px solid #ddd;
	font-size: 80%;
}

.type-page {
	border-bottom: none;
}

#respond {
	margin-top: 2em;
}

p.logged-in-as {
	font-size: 80%;
}

.meta {
	font-size: 60%;
}

.meta, p.logged-in-as {
	color: #999;
}

.meta a, p.logged-in-as a {
	font-weight: bold;
	color: #999;
}

.meta-line div.line {
	float: left;
	font-size: 80%;
	padding: 4px 8px 4px 0;
	color: #999;
}


#content div.post .meta-line div.line a {
	font-weight: normal;
	text-decoration: none;
	padding: 0 4px;
}

.hentry h2,.hentry h3,.hentry h4 {
	margin-top: 0.5em;
	margin-bottom: 1.0em;
}

.widgets {
	margin-bottom: 2em;
	border-left: 1px solid #ddd;
	padding: 1em;
	position: absolute;
	right: 20px;
	width: 190px;
	top: 20px;
	font-size: 80%;
	color: #999;
}

.widgets a {
	color: #666;
}

#content.has-widgets div.post, 
#content.has-widgets div.meta, 
#content.has-widgets div#respond {
	margin-right: 240px;

}

#content.has-widgets div.post {
	border-bottom: none;
	margin-bottom: 4em;
}

.widget label {
	display: block;
	font-size: 80%;
}

.widget {
	margin-bottom: 2em;
}

.pagination {
	text-align: center;
	margin: 2em auto 1em auto;
}

.pagination a {
	padding: 3px 8px;
	border: 1px solid #ddd;
}

.alignleft {
	display: inline;
	float: left;
	margin: 0 1em 1em 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0 0 1em 1em;
}

.aligncenter {
	display: block;
	margin: 1em auto;
}

.wp-caption {
	text-align: center;
	padding: 0.5em;
	background: #ddd;
}

.wp-caption-text,.gallery-caption {
	font-size: 0.7em;
	margin: 3px 0;
}

#comments {
	font-size: 80%;
	margin-bottom: 2em;
	border-bottom: 1px solid #ddd;
}

#comments h3,#respond h3 {
	margin-bottom: 1em;
}
#respond p.comment-form-comment {
	font-weight: bold;
}

#comments li {
	list-style-type: none;
	margin: 0 0 2em 0;
}

#comments .avatar {
	vertical-align: middle;
	margin-right: 2px;
	padding: 2px;
	border: 1px solid #ddd;
}

#comments .comment-author {
	margin-bottom: 1em;
}

#comments .comment-author cite {
	font-weight: bold;
	font-style: normal;
	margin-top: 1em;
}

#comments .comment-meta {
	margin-bottom: 1em;
}

#comments .reply a {
	font-size: 0.7em;
}

#comments .children {
	margin: 2em;
}

#comments .pagination {
	margin-bottom: 2em;
}

#respond label {
	display: block;
}

#respond .required {
	display: none;
}

#respond #closed {
	font-style: italic;
}

#comments li.comment #respond {
	margin: 2em;
}

#comments li.comment #respond h3 {
	padding-top: 2em;
	border-top: 1px solid #ddd;
}

#comments li.comment #respond #cancel-comment-reply-link {
	font-size: 0.7em;
	margin-left: 1em;
}

#content div.post {
	position: relative;
}

#content div.post p {
	text-align: justify;
}

#content iframe.fb-like {
	border:none; 
	overflow:hidden; 
	width:140px; 
	height:23px;
}

#content div.post iframe[align=right] {
	padding: 0 0 2em 2em;

}


#content div.post a {
	color: #4c457f;
	text-decoration: underline;
}

#content div.post h2 a {
	text-decoration: none;
}

textarea, input[type="text"] {
	border-radius: 0.5em;
	border: 1px solid #999;
	font-family: 'Open Sans', Arial, sans-serif;
	padding: 0.5em;
	font-size: 120%;
	width: 300px;
}

.links a {
	font-size: 60%;
	color: #999;
}

a.more-link {
	text-decoration: none !important;
}

input#s {
	width: 100px;
	font-size: 90%;
	padding: 0.25em;
}

div.table {
	display: table;
	width: 100%;
}

div.row {
	display: table-row;
}

div.cell {
	display: table-cell;
}
