@charset "utf-8";
/**
 * 
 * @desc		Main StyleSheet
 * @project		Bahalwan Photography
 * @author		Boris Bojic <bojic@devshack.biz>
 * @copyright	2009 Boris Bojic
 * @version		Wed, 06 May 2009 13:07:34 +0200
 *
 */

/*
--- Grundlegendes / CSS Reset --------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
*/

html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,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-size:100%;vertical-align:baseline;background:transparent;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
body{line-height:1;font-family:Arial,Verdana,Helvetica,"Trebuchet MS",sans-serif;color:#E0C087;background:#000;font-size:100.01%;}
input,
select,
textarea{font-family:Arial,Verdana,Helvetica,"Trebuchet MS",sans-serif;margin:0;padding:0;border:0;}
table{border-collapse:collapse;border-spacing:0;empty-cells:show;font-family:Arial,Verdana,Helvetica,"Trebuchet MS",sans-serif;}
a{color:#A58E62;text-decoration:none;}
a:hover,
a.marked{color:#fffecd;}
label{cursor:pointer;}


/*
--- Grundlayout ----------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
*/

#wrapper{
	width: 840px;
	margin: 50px auto;
}

#header{
	padding: 0 20px;
	background: url('./img/elements/goldline.png') 0 100% no-repeat;
}

#content{
	padding: 0 40px;
	min-height: 350px;
}

#footer{
	padding: 10px 40px;
	background: url('./img/elements/goldline.png') no-repeat;
}

/*
--- Logo -----------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
*/

#header h1{
	float: left;
	width: 303px;
	background: url('./img/logo/logo.png') no-repeat;
	text-indent: -9999em;
}

#header h1 a{
	display: block;
	height: 67px;
	outline: none;
}


/*
--- Navigation -----------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
*/

#header ul{
	font-size: .79em;
	width: 32em;	/* 4x 8em */
	line-height: 67px;
	margin-left: auto;
}

#header ul li{
	width: 8em;
	float: left;
	text-align: center;
	text-transform: uppercase;
}

#header ul a{color:#A58E62;text-decoration:none;}
#header ul a:hover,
#header ul a.marked{color:#fffecd;}


/*
--- Inhalt ---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
*/

#content h2{
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: normal;
	padding: 35px 0 1em 0;
}

#content h3{
	font-size: .76em;
	line-height: 1.5;
	font-weight: normal;
	padding: 1em 0 2em 60px;
	letter-spacing: 3px;
}

#content p{
	font-size: .8em;
	line-height: 1.5;
	padding: 0 0 1em 0;
}

	#content small{
		font-size: .6em;
	}

#content ul{
	font-size: .8em;
	line-height: 1.5;
	padding-bottom: 2em;
}

#content ul li{
	width: 33%;
	float: left;
}

	#content ul.nofloat li{
		width: auto;
		float: none;
	}

#content a{
	color: #fffecd;
}

#content a:hover{
	text-decoration: underline;
}

/*
--- Galerie Teaserbox ----------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
*/


#content ul#picholder{
	width: 352px;
	height: 235px;
	float: right;
	padding: 0;
	overflow: hidden;
}

#content ul#picholder li{
	width: auto;
	height: 233px;
	border: 1px solid #352E1F;
	float: none;
}

#content ul#picholder li img{
	display: block;
}

/*
--- Galerie --------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
*/

#content dl.gallery{
	float: left;
	width: 162px;
	margin: 0 0 0 20px;
	text-align: center;
	font-size: .7em;
}

#content dl.gallery dt{
	border: 1px solid #352E1F;
	width: 160px;
	height: 106px;
	overflow: hidden;
}

/* Buntes Transparenz Kunterbunt */
#content dl.gallery dt a img{opacity:0.65;}
#content dl.gallery dt a:hover img{opacity:1;}

#content dl.gallery dd{
	padding: 5px 0 20px 0;
}



/*
--- Footer ---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
*/

#footer{
	font-size: .7em;
	line-height: 1.5;
	color: #A58E62;
}

#footer address{
	font-style: normal;
}

#footer p{
	float: right;
	width: 50%;
	text-align: right;
}

#footer a{color:#A58E62;text-decoration:none;}
#footer a:hover,
#footer a.marked{color:#fffecd;}


/*
--- CSS Autoclear --------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
*/

#header:after,
#header ul:after,
#content:after,
#content ul:after,
#footer:after{
	content: ".";display: block;height: 0;clear: both;visibility: hidden;
}















/* that's all folks! */