/*  

Theme Name: 4-Cycle Engine v1

Theme URI: http://4-cycleengine.de

Description: 4-Cycle Engine

Author: 4-Cycle Engine

Author URI: http://4-cycleengine.de



*/





/*@import url('css/reset.css');

@import url('css/wordpress.css');

@import url('css/post.css');

@import url('css/comment.css');

@import url('css/menu.css');

@import url('css/sidebar-bottom.css');

@import url('css/sidebar.css');

@import url('css/dropdown.css'); */

/* reset.css 

********************* */

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;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.hide {
	display: none;
}
br.clear {
	clear: both;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

hr {
	display: none;
}

/* wordpress.css 

********************* */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

small {
	}
img.wp-smiley { 
   vertical-align: -25%; 
}


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Calendar */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

.navigation .alignleft {
	float: left;
	width: 50%;
	text-align: left
}
.navigation .alignright {
	float: right;
	width: 50%;
	text-align: right;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #222;
	text-align: center;
	background-color: #111;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* post.css 

********************* */
.lastimage {
	float: right;
	margin-left: 10px;
}
.lastlast {
	margin-top: 20px;
	margin-bottom: 30px;
	background: #121212;
	padding: 20px;
}
.hentry {
	padding: 0 0 30px 0;
	margin: 0;
}
.single .hentry {
	margin-top: 20px;
}
.hentry {
	position: relative;
}
.hentry .gapy {
}
.pagetitle {
	margin-top: 20px;
	margin-bottom: 20px;
}

.post {
}
.post h2 {
	font-size: 28px;
	letter-spacing: -0.8pt;
	margin: 0 0 10px;
	font-weight: normal;
}
.post h2 a:link, .post h2 a:visited {
}
.postmetadata-first,.postmetadata {
	border-top: 1px solid #222;
	margin-top: -15px;
	padding-top: 5px;
	font-size: 11px;
	margin-bottom: 10px;
	width: 100%;
	position: relative
}
.postmetadata-first .onedata {
	padding-left: 30px;
}
.postmetadata-first .twodata {
	position: absolute;
	left: 0;
	top: 5px;
}
.postmetadata .onedata {
	padding-right: 30px;
}
.postmetadata .twodata {
	position: absolute;
	right: 0;
	top: 5px;
}

blockquote {
	font-style: italic;
	color: #444;
	border-left: 5px solid #222;
	margin-left: 15px;
	padding-left: 10px;
}
.more {
	font-style: italic;
}
.catr {
	text-transform: uppercase;
}
.lastimage img {
	border: 8px solid #fff;
	float: right;
	margin-left: 10px;
}
.meta2 {
	font-size: 11px;
}

.entry ul, .entry ol {
	margin-left: 30px;
}
.entry ul {
	list-style: disc;
}
.entry ol {
	list-style: decimal 
}
.entry img {
}

.mediasi {
	float: left;
	width: 100%;
}
.mediasi .entry {
	margin-right: 564px;
}
.postinfo h3 {
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: 1px solid #111;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.postinfo {
	float: left;
	width: 150px;
	margin-left: -549px;
	border-bottom: 1px solid #222;
	padding-bottom: 5px;
}
.postinfo a:link, .postinfo a:visited {
	color: #222;
}
.postinfo p {
	font-size: 12px;
	line-height: 1.5em;
}
.single #content-wrap {
	float: left;
	width: 100%;
}
.single #content {
}
.incomment {
	width: 382px;
	float: left;
	margin-left: -382px;
}

pre {
	background: #121212;
	border-top: 2px solid #222;
	border-bottom: 2px solid #222;	
	padding: 20px 2%;
	margin-bottom: 20px;
	width: 96%;
	overflow: auto;
}
code {
	margin-bottom: 20px;
	overflow: auto;
}

/* comment.css 

********************* */
.cinfo {
	padding: 10px;
	background: #222;
	text-align: center;
}
#respond h3, h3#comments, h3#pings {
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: 1px solid #111;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.gapcom {
	border-bottom: 1px solid #353535;
	position: relative;
	padding: 25px 0;
	min-height: 70px;
}
.commentlist .children  {
	padding-left: 20px;
}
.cleft {
	position: absolute;
	left: 0;
	top: 25px;
	max-width: 145px;
	color: #aaa;
}
.cright {
	margin-left: 160px;
}
.cright .avatar {
	float: right;
	border: 1px solid #999;
	padding: 2px;
	background: #fff;
	margin-left: 10px;
}
.cright .avatar:hover {
	float: right;
	padding: 2px;
	background: #fff;
	border: 1px solid #ccc;
	margin-left: 10px;
}
.comment-meta {
	font-size: 11px;
	line-height: 14px;
}
.reply {
	font-size: 11px;
	position: absolute;
	right: 0;
	bottom: 0;
}
#respond textarea {
	border: 1px solid #111;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	width: 98%;
	padding: 5px 1%;
	background: #222;
	color: #ccc
}
#respond input#author, #respond input#email, #respond input#url {
	border: 1px solid #111;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	width: 98%;
	padding: 5px 1%;
	background: #222;
	color: #ccc
}
.comform {
	background: #222;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #333;
	overflow: auto;
}
.oneform {
}
.secondform {
}
#submit {
	background: #000;
	color: #fff;
	border: none;
	padding: 10px;
	float: left;
}
.cancel-comment-reply  a {
	background: #F1AA00;
	color: #111;
	border: none;
	padding: 5px 10px;
	float: right;
	text-decoration: none;
}
/* menu.css 

********************* */
#top-menu {
	height: 50px;
	width: 970px;
	margin: 0 auto;
}
ul.menuv {
	float: left;
}
ul.menuv li {
	float: left;
	font-size: 20px;
}
ul.menuv a:link, ul.menuv a:visited {
	color: #FFCC00;
	padding: 10px 10px 10px 0;
}

.menu_top {
	position: absolute;
	left: 0;
	bottom: 10px;
	text-transform: uppercase;
}
.menu_top ul {
	float: left;
}
.menu_top ul li {
	float: left;
}
.menu_top ul li a:link, .menu_top ul li a:visited {
	padding: 5px 10px;
	text-decoration: none;
	margin-right: 4px;
	color: #ccc;
}
.menu_top .current_page_item a:link, .menu_top .current_page_item a:visited {
	background: #222;
	color: #fff;
}
.menu_top ul li a:hover {
	background: #111;
	color: #fff;
}


.menu_bot {
	position: absolute;
	right: 0;
	top: 10px;
	text-transform: uppercase;
}
.menu_bot ul {
	float: left;
}
.menu_bot ul li {
	float: left;
}
.menu_bot ul li a {
	padding: 0 0 0 10px;
}

/* sidebar-bottom.css 

********************* */
.master-side {
	margin-bottom: 15px;
}
#sidebar-bot h2, #sidebar-bot h3,#sidebar-bot h4 {
	padding-top: 20px;
	margin-bottom: 10px;	
}
#sidebar a:link, #sidebar a:visited {
}
.side1 {
	float: left;
	width: 580px;
	position: relative;
}
.side1 .gap {
	margin-right: 10px;
}
.side1 .mony li {
	float: left;
	font-size: 11px;
	width: 180px;
	text-align: right;
	display: block;
	margin-right: 10px; 
}
.side1 .mony li a {
	float: left;
	text-align: left;
	font-size: 13px;
}


.boxy, .side2 .linkcat {
}
.key {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.side3 {
	border-left: 1px solid #222;
	float: left;
	width: 350px;
	position: relative;

}
.side3 .gap {
	margin-left: 30px;
	margin-bottom: 20px;
}
.side1 ul ul, .side2 ul ul, .side3 p {
	font-size: 11px;
}
.side2 ul ul a {
	display: block;
}
.most li {
	margin-bottom: 20px;
}

.side3-3 a:link, .side3-3 a:visited {
	color: #fff;
}
#category_cloud {
padding: 0px;
text-align: justify;
line-height: auto;
}

/* sidebar.css 

********************* */
#sidebar .oneside {
}
#sidebar .oneside ul li li {
	font-size: 11px;
	background: url(../images/tick.png) 0 center no-repeat;
	padding-left: 13px;
}
#sidebar h2, #sidebar h3 {
}
#sidebar .oneside .gap {
	margin-left: 10px;
}

.recent li {
	display: block;
	color:#777;
	font-size:0.9em;
	float: left;  
	text-align: right;  
	width: 330px;
	line-height: 22px; 
	border-bottom: 1px solid #333;
}

.recent li:hover, .recent li:focus {
	color: #ccc
}
.recent li a { 
	font-size:1em;
	font-weight: bold; 
	float: left; 
	text-align: left;
}
.boxr, .twoside .linkcat {
	margin-bottom: 15px;
}
.widget_links, .widget_categories, .oneside .categories, .oneside .linkcat {
	overflow: auto;
	margin-bottom: 15px;
}
.widget_links li, .widget_categories li, .oneside .categories li,.oneside .linkcat li {
	float: left;
	font-size: 11px;
	width: 146px;
	text-align: right;
	display: block;
	margin-right: 10px; 
}

.widget_links a, .widget_categories a, .oneside .categories a,.oneside .linkcat a {
	float: left;
	text-align: left;
	font-size: 13px;
}
.mesg {
	background: #FFFF99;
	padding: 10px;
	font-size: 11px;
	color: #86861E;
}
.mesg a:link, .mesg a:visited {
	color: #000;
	text-decoration: underline
}
.nowidgettitle {
	display: none;
}
h4 span, span.reid {
	color: #FE0000;
}
/* end 

********************* */

p, .entry ol, .entry ul {

	margin-bottom: 1.6em;

}

p, li {

	line-height: 1.6em;

}

a:link, a:visited {

	text-decoration: none;

	color: #fff;

	border-bottom: none;

}

a:hover {

	text-decoration: underline;

}





body {

	text-align: center;

	font: normal 13px Verdana,Arial,sans-serif;

	background: #020401;

	color: #999;

	height: 100%;

	padding-bottom: 1px; /* force scrollbars */

	padding-top: 64px;

}

#page {

	width: 962px;

	margin: 0 auto;

	text-align: left;

}

#content-wrap {

	border-top: 1px solid #222;

	float: left;

	width: 100%;

}

#content {

	margin-right: 380px;

}

#sidebar {

	float: left;

	margin-left: -350px;

	width: 350px;

	margin-top: 20px;

}

#sidebar-bot {

	border-top: 1px double #222;

	border-bottom: 1px solid #222;

}

#header h1 {

}

#top {

	width: 962px;

	margin: 20px auto 0;

	text-align: left;

}

.subscribe {

	position: absolute;

	right: 0;

	top: 0;

	text-transform: uppercase;

}

.subscribe a {

	background: url(images/feed.png) 0 1px no-repeat;

	padding-left: 18px;

	color: #fb9c00

}

#head-top {

	border-bottom: 1px solid #222;

	position: relative;

	height: 30px;

}

.dates {

	position: absolute;

	right: 0;

	bottom: 10px;

}

#header {

	position: relative;

	height: 290px;

	background: #333 url(images/header.jpg) 0 0 no-repeat;

	display: block;

}

#logo h1 a:link, #logo h1 a:visited {

	color: #fb9c00;

	text-transform: uppercase;

	font-size: 30px;

	position: absolute;

	left: 445px;

	letter-spacing: 1px;

	top: 120px;

}

.description {

	color: #fff;

	position: absolute;

	right: 10px;

	font-style: italic;

	font-size: 17px;

	bottom: 5px;

}

.search {

}

#s {

	padding: 7px 5px 7px 20px;

	width: 310px;

	border: 1px solid #222;

	border-bottom: 1px solid #333;

	border-right: 1px solid #333;

	background: url(images/zoom.png) 4px center no-repeat;

	color: #FFFFFF;
	
	background-color: #121212

}

.recent2 {

	overflow: auto

}

.recent2 li {

	display: block;

	color:#777;

	font-size:0.9em;

	float: left;

	text-align: right;

	width: 580px;

	line-height: 22px;

	border-bottom: 1px solid #222;

}

.recent2 li:hover,.recent2 li:focus {

	color: #efefef;

}

.recent2 li a {

	font-size:1em;

	font-weight: bold;

	float: left;

	text-align: left;

}

.floty {

	overflow: auto;

	margin-bottom: 20px;

}

.floty li {

	float: left;

	font-size: 11px;

	width: 180px;

	text-align: right;

	display: block;

	margin-right: 10px; 

}

.floty li a {

	float: left;

	text-align: left;

	font-size: 13px;

}

.outy, .floty2 {

	overflow: auto;

	margin-bottom: 20px;

}

.floty2 li li {

	float: left;

	font-size: 11px;

	width: 180px;

	text-align: right;

	display: block;

	margin-right: 10px; 

}

.floty2 li li a {

	float: left;

	text-align: left;

	font-size: 13px;

}









#content .gap {

	margin-top: 20px;

}

.extra {

	border-top: 1px solid #222;

	position: relative;

	height: 35px;

	margin-top: 5px;

}

.exone {

	position: absolute;

	top: 9px;

}

.extwo {

	position: absolute;

	right: 0;

	top: 9px;

}

#footer {

	width: 962px;

	text-align: left;

	margin: -14px auto 0;

	position: relative;

	padding-top: 10px;

}

#footer .left {

	font-style: italic;

	font-size: 12px;

}

#footer .right {

	position: absolute;

	right: 0px;

	top: 10px;

	font-size: 10px;

	text-align: right;

}

