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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus{
	outline: 0;
}
body {
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
}
ol, ul{
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content: "";
}
blockquote, q{
	quotes: "" "";
}
a{
	text-decoration:underline;
	color:#000;
}
a:hover{
	text-decoration:none;
	color:#000;
}
a img{
	border:none;
}
p{
	margin:10px 0;
	line-height:18px;
}

strong{
	font-weight:bold;
}

h1{
	font-size:27pt;
	margin:0px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
}

h1 a{
	color:#000;
}

h1 a:hover{
	text-decoration:none;
}

h1.logo{
	margin:20px 0 0 10px;
	background:url(../images/logo.png) top left no-repeat;
	text-indent:-9000px;
	outline:none;
	width:400px;
	height:150px;
}

.smallText{
	font-size:17pt;
	color:#eee;
}

h2{
	font-size:16pt;
	margin:0px 0px 10px 0px;
}

h3{
	font-size:13pt;
	margin:0px 0px 10px 0px;
}

#right_col h3{
	font-size:10pt;
	margin:0px 0px 10px 0px;
}



/*--Layout----------------------------------*/

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

#header{
	width:900px;
	height:180px;
	overflow:hidden;
	position:relative;
}

#nav{
	clear:both;
	background:#000;
	overflow:hidden;
	-moz-border-radius: 3px;
  	border-radius: 3px;
}

#nav ul{
	float:right;
	margin-right:20px;
}

#nav li {
	float:left;
	margin:0 0 0 10px;
}

#nav a{
	display:block;
	color:#fff;
	padding:7px 10px;
	text-decoration:none;
}

#nav a:hover{
	text-decoration:none;
	background:#fff;
	color:#000;
}

#nav a.current {
	font-weight:bold;
	background:#fff;
	color:#000;
}

#nav span{
	font-style:italic;
	font-size:8pt;
	color:#fff;
	line-height:28px;
	margin-left:20px;
}

#main_col{
	width:900px;
	overflow:hidden;
}


#left_col{
	float:left;
	width:640px;
	padding:20px 0px 20px 20px;
}

#left_col.full {
	width:860px;
	padding:20px;
}

#right_col{
	float:right;
	width:200px;
	padding:20px;
}

#footer{
	clear:both;
	width:960px;
	margin:10px auto 30px;
	padding:10px 0;
	background:#000;
	position:relative;
	-moz-border-radius: 3px;
  	border-radius: 3px;
}

#footer p{
	font-size:8pt;
	text-align:right;
	color:#fff;
	padding:0px;
}

#footer a{
	color:#fff;
	font-size:8pt;
}

.footerLinks{
	float:left;
	margin:0 0 0 20px;
}

.footerLinks li h4{
	font-size:10pt;
	padding:0px;
	color:#fff;
}

.footerLinks li.header{
	margin:0 0 5px;
	border-bottom:1px solid #FFF;
}

.footerLinks li{
	float:left;
	clear:both;
	font-size:8pt;
	color:#fff;
	display:block;
	width:200px;
	line-height:20px;
}

.footerLinks li a{
	display:block;
	border-bottom:1px solid #484848;
	text-decoration:none;
}

.footerLinks li a:hover{
	border-bottom:1px solid #FFF;
}

#socialLinksWrap{
	position:absolute;
	bottom:10px;
	right:20px;
	overflow:hidden;
}

.blogPost{
	width:300px;
	margin:0 15px 0 0;
	float:left;
}

.blogPost h4{
	font-weight:bold;
}

/*--General Styles ---------------------------------------*/

#right_col h2{
	border-bottom:1px solid #000;
	font-size:14pt;
}

h2.email{
	position:absolute;
	bottom:30px;
	right:22px;
	font-size:14pt;
}

h2.email a{
	color:#000;
}

#socialIcons{
	float:right;
	margin:10px 0 0;
}

#socialIcons li a{
	width:48px;
	height:48px;
	text-indent:-9999px;
	display:block;
}

#socialIcons li{
	float:left;
}

#socialIcons li a.myspace{
	background:url(../images/icons/socIconsGrid.png) 0 0 no-repeat;
}

#socialIcons li a.myspace:hover{
	background:url(../images/icons/socIconsGrid.png) 0 -48px no-repeat;
}

#socialIcons li a.lastFm{
	background:url(../images/icons/socIconsGrid.png) -48px 0 no-repeat;
}

#socialIcons li a.lastFm:hover{
	background:url(../images/icons/socIconsGrid.png) -48px -48px no-repeat;
}

#socialIcons li a.delicious{
	background:url(../images/icons/socIconsGrid.png) -96px 0 no-repeat;
}

#socialIcons li a.delicious:hover{
	background:url(../images/icons/socIconsGrid.png) -96px -48px no-repeat;
}

#socialIcons li a.twitter{
	background:url(../images/icons/socIconsGrid.png) -144px 0 no-repeat;
}

#socialIcons li a.twitter:hover{
	background:url(../images/icons/socIconsGrid.png) -144px -48px no-repeat;
}

.mainImage{
	float:right;
	margin:0 0 20px 20px;
}


/*--Work  ---------------------------------------*/

.workThumb{
	height:250px;
	width:250px;
	background:#ccc;
}

.workTitle{
	background:#000;
	color:#fff;
}

.workTitle span{
	display:block;
	width:250px;
	font-size:20px;
}

.work_wrap{
	width:640px;
	float:left;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	height:153px;
	position:relative;
}

.work_thumbs_wrap{
	width:500px;
	float:left;
	overflow:hidden;
}

.work_thumb_large{
	width:480px;
	border:1px solid #000;
	margin:0 5px 5px 0;
	padding:5px;
	float:left;
	height:80px;
	overflow:hidden;
	position:relative;
}

.work_thumb_small{
	width:144px;
	border:1px solid #000;
	margin:7px 7px 7px 5px;
	padding:5px;
	float:left;
	height:75px;
	overflow:hidden;
	position:relative;
}

.work_thumb_small.last{
	margin-right:0;
}

.info_wrap{
	padding:0 10px;
	clear:both;
}

.work_wrap h3{
	font-size:20pt;
	margin:0;
}

.work_wrap .tech{
	margin:0 0 5px;
	font-size:7pt;
	color:#999;
}

.work_wrap .tech strong {
	color:#000;
}

a.more_information{
	position:absolute;
	bottom:3px;
	right:0;
	padding:3px;
	background:#000;
	color:#fff;
}

a.more_information:hover{
	background:#fff;
	color:#000;
	text-decoration:none;
}

.zoom_rollover{
	position:absolute;
	bottom:5px;
	right:5px;
	visibility:hidden;
	background:#fff;
	padding:5px;
	border:1px solid #000;
}

/*---------------FORMS-----*/

label{
	float:left;
	clear:both;
	width:150px;
	margin:0 0 10px;
}

input, textarea{
	float:left;
	width:300px;
	margin:0 0 10px;
}

textarea{
	height:100px;
}

input.submit{
	clear:both;
	width:auto;
	margin-left:150px;
}

#contactForm{
	width:460px;
	margin:30px 10px;
}

/*-------------SCRIPTS---*/

ul#tagsList li a#clearFilters {
	color:red;
	font-size:10pt;
}
ul#tagsList {
	clear:left;
	float:left;
	padding: 20px 0 20px;
}

ul#tagsList li a{
	float:left;
	padding:3px 5px;
	clear:left;
	display:block;
	width:100%;
	font-size:8pt;
}

ul#tagsList li a:hover {
	background:#CCC;
}

ul#tagsList li a.hidden {
	color:#999;
}

ul#tagsList li a.selected {
	font-weight:bold;	
}

#scripts {
	width:480px;
	float:right;
	padding:20px 0 0;
}

.script {
	float:left;
	width:100%;
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:1px solid #CCC;
}

.script h3{
	font-size:10pt;
	margin:0 0 5px;
}

p.scriptNotes{
	font-size:8pt;
	color:#666;
	padding:0;
	margin:0 0 3px;
}

ul.scriptTags li {
	float:left;
	margin:0 5px 0 0;
	color:#999;
	text-decoration:none;
	font-size:8pt;
}
/*-------------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%;
}
	