/*
-----------------------------------------------
CSS rules

Client:   Fernanda Monteiro
Author:   Julian Kommunikation (www.julian.se)
Version:  #1 - 5 December 2006

References
Motverka sidhopp (1)	http://archivist.incutio.com/viewlist/css-discuss/51018
Dots and <a> i FF (2)	http://sonspring.com/journal/removing-dotted-links
<form> margin in IE (3)	http://www.cs.tut.fi/~jkorpela/forms/extraspace.html
Submenu					http://inobscuro.com/tutorials/read/19/
Slideshow				http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
----------------------------------------------- */


/* =Content
-----------------------------------------------
01. Structure
02. Header
03. Content
04. Footer
05. Lists
06. Forms
07. Various
----------------------------------------------- */


/* =Structure (01)
----------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background:#111;
	font-family: Arial, Helvetica, 'Lucida Grande', Georgia, sans-serif;
	font:76%/1.5 "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
	color: #555;
	background: #000;
	behavior: url("../js/csshover.htc");
	}

#page {
	margin: 20px auto 0;
	padding: 0;
	text-align: left;
	width: 765px;
	height: 580px;
	background: #0A0A0A;
	border: 5px solid #1B1A16; /*#181818*/
	border: 1px solid #181818;
	border: 1px dashed #999;
	}

html { /*(1)*/
	min-height: 100%;
	margin-bottom: 1px;
	}

a { /*(2)*/
	outline: none;
	}

h2 {
	font-size: 0.9em;
	margin: 0 0 15px;
	color: #165375;
	font-weight: bold;
	}

/* =Header (02)
----------------------------------------------- */
#header {
	width:725px;
	overflow: hidden;
	padding: 0 0 20px;
	}

#menu {
	height: 30px;
	width: 320px;
	margin: 35px 0 0;
	text-align: right;
	float: left;
	display: inline;
	}

#logo {
	height: 62px;
	width: 229px;
	margin: 15px 40px 0 0;
	margin: 29px 40px 0 0;
	margin: 20px 40px 0 0;
	float:right;
	display: inline;
	}

#logo img {
	border: none;
	}


/* =Content (03)
----------------------------------------------- */
#content,
#content-info {
	width:725px;
	margin: 0 0 0 40px;
	padding: 0;
	padding-bottom: 30px;
	display: hidden;
	overflow: hidden;
	}

#content-info {
	height: 517px;
	}

#image {
	width:500px;
	margin: 15px 0 0 90px;
	text-align: center;
	padding: 0;
	float: left;
	display: inline;
	}

#image img {
	border: none;
	}

#left {
	position: relative;
	float: left;
	display: inline;
	width: 160px;
	margin: 15px 20px 0 0;
	padding: 0;
	}

#portfolio-image {
	float: left;
	width: 500px;
	margin: 15px 0 0;
	text-align: center;
	}

#portfolio-image img {
	border: 1px solid #151515;
	}

#portfolio-image p {
	margin: 10px 0 0;
	}

.info {
	float: left;
	width: 270px;
	margin: 50px 0 0 50px;
	display: inline;
	}

.inforight {
	margin: 0 0 0 45px;
	}

.info p {
	line-height: 16px;
	padding: 0 0 10px;
	}

.info b {
	color: #555;
	}

.info a:link, .info a:visited {
	text-decoration: none;
	color: #555;
	}

.info a:hover {
	text-decoration: underline;
	}


/* =Footer (04)
----------------------------------------------- */
#footer {
	width:765px;
	margin: 0 auto;
	text-align: left;
	color: #222;
	font-size: 0.8em;
	bottom: 10px;
	padding: 10px 0;
	text-indent: 40px;
	}

#footer a, #footer a:link, #footer a:visited, #footer a:focus, #footer a:hover {
	color: #222;
	text-decoration:none;
	}

#footer a:hover {
	color: #444;
	}


/* =Lists (05)
----------------------------------------------- */
#navlist {
	margin: 0;
	display: inline;
	}

#navlist img {
	border: none;
	}

#navlist ul, #navlist li {
	float: left;
	margin: 0;
	padding: 0;
	margin: 0 10px 0 0;
	display: inline;
	list-style-type: none;
	}

#navlist a:link, #navlist a:visited {
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	color: #547692;
	}

.submenu {
	margin: 0;
	padding: 0;
	width: 150px;
	list-style: none;
}
.submenu li {
	padding: 0;
	margin: 0;
	height: 19px;
	list-style: none;
	background-repeat: no-repeat;
}
.submenu li a, .submenu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 19px;
	background-repeat: no-repeat;
}
#music, #music a.currentpage-music {background-image: url(../images/music-over.gif);}
#music a {background-image: url(../images/music.gif);}
#urban, #urban a.currentpage-urban {background-image: url(../images/urban-over.gif);}
#urban a {background-image: url(../images/urban.gif);}
#stilllife, #stilllife a.currentpage-stilllife {background-image: url(../images/stilllife-over.gif);}
#stilllife a {background-image: url(../images/stilllife.gif);}
#lifestyle, #lifestyle a.currentpage-lifestyle {background-image: url(../images/lifestyle-over.gif);}
#lifestyle a {background-image: url(../images/lifestyle.gif);}
#wildlife, #wildlife a.currentpage-wildlife {background-image: url(../images/wildlife-over.gif);}
#wildlife a {background-image: url(../images/wildlife.gif);}
#music a:hover, #stilllife a:hover, #urban a:hover, #lifestyle a:hover, #wildlife a:hover {background: none;}

#thumbs {
	width: 160px;
	width: 140px;
	padding: 0;
	margin: 20px 0 0;
	float: left;
	}

#thumbs ul {
	margin: 0;
	padding: 0;
	display: inline;
	}

#thumbs li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#thumbs input {
	margin: 0 1px 1px 0;
	padding: 0;
	border: 1px solid #151515;
	outline: none;
	}

#thumbs input:hover {
	border: 1px solid #333;
	}


/* =Forms (06)
----------------------------------------------- */
form { /*(3)*/
	margin: 0;
	}


/* =Various (07)
----------------------------------------------- */