/* @override 
	http://localhost:8000/files/stylesheets/design.css
	http://www.vodnansky.com/files/stylesheets/design.css
*/

* {
	list-style: none;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	color: #999;
	background-color: #222;
	background-image: none;
	font: 13px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 20px;
}

a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

a:hover {
	cursor: pointer;
	color: #000;
	background-color: yellow;
	border-bottom: 0px;
}

a:active {
	cursor: pointer;
	color: #000;
	background-color: yellow;
	border-bottom: 1px solid yellow;
}

.site-width {
	width: 960px;
	margin: 0 auto;
}

header {
	display: block;
	position: fixed;
	top: 5%;
	float: left;
	z-index: 2;
	width: 220px;
}

#name a {
	display: block;
	margin-bottom: 20px;
	font-size: 34px;
	line-height: 1.1em;
	text-align: right;
	text-decoration: none;
	border-bottom: 0px;
    font-family: 'NovecentowideBold';
}

#contacts {
	display: block;
	margin-top: 40px;
}

footer {
	
}

ul.menu {
	display: block;
	text-align: right;
}

ul.menu li a {
	display: inline-block;
	padding: .2em;
	font-size: 1.2em;
	line-height: 1.4em;
    font-family: 'NovecentowideBold';
    text-decoration: none;
    border-bottom: 0px;
}

ul.menu li a.active {
	color: #000;
	background-color: yellow;
}

ul.menu  li a:hover {
	color: #000;
    text-decoration: none;
}

ul.menu  li a:active {
    text-decoration: none;
    color: #000;
}

ul.submenu {
	padding-left: 10px;
	margin-top: 6px;
	margin-bottom: 20px;
	list-style: none;
}

ul.submenu  li a {
	display: inline-block;
	padding: .4em .2em .2em;
	padding-right: 0px;
	font-size: 12px;
}

#content {
	position: absolute;
	top: 5%;
	z-index: 1;
	width: auto;
	max-width: 740px;
	height: 100%;
	padding-left: 250px;
	margin-bottom: 40px;
	margin: auto 0;
}

h1#title {
	width: 60%;
	color: #FFF;
	font-size: 34px;
	line-height: 1.1em;
    font-family: 'NovecentowideBold';
    font-weight: normal;	
}

#text-info {
	margin: 20px 0;	
	display: block;
	max-width: 700px;
}

#text-info h2 {
	width: 80%;
	margin-bottom: 1em;
	font-size: 24px;
	line-height: 1.1em;
    font-family: 'NovecentowideBold';
    font-weight: normal;	
}

#text-info h3 {
	width: 80%;
	margin-bottom: 1em;
	font-size: 18px;
	line-height: 1.1em;
    font-family: 'NovecentowideBold';
    font-weight: normal;	
}

#text-info p {
	margin-bottom: 2em;
	line-height: 1.3em;
}

#gallery {
	display: block;
	margin: 20px 0;
}

#gallery a {
	border-bottom: 0px;
}

#gallery a img {
	display: inline-block;
	margin-top: 10px;
	float: left;
	clear: left;
}

#gallery .title {
	clear: left;
	float: left;
	display: inline-block;
	margin-top: 0px;
	padding: 4px 6px 4px 6px;
	z-index: 44;
	background-color: #000;
	color: #FFF;
	font-style: italic;
}
