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

/*Font styles */
@font-face {
	font-family: 'CallunaRegular';
	src: url('calluna-regular-webfont.eot');
	src: local('☺'), url('calluna-regular-webfont.woff') format('woff'), url('calluna-regular-webfont.ttf') format('truetype'), url('calluna-regular-webfont.svg#webfontQ9cn4Lh9') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AllerBold';
	src: url('aller_bd-webfont.eot');
	src: local('☺'), url('aller_bd-webfont.woff') format('woff'), url('aller_bd-webfont.ttf') format('truetype'), url('aller_bd-webfont.svg#webfontXvM3txJc') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AllerRegular';
	src: url('aller_rg-webfont.eot');
	src: local('☺'), url('aller_rg-webfont.woff') format('woff'), url('aller_rg-webfont.ttf') format('truetype'), url('aller_rg-webfont.svg#webfonthIquLB7a') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, p, ul {
	font-weight: normal; 
	font-style: normal; 
	line-height:normal; 
	font-family: 'CallunaRegular', sans-serif; 
	font-size:14px;
	margin:0px 0 20px;
}

h1 {
	font-weight: normal; 
	font-style: normal; 
	line-height:normal; 
	font-family: 'AllerRegular', sans-serif; 
	font-size:60px;
	margin:10px 0 0;
}

h1 strong {
	font-weight: normal; 
	font-style: normal; 
	line-height:normal; 
	font-family: 'AllerBold', sans-serif; 
	font-size:60px;
}

h2 {
	font-weight: normal; 
	font-style: normal; 
	line-height:normal; 
	font-family: 'AllerRegular', sans-serif; 
	font-size:18px;
	color:#999;
	margin:-10px 0 0 0;
}

h2 span {
	font-size:14px;
}

h3, #nav {
	font-weight: normal; 
	font-style: normal; 
	line-height:normal; 
	font-family: 'AllerRegular', sans-serif; 
	font-size:18px;
	color:#000;
	margin:0;
}

#footer {
	text-align:center;
	font-weight: normal; 
	font-style: normal; 
	line-height:normal; 
	font-family: 'AllerRegular', sans-serif; 
	font-size:12px;
	color:#000;
	margin:20px auto;
}

#resume h1 {
	font-size:24px;
}



/*main page styles */

body {
	background:#FFF;
	margin:0 50px;
	padding:0;
	height:100%;
}

#wrapper {
	width:960px;
	margin:0 auto;
}

#header {
	width:525px;
	text-align:right;
	padding:30px 0;
}

#contact {
	width:220px;
	float:right;
	padding:80px 0 0 0;
}

a {
	color:#006699;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

hr {
	color:#fff;
	background:#fff;
	border:none;
	border-bottom:1px solid #ccc;
	margin:10px auto;
	clear:both;
}

#nav {
	list-style:none;
	margin:0 auto;
	width:960px;
	text-align:center;
	padding:0;
}

#nav li {
	display:inline;
	margin:0 30px;
}

#footer {
	text-align:center;
}

#content {
	margin:40px 0;
}

ul {
	padding:0 0 0 30px;
}

#experience {
	margin:20px 0 20px 20px;
}

#resume p {
	margin-left:30px;
}

#rotator .ui-tabs-hide {
	display:none;
}

.thumbLink {
	display:inline-block;
	width:162px;
	height:162px;
	background:#000;
	margin:0 10px 10px 0;
}

img.thumb {
	border:6px solid #000;
	opacity:0.8 !important;
	/*Set the opacity in Internet Explorer.  This won't validate but it works */
	filter: alpha(opacity = 80);
}

img.thumb:hover {
	opacity:1 !important;
	/*Set the opacity in Internet Explorer.  This won't validate but it works */
	filter: alpha(opacity = 100);
}

#webDesign, #illustration, #printDesign, #email, #uiDesign {
	text-align:center;
	margin:0 auto;
	width:860px;
}

#sb-loading a {
	color:#999;
}

#sb-loading a:hover {
	color:#FFF;
}

.toggle_container {
	width:500px;
	height:500px;
	overflow:hidden;
	vertical-align:top;
	display:inline-block;
}

#footer ul {
	list-style:none;
	margin:0 auto;
	padding:0;
}

#footer li {
	display:inline;
	padding:0 50px;
}