/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 { 
	font-size:100%;
/*	font-weight:normal;*/
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*reset*/

body{
	background:#b0b0b0 url('images/gloss.png') top center no-repeat;
	font-family:"helvetica Neue", helvetica, arial, sans-serif;
	-webkit-text-stroke:1px transparent; /*hack to turn off subpixel rending for light text*/
	color:#333;

}

@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}} 

a {
	color:#333;
}

h1{
	font-size:40px;
}

h2{
	font-size:30px;
	color:#fafafa;	
	color:#fff;
}

h3{
	font-size:26px;
	color:#fafafa;
	color:#fff;
	margin-bottom:5px;
}



#container{
	width:720px;
	margin:0 auto;
}

#header{
	text-align:center;
	border-bottom:1px solid #d7d8d8;
	padding-bottom:10px;

}

	#logo{
		width:142px;
		height:142px;
		margin:60px auto 10px;

	}

	@media screen and (-webkit-min-device-pixel-ratio:0) {
	    .logo { cursor:pointer; }
	}

.logo {

	-webkit-transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition: 2s ease-out;
	-webkit-transform: rotateY(360deg);
}

.logo.flipped {

-webkit-transform: rotateY(0deg);
}

#content{
	line-height:25px;
	font-size:18px;
	width:720px;
	margin:0px auto 50px;
	padding-top:10px;
	clear:both;
	overflow:auto;
}

.top_content{
	border-bottom:1px solid #d7d8d8;
	float:left;
	clear:both;
	display:inline;
	width:720px;
	padding:10px 0 5px;
}

	.photo{
		float:left;
		margin:0 10px;
		display:inline;
	}

	.hello{
		width:700px;
		float:left;
		display:inline;
		margin:0 10px;
	}

	.hello p{
		margin-bottom:10px;
	}

.columns{
/*	color:#fff;*/
	border-bottom:1px solid #d7d8d8;
	float:left;
	clear:both;
	padding:15px 0 20px;
	margin-bottom:50px;
	width:720px;

}

	.col{
		width:220px;
		float:left;
		display:inline;
		margin:0 10px;
		line-height:25px;
		padding:0;
	}
	
	
	
	.col li{
		float:left;
		clear:both;
		position:relative;
		zoom:1;
		list-style:none;
		display:block;
		height:20px;
		margin-bottom:5px;
		margin-left:0;
	}
	
	.links li{
		padding-left:30px;
	}

	.twitter{background:url('images/twitter.png') center left no-repeat;}
	.facebook{background:url('images/facebook.png') center left no-repeat;}
	.linkedin{background:url('images/linkedin.png') center left no-repeat;}
	.flickr{background:url('images/flickr.png') center left no-repeat;}
	