﻿* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background:url(images/bg.png) no-repeat #000;
	background-position:center;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 240px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Content
-----------------------------------------------------------------------------*/
#content {
	padding-top: 150px;
	text-align:center;
}
.info{
	font-family:'Lucida Sans','Lucida Grande','Lucida Sans Unicode',sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:15px;
	color:#808080;
}
.info .fullname{
	width:169px; height:28px;
	text-indent: -900%;
	background:url(images/name.gif) no-repeat;
	margin-left:35px; padding-top:5px;
}


/* Menu
-----------------------------------------------------------------------------*/
#menu {
	position:relative;
	float:left;
	padding:10px 7px;
}
.pf_menu {
    position: relative;
    list-style: none;
    padding: 0; margin: 0;
    width: 226px; height: 20px;
    background: transparent;

}
.pf_menu a {
    position: absolute; display: block;
    outline: none; text-decoration: none; color:#cacaca;
}
.pf_menu a:hover {
    background-position: left bottom; color:#cacaca;
}
/*2D*/
.pf_menu .portfolio {
    width: 91px; height: 20px;
    background: url(images/m01.png) no-repeat;
	top:0; left:0;
}
.pf_menu .blog {
    width: 47px; height: 20px;
    background: url(images/m02.png) no-repeat;
    left: 95px; top:0;
}
.pf_menu .contacts {
    width: 80px; height: 20px;
    background: url(images/m03.png) no-repeat;
    left: 146px; top:0;
}


/* Contacts
-----------------------------------------------------------------------------*/
.contact{
	font-family:'Lucida Sans','Lucida Grande','Lucida Sans Unicode',sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:15px;
	color:#323232;
	text-align:left;
	position:relative;
}
.email{
	padding-left:20px;
}
.icq{
	padding-left:20px; 
}
.twitter{
	padding-left:20px;
}
.contact a{
	color:#808080;
	text-decoration:none;
}
.contact a:hover{
	color:#cacaca;
}
/*end contact*/
