
*{
	margin: 0;
	padding: 0;
}
body{
	background: url(../images/bg.jpg) repeat fixed center center;
	color: #666;
	margin: 0;
	overflow: hidden;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 23px;
}


#v-in {
	position: relative;
}

#v-out {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -453px;
}

#wrapper{
	width: 374px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

#blur{
	float: left;
	z-index: -1;
	position: relative;
	margin-top: -494px;
	margin-left: 37px;
	width: 319px;
	overflow: hidden;
}

#contentshadow{
	height: 480px;
	background: url(../images/content.png);
	width: 359px;
	margin-top: 196px;
	margin-left: 9px;
	padding-top: 19px;
	padding-bottom: 12px;
	padding-left: 0;
}


#content{
	height: 474px;
	overflow: hidden;
	width: 319px;
	margin-left: 0;
	padding: 0;
}

a{
	color: #666;
}

a:hover{
	color: #222;
}

.box{
	clear: both;
	width: 239px;
	font-size: 11px;
	margin-left: 59px;
	height: 353px;
	padding-top: 121px;
	margin-top: 0;
}

.box.first{
	margin-top: 0;
}

#namebadge{
	margin: 50px 0 0 59px;
	position: absolute;
}

#mugshot{
	float: right;
	border: 1px solid #BBB;
	padding: 5px;
	margin: 5px 0 10px 15px;
}

.button, .button img{
	border: none;
	outline: none;
}

.topbuttons{
	margin-left: 104px;
	margin-top: 47px;
}
.middlebuttons{
	margin-top: 36px;
	margin-left: 78px;
}
.middlebuttons .button{
	margin-left: 7px;
}
.bottombuttons{
	margin-left: 104px;
	margin-top: 16px;
}
.contactlist, .sociallist{
	margin: 16px 13px;
	color: #555;
}
.contactlist li, .sociallist li{
	line-height: 18px;
	list-style: none;
	margin-top: 10px;
	padding-left: 27px;

}

.contactlist .msn {
	background: url(../images/comment.gif) no-repeat;
}

.contactlist .email {
	background: url(../images/envelope.gif) no-repeat;
}

.contactlist .phone {
	background: url(../images/phone.gif) no-repeat;
}

.contactlist .address {
	background: url(../images/world.gif) no-repeat;
}

.contactlist .vcard {
	background: url(../images/user_down.gif) no-repeat;
}

.sociallist .twitter {
	background: url(../images/twitter.png) no-repeat;
}

.sociallist .facebook {
	background: url(../images/facebook.png) no-repeat;
}

.sociallist .delicious {
	background: url(../images/delicious.png) no-repeat;
}

.sociallist .flickr {
	background: url(../images/flickr.png) no-repeat;
}

.sociallist .lastfm {
	background: url(../images/lastfm.png) no-repeat;
}

.sociallist .linkedin {
	background: url(../images/linkedin.png) no-repeat;
}

.sociallist .brightkite {
	background: url(../images/brightkite.png) no-repeat;
}

