/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

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



THEME & CSS MODIFIED BY  *----guerillagirl----* 

*/


/* resets
---------------*/
* html{
	padding: 0px;margin: 0px;
}
ul, li{
	list-style:none;
}

a img{
	border: 0px;
}

a:hover{
	text-decoration: none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}




body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, sans-serif;
	background: ##FFF;
	color: #000;
	text-align: left;
	margin: 0 0 0px 0;
	padding: 0;
	}
	
	
	
	

#page {
	background-color: #FFF;
	margin: 0px auto;
	padding: 0;
	width: 940px;
	border: 0px!important;
	}

#header {
	background:#FFF;
	margin: 0 0 0 0px;
	padding: 0px 0  10px 0;
	height: 90px;
	width: 940px;
	
	
border-bottom:1px solid #000000;

}


#headerimg 	{
	margin: 0;
	
	width: 940px;
	margin: 0;
	
	
	}
#headerimg h1 a  {
background:transparent url(http://www.guerillagirl.de/wordpress/wp-content/themes/default/images/guerillagirl-logo.png) no-repeat scroll 0 -150px;
float:left;
height:100px;
width:190px;
text-indent: -9999px;
}
#headerimg h1 a:hover  {
background-position: 0 0px;
}


.bubble {
float:left;
margin-left:-90px;
width:250px;
margin-top: 10px;
}



#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}






#footer {
	background: #FFF;
	border: none;
	}



.narrowcolumn,.widecolumn {
	float: left;
	padding: 0 0 0px 0px;
	margin: 0px 0 0;
	width: 940px;
	}



.post {
	margin: 0 0 0px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
		}

.widecolumn .postmetadata {
	
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
border-top:1px dotted #777777;
clear:both;
margin:0 auto 0;
padding:0;
position:relative;
top:50px;
width:940px;
}



#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: left;
	text-transform: uppercase;
	}


.footerlinks {
float:right;
}
span.copyright {
float:left;
}
#footer span a{
	color: #000;
}
#footer span a:hover{
	color: #777;
}













small {
	font-family:Helvetica,Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family:Helvetica,Arial, Sans-Serif;
	font-weight: lighter;
	text-transform:uppercase;
	color:#000;
	}

h1 {
	font-size:14px;
	}
h2 {
	font-size: 12px;
	}
h3 {
	font-size: 12px;
	}

#headerimg .description {
	color:#000000;
	float:right;
	font-size:16px;
	font-weight:lighter;
	margin-top:10px;
	text-transform:uppercase;
font-weight:bold;
text-indent:-9999px;
background:transparent url(http://www.guerillagirl.de/wordpress/wp-content/themes/default/images/descr-folio.jpg) no-repeat scroll 0 0px;
width: 325px;
height: 81px;
}

h2.pagetitle {
	font-size: 14px;
	}




h1 a  {
	text-decoration: none;
	color: #000;
	}
h1 a:hover{
	text-decoration: none;
	color: #000;
}	
	







.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}





a, h2 a:hover, h3 a:hover {
	color: #777;
	text-decoration:none;
	
	}

a:hover {
	color: #FF0000;
	
	}

	}
/* End Typography & Colors */




/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin-top: 0px;
	
}

h3 {
	padding: 0;
	margin: 0px 0 0;
	}

h3.comments {
	padding: 0;
	
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	margin-bottom: 15px;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 0px;
	list-style: none;
	padding-left: 0px;
	text-indent: 0px;
	}

html>body .entry li {
	margin: 7px 0 8px 0px;
	}


.entry ol {
	padding: 0 0 0 0px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements 
--------------------------------*/

	#searchform {
float:right;
margin:10px auto;
padding:5px 3px;
}	

#searchform #s {
	width: 108px;
	padding: 2px;
	}

#searchsubmit {
	padding: 1px;
	border:1px dotted #CCC;
	background: transparent;
	color: #CCC;
	text-transform: uppercase;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	
	}

select {
	width: 130px;
	}

/* End Form Elements */










.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}


.navigation {
	display: block;
	
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/




/* Accordion
------------------*/
#wrapper {
	width: 940px;
	
	margin: 20px auto;
	
	}
 .home.blog #wrapper {
	width: 940px;
	margin: 20px auto;
	
	}
.accordionButton {
background:none repeat scroll 0 0 #FFFFFF;

color:#000000;
cursor:pointer;
/*float:left;*/
padding:0 0;
text-transform:uppercase;
width:940px;
}	
	.accordionButton h2{	
	padding: 0;
	margin: 0;
	}
	
.accordionButton h2 a {
   border-top: 1px dotted;
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.9px;
    padding: 7px 0;
    }

.accordionButton h2 a.first{
   border-top: 0px;
   }

.accordionButton h2 a:hover{	
	color: #FFFFFF;
	font-weight: bold;
	background:#000;
	}
 
.accordionButton.active h2 a{
	border-bottom: 0px;
}
 
 .acc-open{}
 
.accordionContent {	
	width: 940px;
	float: left;
	background: #FFF;
	display: none;
	padding:0 0 15px;
	margin-bottom:5px;
	border-bottom: 3px solid #000;
	color: #666;
	}


.accordionContent ul {
	color: #666;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0;
	/*width: 50%;*/
	}

.accordionContent ul.ui-tabs-nav{
	width: 100%;
	}



.accordionContent ul li{
	color: #000;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0;
	
	padding: 2px 0;
	
}

.accordionContent li a{
	color: #666;
	text-decoration: none;
	font-size: 11px;
	line-height: 13px;
}
.accordionContent li a:hover{
	color: #FF0000;
	text-decoration: none;
	}



.accordionContent.blog li a {
    color: #0099CC;
    font-family: georgia,times,times new roman;
    font-size: 11px;
    font-style: italic;
    line-height: 13px;
    text-decoration: none;
}
.accordionContent.blog li a:hover {
background: #fff000;
color: #000;
}


	
.accordionContent h2,
.accordionContent h3,
.accordionContent h4 {
font-family:georgia, times, times-new-roman;
font-size:11px;
font-style:italic;
font-weight:bold;
margin-bottom:5px;
padding-top:4px;
text-transform:none;
color:#666666;
	}
	


.post.about p{
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 20px;
	}
.post.about img{}

.post.contact .entry{
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 20px;
	width: 313px;
	}
.post.contact .entry p{

}

/* latest posts folio
----------------------*/

#latest-posts ul {

margin-left:0;
padding:0;
width: 100%;

}

#latest-posts ul li {
float:left;
width:33%;
position: relative;
margin:0 0 15px 2px;
font-size:10px;
border-bottom:2px solid;
height: 250px;
}
.attachment-post-thumbnail.wp-post-image{
	
}
#latest-posts h3 {



}

#latest-posts h2{
color:#000000;
display:block;
font-weight:bold;
font-size: 13px;
margin-top:0px;
padding: 10px 0;

}

#latest-posts ul li h3 a {
border-top:2px solid;
color:#000;
display:block;
font-size:10px;
font-weight:bold;
margin:0;
padding:4px 0;
text-decoration:none;
top:0;
width:300px;
}
#latest-posts h3 a:hover {
color: #777;



}

#latest-posts ul li p {
margin:0;
padding:0;
width:280px;
}
.accordionContent ul li.latest {
border-bottom:0px;

}





p.bottom{


font-weight: bold;
text-transform: uppercase;
margin-top: 35px;
font-size: 11px;

}


.post.about .entry{
	float: left;
	width: 40%;
	}

.post.about img {
	float:right;
	
	}








#lightbox-overlay-text-about{
	display:none;
}

.cform input.sendbutton {
-moz-border-radius-bottomleft:0px!important;
-moz-border-radius-bottomright:0px!important;
-moz-border-radius-topleft:0px!important;
-moz-border-radius-topright:0px!important;
cursor:pointer;
font-size:0.8em;
margin:0 0 0 0px!important;
padding:5px;
width:100px;
background: #000;
text-transform: uppercase;
border: 0px!important;
color: #FFF!important;
}

.cform input.sendbutton {

cursor:pointer;
font-size:0.8em;
margin:0 0 0 0px !important;
padding:5px;
width:100px;
}
ol.cf-ol li {
background:none repeat scroll 0 0 transparent !important;
line-height:1.3em;
list-style:none outside none !important;
margin:0 0 !important;
padding:0;
text-align:left;
}
.cform input.sendbutton:hover,  {
background:#777!important;
}
.cform input, .cform textarea, .cform select {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #000!important;
padding:0px;
vertical-align:top;
}

.cform input:hover, .cform textarea:hover, .cform select:hover {
background:none!important;
}
.cform .cf-sb input:hover  {
background:#777!important;
}
.cform textarea, .cform input {
width:300px!important;
}
.cform input, .cform textarea, .cform select {
background:none repeat scroll 0 0 #FFFFFF;
border:1px dashed #CCCCCC;
vertical-align:top;
padding: 0px!important;
}

/* single posts
--------------*/


/*Slide panel
--------------------------*/


#panel {
background:#000000 none repeat scroll 0 0;
display:none;
height:auto;
margin-left:auto;
margin-top:0;
padding: 25px 0 35px 0; 
position:relative;
text-align:left;
width:100%;

}

.slide {
background:#000000 none repeat scroll 0 0;
margin:0;
padding:0;
}

a.btn-slide {
color:#FFF;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
padding:0px 0 5px 3px;
text-indent: -99999px;
width:960px;
margin:0 auto;
background:  #000 url(images/slider-btn.png)no-repeat 0 0;
position: relative;
left: 10px;
}

a.btn-slide:hover{
	background:  #000 url(images/slider-btn-hover.png)no-repeat 0 0;
}
a.btn-slide.active{
	background:  #000 url(images/slider-btn-act.png)no-repeat 0 0;
}


a.btn-slide.active:hover{
	background:  #000 url(images/slider-btn-act.png)no-repeat 0 0;
}
.btn-slide {
color:#FFFFFF;
display:block;
font-family:Helvetica,Arial sans-serif;
font-size:120%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:100%;
margin:0 0px;
padding:5px 0 10px;
position:relative;
text-align:left;
text-decoration:none;
}


.container.panelcontent{
	width: 940px;
	margin: 0 auto;
}


.categorie-archive{
	margin-left: 15px;
	padding: 0 0 0 0;
	float: left;
	width: 940px;
}
.categorie-archive ul{
	margin-left: 0px;
	padding: 0 0 0 0;
}
.categorie-archive ul li{
	margin-left: 0px;
	padding: 0 0 2px 0;
}
.categorie-archive ul li ul{
	margin-left: 0px;
	padding: 0 0 0 0;
}
.categorie-archive ul li ul li {
	
	margin-left:0;
	padding:0;
	width:170px;
}
.categorie-archive ul li ul li a {
color:#FFF;
font-size:21px;
text-decoration:none;
text-transform:uppercase;
font-weight: bold;
}

.categorie-archive ul li ul li a:hover{
	color:#f2f2f2;
	
}

li.categories h2{
	margin: 0 0 5px 0;
	color: #FFF;
	border-bottom: 1px dotted #333;
	font-size: 14px;
	padding-bottom: 3px;
	display: none;
}


/* single 
----------------------------*/
body.single .entry .img{
	position: relative;
}
body.single .entry {
	position: relative;
	margin-left: 0px;
}
body.single .entry h2 {
background:none repeat scroll 0 0 #000000;
color:#FFFFFF;
display:block;
font-weight:bold;
line-height:32px;

width:940px;
}
body.single .entry{
}

/* archive
----------------------------*/


body.archive #latest-posts h2 {
color:#000000;
display:block;
font-size:32px;
font-weight:bold;
letter-spacing:-2px;
margin-top:25px;
padding:0 0;
}
body.archive .entry .img{
	position: relative;
}
body.archive .entry {
	position: relative;
}

body.archive #latest-posts ul li h3 a {
background:transparent;
color:#777;
display:block;
font-size:11px;
font-weight:lighter;
margin:0;
padding:4px 0;
text-decoration:none;
top:0;
width:300px;
}

body.archive #latest-posts ul li {
margin:0 0 25px 2px;

}



.date {
font-style:italic;
margin-bottom: 15px;
}






a.site {
/*background:transparent url(http://www.guerillagirl.de/wordpress/wp-content/themes/default/images/arrows.png) no-repeat scroll 100% 5px;*/
border-bottom:1px dotted #777777;
border-top:1px dotted #777777;
color:#000000;
font-style:normal;
font-weight:bold;
margin-bottom:10px;
padding:5px 25px 3px 0;
position:relative;
top:15px;
}



.ngg-galleryoverview {
clear:both;
display:block !important;
margin:35px 0!important;
overflow:hidden;
width:100%;
}
.ngg-gallery-thumbnail img {
background-color:#FFFFFF!important;
border:0 none!important;
display:block;
margin:4px 0 4px 0px!important;
padding:4px 4px 4px 0px!important;
position:relative;
}


/* tabs
--------------*/
.ui-widget-content {
background:none!important;
border:0px!important;
color:#222222;
}
.ui-widget-header {
	background: none!important;
border:0 none!important;
color:#222222;
font-weight:bold;
}
.ui-tabs .ui-tabs-panel {
background:none repeat scroll 0 0 transparent;
border:0 none;
display:block;
padding:0!important;
}
.ui-tabs .ui-tabs-nav li {
border:0 none !important;
float:left;
list-style:none outside none;
margin:0 0.2em 1px 0;
padding:0;
position:relative;
top:1px;
white-space:nowrap;

}
.ui-state-default, .ui-widget-content .ui-state-default {
background:#fff;
border:0px solid #D3D3D3;
color:#555555;
font-weight:normal;
}
.ui-corner-all {
background:none !important;
-moz-border-radius:0 0 0 0!important;
}


.ui-state-default, .ui-widget-content .ui-state-default {
background:none ;
border:0px solid #D3D3D3;
color:#555555;
font-weight:normal;
}
#tabs ul{
	margin: 0px;
	padding: 0px;
}
#tabs li.latest,
#tabs div.latest {
	float:left;
	/*height:165px;*/
	margin: 0 3px 10px;
	padding:0;
	position:relative;
	top:7px;
	/*width:305px;*/
	display: inline;
	}


.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
cursor:pointer;
}

.ui-tabs .ui-tabs-nav li a {
background:none repeat scroll 0 0 #FFFFFF !important;
float:left;
padding:0.5em 1em;
text-decoration:none;
}



#tabs div.latest a span#info{
display: none;
}
#tabs div.latest  a:hover span#info{
background:none repeat scroll 0 0 #000;
color: #fff;
display: block;
height:72px;
opacity:0.9;
position:absolute;
width:138px;
padding: 5px;

}
.postthumb a{
	display: block;
	/*height:160px;
width:300px;*/
}



#tabs li.filter.strong{
	padding:0.5em 1em 0 0;
	font-family: georgia, times, times new roman;
	font-style: italic;
	
	
}


#tabs li.latest a:hover span#info p,
#tabs li.latest a:hover span#info p strong{
	color: #FFF;
	font-size: 10px;
	text-transform:none;
	font-weight: normal;
	}
#tabs div.latest a:hover span#info h3 {
	color: #FFF;
	font-size: 10px;
	text-transform:none;
	}


.accordionContent.visible {

display:block!important;

}
.acbtn h2  {
 	 border-top: 1px dotted;
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.9px;
    margin: 0 0 0;
    padding: 7px 0;
}

li.ui-state-active a:link{
	color: #000!important;
	font-weight: bold;
}
li.ui-state-active a:focus{
	outline: 0px;
}

li.ui-state-default a{
	color: #CCC;
	
}
.ui-state-default a, 
.ui-state-default a:link, 
.ui-state-default a:visited {
color:#CCC!important;
text-decoration:none;
font-family: georgia, times, times new roman;
font-style: italic;
text-transform:none;
}

li.ui-state-default a:hover{
	color: #222!important;
	
}







a.ext-link{
color:#000000 !important;
font-weight:bold;
font-style: italic;
font-family: georgia, times, times new roman;
}
a.ext-link:hover{
	color:#FF0000 !important;

}

.entry a.look{
color:#0099CC;
font-style: italic;
font-family: georgia, times, times new roman;
}
.entry a.look:hover{
	background:#FFF000 ;
	color: #000;

}



/* Contact Form
-------------------*/
.cform {
display:inline-block;
margin:0px auto 0;
border-top: 0px;
}
.cform legend {
display:none;
font:12px helvetica,arial,sans-serif;
margin-left:10px;
padding:0 2px;
}
.cform input.sendbutton {
-moz-border-radius:0px!important;
cursor:pointer;
float:right;
font-size:0.8em;
position:relative;
right:10px;
padding:2px !important;
width:100px !important;
}

