/* @override http://www.adamovo.com/static/stylesheets/design.css */

body {
	background: #333 center center;
}
p {
	margin: 20px 10px 10px 0px;
	background: #FFF;
	padding: 10px;
	font: italic 0.9em/1.4em Georgia, "Times New Roman", Times, serif;
	width: 90%;
}
p a {
	border-bottom: 1px dotted #333;
	text-decoration: none;
}
p a:hover {
	border-bottom: 1px solid #333;
	text-decoration: none;
}
img {
	background: #CCC;
	display: inline;
	margin: 0px;
	padding: 0px;
	border-style: none;
	margin: 0px;
	font-size: xx-small;
	color: #999;
	list-style: none;
}
img a {
	border-style: none;
	font-size: xx-small;
	color: #999;
}
img a:hover {
	border-style: none;
	text-decoration: none;
	font-size: xx-small;
	color: #999;
}
#container {
	width: 980px;
	margin: 60px auto 40px;
}
#head {
	float: left;
	width: 200px;
	text-align: right;
}
#content {
	float: left;
	width: 740px;
	margin-left: 20px;
	display: inline-block;
	padding: 0px;
}
.menu {
	text-align: right;
	width: 100%;
	margin-top: 20px;
}
.menu a {
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background: #000;
	display: inline-block;
	padding: 0.2em 0.6em;
	margin-bottom: 0px;
	font-size: x-small;
	border-style: none;
	letter-spacing: 0.1em;
}
.menu a:hover   {
	text-decoration: none;
	border-style: none;
	background: #C00;
}
.menu a#current {
	background: #FFF;
	color: #000;
}
.menu a#current:hover {
	background: #C00;
	color: #FFF;
}
.gallery {
	margin: 20px 0px 0px;
	padding: 0px;
}
.gallery a {
	text-decoration: none;
	border-style: none;
}
#name a {
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	background: #FFF;
	display: inline-block;
	padding: 0.2em 0.6em;
	margin-bottom: 4px;
	font-size: x-small;
	border-style: none;
	letter-spacing: 0.1em;
}
#title {
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background: #000;
	display: inline-block;
	padding: 0.2em 0.6em;
	margin-bottom: 4px;
	font-size: x-small;
	border-style: none;
	letter-spacing: 0.1em;
}
#photo_big {
	margin-top: 20px;
}

