/*#############################################################
Name: Blackbox
Date: 2006-06-01
Description: A mystic dark lightweight design.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #D05C81;
	text-decoration: none;
}
body {
	color: #999999;
	font: normal 0.7em sans-serif,Arial;
	margin: 20px 0;
	text-align: center;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 3px 6px;
	white-space: pre;
}

cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}


/* main structure */
.main {
	background: #000;
	margin: 20px auto 4px auto;
	text-align: left;
	width: 800px;
}


/* header */
.gfx {
	height: 150px;
	background-color: #0F0F10;
	background-image: url(img/phototitle.jpg);
}
#logo  {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
}

.gfx h1 {
	color: #111;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}


/* menu */
.menu a {
	color: #D05C81;
	font-size: 1.3em;
	padding-top: 9px;
	width: 119px;
	height: 25px;
	background-color: #000;
	text-align: center;
	margin-left: 29px;
	padding-left: 0px;
	float: left;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #FFFFFF;
}
.menu a#last {
	border-right: none;
	width: 150px;
}


/* content */
.content {
	background: #1A1A1A;
	border-top: 1px solid #1A1A1A;
	clear: both;
}
.content  h1 a {
	color: #CF5D81;
	margin: 0 0 4px;
	font-family: sans-serif, Arial;
	font-size: 14px;
	font-weight: bold;
}
.content a {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D05C81;
}

.content p {
	margin: 0 0 12px;
}

.item {
	padding: 8px 10px;
}


/* footer */
.footer {
	background: #0A0A0A;
	color: #666;
	padding: 5px;
} 
.photogallery {
	text-align: center;
	height: auto;
	width: auto;
}
#amy {
	float: left;
	padding-right: 5px;
	margin-left: 10px;
	padding-bottom: 5px;
}
#amy2 {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}
