body {
	text-align: center;
	font-size: 100%;
	font-family: 'Sans-serif';
	color: #fff;
	background: #161415;
	line-height: 1.25em;
}


h1 {
	font-size: 1.875em;
	line-height: 1em;
	font-weight: normal;
}

h2 {
	font-size: 0.875em;
	font-weight: normal;
	line-height:  0.85em;
}

h3 {
	font-size: 0.875em;
	line-height:  0.85em;
	font-weight: normal;
}

p {
	font-size: 0.75em;
	line-height:  0.85em;
	font-weight: normal;
}

#doc {
	height: 100%;
	background: url('../images/new_doc_bg.jpg') no-repeat 50% 50%;
	margin: 0 auto;
	text-align: left;
}

.header {
	/*background: url('../images/header_bg.png') no-repeat 50% 15px;
*/
}

.header h1,
.header p {
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
}


.article {
	position: relative;	
	text-align: center;
}

.footer {
	text-align: center;
}


.float p {
	margin: 10px 0 0;
}
.float p a {
	color: #fff;
}

.float p a.active {
	color: #85B510;
}



.article div {

}

.article div a {
	position: relative;
	display: block;
	color: #c5cee9;
	text-decoration: none;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #c5cee9;
}

.article div.callme a {
	background: transparent url('../images/temp-phone.png') no-repeat 10px 50%;
}

.article div.downloadvcard a {
	background: transparent url('../images/temp-vcard.png') no-repeat 10px 50%;
}

.article div.mailme a {
	background: transparent url('../images/temp-mail.png') no-repeat 10px 50%;
}

.article div.connectme a {
	background: transparent url('../images/temp-linkedin.png') no-repeat 10px 50%;
}

.article div.followme a {
	background: transparent url('../images/temp-twitter.png') no-repeat 10px 50%;
}

.article div.vcard {
	display: none;
}



.article div.connectme a span,
.article div.callme a span,
.article div.mailme a span,
.article div.followme a span,
.article div.downloadvcard a span {
	padding: 0 0 0 60px;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	display: block;
	text-transform: uppercase;
}

.article span.print {
	display: none;
}


.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
