/* ~~~~~ David Stypulkowski ~~~~~ */
/* ~~~~~ davidstypulkowski.com ~~~~~ */
/* ~~~~~ Style Sheet ~~~~~ */

/*	 
purple: #74489d
purple light: #955cc9
*/


/* ~~~~~ RESET & BASICS ~~~~~ */
*									{ margin: 0; padding: 0; }

body								{ font-family: 'HelveticaLTStdBold', Verdana, Arial, sans-serif; 
					 				  background: #ffffff;
									  color: #74489d;}

a, a:visited						{ text-decoration: none; outline: none; color: #74489d; }
a:hover								{ color: #999999; }
a img								{ border: none; }
img									{ vertical-align: middle; }
.clear								{ clear: both; }

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 								{ list-style:none; }
caption,th 							{ text-align:left; }
h1,h2,h3,h4,h5,h6 					{ font-size:100%; font-weight:normal; }
h3									{ font-size: 2em; margin-top: 80px; }
abbr,acronym 							{ border:0; }

::selection 							{ background: #955cc9; /* Safari */ }
::-moz-selection 					{ background: #955cc9; /* Firefox */ }

@font-face {
	font-family: 'HelveticaLTStdBold';
	src: url('helveticaltstd-bold-webfont.eot');
	src: local('?'), url('helveticaltstd-bold-webfont.woff') format('woff'), 
	url('helveticaltstd-bold-webfont.ttf') format('truetype'), 
	url('helveticaltstd-bold-webfont.svg#webfontqkhV7wnQ') format('svg');
	font-weight: normal;
	font-style: normal;
}

p {font-size: 40px; line-height: 40px;}

h1 {font-size: 120px; line-height: 136px}


/* 
	MAIN CONTENT AREA 
*/

#info 								{ margin: 0px 0px 0px 40px; width: 500px; }

.text 								{ color: #999999; }
.cvcon 								{ margin-top: 14px; margin-bottom: 44px;}
.footer 								{ font-size: 14px; margin-top: 14px; }

