/*  
This is the Hick Pix-Website
Created by Benjamin Leng
*/

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/
* {padding:0; margin:0;}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }
.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }
div { position:relative; }
/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/
body{
	/*original background color: 272727*/
	background:#222; 
	color:#BFBFBF;
	font-size:70%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}
/* This class sets the width and position for all rows */
.inside{
	width:80%;
	min-width:50em;
	max-width:60em;
	margin:0 auto;
}

a{
	color:#FFF;
	text-decoration:none;
}

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

h1{
	color:#CCC;
	font-size:1.5em;
	font-weight:normal;
	margin:1.5em 0;
	border-bottom:1px dotted #666;
}
h1 a{
   color:#CCC;
}
h1 a:hover{
	color:#CCC;
	text-decoration:underline;
}
h2 {
	font-size:1.5em;
	color:#ccc;
	font-weight:normal;

}


h3 {
	font-size:1.15em;
	color:#FFF;
	font-weight:normal;
	margin:1.5em 0;

}

h3 a{
	color:#ccc;
}


h3 a:hover{
	color:#fff;
}


h4 (	
	   color:#fff;
)



p{
	line-height:1.75em;
	text-align:justify;
}

blockquote{
	margin-left:1em;
	padding-left:1em;
	border-left:2px solid #CCC;
	color:#CCC;
}

ul li{
	list-style-type:square;
	margin:0.5em 0 0.5em 2em;
}

---------------------------
Map
-------------------------
.map{

}

#map{
	height: 400px; 
	border: 1px solid white; 
	color:#666;
}


#map a{
color:#333333
}

#map b{
color:#333333
}

/*-----------------------------------------------------------------------------------------------
  Utilities
-----------------------------------------------------------------------------------------------*/
#utilities{
	float:right;
	width:200px;
	margin:1em 0 0 0;
	text-align:right;
}
/*-----------------------------------------------------------------------------------------------
  Text Size
-----------------------------------------------------------------------------------------------*/
#textsize{
	margin:.25em 0 0 0;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:.40;
}
#textsize:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.00;
}
#textsize a {
	text-decoration:none;
}
/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	background:#222;
}
#header .inside{
	padding:2em 0;
}
#header h2{
	font-size:2.25em;
	margin:0 0.5em 0 0;
	padding:0 0.5em 0.25em 0;
	border-right:1px solid #808080;
	float:left;
}
#header h2 a{ text-decoration:none; }

#header p{
	padding:1em 0;
	margin:0;
	line-height:1em;
}
/*-----------------------------------------------------------------------------------------------
  Navigation
-----------------------------------------------------------------------------------------------*/
#navigation {
	background:#222 url(http://www.hick-pix.de/images/navigation.png) top repeat-x;
	display:block;
	height:25px;
	overflow:hidden;
}
#navigation ul{
	list-style:none;
	margin:0;	
	padding-left:0px;
	text-transform:uppercase;
	font-size:1em;
	font-weight:normal;		
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
#navigation ul li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;  
	white-space:nowrap;	
	font-weight:bold;
}	
#navigation ul li a {
	display:block;
	padding:5px 10px 5px;
	letter-spacing:1px;
	border:0;  
	text-decoration:none; 
	color:#000; 
}	
#navigation ul li a:hover,#navigation ul li a:active, #navigation li.current_page_item a
{
	filter:alpha(opacity=80);
	-moz-opacity:0,8;
	opacity:.80;
	background-color:black;
	color:#fff;
	text-decoration:none;
	
}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/
#primary{
	background:#222;
	padding:2em 0 2em 0;
	color:#808080;
}
.abt-this-page{
	font-size:1.15em;
	color:#CCC;
	font-weight:normal;
}
#primary.Text .primary{
	float:left;
	width:50%;
}
#primary.Text .secondary{
	float:right;
	width:40%;
	margin:0 0 0 10%;
}
#primary.twotext .story{
	float:left;
	width:48%;
	margin:0 0 0 3.9%;
	display:inline;
}
* html #primary.twotexts .story{
	margin-left:2%;
}
#primary.twotext .first, * html #primary.twotext-stories .first{
	margin:0 0 0 0;
}
#primary.twotext-stories .first img, * html #primary.twotext-stories .first img, #primary.twotext-stories .story img, * html #primary.twotext-stories .story img{
	max-width: 100%;
}
.story h3{
	font-size:1.15em;
	margin:0 0 1.5em 0;
	font-weight:normal;
	color:#CCC;
}


.story .details{
	margin:1em 0;
	text-align:right;
	border-top:1px solid #333;
	padding:0.5em 0;
	font-size:0.9em;
	color:#666;
}

/* Single Post Styles */
#primary .primary{
	float:right;
	width:65%;
}
#primary .secondary{
	float:left;
	width:30%;
	margin-right:3%;
	padding-top:0.65em;
	display:inline;
}
* html #primary .secondary{ margin-right:2%; }
.secondary .featured p{
	border-bottom:1px solid #333333;
	border-top: 1px solid #333333;
	padding:0.5em 0 0.6em 0;
	line-height:1.5em;
	margin:1em 0 0 0;
}
#primary.twocol-stories .story img, .single-post img {
	padding: 2px;
	border: 1px solid #666666;
	background: #000000;
}

#primary.twocol-stories .story a img:hover, .single-post a img:hover {
	padding: 2px;
	border: 1px solid #ddd;
	background: #666666;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/
.ancillary{
	background:#222 url(http://www.hick-pix.de/images/bg_ancillary.jpg) top repeat-x;
	padding:2em 0 2em 0;
}
.ancillary .sidebar{
	float:left;
	padding: 1%;
	width: 25%;
	margin:0 0 0 2.5%;	
	background: transparent url(http://www.hick-pix.de/images/transparent_bg.png) repeat left top;
}
* html .ancillary .sidebar{
	background:none;
}
.ancillary .twice-length{ width:65%; }
.ancillary .thrice-length{ width:100%; }
.ancillary .first {
	clear:both;
	margin:0 0 0 2.4%;
	width: 35%;
}
* html .ancillary .first {
	clear:both;
	margin:0;
}
.ancillary .block-separator{
	clear:both;
	height:2.5em;
}
.ancillary .sidebar h2, .ancillary .sidebar h3{
	margin:0 0 2em 0;
	color: #FF9900;
}
.divider {
	border-bottom:1px solid #3D3D3D;
}
ul.sidebar li {
	list-style-type:none;
	margin:0;
}

/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/
#footer{
	clear:both;
	color:#939393;
	margin:1.5em 0 3em 0;
}
#footer .inside{
	background:url(http://www.hick-pix.de/images/footer_black.gif) 50% 0 repeat-x;
	padding:1em 0;
}
#footer p{
	margin:0;
	font-size:0.9em;
}
#footer p.copyright{ float:left; }
#footer p.attributes{ float:right; }
#footer p.attributes a{
	padding:0 0 0 1em;
	text-decoration:none;
	color:#525252;
}
#footer p.attributes a:hover{
	color:#FFF; 	
	text-decoration:underline;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #555555;
}


#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#777777;
}

#TB_window a:link {color: #222;}
#TB_window a:visited {color: #777777;}
#TB_window a:hover {color: #ffffff;}
#TB_window a:active {color: #777777;}
#TB_window a:focus{color: #777777;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#222;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #000000;
	z-index: 102;
	color:#555555;
	display:none;
	border: 1px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #525252;
	border-bottom: 1px solid #525252;
	border-top: 1px solid #525252;
	border-left: 1px solid #525252;
}

#TB_caption{
	height:25px;
	padding:10px 10px 10px 10px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:10px 10px 10px 10px;
	float:right;
}

#TB_closeAjaxWindow{
	padding:10px 10px 10px 10px;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:10px 10px 10px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#222;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

