/*  
Theme Name: EMWEEde-01
Theme URI: http://EMWEE.de
Description: Mobile Horizon.
Version: 1.0
Author: EmWee
Author URI: http://EMWEE.de/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
	/* background: #000 url(images/top-bg.gif) repeat-x top; */
	background: #000;
	color: #AAA;
}

/* ----Header---- */

#header {
	clear: both;
	overflow: hidden;
	margin: 0px auto;
	width: 100%;
	height: 150px;
	background: url(images/top-bg.gif) repeat-x top;
}

#header .title {
	background: url(images/top-logo.png) no-repeat top center;
}

#header .title a img {
	border: 0px;
}

/* ----FOOTER---- */

#footer {
	float: left;
	background: #000 url(images/footer.jpg) no-repeat bottom center;
	width: 900px;
	height: 100px;
	padding: 0;
	display: block;
}

/* ----Main---- */

#wrapper{
	clear: both;
	overflow: hidden;
	margin: 0px auto;
	width: 900px;
	text-align: left;
	border-top: 0px solid #333;
}

h1{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 30px;
	padding: 25px 0 10px 15px;
}

h3{
	padding: 15px 0 10px 0;
}

h4{
	/* padding: 0 0 0 15px; */
	color: #555;
}

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

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}	

a:hover {
	text-decoration: none;
	color: #F81100;
}


blockquote { font-style: italic; 
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	color: #777; 
	margin: 1.5em 5px 1.5em 30px; 
	padding: 4px 10px 1.2em 10px;
	background: #111 url(images/blockquote-bg.gif) repeat-x bottom left;
}

code { 
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-size: 11px;
	color: #222; 
	margin: 1.5em 5px 0.0em 0px; 
	padding: 0.2em 10px 2.5em 10px;
	background: #000 url(images/code-bg.png) repeat-x bottom left;
}

.entry hr {
	color: #222;
	background: #222;
	height: 2px;
	border: 0px;
}

.entry p { 
	margin: 0 0 15px 0; 
}

.entry ul, .entry ol { 
	margin: 0 0 15px 20px; 
}
	
.entry ul { 
	list-style-type: disc; 
}
	
.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: none;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: none;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: none;
	float: none; 
	clear: both; 
}
	
.entry img.frame { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #666;
	background: #444;
	float: right; 
	clear: right; 
}
		
.entry img.stack { 
	clear: none !important;
}

.entry .obsocialbookmarker img {
	border: none;
}

.entry .more-link {
	display: block;
	text-decoration:underline;
	text-align: right;
}


.alignright {
	float: right;
}

.alignleft {
	float: left;
	margin-right: 10px;
}


/* ----FORMS---- */

input, select {
	background: #333;
	color: #aaa;
	border: 1px solid #aaa;
	padding-left: 0px;
	padding-right: 1px;
	margin: 3px 0px 3px 2px;
}

input.button {
	background: #aaa;
	color: #222;
	border: outset #555 1px ;
}

legend {
	color: #aaa;
	margin-bottom: 3px;
}

fieldset {
	padding: 5px 10px 10px 10px;
	margin: 10px 0px;
	border: 2px solid #222;
}


/* ----POST---- */

#container{
	float: left;
	width: 520px;
	padding: 0 0 0 0;
}

.post{
	padding: 0px 30px 30px 20px;
}

.post h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	padding: 20px 0 5px 0;
}

.post img {
	border: none;
}

.entry{
	line-height: 22px;
}

.postinfo{
	font-size: 11px;
	color: #666;
	padding: 2px 0 20px 0;
}

.postinfo a{
	color: #666;
}

.postdate{ color: #666; }

p.postmetadata{
	font-size: 12px;
	color: #BFB8A1;
	border-top: 1px solid #222;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}

p.postmetadata strong{
	float: right;
}

p.pagemetanav{
	font-size: 12px;
	color: #BFB8A1;
	border-top: 1px solid #333;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
	background: #222;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav{
	padding: 10px 0px 20px 0px;
	font-size: 12px;
	line-height: 18px;
}

.pagenav {
	padding: 10px 0 20px 0;
}

.navigation {
	padding: 10px 30px 20px 20px;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

h2.archive_head{ 
	font-weight: bold !important; 
	font-size: 14px !important; 
	letter-spacing: normal !important; 
	margin: 1px 0 0.8em 15px !important; 
	padding: 0.4em 5px !important; 
	border-bottom: 1px solid #333; 
}

/* Google Ads */

.googleadsense iframe {
	margin-top: 8px;
}

/* Devices List */

#devices{
	padding: 0px 0px 20px 0px;
}

#devices table {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 3px;
	background: #000;
}

#devices table td {
	vertical-align: top;
	text-align: center;
	width: 105px;
	border: 0px solid #444;
	background: #fff;
	color: #444;
}

/* ----SIDEBAR STYLES---- */

.sidebar{
	float: right;
	width: 170px;
	margin: 0px auto 5px auto;
	padding-top: 5px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
	border-left: 1px solid #333;
}

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0 5px 0px 10px;
}

.sidebar ul li{
	padding: 0px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #555;
	padding: 3px 0;
	margin: 0 5px 0 10px;
	border-bottom: 1px solid #333;
}

.sidebar ul ul li{
	padding: 0;
	margin: 0 0 0 6px;
	line-height: 15px;
	list-style: none;
	font-size: 11px;
	border-bottom: 1px solid #333;
}

.sidebar .syndication .sub  span {
	background: url(images/sub_rss.gif) no-repeat;
	position: absolute;
	width: 140px;
	height: 33px;
}

.sidebar .syndication ul, 
.sidebar .google ul {
	margin-top: 5px;
}
.sidebar .syndication ul li,
.sidebar .google ul li {
	border-bottom: none;
}

.sidebar .syndication img {
	border: none;
}

.sidebar .rss .sub a:hover{
	background: none;
}

.sidebar ul li a{
	display: block;
	text-decoration: none;
	color:#ECBC56;
	padding: 2px 2px;
}

.sidebar ul li a:hover{
	text-decoration: none;
	color: #F81100;
	background: #222;
}

.sidebar .widget_search input,
.sidebar #search input {
	padding-left: 0px;
	padding-right: 0px;
	margin: 3px 0px 3px 2px;
	font-size: 9px;
}

table#wp-calendar{
	width: 100%;
	color: #555;
}

.sidebar .copyright {
	color: #333;
}

.sidebar .copyright a {
	color: #555;
	display: inline;
}

/* Left Sidebar */

.leftbar{
	float: left;
	width: 180px;
	margin: 0px auto 5px auto;
	padding-top: 5px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
	border-left: 1px solid #333;
}

.leftbar ul{
	list-style: none;
	margin: 0 0 0 7px;
	padding: 0 0 0 7px;
}

.leftbar ul li{
	padding: 0px 0 20px 0;
}

.leftbar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #555;
	padding: 3px 0;
	margin: 0 0 0 8px;
	border-bottom: 1px solid #333;
}

.leftbar ul ul li{
	padding: 0;
	margin: 0;
	line-height: 15px;
	list-style: none;
	font-size: 11px;
	border-bottom: 1px solid #333;
}

.leftbar ul ul ul li {
	border-top: 1px solid #222;
	border-bottom: none;
} 

.leftbar ul ul ul ul li {
	border-top: 0px solid #222;
	border-bottom: none;
} 

.leftbar ul li a{
	display: block;
	text-decoration: none;
	color:#ECBC56;
	padding: 2px 2px;
}

.leftbar ul li a:hover{
	text-decoration: none;
	color: #F81100;
	background: #222;
}

.leftbar ul li.current_page_item a{
	background: #333;
}

.leftbar ul li.current_page_item ul li a {
	background: none;
}

/* ----COMMENT FORM---- */

#comment-form{
	width: 425px;
	margin: 30px 0 20px 0;
	border: 1px solid #222;
	padding: 5px 5px 15px 15px;
	background: transparent;
}

.comments-template {
	margin-top: 20px;
}

.comments-template .entry {
	font-style: italic; 
	padding-left: 10px;
}

.comments-template ol{
	margin: 0 0 10px;
	list-style: none;
}

.comments-template ol li{
	font-size: 90%;
	color: #777; 
	margin: 1.5em 5px 1.5em 0px; 
	padding: 0px 10px 2.5em 10px;
	background: #111 url(images/blockquote-bg.gif) repeat-x bottom left;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	color: #ECBC56;
	padding: 10px 0 30px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #555;
	padding: 1.0em 0 1.5em 0;
}

.commentmetadata strong { 
	/* font-size: 16px; */
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #aaa;
	background: #555;
	color: #aaa;
}

.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
	color: #AAA;
	margin: 30px 15px 15px 0;
	background: #555;
	border: 1px solid #AAA;
	padding: 2px;
}

