/*
Theme Name: Cyanshine
Theme URI: http://kwnetzwelt.net/themes
Description: Light, clean WordPress Theme by <a href="http://kwnetzwelt.net">Kai Wegner</a> based on decoder theme by <a href="http://webdemar.com">webdemar</a>
Version: 0.0.2
Author: Kai Wegner
Author URI: http://kwnetzwelt.net
Tags: white, light, green, blue, two-columns, fixed-width, right-sidebar, threaded-comments, sticky-post
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- BASIC CSS ELEMENTS
	- FORMS
		+ GENERAL
		+ SEARCHFORM
		+ COMMENTFORM
	- FOOTER
	- USEFUL
		+ WORDPRESS CSS
		+ WIDGETS CSS

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url('img/Sky1.png');
	background-position: top left;
	background-repeat: no-repeat;
	color: black;
	font-family: "Helvetica Neue", 'Helvetica', 'Verdana', 'Arial', sans-serif;
	font-size: 13px;
}

a {
	color: #00BCD8;
}

p {
	margin: 0 0 20px 0;
	padding: 0px;
	line-height: 22px;
	color:#818181;
	font-family: sans-serif;
	font-size: 13px;
}

img {
	border: none;
}



/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 960px;
	margin: 0 auto;
	
	background-image: url('img/Cloud2.png');
	background-position: 600px 800px;
	background-repeat: no-repeat;
	
}
	
#header {
	position: relative;
	height: 180px;
	background:#00BCD8;
	padding-left: 40px;
	padding-right: 10px;
	z-index: 2; /* IE z-index bug */
}

#content {
	background: transparent;
	background-image: url('img/Cloud2.png');
	background-position: 400px 1200px;
	background-repeat: no-repeat;

	z-index: 1; /* IE z-index bug */
}

#content-left {
	float: left;
	width: 630px;
	padding: 40px 0;
	
	background-image: url('img/Cloud2.png');
	background-position: 200px 2200px;
	background-repeat: no-repeat;
}

#content-right {
	float: right;
	width: 290px;
}

/*	##################################
   	HEADINGS
	################################## */
	
h1#blog-title {
	
	float: left;
	font-size: 18px;
}

h1#blog-title a {
	color: white;
	text-decoration: none;
	font-size: 3em;
}

h1#blog-title a:hover {
	text-decoration: none;
}

h2#blog-description {
	float: left;
	color: white;
	font-size: 11px;
	font-weight: normal;
}

h2#category-title {
	margin: -10px 0 30px 0;
}


.Icon{
	position: absolute;
	top: 0px;
	left: -160px;
}

h3.post-title {
	margin: 0 0 20px 0;
	padding: 0px;
	color: #00BCD8;
	font-size: 25px;
	font-weight: bold;
	font-family: sans-serif;
}

h3.post-title a {
	color: #00BCD8;
	text-decoration: none;
	border-bottom: 4px solid #00BCD8;
}

h3.post-title a:hover {
	border-bottom: none;
	
}

h4.sidebar-title {
	margin: 0 0 10px 0;
	padding-left: 10px;
	margin-top: 10px;
	color: white;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	background-color: #00bcd8;
}
h4.sidebar-title a{
	color:white;
}

h4.content-title {
	margin: 0 0 20px 0;
	padding: 0px;
	color: #00BCD8;
	font-size: 14px;
}

/*	##################################
   	HEADER
	################################## */

#rss {
	position: absolute;
	right: 10px;
	bottom: 0px;
	line-height: normal;
}

#rss a {
	display: block;
	padding: 0 40px 0 0;
	background: url(img/RSS.png) no-repeat right center;
	line-height: 40px;
	text-align: right;
	text-decoration: none;
	color: #fff;
}

#rss a:hover {
	text-decoration: underline;
}

/* For menu styles please edit /lib/superfish.css */

/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

.box-left, .post, .page {
	margin: 0 0 40px 0;
}

.sticky {
	padding: 20px;
	background: #CAF9FF;
	border: 1px solid #3a3a3a;
}

.tags {
	background-color: #00BCD8;
	margin: 0px;
	font-family: sans-serif;
	padding: 10px 10px 0 25px;
	color: white;
}
.tags a{
	color: white;
	}
.meta {
	padding: 10px 0 10px 10px;
	background: #00BCD8;
	color: white;
	height: auto;
	clear: both;
	
}
.meta a{
	color: white;
}
.meta-date {
	padding: 0 10px 0 15px;
}
.meta-categories a, .meta-comments a{
	color: white;
}
.meta-categories {
	padding: 0 10px 0 15px;
}

.meta-comments {
	padding: 0 10px 0 15px;
}

.box-left ul, ol, .post ul, ol, .page ul, ol {
	margin: 0 0 20px 0;
	line-height: 22px;
}

.box-left ul, .post ul, .page ul {
	padding: 0 0 0 20px;
	list-style: none;
}

.box-left ul li, .post ul li, .page ul li {
	margin: 0px;
	padding: 0 0 0 20px;
}


/** CONTENT RIGHT */
.box-right:first-child{
	background-color: transparent;
	padding-top: 0px;
}
.box-right {
	margin: 0px;
	background-color: transparent;
	margin-bottom: 5px;
	color: #818181;
}

.box-right ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.box-right li {
	margin: 0px;
	padding: 5px 0 5px 10px;
	
}

li.wGallery{
	background-image: none;
}
 .box-right a{
	 color: #00BCD8;

 	}
.box-right li a{
	padding: 5px 0;
	text-decoration: none;
	color: #00BCD8;
}

.box-right li ul {
	padding: 5px 0 0 0;
}

/*	##################################
   	BASIC CSS ELEMENTS
	################################## */
	
hr {
	height: 1px;
	margin: 20px 0;
	background: #3a3a3a;
	border: none;
}
	
table {
	width: 100%;
	margin: 0 0 20px 0;
}

th, td {
	padding: 5px 10px;
}

th {
	background: #00BCD8;
	color: #fff;
}

tr.even {
	background: #CAF9FF;
}

code,pre{

}

blockquote {
	padding: 0 0 0 20px;
	border-left: 5px solid #CAF9FF;
}

/*	##################################
   	FORMS
	################################## */
	
/** GENERAL */

fieldset {
	margin: 0 0 40px 0;
	padding: 0 40px 40px 40px;
	background: #CAF9FF;
	border: none;
}

legend {
	color: #00BCD8;
	font-size: 14px;
}

label {
	display: block;
	margin: 0 0 5px 0;
}
	
input, textarea {
	width: 50%;
	height: 30px;
	color: #5d5d5d;
	background: #fff;
	border: 1px solid #C1C1C1;
}

textarea {
	width: 80%;
	height: 150px;
}

select {
	margin: 0 0 20px 0;
}

input.radio, input.checkbox {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: #fff;
}

input.submit, input.button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #00BCD8;
	border: 1px solid #C1C1C1;
	color: #fff;
}
	
/** SEARCHFORM */

#content #searchform {
	width: 250px;
	height: 30px;
	position: relative;
	margin-bottom: 30px;
}

#searchform #search {
	width: 200px;
	height: 20px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	float: left;
	color: #5d5d5d;
	border: 1px solid transparent;
	-moz-border-radius-bottomleft:5px;
	background-color: #CAF9FF;
	
	padding-top:8px;
	padding-left: 10px;
	text-align: left;
	font-size: 11px;
}

#searchform #search-submit {
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	float: left;
	font-size: 11px;
	border: 1px solid transparent;
	-moz-border-radius-bottomright:5px;


}

/** COMMENTFORM */

#comments, #trackbacks {
	margin: 40px 0 0 0;
}

#trackbacks {
	margin: 20px 0 0 0;
}

.comment {
	padding: 0 40px 40px 40px;
	background: #CAF9FF;
}

#trackbacks ul {
	margin: 0 0 40px 0;
	padding: 40px 40px 30px 40px;
	background: #CAF9FF;
	list-style: none;
}

#trackbacks li {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	line-height: 22px;
	background: url(img/bg-list-item-content.png) no-repeat 0px 4px;
}

.first {
	padding: 40px;
}

#response {
	margin: 60px 0 0 0;
}

#response fieldset {
	padding: 40px;
}

.comment-left, #commentform-left {
	float: left;
	width: 120px;
	height: 120px;
	background: url(img/bg-commentform-left.gif) no-repeat right top;
}

.comment-right, #commentform-right {
	float: left;
	width: 430px;
	min-height: 120px;
}

.comment-text {
	padding: 20px;
	background: #fff url(img/bg-form-input.png) repeat-x left top;
	color: #5d5d5d;
	line-height: 22px;
}

#response textarea {
	width: 420px;
	height: 100px;
	margin: 0px;
	padding: 5px;
}

#response label {
	display: block;
	line-height: 20px;
}

#response input.text {
	width: 420px;
	height: 20px;
	margin: 0px;
	padding: 5px;
}

#response input.submit {
	float: right;
	height: 30px;
	margin: 20px 0 0 0;
	padding: 0 20px;
}

.comment-author {
	margin: 0px;
	padding: 5px 0;
	color: #00BCD8;
	font-size: 14px;
}

.comment-author a {
	color: #00BCD8;
	text-decoration: none;
}

.comment-author a:hover {
	text-decoration: underline;
}

/** COMMENTS IN WP 2.7 */

#commentfieldset {
	padding: 20px 40px;
}

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

.commentlist li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	background: #CAF9FF;
	list-style: none;
}

.commentlist .avatar {
	float: right;
	margin: 0 20px 10px 20px;
}

.commentlist li a {
	color: #00BCD8;
}

.commentlist li p {
	margin: 0 20px 20px 0;
}

.commentlist .comment-meta {
	margin: 0 0 20px 0;
}

.commentlist .comment-author a {
	padding: 0 0 5px 0;
	color: #fff;
	font-weight: bold;
}

.commentlist ul.children {
	margin: 0px;
	padding: 0px;
}

.commentlist .children li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	background: none;
	border: 1px solid #3a3a3a;
	border-right: none;
}

.reply {
	width: 50px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #00BCD8;
}

.reply a {
	display: block;
	height: 25px;
	line-height: 25px;
}

#cancel-comment-reply {
	margin: 5px 0 20px 0;
}

#cancel-comment-reply a {
	color: #6a6a6a;
}

.commentlist li.depth-1, .commentlist li.depth-3, .commentlist li.depth-5 {
	background: #CAF9FF;
}

.commentlist li.depth-2, .commentlist li.depth-4, .commentlist li.depth-6 {
	background: #3a3a3a;
}

/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap {
	background: #A9D705;
}

#footer {
	width: 960px;
	margin: 0 auto;
	color: white;
}

#footer p {
	color: white;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
	font-size: 12px;
}

#legal {
	float: left;
	width: 450px;
}

#webdemar {
	float: right;
	width: 450px;
	text-align: right;
}

/*	##################################
   	USEFUL
	################################## */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

 img.alignleft{
	border:8px solid #00BCD8;
	}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #1CBDDC;
   	-moz-border-radius: 5px;
   	-webkit-border-radius: 5px;
   	text-align: center;
   	background-color: #1CBDDC;
}

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

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
  	color:white;
  	text-align: left;
  	padding: 6px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	padding: 2px;
	background: #3a3a3a;
}
.otherlinks{
	position: absolute;
	top:10px;
	right:10px;
}
	
.Kai{
	display: none;
	position: absolute;
	top:4px;
	right:40px;
}
	
.Kai img{
	width:100px;
	
}


/* Twitter Sidebar */ 

ul.twitterwidget{
	list-style-type: none;
	}
a.twitterwidget {
	color:#00BCD8;
	text-decoration: none;
	font-size: 14px;
}
	
a.twitterwidget img{
	display: none;
	}
ul.twitterwidget li{
	background-image: none;
	background-repeat: repeat-x;
	background-position: -2px -2px;
	position: relative;
	top: 5px;
	margin-bottom: 5px;
	color: #818181;
	text-align: left;
	}
ul.twitterwidget a{
	color: #818181;
	text-decoration: underline;
	}
ul.twitterwidget a.twitter-user{
	color: #3C5C77;
	}
ul.twitterwidget a.reply-to, ul.twitterwidget a.twitter-hashtag, .entry-meta a{
	color: #3C5C77;
	font-style: italic;
}
ul.twitterwidget li:first-child p a{
	color: white;
}
ul.twitterwidget li:first-child p{
	position: absolute;
	top: 0px;
	left: 48px;
	width: 192px;
	line-height: 48px;
	margin: 0;
	padding: 0;
	color: white;
	font-weight: bold;
	font-family: sans-serif;
	text-align: center;
	
}

ul.twitterwidget li:first-child{
	position: relative;
	background-image: none;
	padding: 0px;
	height: 48px;
	background-color: #00BCD8;
}

.twitter-avatar{
	float:left;
	margin-right:15px;
	position:relative;
	left:10px;
	top:5px;
}

ul.wGallery{
	list-style-type: none;
}

.blender_download{
	background: transparent url(img/blenderlogo.png) no-repeat top left;
	float: left;
	height: 120px;
	position:relative;	
	width: 400px;

}
.blender_download h2{
	font-size: 48px;
	margin: 0px;
}
.blender_download a{
		position:relative;	
		left: 130px;
		display: block;
}
.blender_download h2, .blender_download strong{

	color:#A9D705;
}