/*
Theme Name: Insomniaonline
Version: 5.0
Author URI: http://www.insomniaonline.de
*/


/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.0
build: 2026
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}


/** Allgemein **/

body {
	font: normal 15px/20px HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
	background: #fff;
}

p {
	margin-bottom: 16px;
}

a {
	color: #009cff;
	text-decoration: none;
}

b,
strong { font-weight: bold; }

a:hover,
a:focus { text-decoration: underline; }

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 { font-weight: bold; }

img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	max-width: 600px;
}

blockquote {
	margin: 20px 40px;
	font-style: italic;
	color: #777;
}

input,
select,
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	border: 1px solid #ccc;
	padding: 2px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

label { cursor: pointer; }

textarea { width: 590px; }



code {
	display: block;
	margin: 10px 0 0 0;
	padding: 10px;
	overflow: auto;
	background-color: #86cefc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.header,
.content,
.footer {
	margin: 0 auto;
	width: 960px;
}

.content .page {
	margin-left: 180px;
	width: 600px;
}


/** Header **/
.header {
	padding: 18px 0;
	margin-bottom: 20px;
	height: 20px;
	border-bottom: 1px solid #ccc;
}

.header ul li {
	float: left;
	margin-right: 7px;
	height: 28px;
	line-height: 28px;
}

.header a {
	padding: 4px 8px;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
}

.header a:hover,
.header a:focus,
.header a.active {
	-webkit-transition-property: color, background; 
	-webkit-transition-duration: 0.2s, 0.3s; 
	-webkit-transition-timing-function: linear, ease-in;
	color: #fff;
	background-color: #009cff;
}

.header ul li.logo { margin-left: -8px; }


/** Searchform **/
.searchform {
	float: right;
}

.searchform input {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/** Header und Footer **/
.header a,
.footer a {
	color: #333;
	text-decoration: none;
}


.note {
	width: 580px;
	margin-left: 180px;
	margin-bottom: 30px;
	padding: 10px;
	color: #fff;
	background-color: #009cff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.note a {
	color: #333;
}


/** Suchergebnisse **/
.searchresults {
	margin: 0 0 30px 180px;
	padding: 10px;
	width: 580px;
	color: #fff;
	background-color: #009cff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.searchresults p { margin-bottom: 5px; }

#searchfilter input { margin-right: 5px; }

#searchfilter label { margin-right: 30px; }

#searchfilter .submitButton {
	margin: 10px 200px;
	color: #009cff;
	border: 1px solid #86cefc;
	background-color: #fff;
	cursor: pointer;
}

#searchfilter .submitButton:hover,
#searchfilter .submitButton:focus {
	-webkit-transition-property: background; 
	-webkit-transition-duration: 0.3s; 
	-webkit-transition-timing-function: ease-in;
	color: #fff;
	background-color: #86cefc;
}


/** Posting **/
.post {
	display: inline-block;
	margin-bottom: 80px;
}

.post h2,
.content .page h1 { 
	margin: 0 0 5px 172px;
	padding: 0 8px;
	width: 600px;
	line-height: 36px;
	font-weight: normal;
}

.content .page h1 { margin-left: -8px; }

.post h2 a,
.content .page h1 a {
	display: inline-block;
	padding: 8px 0 4px 0;
	width: 100%;
	font-size: 20px;
	line-height: 24px;
	color: #333;
	text-decoration: none;
}

.post h2 a:hover,
.post h2 a:focus,
.content .page h1 a:hover,
.content .page h1 a:focus	{
	-webkit-transition-property: color; 
	-webkit-transition-duration: 0.2s, 0.3s; 
	-webkit-transition-timing-function: linear, ease-in;
	color: #009cff;
}

.post .postdate,
.post .entry,
.post .postmetadata {
	display: inline-block;
	float: left;
}

.post .postdate {
	width: 170px;
	margin-right: 10px;
	text-align: right;
	color: #999;
}

.post .entry {
	width: 600px;
	margin-right: 10px;
}

.post .postmetadata { width: 170px; }

.post .postmetadata ul li { line-height: 26px; height: 26px;}

.post .postmetadata a {
	padding: 2px 4px;
	color: #fff;
	background-color: #86cefc;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.post .postmetadata a:hover,
.post .postmetadata a:focus {
	-webkit-transition-property: background; 
	-webkit-transition-duration: 0.3s; 
	-webkit-transition-timing-function: ease-in;
	background-color: #009cff;
}


/** Pagenavigation **/
.pagenavigation { height: 35px; }

.pagenavigation .alignleft,
.pagenavigation .alignright {
	width: 480px;
	float: left;
}

.pagenavigation .alignright {
	float: right;
	text-align: right;
}

.pagenavigation a {
	padding: 4px 8px;
	color: #fff;
	background-color: #86cefc;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.pagenavigation a:hover,
.pagenavigation a:focus {
	-webkit-transition-property: background; 
	-webkit-transition-duration: 0.3s; 
	-webkit-transition-timing-function: ease-in;
	background-color: #009cff;
}


/** Related Posts **/
.relatedposts {
	padding: 4px 8px;
	color: #fff;
	background-color: #86cefc;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.relatedposts p { font-weight: bold; }

.relatedposts a { color: #fff; }


/** Comments **/
#respond {
	margin-left: 180px;
	width: 600px;
}

#respond h3 { margin-bottom: 10px; }

.comment {
	margin: 0 auto 30px auto;
	display: inline-block;
	width: 960px;
}

.gravatar {
	display: inline-block;
	float: left;
	margin-right: 10px;
	padding-top: 4px;
	width: 170px;
	text-align: right;
}

.commentmeta,
.commenttext {
	display: inline-block;
	float: right;
	margin-right: 180px;	
	width: 600px;
}

.commentmeta a {
	font-size: 12px;
	color: #ccc;
}

.comment-author a {
	font-size: 16px;
	color: #009cff;
}

.comment-author {
	display: inline-block;
	float: left;
}

#commentform label {
	display: inline-block;
	width: 140px;
	float: left;
}

#submit {
	color: #fff;
	background-color: #86cefc;
	border: 1px solid #86cefc;
	cursor: pointer;
}

#submit:hover,
#submit:focus {
	-webkit-transition-property: background; 
	-webkit-transition-duration: 0.3s; 
	-webkit-transition-timing-function: ease-in;
	background-color: #009cff;
}

#commentform .subscribe-to-comments label {
	display: inline-block;
	width: 500px;
	float: none;
}

#commentform .subscribe-to-comments input { border: 0px solid #fff; }

textarea#comment { width: 590px; }


/** Footer **/
.footer {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin: 30px auto 20px auto;
	text-align: right;
}

.footer a {
	font-size: 12px;
	color: #009cff;
}
