@charset "utf-8";
/* CSS Document */

@import url("http://yui.yahooapis.com/2.8.0r4/build/reset/reset-min.css");

body, html {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #646464;
	background: #efefef;
}

a {
	color: #31b0d4;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #3195d4;
	text-decoration: underline;
}

#vcard_wrap {
	width: 620px;
	margin: 0 auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
}

p {
	padding: 0 0 10px;
	font-size: 14px;
	line-height: 20px;
}

embed {
	margin: 10px 0;
}

strong {
	font-weight: 900;
}

h1 {
	width: 620px;
	margin: 0 auto 10px;
	font-size: 60px;
	font-weight: 900;
	letter-spacing: -5px;
	color: #b6b6b6;
	text-shadow: 1px 1px 0px #fff;
	text-align: right;
}

h2 {
	background: #c8c8c8 url(../img/h2_bg.gif) repeat-x scroll left top;
	font-weight: 900;
	font-size: 20px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
	padding: 5px 20px;
	color: #737373;
	margin: 0 0 10px 0;
	letter-spacing: -1px;
}

h2.last {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

h2.last.current {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

h2:hover {
	cursor: pointer;
}

h2:first-child {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

h3 {
	font-size: 24px;
	font-weight: 900;
	letter-spacing: -1px;
	margin: 10px 0 0 0;
}

.pane {
	background: #fff;
	padding: 0 20px;
}

.pane.last {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

img {
	padding: 10px;
}

img.folio {
	padding: 0;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.center {
	text-align: center;
}

ul {
	min-height: 170px;
}

ul li {
	
	float: left;
	width: 50%;
	margin: 0 0 5px 0;
}

ul li img {
	padding: 0;
}

ul li a {
	position: relative;
	top: -10px;
	padding: 0 0 0 10px;
}