/* Copyright Matt Webb. Any Questions or comments feel free to contact me */
   
/* Imports */

@import url(mattwebb_nav_photography.css);

body {
	font: 12px Helvetica, Arial, sans-serif ;
	color: #9e9e9e;
	background: url("images/main_background.png") #000 no-repeat;
	margin: 0;
}

/* define the basics */

p {
	line-height: 17px;
	color: #616161;
}

h1 {
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
	font-size: 16px;
	border-bottom: 1px dotted;
	color: #616161;
}

h1 a {
	margin-left: 20px;
}

h1 span {
	float: right;
}

h2 {

}

h3 {

}

h4 {

}

a:link {
	color: #616161;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #616161;
	font-weight: bold;
	text-decoration: none;	
}
	
a:hover {
	color: #303030;
	font-weight: bold;
	text-decoration: none;	
}
	
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #616161;
}

p#footer a:link {
	font-weight: normal;
	margin: 0 10px;
}

p#footer a:visited {
	font-weight: normal;
	margin: 0 10px;	
}

p#footer a:hover {
	font-weight: normal;
	margin: 0 10px;	
}

p#footer a:active {
	font-weight: normal;
	margin: 0 10px;	
}

p#footer {
	margin-bottom: 20px;
}

p#footer span {
	float: right;
}

strong {

}

img {
	border: 0px;
}

/* Everything else etc */

div#gallery {
	margin: 0 auto;
}

div#data {
	background-color: #151515;
	color: #303030;
	margin: 0 0 0 0;
	border: 1px solid #616161;
	border-top: none;
	padding: 10px;	
}

#photo {
	background-color: black;
	padding: 10px;
}

#image {
	border: 1px solid #616161;
	display: block;
	background-color: #000;
	margin: 0;
	padding: 0;
}

div#browse {
	width: 932px;
	height: 470px;
	border: 1px solid #616161;
	display: block;
	background-color: #000;
	margin: 0;
	padding: 10px;	
}

.thumbnails {
	padding: 10px;
	border: 1px solid #616161;
	background-color: #151515;
	margin-right: 10px;
	margin-bottom: 10px;	
}

/* Image nav */

ul#exif {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#exif li {
	display: inline;
	margin-right: 10px;	
}