﻿*{
	margin:0;
	padding:0;
}
ul,ol,li{
	list-style-type:none;
}
section,article{
	display:block;
}
a{
	text-decoration:none;
	color:#222;
	font-weight:bold;
	padding:0 20px 0 2px;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	transition:background-color 0.3s ease,color 0.3s ease;
	-webkit-transition:background-color 0.3s ease,color 0.3s ease;
	-moz-transition:background-color 0.3s ease,color 0.3s ease;
	-o-transition:background-color 0.3s ease,color 0.3s ease;
	background:url(../images/pop_black.png) right 3px no-repeat;
}
a:hover{
	background:#999 url(../images/pop_white.png) right 3px no-repeat;
	color:#fff;
}
img{
	margin:0 2px;
	border:none;
	-webkit-box-reflect: below 3px -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.3)));
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
}
p{
	text-indent:20px;
	padding:0 10px;
}
body{
	max-height:978px;
	width:649px;
	margin:0 auto;
	background:url(../images/bg.png);
	font-family:arial,sans-serif;
	color:#111;
	padding:50px 0;
}
#box{
	position:relative;
	width:100%;
	height:850px;
	z-index:1;
}
.zythum-resume{
	width:100%;
	height:850px;
	left:0;
	top:0;
	background:#fff;
	position:absolute;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	box-shadow:1px 1px 3px #ddd;
	-webkit-box-shadow:1px 1px 3px #ddd;
	-moz-box-shadow:1px 1px 3px #ddd;
	-o-box-shadow:1px 1px 3px #ddd;
	transition:transform 0.5s ease;
	-webkit-transition:-webkit-transform 0.5s ease;
	-moz-transition:-moz-transform 0.5s ease;
	-o-transition:-o-transform 0.5s ease;
}
header{
	position:absolute;
	top:-2px;
	right:20px;
	width:200px;
	height:30px;
	background:#93D133;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	line-height:30px;
	text-shadow: 0 0 5px #fff;
	box-shadow:1px 1px 5px #999;
	cursor:pointer;
	overflow:hidden;
	box-shadow:1px 1px 5px #999;
	-webkit-box-shadow:1px 1px 5px #999;
	-moz-box-shadow:1px 1px 5px #999;
	-o-box-shadow:1px 1px 5px #999;
	border-bottom-left-radius:10px;
	border-bottom--rightradius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-bottom-left-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-o-border-bottom-left-radius:10px;
	-o-border-bottom-right-radius:10px;
	transition:top 0.3s ease;
	-webkit-transition:top 0.3s ease;
	-moz-transition:top 0.3s ease;
	-o-transition:top 0.3s ease;
}
header:hover{
	top:-5px;
}
header.p2{
	right:auto;
	left:20px;
}
section{
	display:block;
	border-bottom:2px dashed #ccc;
	padding:10px;
}
section:last-child{
	border-bottom:0px;
}
ul{
	margin-left:20px;
	line-height:140%;
	color:#333;
	letter-spacing:2px;
}
ul li span{
	display:block;
	float:left;
	letter-spacing:0px;
}
ul li span:first-child{
	clear:both;
	width:90px;
	text-align:right;
	color:#555;
}
h2{
	display:inline;
	font-size:20px;
	font-weight:bold;
}
h2:before{
	content:'<';
}
h2:after{
	content:'>';
}
h3{
	position:absolute;
	width:649px;
	top:0;
	left:50%;
	margin-left:-325px;
	text-align:center;
	border-bottom-left-radius:10px;
	border-bottom--rightradius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-bottom-left-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-o-border-bottom-left-radius:10px;
	-o-border-bottom-right-radius:10px;
	box-shadow:1px 1px 5px #999;
	-webkit-box-shadow:1px 1px 5px #999;
	-moz-box-shadow:1px 1px 5px #999;
	-o-box-shadow:1px 1px 5px #999;
	background:#93D133;
	display:none;
	display:block /9;
}
button{
	position:absolute;
	bottom:10px;
	right:10px;
	border:0px;
	height:20px;
	line-height:20px;
	width:80px;
	font-weight:bold;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	background:#666;
	color:#fff;
	cursor:pointer;
	font-family:arial,sans-serif;
}
button.p2{
	right:auto;
	left:10px;
}
#name{
	font-size:40px;
	font-weight:bold;
	letter-spacing:-2px;
}
#name:before,#name:after{
	content:'';
}
#webapp{
	text-align:center;
	margin:20px 0;
}
#webapp strong{
	display:block;
	text-align:center;
}
#webapp a{
	display:inline-block;
	width:78px;
	height:100px;
	position:relative;
	opacity:0.8;
	transition:opacity 0.3s ease;
	-webkit-transition:opacity 0.3s ease,top 0.3s ease;
	-moz-transition:opacity 0.3s ease,top 0.3s ease;
	-o-transition:opacity 0.3s ease,top 0.3s ease;
	line-height:100%;
	color:#111;
	letter-spacing:-1px;
	padding:0 2px;
	background:transparent;
}
#webapp a:after{
	content:'';
}
#webapp a:hover{
	background:transparent;
	opacity:1;
	top:-5px;
}
#webapp b{
	display:block;
	text-align:center;
}
#timeline{
	border-bottom:2px solid #ccc;
}
.q{
	margin:10px 10px 0 10px;
	font-size:110%;
	font-weight:bold;
	text-indent:0;
}
.q:before{
	content:'Q:';
}
.a{
	margin:0 30px 10px 30px;
	text-indent:0;
}
.a:before{
	content:'A:';
	font-weight:bold;
}
.clear{
	display:block;
	height:1px;
	clear:both;
}
@media print {
  .zythum-resume{
  	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
  }
  img{
  	-webkit-box-reflect:none;
  }
  button{
  	display:none;
  }
}