/* $Id: style.css 1292 2009-12-28 15:32:06Z sdalu $ */


/*== Business Card =====================================================*/

.business-card {
	position:			relative;
	border:				1px solid grey;
	height:				277px;
	width:				427px;
	background-color:		black;
	color:				white;
	box-shadow:			3px 3px 3px grey;
	-webkit-box-shadow:		3px 3px 3px grey;
	-moz-box-shadow:		3px 3px 3px grey;
}

.business-card .bc-mainpic {
	height:				265px;
	border:				1px solid white;
	position:			absolute;
	top:				5px;
	right:				5px;
	-moz-user-select: 		none;
	-khtml-user-select: 		none;
}
.business-card .bc-strip {
        background-color:		rgb(58,58,54);
	width:				400px;
	height:				100px;
	position:			absolute;
	top:				26px;
}
.business-card .bc-contact {
        font-family: 			monospace;
	position:			absolute;
	top:				165px;
	left:				55px;
	font-size:			12px;
}
.business-card .bc-contact * {
	color:				white !important;
}
.business-card .bc-contact th {
        font-weight:			normal;
	-moz-user-select: 		none;
	-khtml-user-select: 		none;
}
.business-card .bc-contact a:after {
	content:			'' !important;
}
.business-card .bc-sample {
	border-spacing:			8px;
	position:			absolute;
	top:				92px;
	left:				3px;
	-moz-user-select: 		none;
	-khtml-user-select: 		none;
}
.business-card .bc-sample img {
    	height:				50px;
    	width:				50px;
}
.business-card .bc-name {
	position:			absolute;
	top:				30px;
	right:				200px;
	font-size:			30px;
	text-shadow:			2px 2px 2px #222222;
}
.business-card .bc-title {
	position:			absolute;
	top:				60px;
	right:				200px;
	font-size:			18px;
}

