@charset "utf-8";
/* CSS Document */
/* (C) 2010 David Scott Lyons */
/* www.davidscottlyons.com */
	
@font-face
{  
	font-family: "Helvetica Neue Light";
	src: url("fonts/HelveticaNeueLight.eot"); /* IE */  
	src: local("Helvetica Neue Light"), url("fonts/HelveticaNeueLight.ttf") format("truetype"); /* non-IE */  
} 

body
{
	margin-top:0;
	background-color:#333333;
	background-image:url("images/bg.png");
	background-position: top center; background-repeat: repeat-y; background-attachment: fixed;
	color:#CCCCCC; font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif; font-size: 14px;
	
	/* Scrollbar Properties */
	scrollbar-Base-Color: #333333;
	scrollbar-Face-Color: #666666;
	scrollbar-Highlight-Color: #666666;
	scrollbar-Shadow-Color: #666666;
	scrollbar-3DLight-Color: #333333;
	scrollbar-Track-Color: #333333;
	scrollbar-DarkShadow-Color: ##333333;
	scrollbar-Arrow-Color: #666666;
}

.top { font-size:18px; }
.main { font-size: 14px; }
.footer { font-size:15px; }

/* Link Properties */
a:link, a:visited { color:#CCCCCC; text-decoration:none; }
a:hover, a:active { color:#FFFFFF; text-decoration:none; }
a:focus { -moz-outline-style: none; } /* Removes dotted outline from links */

.resumeHeading { font-size:22px; font-weight: bold; }
.resumeSection { font-size:18px; font-weight: bold; position:relative; bottom: -6px; }
ul { margin-top: 0px; }
hr { height: 1px; }

/* Header Home Button Logo Rollover */

#homeIcon { display: block; width: 195px; height: 68px; background: url("images/logo.png") no-repeat 0 0; }
#homeIcon:hover { background-position: 0 -68px; }
#homeIcon span { display: none; }

/* Social Mdedia Icon Rollovers */

#linkedinIcon { display: block; width: 32px; height: 32px; background: url("images/linkedin.png") no-repeat 0 0; }
#linkedinIcon:hover { background-position: 0 -32px; }
#linkedinIcon span { display: none; }

#facebookIcon { display: block; width: 32px; height: 32px; background: url("images/facebook.png") no-repeat 0 0; }
#facebookIcon:hover { background-position: 0 -32px; }
#facebookIcon span { display: none; }

#twitterIcon { display: block; width: 32px; height: 32px; background: url("images/twitter.png") no-repeat 0 0; }
#twitterIcon:hover { background-position: 0 -32px; }
#twitterIcon span { display: none; }

#lastfmIcon { display: block; width: 32px; height: 32px; background: url("images/lastfm.png") no-repeat 0 0; }
#lastfmIcon:hover { background-position: 0 -32px; }
#lastfmIcon span { display: none; }

#rssIcon { display: block; width: 32px; height: 32px; background: url("images/feed.png") no-repeat 0 0; }
#rssIcon:hover { background-position: 0 -32px; }
#rssIcon span { display: none; }

#RSSicon { display: block; width: 32px; height: 32px; background: url("images/feed.png") no-repeat 0 0; }
#RSSicon:hover { background-position: 0 -32px; }
#RSSicon span { display: none; }