@charset "UTF-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}

body{
	background-color:#282c2f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a{
	color:#282c2f;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

div#wrapper{
	width:655px;
	margin:0 auto;
}

div#header{
	margin-top:30px;
}
div#header img#title{
	padding-left: 20px;
}
div#header div#navigation{
	width:auto;
	float:right;
}
div#boxes{
	margin-top:30px;
	height:119px;
}
div#boxes div{
	display:inline;
}
div#blogbox{
	display:inline;
	float:left;
}
div#creativebox{
	float:right;
}
div#miniboxes{
	margin-top:30px;
	height:150px;
}
div#content{
	margin-top: 20px;
}
div#lastfmtextbox{
	background-image:url(images/lastfmtextbox.gif);
	background-repeat:no-repeat;
	width:653px;
	height:100px;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom:30px;
}
div#twittertextbox{
	width:150px;
	background-color:#70ae1f;
	font-size:12px;
	background-color:#70ae1f;
	background-image:url(images/twittertextbox.bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:15px;
	padding-bottom:10px;
}
div#twittertextbox p{
	padding:3px 10px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
div#twittertextbox img{
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
	border:1px solid #344616;
}
div#twittertextboxtop{
	background-image:url(images/twittertextbox.top.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:150px;
	height:29px;
}
div#footer{
	margin-bottom:30px;
}
div#lastfmcovers{
	width:150px;
	font-size:12px;
	background-color:#a71717;
	background-image:url(images/lastfmcovers.bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:15px;
	padding-bottom:10px;
	height:303px;
}
div#lastfmcovers img{
	width:68px;
	height:68px;
	float:left;
}
div#lastfmcoverstop{
	background-image:url(images/lastfmcovers.top.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:150px;
	height:29px;
}
div#metextbox{
	width:150px;
	background-color:#e1830c;
	font-size:12px;
	background-color:#e1830c;
	background-image:url(images/mebox.bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:15px;
	padding-bottom:10px;
}
div#metextbox h2{
	color:#282c2f;
	font-size:14px;
	padding:10px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#metextbox p{
	padding:10px 5px;
}
div#metextboxtop{
	background-image:url(images/mebox.top.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:150px;
	height:29px;
}
div#loadingcontentme{
	float:left;
}
div#loadingcontenttwitter{
	float:left;
}
div#loadingcontentlastfm{
	float:left;
}




div.minibox{
	display:inline;
	margin-right:15px;
	float:left;
}
div.lastbox{
	display:inline;
	float:right;
}
div.lovedtrack{
	display:inline;
	float:left;
	width:150px;
	margin-right:17px;
	margin-bottom:17px;
	text-align:center;
	padding:10px 0;
	height: 190px;
	background-color:#FFFFFF;
	background-image:url(images/musicbox.gif);
	background-repeat:no-repeat;
}
div.lovedtrack img{
	margin-bottom: 5px;
}
div.lovedtrackfourth{
	display:inline;
	float:left;
	width:150px;
	margin-right:0px;
	margin-bottom:17px;
	text-align:center;
	padding:10px 0;
	height: 190px;
	background-image:url(images/musicbox.gif);
	background-repeat:no-repeat;
}
div.lovedtrackfourth img{
	margin-bottom: 5px;
}
div.simpletextfield{
	color:#afb8be;
}
div.coversline{
	padding-left:7px;
}
div.closebutton{
	float:right;
	padding:auto;
	height: 20px;
	width:20px;
}