/*  
Theme Name: Contact Card
Theme URI: http://ohaithar.com
Author: Louie Mantia, Erica Schoonmaker
Author URI: http://mantia.me, http://designbyeri.ca
Description: -
*/

/* ------Layout */

#outer {
	width: 512px;
	height: 320px;
	background: url(paper.png) top left;
	margin: 0 auto;
	position: relative;
	top: 128px;
}

#inner {
	position: relative;
	top: 65px;
	text-align: center;
}

/* ------General Style */

body {
	margin: 0;
	padding: 0;
	background: #dcdfe0 url(bg.jpg);
	color: #b4babf;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

p {
	padding-bottom: 10px;
}

img {
	padding-bottom: 5px;
	border: none;
}

A:link {
	color: #707980;
	text-decoration: none;
}

A:visited {
	color: #707980;
	text-decoration: none;
}

A:active {
	color: #707980;
	text-decoration: none;
}

A:hover {
	color: #383d40;
	text-decoration: none;
}