/*
Theme Name: Shadow
Theme URI: http://themehybrid.com/themes/shadow
Description: A child theme of Options with a dark mixture of blacks and grays.
Template: options
Author: Justin Tadlock
Author URI: http://justintadlock.com
Version: 0.1.1
*/

* { margin: 0; padding: 0; }

/* Paragraphs */
p { margin: 10px; }

/* Lists */
ul { list-style: none; }
.post ul, .post ol { margin: 0 0 15px 25px; }
.post ul ul, .post ul ul ul, .post ol ol, .post ol ol ol { margin-bottom: 0; }

/* Code */
pre, code, pre code { font-size: 1.1em; }

/* Input */
input {
	color: #333;
	background: #fff;
        border:1px solid #aaa;
}
input:active {
background: #F3F8F8 none repeat scroll 0 0;
}
input:focus {
background: #F3F8F8 none repeat scroll 0 0;
}
abbr {
	border: none;
	}

/* Object */
object { padding: 0; margin: 0; }

/* Code */
pre { overflow: auto; margin-bottom: 15px; }
blockquote { margin: 0 25px 15px 25px; padding-left: 8px; border-left: 3px solid #74aaed; }

/* Links */
a { color: #3399ff; text-decoration: none; }
a:hover { color: #888; text-decoration: none; }

/* Headers */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: 'Georgia', 'Times', 'Times New Roman', serif;
	font-weight: normal;
	color: #000;
	}

h2, h3, h4, h5, h6 { margin-bottom: 10px; padding-bottom:2px }
h1 { font-size: 2em; }
h2 { font-size: 1.4em; border-bottom:1px solid #AAAAAA; padding-left:2px; }
h3 { font-size: 1.4em; border-bottom:1px dotted #aaa; background:transparent url(/sun.gif) no-repeat scroll 0 0; padding-left:23px; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }
#content .post-title, #feature .post-title, #full-posts .post-title, #comments-template h3 {  }
.post-title {margin:0 10px 5px;}


/* Left, right, and center alignment */
.left, .alignleft { float: left; margin-right: 10px; }
.right, .alignright { float: right; margin-left: 10px; }
.center, .aligncenter { margin: 0 auto 15px auto; display: block; }

/* Body */
body {
	color: #333;
	font: 80% Arial, Tahoma, Verdan, sans-serif;
	text-align: center;
	background: transparent url(/bg-sun.gif) repeat scroll 0 0;
        text-align: justify;
	}

#body-container {
	width: 942px;
	margin: -200px auto 0 auto;
	padding: 0 10px;
        z-index:1;
	}
#extra-container { margin: 0 auto; }

/* Contains content and sidebar */
#container {
	float: left;
	width: 902px;
	padding: 15px 15px 5px 15px;
	background:transparent url(/cont.png) repeat scroll left top;
	text-align: justify;
        z-index:1;
	}

/************************************************
	Header
************************************************/
#header-container { height: 120px; width: 940px; }
#header { float: left; width: 691px; height: 110px; text-align: left; }
#header #site-title { float: left; width: 691px; font-weight: bold; margin: 0; background:transparent url(/logog.png) no-repeat scroll 0 0; }
#header #site-title a {
	width: 940px;
	height: 120px;
	display: block;
	/* background: transparent url(/logo.png) no-repeat scroll 510px 40px; */
	}

/* Hides header text */
#header #site-title a span, #header #site-description { display: none; }
/************************************************
	Feed
************************************************/
#feed {
	float: right;
	width: 85px;
	height: 22px;
	padding: 48px 0 0 0;
	}
#feed li { display: inline; }
#feed li a { float: left; width: 34px; height: 22px; display: block; }
#feed li.feed-url a { background: url(images/dark-feed-header.jpg) no-repeat 0 0; }
#feed li.feed-email a { background: url(images/dark-email-header.jpg) no-repeat 0 0; }
#feed li.feed-url a span, #feed li.feed-email a span { display: none; }

/************************************************
	Navigation
************************************************/
/* Main and sub-navigation */
#navigation, #sub-navigation { float: left; text-transform: uppercase; letter-spacing: .03em; text-align: left; }
#navigation { width: 932px; font-size: .9em; background: #FDE613; overflow:hidden; z-index:2;}
#sub-navigation { width: 932px; font-size: .75em; background: #383838; border: 1px solid #252525; border-bottom: none; }
#nav { float: left; width: 600px; padding: 0 0 0 15px; z-index:3; }

/* List items */
#nav li li, #nav li li li { float: left; width: 150px; background: #eee }
#sub-nav li li, #sub-nav li li li { float: left; width: 150px; background: #fefefe; }










/* List links */
#nav a { color: #000; display: block; padding: 10px 15px; }
#nav li li a { padding: 6px 10px; }
#sub-nav a { color: #e2e2e2; padding: 7px 17px; display: block; }


#sub-nav li li a { margin: 3px 5px; padding: 4px 7px; }

/* Hover states */
#nav a:hover, #nav li li a, #nav li.current_page_item li a { color: #333; background: #FFF597;}
#nav li li a:hover { color: #000; background: #FDE613; }
#nav li.current_page_item a, #sub-nav li.current-cat a  { color: #333; background: #FFF597;}
#sub-nav a:hover, #sub-nav li li a, #sub-nav li.current-cat li a { color: #333; background: #fefefe; }
#sub-nav li li a:hover { color: #33A2E8; background: #000; }

/* Drop-down controls */
#nav li, #sub-nav li { float: left; }
#nav li ul, #sub-nav li ul { margin: 0; padding: 0; position: absolute; width: 15em; left: -999em; }
#nav li:hover ul, #sub-nav li:hover ul { left: auto; z-index: 1000; }
#nav li ul li, #sub-nav li ul li { width: 15em; }
#nav li ul ul { margin: -28px 0 0 15em; }
#nav li:hover ul ul, #sub-nav li:hover ul ul { visibility: hidden; }
#sub-nav li ul ul { margin: -27px 0 0 15em; }
#nav li:hover ul ul ul, #sub-nav li:hover ul ul ul ul { visibility: hidden; }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul,
#sub-nav li:hover ul, #sub-nav li li:hover ul, #sub-nav li li li:hover ul {
	visibility: visible;
	left: auto;
	}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #sub-nav li:hover ul, #sub-nav li li:hover ul, #subnav li li li:hover ul {
	left: auto;
	}

/************************************************
	Search
************************************************/
#search { float: right; width: 300px; margin-right: 15px; }
#search form { float: right; margin: .2em 0 0 0; padding: 0 0 0; }
#search input#s { margin:3px; padding:3px; width:280px; border:1px solid white;}
#search .search-submit { display: none; }

/************************************************
	Main content
************************************************/
#home, #content { width: 590px; }
#no-sidebar { width: 900px; }

#home.right, #content.right, #sidebar.right { margin: 0 2px 0 0; }
#home.left, #content.left, #sidebar.left { margin: 0; }

/************************************************
	Images
************************************************/
/* Images */
img, .post img { /* border: 1px solid #333; */ }
a img { border: none; }

/* Post / archive avatars */
#author-box img, .author .avatar { float: left; width: 100px; height: 100px; margin-right: 10px; }

/* Post images */
.single img, .attachment img { max-width: 98.5%; }

/* Feature images */
#feature img, #features-numbers img { margin: 0 0 10px; }
html>body #feature img, html>body #features-numbers img { max-width: 285px; max-height: 143px; width: auto; margin: 0 0 10px; }

/* Thumbnail images */
img.thumbnail { float: left; width: 100px; height: 100px; margin: 0 10px 0 0; }

/* Medium images */
img.medium { float: left; margin: 0 10px 5px 0; }

/* Flickr / gallery stream images */
#home .flickr img, #gallery-stream img { margin: 1px 15px 1px 0; width: 75px; height: 75px; }

/* Captions */
.wp-caption {
	padding: 5px 0 3px 0;
	background: #222;
	border: 1px solid #333;
	text-align: center;
        margin:0 10px;
	}
.wp-caption p.wp-caption-text {
	margin: 0; padding: 0 5px;
	text-align: right;
	font-size: .8em;
	color: #eee;
	}
.wp-caption img { margin: 0; padding: 0; border: none; }

.gallery { width: 100%; margin-bottom: 18px; }

/************************************************
	Sections of the site
************************************************/
/* Section headers (each section of site and sidebar) */
.section-header, .menu h2 {
        background:transparent url(/sun.gif) no-repeat scroll 0 0;
	border-bottom:1px solid #aaa;
	font-size:1.4em;
	padding-left:23px;
	margin: 0 0 10px 0;
	}

/* Sections and posts */
.section, #content .post, #excerpts .post, #full-posts .post, .paged .post {
	width: 915px;
	}

/* No sidebar */
#no-sidebar { float: left; margin: 0; }
html>body #no-sidebar .post, html>body #no-sidebar #comments-template, html>body #no-sidebar .section {
	width: 882px;
	}
#no-sidebar .post, #no-sidebar #comments-template, #no-sidebar .section {
	width: 882px;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
	}

/* Posts */
#content .post, #home.paged .post { background:white none repeat scroll 0 0;
padding:10px;
width:575px;
min-height:383px;
margin-bottom:10px;
}

/* Breadcrumb */
.breadcrumb { background:white none repeat scroll 0 0;
padding:10px;
width:575px; }

/* Author box */
#author-box { padding: 10px; }

/* Navigation links */
.navigation-links { padding: 10px; }
.navigation-links .previous { float: left; width: 20%; }
.navigation-links .next { float: right; width:20%; text-align: right; margin-right:350px; }
.navigation-links a { color: #FDE613; text-decoration: none; }

/* Navigation image attachment */
.attachment-image { max-width: 99%; margin: 15px auto; display: block; }
.navigation-attachment { float: left; width: 100%; }
.navigation-attachment img { max-width: 150px; max-height: 150px; }
.navigation-attachment .left { float: left; width: 160px; }
.navigation-attachment .right { float: right; width: 160px; text-align: right; }

/* Related posts plugin */
#related { padding: 10px; }
#related ul { width: 100%; }
#related ul li { list-style-type: none; }

/* Home inserts */
#home-insert-1, #home-insert-2, #home-insert-3 {
	width: 575px;
	padding: 10px;
	}

/* Clouds */
div.cloud { padding: 10px; }

/* Excerpts / Full Posts */
#excerpts, #full-posts { width: 590px; padding: 0; margin: 0; background: transparent; }
#excerpts .post, #full-posts .post { padding: 10px; }

/* Features Gallery */
#myGallery { width: 594px; height: 404px; margin: 0 0 10px 0; padding: 0; }
#myGallery .imageElement { display: none; }
#myGallery h3, #myGallery h2 { font-size: 1.5em; }



/* Feature */
#feature { }

/* Home custom sections */
#home-custom-1, #home-custom-2, #home-custom-3 { padding: 10px; }

/* Post blocks */
#post-blocks { width: 590px; background: transparent; padding: 0; margin: -10px 0 10px 0; }
#post-blocks .post { width: 268px; margin: 10px 0 0 0; padding: 10px; background: #fff; }
#post-blocks .even { float: right; clear: none; }
#post-blocks .odd { float: left; clear: both; }
#post-blocks .post-title { margin: 0 0 5px 0; font-size: 1em; }

/* Post sections */
#post-sections .section { padding: 10px; }
#post-sections .post-title { font-size: 1em; }

/* All post tabs */
#post-tabs .tab-content, #post-block-tabs .tab-content, #post-list-tabs .tab-content { width: 606px; padding: 0; }
#post-tabs .post-title, #post-block-tabs .post-title, #post-list-tabs .post-title { font-size: 1em; }

#post-block-tabs .post, #post-list-tabs .post { width: 270px; padding: 10px; }
#post-block-tabs .even, #post-list-tabs .even { clear: none; float: right; }
#post-block-tabs .odd, #post-list-tabs .odd { clear: both; float: left; }

/* Post tabs */
#post-tabs { background: transparent; width: 590px; padding: 0; }
#post-tabs .post { margin: 10px; }

/* Post block tabs */
#post-block-tabs { background: transparent; width: 590px; padding: 0; }
#post-block-tabs .tab-content { padding: 0; }

/* Post list tabs */
#post-list-tabs { background: transparent; width: 590px; padding: 0; }
#post-list-tabs .tab-content { padding: 0; }
#post-list-tabs .tab-content ul { margin-left: 8px; }
#post-list-tabs .tab-content li { margin: 4px 0; }
#post-list-tabs .tab-content li a { display: inline; }

/* Video numbers */
#video-numbers { background: transparent; width: 590px; padding: 0; }
#video-numbers .tabbed div.tab-content { width: 575px; top: 0; }

/* Features numbers */
#features-numbers { background: transparent; width: 590px; padding: 0; border-top: 1px solid #161616; }
#features-numbers .tabbed div.tab-content { width: 575px; top: 0; border-bottom: none; }
#features-numbers ul.tabs {
	width: 606px;
	display: block; clear: left;
	overflow: hidden;
	background: #fff;
	border: 1px solid #161616;
	}

/* Video tabbed */
#video-tabbed { padding: 10px; }
#video-tabbed .video-list { float: right; width: 44%; }
#video-tabbed .video-list ul { width: 100%; }
#video-tabbed .video-list li { margin: 0 0 5px 0; border: 1px solid #222; }
#video-tabbed .video-list li a { display: block; padding: 10px; background: #424242; }
#video-tabbed .video-list li a:hover { color: #fff; background: #4f4f4f; }
#video-tabbed .video-list li a.tab-current { color: #fff; font-weight: bold; }
#video-tabbed div.video { clear: none; float: left; width: 50%; }
div.v { display: none; }

/* Flickr photos and Gallery images (home) */

#home .flickr, #gallery-stream { width: 578px; padding: 10px 0 10px 10px; }
#home .flickr .section-header, #gallery-stream .section-header { margin-right: 10px; }

/************************************************
	Sidebar
************************************************/
#sidebar { /* height:403px; */ overflow:hidden; width:290px; }

.menu { width: 93%; }
.tabbed { width: 100%; }
#sidebar .menu, #sidebar .tabbed { margin: 0 0 10px 0; }
#sidebar .menu, .tabbed {
	padding: 10px;
	float: left;
	overflow: hidden;
	background: #fff;
	}

/* Sidebar lists and sidebar tab lists */
#sidebar .tabbed ul { margin: 0; padding: 0; }
#sidebar .menu ul li a, .tabbed div ul li a {
	color: #74aaed;
	padding: 2px 0;
	}
.menu div li, .menu div li li, #sidebar .tabbed div li, #sidebar .tabbed div li li {
	margin: 2px 0;
	padding: 0;
	float: left;
	width: 100%;
	}
#sidebar .menu li li a, .tabbed div li li a { padding: 2px 0 2px 8px; }
#sidebar .menu ul li a:hover, .tabbed div ul li a:hover { color: #000; }

/* Feed sidebar */
#feed-sidebar li a { height: 15px; display: block; text-indent: 25px; margin-bottom: 3px; }
#feed-sidebar li.feed-url a { background: url(images/dark-feed-sidebar.jpg) no-repeat 0 .2em; }
#feed-sidebar li.feed-email a { background: url(images/dark-email-sidebar.jpg) no-repeat 0 .2em; }

/* Recent comments widget */
#sidebar ul.recent-comments li { margin: 5px 0; }
#sidebar ul.recent-comments li a { display: inline; }

/* Sidebar video */
#sidebar .video h3 { font-size: 1em; margin: 5px 0 0 0; }

/* Sidebar ads */
#sidebar .ads p { margin: 0; padding: 0; }
#sidebar .ads a img { border: none; padding: 0; }
#sidebar .ads img { width: 125px; height: 125px; margin: 3px 10px 3px 11px; border: none; padding: 0; }
#sidebar .ads img.last { margin: 0; }

/* Sidebar gallery stream and flickr images */
#sidebar .gallery-stream img, #sidebar .flickr img { width: 75px; height: 75px; margin: 3px 8px 3px 8px; }

/* Sidebar subscribe */
#sidebar .subscribe div { padding-left: 2px; }

/* Sidebar search */
#sidebar .search input { width: 96%; padding: 5px; margin: 0; }
#sidebar .search input.search-submit { display: none; }

/* Sidebar recent widget */
#sidebar .recent .post { float: left; width: 100%; margin: 0 0 10px 0; }
#sidebar .entry { padding: 0; }
#sidebar .recent h3 { font-size: .9em; margin: 0 0 1px 0; }
#sidebar .recent h3 a { font-weight: bold; }
#sidebar .recent p { font-size: .9em; line-height: 1.4em; margin: 0; padding: 0; }

/************************************************
	Tabs
************************************************/
/* Tabs (actual tabs) */
.tabbed { padding: 0; background: transparent; border: none; }
.tabbed ul.tabs {
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
	list-style-type: none;
	}
.tabbed ul.tabs li { display: inline; }
.tabbed ul.tabs li a {
	color: #333;
	float: left;
	display: block;
	margin: 0 .25em 0 0;
	padding: 5px .6em;
	background: #eee;
	}
.tabbed ul.tabs li a.t4 { margin: 0; }
.tabbed ul.tabs li a:hover { background: #353535; text-decoration: none; }
.tabbed ul.tabs li a.tab-current { background: #fff; }

/* Tab content */
#sidebar .tabbed div.tab-content { float: left; width: 93%; }
.tabbed div.tab-content {
	float: left;
	overflow: hidden;
	clear: left;
	z-index: 0;
	height: 100%;
	padding: 5px 10px 10px 10px;
	background: #fff;
	}
div.t2, div.t3, div.t4, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8 { display: none; }

/************************************************
	Comments Template
************************************************/
#comments-template {
	overflow: hidden;
	width: 575px;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
	}

#comments-template img { padding: 0; background: transparent; border: none; }
#comments-template ol { list-style-type: none; margin-top: 10px; }
#comments-template li, #comments-template li li li, #comments-template li li li li li {
border:1px solid #AAAAAA;
margin:10px;
overflow:hidden;
padding:5px;
width:94%;
	}
#comments-template li li, #comments-template li li li li {
	background: #fff;
	border: 1px solid #222;
	}
#comments-template .avatar { float: left; width: 40px; height: 40px; margin-right: 10px; padding: 2px; background: #333; }
#comments-template ol li .comment-meta-data { float: left; padding:1px 10px 0;}
#comments-template ol li .comment-meta-data a.time { float: left; clear: left; margin-top: 4px; color: #eee; font-size: .95em; }
#comments-template ol li .comment-text { clear: left; padding:1px 10px 0; }
#comments-template input {
	color: #000;
	width: 50%;
	padding: 5px;
	margin: 0;
        border: solid 1px #000;
	}
#comments-template input:focus {
	color: #333;
	background: #aaa;
	}
#no-sidebar input { width: 25%; }
#comments-template textarea {
	color: #fff;
	width: 97%;
	padding: 7px;
        border: 1px solid #AAAAAA;
	}
#comments-template textarea:focus {
	color: #333;
	background: #f7f7f7;
	}
#comments-template input.submit-comment, #comments-template input.reset-comment, .button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	}

/************************************************
	Footer
************************************************/
#footer {
	clear: both;
	overflow: hidden;
	width: 932px;
	text-align: left;
	margin: 5px 0 15px 0;
        color: #666;
	}
#footer p {
	margin: 5px 0;
	line-height: 1.3em;
	}
#footer p.left { width: 50%; float:left; }

#footer a { color: #FDE613; text-decoration: none; }

.logo {
height:230px;
background:transparent url(/sonnen-logo.png) no-repeat scroll top right;
}

.feature {
background:#FFF597;
float:left;
height:250px;
margin: 6px 16px 10px 0;
width:285px;
border:2px solid #FDE613;
overflow:hidden;
}

.pfeil {
float:right;
height:20px:
width:20px;
padding-left:10px;
}

* html .logo {
background:none;
height:10px;
}

* html #body-container {
margin:0px auto 0;
}

* html #feature img, #features-numbers img {
width:285px;
}

* html .pfeil {
display:none;
}

* html #home {
float:left;
}

* html #sidebar {
float:right;
padding-left:22px;
}
* html #header #site-title {
background: url(/logog.gif) no-repeat scroll 0 0;
}

* html #container {
width:902px;
overflow:hidden;
}
* html #myGallery {
position:absolute;
margin:-410px 0 0 2px;
}
* html #content {
margin-top:-410px;
}

table {margin:10px;}
td {vertical-align: top;padding-right:20px;}

#footer a {
color: #D6D614; text-decoration: none;
}

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

#nav li.current_page_ancestor { color: #333; background: #FFF597;}
// #nav li.current_page_item a { color: #333; background: #FDE613;}

.studios {
margin:10px 0 0 10px;
}
.studios ul {
margin:0;
}

.studios a {
color: #3399FF;
}
.page_item a {color: #3399FF;}
.post-meta-data {font:small;}

.wpcf7-form-control-wrap input:hover {
background: #ddd none repeat scroll 0 0;
border: 1px solid #888888;
}
.wpcf7-form-control-wrap textarea:hover {
background: #eee none repeat scroll 0 0;
border: 1px solid #888888;
}
.wpcf7-form-control-wrap input {
background: #F9F9F9 none repeat scroll 0 0;
border: 1px solid #888888;
}
.wpcf7-form-control-wrap textarea {
background: #F9F9F9 none repeat scroll 0 0;
border: 1px solid #888888;
}
.wpcf7-form-control-wrap input:focus {
background: #F3F8F8 none repeat scroll 0 0;
border: 1px solid #888888;
}
.wpcf7-form-control-wrap textarea:focus {
background: #F3F8F8 none repeat scroll 0 0;
border: 1px solid #888888;
}

ul.ppt {
	position: relative;
        margin-left:264px;
}

.ppt li {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
}

.ppt img {
margin-top:10px;
}

.studio {float: left; width:255px;}

.fotos {
width:320px;
float:right;
}

.fotos p {
margin:0 10px;
}

.gr {
margin-left:10px;
}

.kli {
float:left;
margin-top:5px;
}
.klio {
float:left;
margin-top:5px;
margin-left:10px;
}
.klr {
margin-left:10px;
margin-top:5px;
float:right;
}
.kliv {
float:left;
margin-top:10px;
}
.klrv {
margin-left:10px;
margin-top:10px;
float:right;
}

.clear {
clear:both;
}

#content .posty { background:white none repeat scroll 0 0;
padding:10px;
width:575px;
}

.incoming h3 {
padding-left:25px;
}

#ZoomCaption {
padding-top:5px;
}

.entry ul {
list-style-type:square;
}
.studios ul {
list-style-type:none;
}
.fiji ul {
list-style-type:none;
}

.ie6 {
background:#FDE613 none repeat scroll 0 0;
font-size:0.9em;
overflow:hidden;
width:932px;
z-index:2;
}
.ie6 ul li {
display:block;
float:left;
}
.ie6 ul li a {
color:#000000;
display:block;
padding:10px 15px;
}
.ie 6 ul li a:hover {
background:#FFF597 none repeat scroll 0 0;
color:#333333;
}

* html #home {
display:none;
}
.permalink, .separator {
display:none;
}

.stati{display:none}

#wpcf7-f2-w2-o1 input[type=text] {
width:150px;
}

.wpfblike {margin-left:10px;height:70px;}
.textwidget form {max-height: 37px;}
.wpcf7-form-control-wrap input {width: 180px;}