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

BODY
{
	color: #FFF;
	background-color: #000;
	background-image: url('../images/bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	height: 100%;
	font-family: "RockwellRegular", Arial, Tahoma, Sans-serif;
	font-size: 10pt;
	margin: 0;
}

@font-face {
    font-family: 'RockwellStdBold';
    src: url('../fonts/rockwell_std_bold-webfont.eot');
    src: url('../fonts/rockwell_std_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rockwell_std_bold-webfont.woff') format('woff'),
         url('../fonts/rockwell_std_bold-webfont.ttf') format('truetype'),
         url('../fonts/rockwell_std_bold-webfont.svg#RockwellStdBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RockwellRegular';
    src: url('../fonts/rockwell-webfont.eot');
    src: url('../fonts/rockwell-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rockwell-webfont.woff') format('woff'),
         url('../fonts/rockwell-webfont.ttf') format('truetype'),
         url('../fonts/rockwell-webfont.svg#RockwellRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html
{
	height: 100%;
}

form
{
	margin: 0;
	padding: 0;
}

p
{
        margin: 0 0 20px 0;
        padding: 0;
        line-height: 1.8em;
        text-align: center;
}


#container
{
	left: 50%;
	margin: 0 0 0 -199.5px;
	width: 399px;
	position: absolute;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}

#bcard
{
	color: #FFF;
	background-image: url('../images/bcard.png');
	height: 242px;
	width: 399px;
	margin: 175px 0 0 0;
	padding: 0;
}

#info_container
{
	color: #FFF;
	background-color: transparent;
	width: 242px;
	padding: 0;
	margin: 0;
	display: inline;
}

#contact
{
	color: #FFF;
	background-color:transparent;
	font-family: "RockwellRegular", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	float: left;
	width: 160px;
	margin: 154px 0 0 16px;
	padding: 0;
	line-height: 1.6em;
}

/* SOCIAL ICONS */

#socialicons
{
	color: #FFF;
	background-color:transparent;
	font-family: "RockwellRegular", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	float: right;
	width: 64px;
	margin: 199px 14px 0 0;
	padding: 0;
}


ul#socialicons_ul
{
	width: 64px;
	padding: 0;
	margin: 0;
	display: inline;
	list-style-type: none;
}

#socialicons_ul  li
{
	margin: 0;
	padding: 0;
	display: inline;
}


#google,
a:link#google,
a:visited#google
{
  float: left;
  display: inline;
  width: 20px;
  height: 20px;
  margin: 0 2px 0 0;
  padding: 0;
  text-decoration: none;
  text-indent: -1000px;
  overflow: hidden;
  background-position: 0 -20px;
}

#linkedin,
a:link#linkedin,
a:visited#linkedin
{
  float: left;
  display: inline;
  width: 20px;
  height: 20px;
  margin: 0 2px 0 0;
  padding: 0;
  text-decoration: none;
  text-indent: -1000px;
  overflow: hidden;  
  background-position: 0 -20px;
}

#facebook,
a:link#facebook,
a:visited#facebook
{
  float: left;
  display: inline;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: -1000px;
  overflow: hidden;
  background-position: 0 -20px;
}


a:visited#google, a:link#google
{
	background-image: url("../images/google.jpg");
}

a:hover#google
{
	background-image: url("../images/google.jpg");
	background-position: 0 -0;
}

a:visited#linkedin, a:link#linkedin
{
	background-image: url("../images/linkedin.jpg");
}

a:hover#linkedin
{
	background-image: url("../images/linkedin.jpg");
	background-position: 0 0;
}

a:visited#facebook, a:link#facebook
{
	background-image: url("../images/facebook.jpg");
}

a:hover#facebook
{
	background-image: url("../images/facebook.jpg");
	background-position: 0 0;
}



a:link,
a:visited,
a:active
{
	color: #FFF;
	text-decoration: none;
}

a:hover
{
	color: #FFF;
	text-decoration: none;
}











