@charset "utf-8";
/* CSS Document */


/*reset*/
html, body, div, span, object, iframe,
blockquote, pre,
abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
a:link, a:visited{
	text-decoration:none;
	color:#000000;
}

body, textarea, input{
	font-family: Georgia, Trebuchet MS, Arial, Tahoma, Verdana;
}

body{
		background: #FFFFFF url(../img/bg.jpg) top left fixed;
		margin:0px;
}
h2{
	line-height:29px;
		font-size:24px;
		font-weight:bold;
		font-style:italic;
		
		padding:5px;
}

	
	


div#content{
	
	height:240px;
	margin-left:750px;

}
div#work{
	height:270px;
	padding:10px;
	
	border-top:2px dashed black;
	border-bottom:2px dashed black;
}
	.workitem{
		width:230px;
		height:250px;
		
		padding-left:20px;
		padding-right:20px;
		padding-bottom:20px;
		margin-right:10px;
		
		float:left;
		
		cursor:help;	
		
		overflow:hidden;
	}
	
	.workitemtitle{	
		font-size:24px;
		font-weight:bold;
		font-style:italic;
		
		padding:5px;
		
	}
	.thumb{
		padding:5px;
		border:1px dashed #ffffff;
	}
	.thumb:hover{
		border:1px dashed #000000;
		background:none;
	}
	
	#info{
		font-size:10px;
		font-style:normal;
		font-weight:normal;
		color:#FFFFFF;
	}
	#info a:link, #info a:visited{
		color:#ffffff;
		border-bottom:1px dashed #ffffff;
	}
	#info a:hover{
		background-color:#000000;
		border-bottom:0px;
	}
div#about{
	width:400px;
	height:240px;
	float:left;
}
	#about a:link, #about a:visited{
		font-weight:bold;
		font-style:italic;
		color:#000000;
	}
	#about a:hover{
		background-color:#bdd63a;
	}
	.about{
		padding:5px;
		
		font-size:20px;
		font-style:italic;
		font-weight:bold;
		color:#FFFFFF;
		background:#000000;
		
		line-height:30px;
	}


div#contact{
	width:330px;
	margin-left:40px;
	float:left;
}

	#contact a{
		text-decoration:none;
		color:#FFFFFF;
		background:#57b6dd;
		padding:5px;
	}
	#contact a:hover{
		background:#ec297b;
	}
	
	.textarea{
		width:300px;
		margin-bottom:10px;
	}
	.name{
		width:83px;
		margin-right:10px;
	}
	.email{
		width:180px;
	}
	
	input{
		height:20px;
	
		border:0;
		border-bottom:1px dashed #000000;
	}
	#contact p{
		text-align:center;
	}
	#contact a{
		font-size:16px;
		font-style:italic;
		font-weight:bold;
	}
div#lastfm{
	width:453px;
	height:240px;
	background: url(../img/musicbg.gif) top left no-repeat;
	float:left;

}
	#lastfm a:link, #lastfm a:visited{
		text-decoration:none;
		color:#000000;
		background:#FFFFFF;
	}
	#lastfm a:hover{
		background:#000000;
	}
	div#lastfm_recent{
		margin-top:55px;
		margin-left:249px;
		margin-right:8px;
		
		padding:5px;
		
		height:68px;
		
		font-size:12px;
	}
	#lastfm_recent a:hover{
		color:#f9ec31;	

	}
	#lastfm_recent img{
		float:left;
		margin-right:5px;
		width:64px;
		height:64px;
	}
	
	div#lastfm_top{
		margin-top:28px;
		margin-left:292px;
		margin-right:15px;
		padding:5px;
		
		height:40px;
		
		font-size:12px;
		text-align:center;
	}
	#lastfm_top a:hover{
		color:#90278e;	
	}
	div#lastfm_logo{
		text-align:right;
		font-size:11px;
		color:#ebebeb;
	}
	.artist{
		font-size:11px;
		font-style:italic;
	}
	

div#tweet{
	width:200px;
	height:133px;
	
	margin-top:49px;
	padding-left:50px;
	padding-top:58px;
	padding-right:5px;
	
	float:right;
	
	background:url(../img/twitterbg.gif) bottom right no-repeat;
	
	font-size:12px;
	text-align:center;
	font-style:italic;
}
	#tweet a:link, #tweet a:visited{
		color:#000000;
		text-decoration:none;
		background:#FFFFFF;
	}
	#tweet a:hover{
		background:#000000;
		color:#bed63a;
	}
	#tweet li{
		list-style-type:none;
		margin:0px;
	}
div#footer{
	margin:15px;
	
	font-size:12px;
	font-style:italic;
}
	#footer img{
		float:left;
		margin-right:5px;
	}


.whitebg{
	background:#FFFFFF
}