/*

SARAH BERNHARD PHOTOGRAPHY

(c)2008 malte müller
malte@electricgecko.de
electricgecko.de


*/


/* basics */

* {
	margin: 0;
	padding: 0;
}

body {
    color: #000;
    background: #fff;
	font-family: "Times New Roman", Times, serif;
    font-size: 9pt;
    line-height: 1.4em;
    }


img { border: 0; }


/* typography */

p 	{ 
	width: 220px;
	margin-bottom: 8px;
	line-height: 1.6em;
	
	}

div#foot p {
	width: 100%;
}

em {
	font-style: normal;
}

ul.content-list 	{ 
	list-style: none;
	list-style-image: url(../i/em-dash.png);
	list-style-position: outside;
	margin-left: 18px;
	width: 202px;
	}

ul.content-list li {
	margin-bottom: 5px;
}

h1, h2, h3, h4 { 
	font-weight: normal; 
	}

h1 {
	background: url(../i/sarahbernhard-logo.png) no-repeat;
	background-position: center;
	width: 145px;
	height: 39px;
}

h2 {
	text-transform: uppercase;
	font-size: 65pt;
	line-height: 1em;
}

h3 {
	text-transform: uppercase;
	margin-top: 16px;
}

h3.head { margin-top: 0; }

h4 		{ font-size: 18pt; }

span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
	}

/* links */

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

a:hover {
	background: #000;
	border-bottom: 0;
}

p a, ul.content-list a {
	border-bottom: 1px solid #bbb;
}

a.img_link {
	border: 0;
	text-decoration: none;
}

a#backlink {
	display: block;
	width: 145px;
	height: 39px;
	position: absolute;
}

a#backlink:hover { background: transparent; }

/* dirty helpers */

.left 		{ float: left;}
.right 		{ float: right;}
.hidden 	{ position:absolute; left:-999px; width:200px; }
.break 		{ clear: both; display: block;}

/* images */


/* navigation */

ul#nav {
	list-style: none;
	text-align: right;
	margin-top: 480px;
}


/* layout */

div#wrap {
	width: 960px;
	margin: 0 0 0 20px;
	
}

div#head {
	height: 90px;
	margin: 0 0 0 200px;
}

div#headcol {
	width: 145px;
	border-bottom: 4px solid #000;
	padding-bottom: 15px;
	margin-right: 55px;
	float: left;
}

div#content {
	float: left;
	height: 510px;
}

div#foot {
	float: left;
	width: 760px;
	height: 15px;
	padding-bottom: 15px;
	margin-top: 28px;
	border-bottom: 4px solid #000;
}

/* portfolio */

ul.portfolio-list {
	font-size: 65pt;
	list-style: none;
	line-height: 45pt;
	text-transform: uppercase;
}

div.gallery 					{ border: 0;}
ul.portfolio-list li 			{ margin-bottom: 10px; }

ul.portfolio-list li a 			{ }
ul.portfolio-list li a:hover 	{ background: transparent; }

div#portfolio-nav { 
	text-align: right;
	margin: 3px 0 0 0; 
	
	}

div#portfolio-count {
	text-align: right;
	margin: 5px 0 0 0;
}

div#img-description {
	font-size: 12pt;
	margin-top: -7px;
}

div#img-description p { width: 100%; } 

img.spaceball {
	width: 760px;
	height: 500px;
	position: absolute;
	top: 90px;
	left: 165px;
	border: 0;
}

/* text pages */

.first-col, .second-col, .third-col {
	float: left;
	margin: 0 30px 0 0;
}

