/*
Theme Name: Outstanding
Theme URI: http://www.fakeblog.de
Description: The Outstanding theme by <a href="http://www.fakeblog.de/" title="Wordpress Themes">fakeblog</a>.
Version: 1.1
Author: Floyd Celluloyd
Author URI: http://www.fakeblog.de/
Tags: white, black, photoblogging, fixed-width, two-columns, threaded-comments, sticky-post

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: arial, sans-serif;
	vertical-align: baseline;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

body {
	line-height: 1;
	color: #333;
	background: white;
	font-size: 62.5%; /* Sets 1em to 10px */
	font-family: 'Lucida Grande', arial, verdana, sans-serif;
	/*background: #333333; url(images/body-bg-brown.jpg) 0 0 repeat;*/
	text-align: center;
	margin:auto;
}

ol, ul {
	list-style: none;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}
	
/* Font Controls */	

h1, h2, h3 {
	font-family: georgia, times new roman, serif;
	font-size: 1.8em;
	font-style: italic;
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: 1px solid #333;
	font-weight: normal;
}

h3 {
	font-size: 1.6em;
}

h1.single {
	font-size: 2.4em;
	font-weight: normal;
}

h2.meta {
	border-bottom: none;
	margin-top: 20px;
	margin-bottom: 0px;
}

h3.single {
	padding-top: 8px;
}

#blogTitle h1, #blogTitle h2 {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
}

#blogTitle h1 {
	font-size: 1.8em;
	color: #fff;
	text-transform: uppercase;
}

#blogTitle h1 a {
	font-family: georgia, times new roman, serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#blogTitle h2 {
	font-size: 1.8em;
	color: #000;
	text-transform: lowercase;
	padding-bottom: 10px;
}

/*p {
	font-size:1.1em;
	margin-bottom: 12px;
	line-height: 1.9em;
}*/

p {
font-size:13px;
line-height:20px;
margin-bottom:35px;
}

ul, ol {
	font-size:1.1em;
}

li h2 {
	font-size: 1.6em;
}

li.widget {
	margin-bottom: 2.4em;
}

.textwidget {
	font-size:13px;
	line-height:20px;
}



a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p.postnavigation a, p.postnavigation a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.hidden {
	display: none;
}
	
/*

Structure Controls

*/

#headerblack {
	width:100%;
	height:25px;
	background-color:#000;
}

#headerblacktxt {
	line-height:250%;
	width:auto;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#9d9b9b;
}




#header {
	width: 900px;
	background-color: #FFF;
	/*background: transparent url(images/header-bg.png) 0 0 no-repeat;*/
	margin: 0 auto;
	text-align: left;
	height: 185px;
	/*margin-top:20px;
	border: 1px solid blue;*/
}

/* Related Posts */
ol.related-posts {
clear:both;
text-align:center;
margin:10px 0px 0px 0px;
padding:0;
}

ol.related-posts li{
width:180px;
float:left;
display:inline;
margin-right:25px;
padding:0;
}
	
ol.related-posts img{
clear:both;
padding:5px 5px 26px 5px;
background:#F7F7F7;
border:1px solid #DDD;
}

ol.related-posts a{
clear:both;
display:block;
border:none;
text-decoration:none;
}

ol.related-posts li{
font-size:12px;
}


/*Header Navigation Style*/

#headernav {
	float: right;
	margin: -15px;
	/*border: 1px solid blue;*/
	width: 580px;
	text-align: right;
	margin-top: 130px;

}

#headernav ul li{
	font-family: Myriad;
	font-size: 16px;
	/*border: 1px solid red;*/
	padding-right:15px;
	text-transform: uppercase;
	display:inline;

}

#headernav .current_page_item a:link, #headernav .current_page_item a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
	

#headernav li a:link{
    color:#666;
	text-decoration:none;
	}
	
#headernav li a:visited{
    color:#666;
	text-decoration:none;
	}
	
#headernav li a:hover{
    color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	}
	
/*Footer Navigation Style*/

#supporters {
	font-size:18px;
	color:#666;
	text-align:center;
	margin:20px 0 20px 0;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	padding:20px 0 20px 0;
}
	
#footerblack {
	width:100%;
	height:460px;
	background-color:#000;
	text-align:center;
}

#footerblack .content {
	color:#9d9b9b;
	margin:0px auto;
	text-align:left;
	width:900px;
	padding-top:20px;
}


#footerblack .content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#363636;
	/*line-height:250%;
	text-align: center;
	width:auto;
	border: 1px solid red;
	margin:0px auto;
	text-align:left;
	width:900px;
	padding-top:20px;*/
}

/*#footernav {
	float: left;
	/*margin: -15px;
	border: 1px solid blue;*/
	/*width: 890px;
	text-align: left;
	margin: 20px 0 20px 0;

}

#footernav ul li{
	font-family: Myriad;
	font-size: 16px;
	/*border: 1px solid red;*/
	/*padding-right:15px;
	text-transform: uppercase;
	display:inline;

}

#footernav .current_page_item a:link, #footernav .current_page_item a:visited {
	color: #CCC;
	text-decoration: none;
	/*border-bottom: 1px dotted #000000;*/
/*}
	

#footernav li a:link{
    color:#CCC;
	text-decoration:none;
	}
	
#footernav li a:visited{
    color:#999;
	text-decoration:none;
	}
	
#footernav li a:hover{
    color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
	}*/

#atozfooter {
	margin-left:0;
	width: 900px;
	/*margin-top:-30px;
	border: 1px solid green;*/
}

#atozlayerfooter {
	width:225px;
	margin: 20px 0 15px 0;
	float:left;
	/*border:1px solid blue;
	height:100%;*/
}

#atozlayerfooter h2 {
	border:none;
	font-size:14px;
	margin-bottom:5px;
	font-style: normal;
	font-weight:regular;
}

#atozlayerfooter h2 a{
	color:#CCC;
	text-decoration:underline;
}

#atozlayerfooter h2 a:hover{
	color:#FFF;
	text-decoration:underline;
}

#atozlayerfooter .atozlayercolumnfooter {
	width: 190px;
	margin: 0px 20px 16px 0;
	float: left;
	/*border: 1px solid green;*/
}

#atozlayerfooter .atozlayercolumnfooter .text{
	background:#000000;
	height: 30px;
	margin-top:-2px;
	line-height:30px;
	color:#FFFFFF;
	font-size:12px;
	padding-left:10px;
	/*float: left;
	border: 1px solid green;*/
}

#atozlayerfooter .atozlayercolumnfooter a{
	color:#363636;
	text-decoration:underline;
	font-size:12px;
	/*float: left;
	border: 1px solid green;*/
}

#atozlayerfooter .atozlayercolumnfooter a:hover{
	color:#FFFFFF;
}




	
/* LOGO */

#logo {
	float: left;
	margin:0;
	width: 310px;
	height: 185px;
	background: transparent;

}

#statement {
font-family:Myriad, Arial, Helvetica, sans-serif;
height:auto;
width:900px;
/*margin:auto;*/
margin-top:-40px;
margin-bottom:30px;
border-bottom:1px solid #e9e9e9;
border-top:1px solid #e9e9e9;
padding:25px 0 25px 0;
/*border: 1px solid red;*/
}

#statement .textwidget {
font-family:Myriad, Arial, Helvetica, sans-serif;
text-align: left;
font-size:34px;
font-weight:400;
line-height:1.5;
/*float:left;
border: 1px solid red;*/
}

#statement .textwidget a {
	color:#FFFFFF;
	background-color:#000;
	text-decoration:none;
	padding: 4px 10px 4px 10px;
}

#dividetop {
height:auto;
width:900px;
/*margin:auto;*/
margin-top:-40px;
margin-bottom:10px;
border-top:1px solid #e9e9e9;
padding:25px 0 25px 0;
/*border: 1px solid red;*/
}

#page {
	background: #fff /*url(images/page-bg.jpg) 100% 0 no-repeat*/;
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 60px;
	text-align: left;
}

#content {
	margin: 0 50px 50px 50px;
	padding-top: 50px;
	background: transparent;
}

/*#footer {
	margin: 0 50px 50px 50px;
	padding-top: 50px;
	background: transparent;
}*/

/*--ANFANG TOGGLE--*/

#togglelist {
	/*border:1px solid red;*/
	width:900px;
	text-align:center;
	margin: 0 auto;
}

h2.trigger {
	padding: 0 0 0 50px;
	margin: 0;
	background: #333;
	background: url(images/slidedownup.gif) center top no-repeat;
	height: 20px;
	line-height: 20px;
	width: 900px;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	border:none;
}

h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
color: #ccc;
}

h2.active {
background-position: center bottom;
margin: 0 auto; 
} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/

.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	/*border-top: 1px solid #d6d6d6;
	border-top: 1px solid #e9e9e9;*/
	border-bottom: 1px solid #e9e9e9;
	/*background: #000; /*url(toggle_block_stretch.gif) repeat-y left top;*/
	overflow: hidden;
	font-size: 12px;
	color: #333;
	width: 900px;
	text-align:left;
	clear: both;
}
.toggle_container .block {
	/*padding: 20px; --Padding of Container--*/
	
	/*background: url(toggle_block_btm.gif) no-repeat left bottom; */ /*--Bottom rounded corners--*/
}


#atoz {
	margin-left:0;
	width: 900px;
	/*margin-top:-30px;
	border: 1px solid green;*/
}

#atozlayer {
	width:190px;
	margin: 30px 0 30px 29px;
	float:left;
	/*border:1px solid blue;
	height:100%;*/
}

#atozlayer h2 {
	/*border: 1px solid red;*/
	/*width: 900px;*/
	border:none;
	font-size:20px;
}

#atozlayer .atozlayercolumn {
	width: 190px;
	margin: 0px 20px 16px 0;
	float: left;
	/*border: 1px solid green;*/
}

/*#gallerypagephotos .gallerysingle a:hover{
	background:black;
	opacity: .8;
	filter:alpha(opacity=80);
	/*border: 1px solid green;
}*/

#atozlayer .atozlayercolumn .text{
	background:#000000;
	height: 30px;
	margin-top:-2px;
	line-height:30px;
	color:#FFFFFF;
	font-size:12px;
	padding-left:10px;
	/*float: left;
	border: 1px solid green;*/
}

#atozlayer .atozlayercolumn .text a{
	color:#999;
	text-decoration:none;
	font-size:12px;
	/*float: left;
	border: 1px solid green;*/
}

#atozlayer .atozlayercolumn .text a:hover{
	color:#FFFFFF;
	/*border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;*/
}


/*--ENDE TOGGLE--*/

#footer p {
	font-size:11px;
	line-height:15px;
}

#feature.singlepic, #pagecontent {
	margin-bottom: 50px;
}



#feature.singlepic img {
	text-align: right;
}

#feature.singlepic .infopanel {
	border-bottom:1px solid #E9E9E9;
	margin-top:-15px;
	padding:0 0 50px;
	text-align:right;
}

#mailme {
	/*width:50px;
	height:50px;
	background:#333333;*/
	position:absolute;
	z-index:100;
	display:none;
	cursor: pointer;
}

#columnleft {
	float: left;
	width: 250px;
}

#columnleftpage {
	float: left;
	width: 250px;
	margin-top:6px;
}

#columnright {
	float: left;
	margin-left: 50px;
	width: 600px;
}


#commentsform {
	margin-top: 50px;
}

#footer {
	border-top: 1px solid #333;
	padding: 20px 0;
	text-align: left;
	width:900px;
}

/* Image Cycle Styles*/
 
 

 
.pics { 
	height: 450px; 
	width: 900px; 
	padding: 0; 
	margin: 0; 
	margin-bottom: 50px;
	}
	
.pics img { 
	top:0; 
	left:0;
	border:0;
	padding:0; 
	vertical-align: middle;
	}
	
/* General Image Controls */	

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}	
	

/* Lists */


/* HOMEPAGE */

#columnrightstart {
	float: left;
	margin-left:50px;
	width: 600px;
	/*border:1px solid yellow;*/
}

#latestphotos {
	width:640px;
	margin:0;
	/*border:2px solid red;*/
}

#latestphotos .single {
	width: 285px;
	margin: 0px 30px 25px 0;
	float: left;
	/*border: 1px solid green;*/
}

/*#latestphotos .single a:hover{
	background:black;
	opacity: .8;
	filter:alpha(opacity=80);
	/*border: 1px solid green;
}*/

#latestphotos .single .text{
	background:#000000;
	height: 30px;
	margin-top:-3px;
	line-height:30px;
	color:#FFFFFF;
	font-size:12px;
	padding-left:10px;
	/*float: left;
	border: 1px solid green;*/
}

#latestphotos .single .text a{
	color:#999;
	text-decoration:none;
	font-size:12px;
	/*float: left;
	border: 1px solid green;*/
}

#latestphotos .single .text a:hover{
	color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}

/* End Homepage*/

/* Start Gallery Page */

#gallerypage {
	float: left;
	margin-left:0;
	width: 900px;
	margin-top:-30px;
	/*border: 1px solid green;*/
}

#gallerypagephotos {
	width:960px;
	margin:0;
	margin-top: 15px;
	/*border:1px solid blue;
	height:100%;*/
}

#gallerypagephotos h2 {
	/*border: 1px solid red;*/
	width: 900px;
}

#gallerypagephotos .gallerysingle {
	width: 210px;
	margin: 0px 20px 20px 0;
	float: left;
	/*border: 1px solid green;*/
}

/*#gallerypagephotos .gallerysingle a:hover{
	background:black;
	opacity: .8;
	filter:alpha(opacity=80);
	/*border: 1px solid green;
}*/

#gallerypagephotos .gallerysingle .text{
	background:#000000;
	height: 30px;
	margin-top:-2px;
	line-height:30px;
	color:#FFFFFF;
	font-size:12px;
	padding-left:10px;
	/*float: left;
	border: 1px solid green;*/
}

#gallerypagephotos .gallerysingle .text a{
	color:#999;
	text-decoration:none;
	font-size:12px;
	/*float: left;
	border: 1px solid green;*/
}

#gallerypagephotos .gallerysingle .text a:hover{
	color:#FFFFFF;
	/*border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;*/
}

/* End Gallery Page */
	
/* Button Styles */	

p.morebutton {
	width: 99px;
	height: 30px;
}

.morebutton a {
	background: transparent url(images/see-more-button.png) 0 0 no-repeat;
	width: 99px;
	height: 30px;
	border: 0;
	display: block;
}

.morebutton a:hover {
	background-position: 0 -30px;
	cursor: pointer;
}

.previouspostbutton, .nextpostbutton {
	float: right;
	display: block;
}

.previouspostbutton {
 	margin-right: 10px;
 }

.previouspostbutton a, a .previouspostbutton  {
	background: transparent url(images/previous-post-button.png) 0 0 no-repeat;
	width: 99px;
	height: 30px;
	border: 0;
	display: block;
}

.previouspostbutton a:hover, a:hover .previouspostbutton {
	background-position: 0 -30px;
	cursor: pointer;
}

.nextpostbutton a, a .nextpostbutton {
	background: transparent url(images/next-post-button.png) 0 0 no-repeat;
	width: 99px;
	height: 30px;
	border: 0;
	display: block;
}

.nextpostbutton a:hover, a:hover .nextpostbutton {
	background-position: 0 -30px;
	cursor: pointer;
}
	
/* Comments Form */	

#respond {
	margin-top: 30px;
}

#commentform #submit {
	background: transparent url(images/submit-button.png) 0 0 no-repeat;
	width: 99px;
	height: 30px;
	border: 0;
}

#commentform #submit:hover {
	background: transparent url(images/submit-button.png) 0 -30px no-repeat;
	cursor: pointer;
}

/* Comments */

ol.commentlist { 
	list-style:none; 
	margin:0 0 1em; 
	padding:0; 
	text-indent:0; 
	}

ol.commentlist li.comment { 
	border-bottom:1px solid #9e9690; 
	padding:1em; 
	}

ol.commentlist li div.comment-author {}

ol.commentlist li div.vcard { font-weight: normal; }

ol.commentlist li div.vcard cite.fn { 
	font-size: 1.8em;
	font-family: georgia, times new roman, serif;
	font-style:normal;
	}

ol.commentlist li div.vcard cite.fn a.url {}

ol.commentlist li div.vcard img.avatar { 
	border:1px solid #333; 
	float:right; 
	margin:0 0 1em 1em; 
	}

ol.commentlist li div.vcard span.says {
	margin-bottom: 12px;
	}

ol.commentlist li div.commentmetadata {
	margin-bottom: 20px;
	}

ol.commentlist li div.comment-meta { 
	font-size:10px; 
	}

ol.commentlist li div.comment-meta a { 
	color:#9e9690; 
	}

ol.commentlist li p { 
	font-size:11px; 
	margin:0 0 1em; 
	}

ol.commentlist li ul { 
	font-size:1em; 
	list-style:square; 
	margin:0 0 1em 2em; 
	}

ol.commentlist li div.reply { 
	margin-top: 20px;
	color: transparent; 
	}

ol.commentlist li div.reply a { 
	background: transparent url(images/reply-button.png) 0 0 no-repeat;
	width: 83px;
	height: 25px;
	border: 0;
	display: block;
	color: transparent;
	}
	
ol.commentlist li div.reply a:hover { 
	background-position: 0 -25px;
	}	

ol.commentlist li ul.children { 
	list-style:none; 
	margin:1em 0; 
	text-indent:0; 
	}

ol.commentlist li ul.children li.depth-2 { 
	border-left:3px solid #333; 
	margin:.25em 0 .25em .25em; 
	}

ol.commentlist li ul.children li.depth-3 { 
	border-left:3px solid #9e9690; 
	margin:.25em 0 .25em .25em; 
	}

ol.commentlist li ul.children li.depth-4 { 
	border-left:3px solid #bbb; 
	margin:.25em 0 .25em .25em; 
	}

ol.commentlist li.even { 
	background:#fff; 
	}

ol.commentlist li.odd { 
	background:#f6f6f6; 
	}

ol.commentlist li.parent { 
	border-left:3px solid #111; 
	}

ol.commentlist li.pingback { 
	border-bottom:1px dotted #666; 
	padding:1em; 
	}
	
/* Search Contorls*/	

#searchform #s {
	float: left;
	border: 1px solid #444;
	padding: 4px 2px;
	font-size: 1.1em;
	width: 140px;
	margin-right: 10px;
}

#searchsubmit {
	float: left;
	background: transparent url(images/search-button.png) 0 0 no-repeat;
	width: 83px;
	height: 25px;
	border: 0;
	display: block;
	color: transparent;	
	}
	
#searchsubmit:hover {
	background-position: 0 -25px;
	cursor: pointer;
}	

/* General Controls*/

.clearall {
	clear: both;
}

.wp-caption {
	display: none;
	}
	
#slides {
	width:900px;
}	
	
/* Featured category on Homepage*/

#mySlides {
	width:982px;
}

#featureslider {
	width:982px;
	height: 500px;
	margin-left:-41px;
	margin-bottom:50px;
}

#myController {
font-family:Georgia;
font-size: 16px;
/*padding:2px 0;*/
width:300px;
position:relative;
top:-445px;
left:41px;
/*text-align:right;*/
z-index:14;
}

#myController span{
color:#FFF;
background:#000;
margin-right:10px;
cursor:pointer;
padding: 7px 15px 5px 15px;
}

#myController ul{
/*background:#FF0033;*/
list-style-type:none;
text-align: left;
cursor:pointer;
}

#myController li{
margin-bottom:20px;
}

#jFlowSlide{
width:900px;
float: left;
}

#myController span.jFlowSelected {
background:#666;
clear:both;
}

.jFlowPrev, .jFlowNext{
cursor:pointer;
}

#prev{
margin:0;
width:41px;
height:63px;
/*position: relative;
top:-470px;
left:-47px;*/
margin-top:250px;
overflow:visible;
z-index:11;
}

#prev img{
z-index:11;
overflow:visible;
cursor:pointer;
}

#next{
margin:0;
width:41px;
height:63px;
/*position: relative;
top:-520px;
left:896px;*/
margin-top:250px;
z-index:12;
}

#next img{
z-index:12;
cursor:pointer;
}

.featureframing {
background: transparent url(images/framing_feature.png) 0 0 no-repeat;
z-index:10;
width:900px;
height:450px;
position:absolute;
/*border:2px solid red;*/
overflow:hidden;
}

.iLikeThis {
	font-size: 20px;
}

#columnleft .mostlikedposts li {
	font-size:13px;
	line-height:20px;
	/*border: 1px solid red;*/
}
#columnleft ul {
margin-bottom:35px;
}

#columnleft .widget h2 {
/*border:none;*/
margin-top:6px;
}

#feature .infopanel .countcomments {
	background: transparent url(images/icon_comments.png) center left no-repeat;
	font-weight:bold;
	font-size: 20px;
	float:left;
	width:60px;
	padding:3px;
	margin-top:3px;
	
}

#feature .infopanel .countcomments .inside{
	float:left;
	margin-left:20px;	
}

#bb_like_box {
/*border:1px solid #999;*/
border-bottom:1px solid #999;
height:208px;
max-height:208px;
overflow:hidden;
}

#flashId {
	/*border: 1px solid red;*/
	margin: -120px 20px 60px 0;
	width: 300px;
	height: 70px;
}
