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,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

@font-face {
	font-family:'myfont';
	src: url('../fonts/myfont.eot');
	}
	
@font-face {
		font-family:'myfont';
		src: url('../fonts/myfont.ttf');
		}


body{
	background:url('../images/backgrounds/body_bg.png') repeat-x fixed top;
	background-position:fixed;
}

#tweetbar{
	text-align:center;
	position:fixed;
	width:100%;
	background:url('../images/fadebg.png')  transparent;
	z-index:1000;
	margin:0;
	padding:0;
}

#tweetbar p{
	display:inline-block;
	width:auto;
	height:70px;
	margin:0 auto;
	padding:5px 0px 0px 0px;
}

.tweet{
	color:#990000;
	margin:0;
	padding:0;
}

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

#sidebar{
	float:left;
	width:225px;
	padding-right:30px;
	padding-top:100px;
	position:fixed;
	background:url('../images/backgrounds/divider_bg.png') no-repeat transparent right;
}

#maincolumn{
	float:right;
	width:495px;
	padding-left:50px;
	padding-bottom:150px;
}

h1{
	color:#990000;
	font-family:myfont, Arial, sans-serif;
	font-size:18px;
}

h2{
	color:#696969;
	font-family:myfont, Arial, sans-serif;
	font-size:12px;
	padding-bottom:20px;

}

h3{
	color:#666666;
	font-family:Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-bottom:3px;

}

p{
	color:#666666;
	font-family:Arial, sans-serif;
	font-size:11px;
	line-height:14px;
	padding-bottom:12px;
}

p.aboutme{
	width:190px;
}

a, a:active, a:visited{
	color:#666666;
	text-decoration:none;
}

a:hover{
	color:#000000;
	}

ul{
	color:#666666;
	padding-bottom:20px;
}

li{
	font-family:Arial, sans-serif;
	font-size:11px;		
}

#work{
	padding-top:5px;
}

#work li{
	height:20px;
	line-height:18px;
}

#work li a, #work li a:hover, #work li a:active #work li a:focus{
	border:none;
	padding-left:8px;
	outline:0;
}

#work li a:hover{
	height:20px;
	width:225px;}

.current{
	display:block;
	position:relative;
	height:20px;
	width:225px;
	margin-left:0px;
	background:url('../images/backgrounds/arrow_bg.png') no-repeat;
	color:#000000;
}

#maincolumn img{
	padding-bottom:25px;	
}


#maincolumn li{
	padding-top:100px;
	}

.contacttext{
	font-weight:bold;
	margin-right:15px;
}

#detailwrapper{
	margin:0 auto;
	text-align:center;
}

.portimage:hover{
	opacity:.9;
}