/*  
Theme Name: SONNOS theme
Theme URI: http://www.sonnos.de/
Description: Design by <a href="http://einvoll.net">EINVOLL</a> | Code by <a href="http://dev.cobalt.cc">cobalt|web|dev</a>.
Version: 0.8a
Author: Moritz B&ouml;hm
Author URI: http://dev.cobalt.cc/
*/

/* # Basic Layout # */

body {
	margin: 0;
	padding: 150px 0 0 0;
	background: white url(gfx/meta/meta_sonnos.png) no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content {
	position: absolute;
	line-height: 16px;
	color: #5C5545;
	padding-bottom: 50px;
}

#sidebar {
	position: absolute;
	z-index: 25;
	top: 172px;
	left: 203px;
	width: 157px;
	color: #CFBF8A;
	font-size: 11px;
}

.page {
	left: 319px;
	top: 174px;
	width: 450px;
}

.otherpage {
	left: 318px;
	top: 198px;
	width: 450px;
}

.blog {
	top: 171px;
	left: 378px;
	width: 450px;
}

.tags {
	width: 550px;
	text-align: justify;
}

.pagewithsubnavi {
	position: absolute;
	left: 319px;
	top: 95px;
	width: 450px;
}

.blog_title {
	position: absolute;
	top: 74px;
	left: 378px;
}

/* # Text, Headings, Paragraphs, Links # */

a {
	color: #5C5545;
	text-decoration: none;
	border-bottom: dotted 1px #5C5545;
}

a:hover {
	color: #5C5545;
	border-bottom: solid 1px #5C5545;
}

h1, h2, h3, h4, h5, h6, p, cite, blockquote {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

h1 {
	color: #a49e89;
	font-size: 20px;
	position: absolute;
	top: 74px;
	left: 316px;
}

h1.blogtitle {
	left: 375px;
	color: #756857;
}

h2.introtext {
	color: #746756;
	font-size: 16px;
	line-height: 23px;
	width: 510px;
	margin: 0 0 42px 0;
}

h2.archivheading {
	font-size: 16px;
	color: #F59C00;
}

h3.categorytitle {
	font-size: 12px;
	color: #F59C00;
}

p {
	margin-bottom: 15px;
}

img {
	border: 0;
}

.einvoll {
	background: url(gfx/meta/einvoll.gif) no-repeat;
	width: 13px;
	height: 13px;
	display: block;
	border: none;
	position: absolute;
	top: 514px;
	left: 154px;
	z-index: 99;
	text-decoration: none;
}

a.einvoll, a.einvoll:hover {border: none; text-decoration: none;}

.clear {
	clear: both;
}

ul.blogrolllisting {
	padding-top: 10px;
}

.tags a {
	line-height: 130%;
	border: none !important;
}

.tags a:hover {
	color: #f59c00 !important;
	border: none !important;
}

/* Sichtweise */

h4 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 8px 0;
	color: #CFBF8A;
}

h4.title {
	cursor: pointer;
}

h4.title:hover {
	color: #5C5545 !important;
}

/* # Specific Layout # */

#logo_impulse {
	background: url(gfx/meta/icon_impulse.png) no-repeat;
	width: 91px;
	height: 67px;
	position: absolute;
	top: 53px;
	left: 677px;
}

#logo_kompass {
	background: url(gfx/meta/icon_kompass.png) no-repeat;
	width: 91px;
	height: 62px;
	position: absolute;
	top: 55px;
	left: 677px;
}

#logo_training {
	background: url(gfx/meta/icon_training.png) no-repeat;
	width: 92px;
	height: 63px;
	position: absolute;
	top: 55px;
	left: 676px;
}

/* START-BOXES */

.startpage {
	position: absolute;
	top: 151px;
	left: 318px;
}

.box {
	width: 510px;
	display: block;
	background: url(gfx/meta/box_top.png) no-repeat top left;
	margin: 0 0 20px 0;
}

.box_content {
	min-height: 107px;
	padding: 0 25px 4px 0;
	clear: left;
	background: url(gfx/meta/box_bottom.png) no-repeat bottom left;
}

.box h3 {
	background: url(gfx/meta/box_title.png) repeat-x;
	height: 18px;
	padding: 0 13px 0 13px;
	margin: 0 0 2px 0;
	color: #a49e89;
	font-size: 11px;
	text-transform: uppercase;
	float: left;
}

.box_content h4 {
	color: #f59d1f;
	font-size: 16px;
	padding-top: 10px;
}

.box_icon {
	float: left;
	width: 103px;
	height: 103px;
	margin: 2px 25px 2px 2px;
}
.box_spacer {
	float: left;
	width: 8px;
	height: 103px;
	margin: 2px 2px 2px 2px;
}

#box_impulse { background: url(gfx/meta/box_icon_impulse.png) center center no-repeat; }
#box_kompass { background: url(gfx/meta/box_icon_kompass.png) center center no-repeat; }
#box_training { background: url(gfx/meta/box_icon_training.png) center center no-repeat; }
#box_sonnosedition { background: url(gfx/meta/box_icon_sonnosedition.png) 20px 10px no-repeat; }
#box_video { background: url(gfx/meta/video.png) center center no-repeat; }
#box_blog a { border: none; }
#box_blog a img {
	border: none;
	margin-left: 2px;
	width: 103px;
	height: 103px;
}

/* BLOG */

.blog .listpost {
	border-bottom: 1px solid #F59C00;
	margin-bottom: 59px;
}

.blog .singlepost {
	margin-bottom: 8px;
}

.blog .post h2 a {
	color: #f59c00;
	font-size: 20px;
	line-height: 15px;
}

.blog .post h2 a:hover {
	color: #5C5545;
}

.blog .post h2 a {
	border: none;
}

.blog .post h5 {
	font-size: 10px;
	margin-bottom: 16px;
	line-height: 14px;
}

.blog .post .entry {
	line-height: 16px;
}

.blog .post .postmetadata, .related_post_title {
	font-size: 10px;
	padding-bottom: 4px;
	margin-top: -4px;
	line-height: 16px;
}

.metadata_single, .related_post_title {
	font-size: 20px !important;
}

.blog .post .postmetadata a, .blog .post h5 a {
	border: none;
	color: #F59C00;
}

.blog .post .postmetadata a:hover, .blog .post h5 a:hover {
	border: none;
	color: #F59C00;
	text-decoration: underline;
}

.blog .post .metadata_underline {
	border-bottom: 1px solid #5C5545;
	margin: 0 0 10px 0;
}

.entry p a img.alignleft {
	float: left;
	margin-right: 5px;
}

#respond, .related_post_title, .metadata_single {
	font-size: 20px;
	color: #746756 !important;
	border-bottom: 1px solid #F69D00 !important;
	padding-bottom: 4px;
	margin: 0 0 10px 0;
}

.related_post_title {
	margin-top: 10px !important;
}

ul.related_post {
	padding: 0 0 23px 0;
}

ul.related_post li a {
	border: none;
	color: #a49e89;
}

ul.related_post li a:hover {
	color: #F59C00;
}

.excerpt_image a {
	border: none;
}

.excerpt_image a img {
	width: 100px;
	height: 100px;
	float: left;
	margin: 2px 10px 10px 0;
}

.excerpt_video {
	width: 100px;
	height: 100px;
	float: left;
	margin: 2px 10px 10px 0;
	background: url(gfx/meta/video.png) no-repeat;
}

.post-edit-link {
	margin-left: 5px;
	border: none;
	text-decoration: none;
}

.post-edit-link:hover {
	border: none;
}

/* BLOG Sidebar */

#sidebar, #sidebar a {
	color: #CFBF8A;
}

#sidebar:hover, #sidebar:hover a {
	color: #5C5545;
}

#sidebar:hover form#searchform input {
	border-color: #5c5545;
	color: #5c5545;
}

#sidebar:hover form#searchform input#searchsubmit {
	background-position: right;
}

#sidebar ul, #sidebar h3 {
	padding-left: 20px;
}

#sidebar h3 {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 4px;
}

#sidebar ul {
	margin-bottom: 24px;
}

#sidebar ul li {
	margin-bottom: 4px;
}

#sidebar ul li a {
	border: none;
}

#sidebar ul li a:hover, #sidebar ul li.current-cat a, #sidebar ul li.current-archive a, #sidebar a.rss:hover {
	color: #F59C00;
	text-decoration: none;
}

#sidebar h3 a {
	border: none;
}

#sidebar h3 a:hover {
	color: #F59C00;
}

#sidebar .rsslinks {
	margin-top: 24px;
}

#sidebar a.rss {
	display: block;
	background: url(gfx/meta/feed.png) no-repeat 0px 0px;
	padding: 0 0 0 20px;
	line-height: 16px;
	height: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	margin: 0 0 4px 0;
}

/* BLOG Kommentare */

ul.commentlist li {
	margin-bottom: 35px;
}

.admincomment {
	background: url(gfx/meta/comment_admin.png) no-repeat 0px 6px;
}

.comment {
	background: url(gfx/meta/comment.png) no-repeat 0px 6px;
}

.num {
	float: left;
	display: block;
	width: 35px;
	height: 15px;
	text-align: center;
	font-style: italic;
	font-size: 16px !important;
	color: white;
	font-weight: bold !important;
	padding: 8px 10px 3px 0;
}

.comment_name a {
	font-weight: bold;
}

.comment_date {
	font-size: 9px;
}

.comment_content {
	padding: 10px 0 0 0;
}

h3#respond {
}

/* BLOG Archiv */

.archive {
	padding: 0 0 0 1px;
}

.archiveheading {
	margin: 4px 0 0 0;
}

.archive ul {
	margin: 4px 0 25px 0;
}

.archive ul li a, .posts p a, .post_navigation div a, .post_navigation_single div a {
	color: #5C5545;
	border: none;
}

.archive ul li a:hover, .posts p a:hover, .post_navigation div a:hover, .post_navigation_single div a:hover {
	color: #F59C00;
	border: none;
}

.monat {
	font-size: 12px;
	width: 450px;
	cursor: pointer;
}

.monat:hover {
	color: #F59C00;
}

.newyear {
	border-top: 1px solid #8d887d;
	margin-top: 3px;
	padding-top: 2px;
}

.posts {
	height: 0px;
	overflow: hidden;
}

.posts p {
	margin: 0 0 0 11px;
}

.post_navigation {
	width: 450px;
	height: 20px;
}

.post_navigation div a {
	font-size: 11px;
}

.post_navigation_single {
	position: absolute;
	width: 50px;
	height: 25px;
	top: 0px;
	left: 465px;
}

.post_navigation_single div a {
	font-size: 20px;
	font-weight: bold;
}

.alignleft {float: left;}
.alignright {float: right;}

/* Workshops */

.workshop h4 {
	text-transform: uppercase;
	width: 450px;
	border-bottom: 1px solid #F59C00;
	font-size: 13px;
	color: #F59C00;
	padding: 0 0 2px 1px;
	margin: 4px 0 1px 0;
	font-weight: bold;
	letter-spacing: 1px;
}

.workshop h5 {
	line-height: 16px;
	margin-bottom: 14px;
}

.workshop h6 {
	font-weight: bold;
	font-size: 12px;
	color: #F59C00;
	margin-bottom: 15px;
}

/* # Navigation # */

ul, ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.navigation {
	width: 231px;
	height: 445px;
	background: url(gfx/meta/meta_navibg.png) repeat-y 70px 0px;
	padding: 17px 0 0 0;
	margin: 5px 0 0 9px;
}

ul.navigation li {
	width: 231px;
	margin: 0 0 8px 0;
}

ul.navigation li a.navi {
	width: 161px;
	height: 10px;
	display: block;
	margin-left: 70px;
	background-position: left;
	background-repeat: no-repeat;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
}

ul.navigation li a:hover {
	background-position: right;
}

ul.navigation li a.inactive, ul.navigation li a.inactive:hover {
	background-position: left !important;
}

#current {
	background-position: right;
}

.spacer {
	padding-bottom: 18px;
}

.navi_startseite {background-image: url(gfx/navi/navi_startseite.png);}
.navi_uber-uns {background-image: url(gfx/navi/navi_ueberuns.png);}
.navi_institut {background-image: url(gfx/navi/navi_institut.png);}
.navi_blog {background-image: url(gfx/navi/navi_blog.png);}
.navi_vortrage {background-image: url(gfx/navi/navi_vortraege.png);}
.navi_coaching {background-image: url(gfx/navi/navi_coaching.png);}
.navi_kompass {background-image: url(gfx/navi/navi_kompass.png);}
.navi_training {background-image: url(gfx/navi/navi_training.png);}
.navi_kontakt {background-image: url(gfx/navi/navi_kontakt.png);}
.navi_workshops {background-image: url(gfx/navi/navi_workshops.png);}

/* ALT
.navi_impulse {background-image: url(gfx/navi/navi_impulse.png);}
*/

/* Subnavigation */

ul.subnavigation {
	width: 449px;
	height: 28px;
	background: url(gfx/meta/meta_subnavibg.png) repeat-x;
	position: absolute;
	top: 137px;
	left: 318px;
	margin: 0;
	padding: 0;
}

ul.subnavigation li {
	margin: 0 33px 0 0 !important;
	height: 24px;
	float: left;
	background: none !important;
}

ul.subnavigation li a {
	height: 28px;
	display: block;
	background-position: left;
	background-repeat: no-repeat;
	border: none;
	overflow: hidden;
	text-indent: -9999px;
}

ul.subnavigation li a:hover {
	background-position: right;
}

ul.subnavigation li a.navi_training, ul.subnavigation li a.navi_vortrage, ul.subnavigation li a.navi_kompass, ul.subnavigation li a.navi_workshops {
	background-image: url(gfx/navi/subnavi_information.png);
	width: 75px;
}

ul.subnavigation li a.navi_termine {
	background-image: url(gfx/navi/subnavi_termineanmeldung.png);
	width: 129px;
}

a.training_update, a.training_training {
	position: absolute;
	width: 124px;
	height: 32px;
	top: 210px;
	left: 835px;
	display: block;
	text-decoration: none !important;
	border: none !important;
}

.training_update { background:url(gfx/navi/training_update.png) no-repeat; }
.training_training { background:url(gfx/navi/training_training.png) no-repeat; }

/* # Forms # */

form#commentform {
	width: 450px;
}

form#commentform #comment {
	width: 450px;
}

form#commentform input, form#commentform textarea {
	background-color: #E0D5B1;
}

form#commentform input#submit {
	background-color: none;
}

/* Searchform  */

form#searchform {
	padding: 0 0 0 17px;
}

form#searchform div {
	height: 20px;
	padding: 0 0 15px 0;
}

form#searchform input {
	border: 1px solid #f1e7b5;
	background: white;
	padding: 1px 2px 1px 2px;
	width: 99px;
	height: 15px;
	font-size: 12px;
	margin: 0 1px 0 0;
	float: left;
	color: #CFBF8A;
}

form#searchform input#searchsubmit {
	border: none;
	background: url(gfx/meta/search_arrow.png) #f0e5b0 top left;
	color: white;
	width: 19px;
	height: 19px;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 18px;
	float: left;
	text-indent: -9999px;
}

/* # Liststyle # */

.page ul, .otherpage ul, .pagewithsubnavi ul, .entry ul {
	margin: 0 0 8px 0;
}

.page ul li, .otherpage ul li, .pagewithsubnavi ul li, .entry ul li {
	background: url(gfx/meta/liststyle.png) 0px 4px no-repeat;
	padding: 0 0 5px 21px;
}

.page ol, .otherpage ol, .pagewithsubnavi ol, .entry ol {
	margin: 0 0 8px 0;
	padding: 0 0 0 18px;
	list-style: decimal outside;
}

.page ol li, .otherpage ol li, .pagewithsubnavi ol li, .entry ol li {
	padding: 0 0 5px 3px;
}

/* Blockquote */

blockquote {
	background: url(gfx/meta/blockquote.png) 1px 4px no-repeat;
	padding: 0 0 13px 33px;
	font-style: italic;
}

/* TweetMe */

.socialmedia {
	border-top: 1px solid #F69D00;
	padding: 10px 0 6px 0;
	margin: 0px 0 0 0;
}

.tweetmeme_button {
	float: left;
	margin: 0 24px 0 0;
}

.facebook_button {
	float: left;
	width: 370px;
}

/* Newsletter */

form#newsletter_form {
	width: 146px;
	background: url(gfx/meta/newsletter.png) top right no-repeat;
	text-align: right;
	padding: 18px 0 0 0;
}

form#newsletter_form input {
	border: 1px solid #f1e7b5;
	width: 98px;
	height: 13px;
	padding: 2px;
	line-height: 15px;
	margin: 0 0 5px 0;
	color: #746756;
	font-size: 12px;
}

form#newsletter_form input[type=submit] {
	background: #5c5545;
	color: white;
	border: none;
	width: 38px;
	height: 19px;
	line-height: 19px;
	padding: 0 0 5px 0;
	text-align: center;
	cursor: pointer;
}

.newsletter {
	clear: both;
}

/* Links */

.link_vimeo {
	background: url(gfx/meta/vimeo.png) no-repeat;
	width: 16px;
	text-indent: 9999px;
	margin-top: 50px !important;
}

.link_facebook {
	background: url(gfx/meta/facebook.png) no-repeat;
	width: 16px;
	text-indent: 9999px;
}

.link_twitter {
	background: url(gfx/meta/twitter.png) no-repeat;
	padding: 0 20px 0 0;
	line-height: 16px;
	color: #756857;
	font-size: 11px;
}

.link_delicious {
	background: url(gfx/meta/delicious.png) no-repeat;
	width: 16px;
	text-indent: 9999px;
}

.link_facebook, .link_twitter, .link_delicious, .link_vimeo {
	background-position: right;
	height: 16px;
	display: block;
	float: right;
	clear: right;
	text-align: right;
	border: none;
	text-decoration: none;
	margin: 2px 85px 2px 0;
	overflow: hidden;
}

.link_facebook:hover, .link_twitter:hover, .link_delicious:hover, .link_vimeo:hover {
	border: none;
	color: black;
}

.icon_only_inline {
	display: inline-block;
	float: none;
	clear: none;
	padding: 0;
	width: 16px;
	text-indent: 9999px;
	margin: 4px 2px 2px 2px !important;
}

/*
	Why do you waste my time?
	Is the answer to the question on your mind
	And I'm sick of all my judges
	So scared of what they'll find
	But I know that I can make it
	As long as somebody takes me home
	every now and then
	
	Well have you ever seen the lights?
	Have you ever seen the lights?
	
	The Killers - Sam's Town / Sam's Town
*/
