/* Meyer Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END OF CODE*/


#SiteWrapper {position:relative;
			  width:960px;
			 }

body {  width:960px;
		height:auto;
	 }
	 
a {text-decoration:none;
   color:black;}


	 
#BackgroundImage { postion:absolute;
				   margin:0;
				   width:100%;}
				   

header {position:absolute;
		width:100%;
		margin:170px 0px 0px 100px;  
	   }
	   
#Email {position:absolute;
		margin:30px 0px 0px 860px;
		}
		
#Twitter {position:absolute;
		margin:30px 0px 0px 900px;
		}
		
#Pinterest {position:absolute;
		margin:30px 0px 0px 940px;
		}

h1 {font-family:'ArvoBold';
	font-size:40px;
	text-transform:uppercase;}

h2, p, article {font-family:'Open Sans';
				font-size:13px;
				padding:5px 0px 0px 0px;
   }

   
#SpeechBubble { position:absolute;
				margin:75px 0px 0px 660px;}

#SpeechBubbleWords { position:absolute;
					 margin:110px 0px 0px 775px;
					 text-align:center;}

#WorkWith  {font-size: 18px;}					 

#DownloadResume
			   {font-family: 'ArvoBold';
			   text-transform:uppercase;
			   font-size:14px;
			   padding:7px 0px 0px 0px;
			   color:black;
			   text-align:center;
			   }	
			
				
#LineBreak { position:absolute;
			 margin:40px 0px 20px 0px; }
				
#About {position:absolute;
		margin:60px 0px 0px 0px;}						
	   
#Design {position:absolute;
		margin:60px 0px 0px 90px;}
		
#Illustration {position:absolute;
		margin:60px 0px 0px 180px;}			   
	   
p { position:absolute;
	margin:930px 0px 0px 870px;
	width:100%;
	color:black;
	font-size:8px;
	padding:5px;
  }
			      
section {position:absolute;
		 width:100%;
		 margin:360px 0px 0px 200px;
		 padding: 0px 10px 0px 0px;
		 }	 
		 



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

}

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

}

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

}

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

}




/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }