/*
****************************************
*****  D E F A U L T
****************************************
*/
body {
	text-align: center;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #43434d;
	background: #151519 url(../images/back.gif) no-repeat center top;
	margin: 0 auto;
	padding: 0;
}

img, div, p {
	border: none;
	margin: 0;
	padding: 0;
}

a {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

table {
	border: none;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
td {
	margin: 0;
	padding: 2px 0;
}

form {
	margin: 0;
	padding: 0;
}
input,
textarea {
	font-size: 11px;
	font-weight: normal;
	color: #717180;
	background: #151519;
	border: none;
	border-top: 1px solid #0f0f11;
	border-left: 1px solid #0f0f11;
	border-bottom: 1px solid #202026;
	border-right: 1px solid #202026;
	margin: 0;
	padding: 4px;
}

div.hline {
	clear: both;
	width: 970px;
	margin: 0 auto;
	border-top: 1px solid #202026;
}

.hide {
	display: none;
}

#container {
	position: relative;
	width: 990px;
	text-align: left;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

/*
****************************************
*****  N A V I G A T I O N
****************************************
*/

#navigation {
	clear: both;
	width: 990px;
	height: 70px;
	display: block;
	background: url(../images/naviback.gif) no-repeat 0 0;
}

#navigation #logo a {
	float: left;
	width: 73px;
	height: 42px;
	display: block;
	margin: 9px 0 0 11px;
}
* html #navigation #logo a {
	margin-left: 0;
	padding-left: 11px;
}

#navigation #items {
	float: left;
	height: 42px;
	margin: 9px 0 0 4px;
}
#navigation #items ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation #items ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation #items ul li a {
	float: left;
	height: 30px;
	display: block;
	padding: 13px 25px 0 25px;
	font-size: 12px;
	text-decoration: none;
	color: #717180;
}
#navigation #items ul li a:hover,
#navigation #items ul li a#selected {
	color: #fff;
	background: url(../images/hoverback.gif) repeat-x 0 0;
}


/*
****************************************
*****  H E A D L I N E
****************************************
*/

#headline {
	clear: both;
	width: 990px;
	height: 190px;
	display: block;
	background: url(../images/headline.png) no-repeat 0 0;
}
* html #headline {
	background: url(../images/headline.gif) no-repeat 0 0;
}

#headline404 {
	clear: both;
	width: 990px;
	height: 190px;
	display: block;
	background: url(../images/headline404.png) no-repeat 0 0;
}
* html #headline404 {
	background: url(../images/headline404.gif) no-repeat 0 0;
}

#headline-project {
	clear: both;
	width: 990px;
	display: block;
}
#headline-project p {
	margin: 0 50px;
	padding: 20px 0;
}
#headline-project p a {
	color: #717180;
	padding-left: 10px;
	background: url(../images/arrow-back.gif) no-repeat 0 5px;
}


/*
****************************************
*****  P R O M O
****************************************
*/

#promo {
	clear: both;
	width: 896px;
	height: 523px;
	display: block;
	margin: 10px auto;
}

#promo p {
	color: #717180;
	margin: 0;
	padding: 430px 0 0 20px;
	line-height: 180%;
}
#promo p span.desc {
	width: 60px;
	display: block;
	float: left;
	color: #2d2d33;
}
#promo p span {
	color: #2d2d33;
}
#promo p a {
	color: #ff0000;
	text-decoration: none;
}
#promo p a:hover {
	text-decoration: underline;
}


/*
****************************************
*****  C O N T E N T
****************************************
*/

#content {
	clear: both;
	width: 896px;
	display: block;
	margin: 10px auto;
}

#content div {
	width: 896px;
	text-align: center;
	color: #717180;
	margin-bottom: 20px;
}

#content div span {
	color: #2d2d33;
}

#content p {
	text-align: left;
}


/*
****************************************
*****  R E C E N T
****************************************
*/

#recent {
	clear: both;
	width: 920px;
	margin: 0 auto;
	margin-top: 30px;
}
* html #recent {
	width: 944px;
}

#recent div {
	float: left;
	width: 206px;
	height: 200px;
	display: block;
	background: url(../images/tnback.png) no-repeat 0 0;
	margin: 0 12px;
	padding: 3px 0;
	text-align: center;
	line-height: 160%;
}
* html #recent div {
	background: url(../images/tnback.gif) no-repeat 0 0;
}
#recent div a {
	color: #717180;
	text-decoration: none;
}
#recent div a:hover {
	color: #ff0000;
}
#recent div img {
	margin-bottom: 5px;
}
#recent div span {
	color: #2d2d33;
}

#recent h4 {
	font-size: 11px;
	font-weight: normal;
	color: #2d2d33;
	margin: 0 0 30px 0;
	padding: 0;
}


/*
****************************************
*****  P E R S O N A L
****************************************
*/

#personal {
	clear: both;
	width: 920px;
	height: 140px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
}
* html #personal {
	width: 944px;
	margin-bottom: 18px;
}

#personal div.col {
	float: left;
	width: 436px;
	display: block;
	margin: 0 12px;
	color: #43434d;
	text-align: left;
	line-height: 160%;
}

#personal div.col div.foto {
	float: left;
	width: 86px;
	height: 86px;
	display: block;
	background: url(../images/small_tnback.png) no-repeat 0 0;
	margin: 0 13px 13px 0;
}
* html #personal div.col div.foto {
	background: url(../images/small_tnback.gif) no-repeat 0 0;
}
#personal div.col div.foto img {
	width: 80px;
	height: 80px;
	display: block;
	margin: 3px;
}

#personal div.col p {
	padding: 3px 24px 3px 0;
}

#personal div.col p span {
	color: #717180;
	font-size: 12px;
}

#personal div.col p span.findmeon {
	float: left;
	font-size: 11px;
	margin-right: 5px;
}

a#icotwitter,
a#icolinkedin,
a#icofacebook,
a#icoember,
a#icobehance {
	float: left;
	width: 16px;
	height: 16px;
	display: block;
	margin: 0 4px;
}
a#icotwitter {
	background: url(../images/ico-twitter.gif) no-repeat 0 0;
}
a#icolinkedin {
	background: url(../images/ico-linkedin.gif) no-repeat 0 0;
}
a#icofacebook {
	background: url(../images/ico-facebook.gif) no-repeat 0 0;
}
a#icoember {
	background: url(../images/ico-ember.gif) no-repeat 0 0;
}
a#icobehance {
	background: url(../images/ico-behance.gif) no-repeat 0 0;
}
a#icotwitter:hover,
a#icolinkedin:hover,
a#icofacebook:hover,
a#icoember:hover,
a#icobehance:hover {
	background-position: 0 -16px;
}


/*
****************************************
*****  F O O T E R
****************************************
*/

#footer {
	clear: both;
	width: 920px;
	margin: 20px auto;
}

#footer p {
	color: #2d2d33;
	text-align: center;
	line-height: 160%;
}



/*
****************************************
*****  F I X
****************************************
*/

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both; 
	visibility: hidden;
}
* html .clearfix {height: 1%;} /* hides from IE-mac */
