/*
www.idaschmidt.dk
2009-08-11

nam nam design webbureau v. Lasse Gejl
www.namnamdesign.dk
*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(../images/bg_body.gif) no-repeat center 65px;
	font: 13px/18px "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	color: #000;
}
input, textarea, select {
	font: 11px/14px "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
}
hr {
	display: none;
}
fieldset {
	border: none;
}
p {
	margin: 0 0 15px 0;
}
a {
	color: #000;
	outline: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
fieldset {
	border: none;
}
.clearboth {
	clear: both;
}

/* self clearing - start */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clear {
	height: 1%;
}
.clear {
	display: inline-block;
}
.clear { 
	display: block;
}
/* self clearing - end */

#container {
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 936px;
}
#side {
	float: left;
	width: 180px;
}
#logo h1, #logo h3 {
	text-indent: -100em; 
	overflow: hidden;
	margin: 0;
}
#logo #headline {
	background: url(../images/fotograf_ida_schmidt.gif) no-repeat;
	width: 146px;
	height: 51px;
	font-size: 1px;
}
#logo #headline a {
	display: block;
	height: 51px;
}
#navi {
	margin: 35px 0 0 0;
}
#navi a {
	display: block;
	font-size: 18px;
	padding: 2px 0;
	text-decoration: none;
	width: 170px;
}
#navi a:hover {
	text-decoration: underline;
}

/* navi current - start */
#fashion a.fashion,
#people a.people,
#kids a.kids,
#projects a.projects,
#travel a.travel,
#commercial a.commercial,
#contact a.contact,
#about a.about,
#references a.references {
	cursor: default;
	font-weight: bold;
	text-decoration: none;
}
/* navi current - end */

#navi li {
	list-style: none;
	margin: 0 0 2px 0;
}
#navi li.divider {
	margin-top: 30px;
}
#main, #text {
	float: right;
	height: 429px;
	margin: 65px 0 0 0;
	overflow: hidden;
	position: relative;
	width: 756px;
}
#main h1, #text h1 {
	font-size: 16px;
	font-weight: normal;
	padding: 0 0 5px 0;
	text-align: center;
}
#text {
	height: 406px;
	padding: 23px 100px 0 0;
	width: 656px;
}
#text h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
#text h2 {
	font-size: 16px;
	font-weight: normal;
}
#text img.right {
	margin: 0 0 20px 20px;
}
#slider {
	border: 3px solid #fff;
}
#slider ul {
	width: 750px;
}
#slider ul, #slider li{
	list-style: none;
}
#slider li{ 
	/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
	*/ 
	width: auto;
	height: 400px;
	overflow: hidden;
	2margin: 0 3px 0 0;
	2border-right: 3px solid #fff;
}
span#prevBtn {
	position: absolute;
	left: 0;
	top: 0;
}
span#nextBtn {
	position: absolute;
	right: 0;
	top: 0;
}

#footer {
	clear: both;
	font-size: 12px;
	height: 110px;
	padding: 7px 0 0 0;
	text-align: right;
}