/* RESET */
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/*TYPOGRAPHY */
h1, h2, h3, h5, h5, h6 { font-weight:bold }
h1     {font-family:Georgia,serif; font-size:1.8em; font-weight:normal; padding: 10px 0px;line-height:1.2em; }
h2     {font-family:Georgia,serif;font-size:1.6em; font-weight:normal; padding: 10px 0px; line-height:1.2em;}
h3     {font-family:Georgia,serif;font-size:1.3em; font-weight:normal; padding: 10px 0px; line-height:.9em;}


a      { color:#fff;;text-decoration:none; }
a:hover  { color: #fff; text-decoration:underline;}
.date    {   font-size:.9em;     font-style: italic;}
p       {font-size:11pt; }
blockquote     {color:#444444; margin:1em; padding:0 0 10px 50px; border-left: 1px solid #ccc;}

/*UTILS*/
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.clear {    clear:both;    }

/*LAYOUT*/
html {

}

body {

 background: url(img/pattern.gif) repeat;
}

#card {
 padding: auto;
 text-align: center;

}

#card h1 {
  text-indent: -9999px;
  width: 549px;
  height:270px;
  background: url(img/vcard.png) no-repeat;
  clear:both;
  position: absolute;
  left:20%;
  top:20%;
}

#social {
	padding:15px;
	background:#000;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	border-bottom:1px solid #ccc;
	font-size:1.4em;
}

#soc_links {
	filter:alpha(opacity=99);
	opacity: 0.9;
	-moz-opacity:0.9;
	margin-right:200px;
}

