body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:center;
	color:#949494;
	background:#AFB7BE url(../images/main-bg.jpg);
}
a {
	color:#EE7575;
	text-decoration:none;
}
a:hover {
	color:#4E4E4E;
	text-decoration:none;
	cursor:pointer;
}

/*------------------------------------------------------------*
**  Content style
**------------------------------------------------------------*/

#texture {
	background:url(../images/top-bg.jpg) no-repeat top center;
}
#container {
	width:840px;
	margin:0 auto;
	text-align:left;
	position:relative;
	z-index:1;
}
#header {
	padding:60px 0 35px 0;
}
#header .logo {
	background:url(../images/logo.png) no-repeat top center;
	margin:0 auto;
	width:271px;
	height:61px;
	overflow:hidden;
	display:block;
	text-indent:-9999px;
}
#content {
	width:840px;
	height:476px;
	background:url(../images/content.png) no-repeat top left;
	overflow:hidden;
	position:relative;
}
#content-holder {
	margin:18px 0 0 18px;
	width:803px;
	height:439px;
	overflow:hidden;
	position:relative;
}
#mask {
	position:relative;
	top:0;
	left:0;
}
#portfolio-holder {
	width:803px;
	height:439px;
}
#portfolio {
	width:803px;
	height:439px;
}
#portfolio a{
	color:#add8f6;
	text-decoration:none;
}
#portfolio a:hover{
	color:#292929;
	text-decoration:none;
	cursor:pointer;
}
#portfolio ul {
	width:803px;
	height:439px;
}
#portfolio li {
	width:803px;
	height:439px;
	position:relative;
}
#portfolio li .zoom {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:803px;
	height:439px;
	display:none;
}
#portfolio li .zoom h2 {
	position:absolute;
	bottom:-1px;
	left:0;
	background:#737373 url(../images/description-bg.png) repeat-x top left;
	color:#D7D6D6;
	width:803px;
	padding:10px;
	font-size:13px;
	line-height:150%;
}
#about {
	width:803px;
	height:439px;
	background:url(../images/about-bg.jpg) no-repeat 0 0;
}
#about p {
	float:right;
	padding:90px 10px 0 0;
	width:470px;
	text-shadow: 1px 1px 1px #FFF;
	height:175px;
	line-height:130%;
}
#about p strong {
	display:block;
	padding-bottom:10px;
}
#about p span {
	display:block;
	padding-top:10px;
}
#about .networks {
	height:45px;
	width:470px;
	padding:10px 10px 0 0;
	float:right;
	clear:right;
}
#about .networks a {
	float:left;
	background:url(../images/networks.png) no-repeat 0 bottom;
	margin-right:10px;
	display:inline;
	height:45px;
}
#about .networks a.linkedin {
	width:75px;
}
#about .networks a.twitter {
	width:75px;
	background-position:-85px bottom;
}
#about .networks a.lastfm {
	width:60px;
	background-position:-170px bottom;
}
#about .networks a.flickr {
	width:60px;
	background-position:-240px bottom;
}
#about .networks a.blog {
	width:70px;
	background-position:-310px bottom;
}
.about-toggle {
	background:url(../images/about-toggle.png) no-repeat top left;
	width:65px;
	height:65px;
	display:block;
	margin:0 auto;
}
.about-toggle:hover {
	background-position:-65px 0;
}
.about-toggle.close {
	background-position:0 -65px;
}
.about-toggle.close:hover {
	background-position:-65px -65px;
}
.arrow {
	background:url(../images/arrows.png) no-repeat top left;
	position:absolute;
	float:left;
	width:65px;
	height:65px;
	top:350px;
}
.arrow.back {
	left:-75px;
}
.arrow.back:hover {
	background-position:0 -66px;
}
.arrow.next {
	background-position:-65px 0;
	right:-75px;
}
.arrow.next:hover {
	background-position:-65px -66px;
}
