body{
	font-family:"Trebuchet MS", Trebuchet, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	width:800px;
	margin:30px auto;
	text-align:left;
	background:#8b542b url('/images/bg-brown.jpg') fixed;
	}

	a:link{color:#930;text-decoration:none;}
	a:visited{color:#b30;text-decoration:none;}
	a:hover{color:#fff;text-decoration:none;}
	a:active{color:#930;text-decoration:none;}
	
	a img{border:1px solid transparent;}
	a:hover img{border:1px solid #000;}
	
	p a:hover, span a:hover, header a:hover, h2 a:hover, h3 a:hover, h4 a:hover, footer a:hover, li a:hover{color:#fff;text-decoration:none;background:#930;}
	
nav{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:25px;
	text-align:center;
	background:#d9c164;
	text-transform:uppercase;
	line-height:25px;
	filter:alpha(opacity=80);
	opacity:0.8;
	}

	nav a:link, nav a:visited{
		padding:0 20px;
		color:#8b542b;
		font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, "Trebuchet MS", Trebuchet, Verdana, sans-serif;
		font-size:14px;
		}
		
.tab{
	width:auto;
	height:25px;
	float:left;
	color:#8b542b;
	margin-left:-6px;
	}
	
		#hom #nav-hom, #blo #nav-blo, #cod #nav-cod, #vid #nav-vid, #web #nav-web, #abo #nav-abo, #con #nav-con, nav a:hover{
			background:#eadeaa;
			color:#8b542b;
			-moz-border-radius-topright:8px;
			-moz-border-radius-bottomright:8px;
			-webkit-border-top-right-radius:8px;
			-webkit-border-bottom-right-radius:8px;
			}
			
		nav a:hover, nav:hover, #link-icons a:hover, #link-icons:hover{
			filter:alpha(opacity=100);
			opacity:1.0;
			}
			
#search{
		position:fixed;
		top:0;
		right:20px;
		}
	
#link-icons{
	background:#d9c164;
	filter:alpha(opacity=80);
	opacity:0.8;
	position:fixed;
	top:150px;
	right:0;
	width:50px;
	height:auto;
	text-align:center;
	padding:5px 0;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-bottomleft:15px;
	-webkit-border-top-left-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	}

        #link-icons img{display:block;border:0;text-align:center;margin:4px auto;}
	
		#link-icons img:hover{border-right:10px solid transparent;text-align:left;}
	
		#link-icons:hover{width:70px;}
		
#valid-icons{
	position:fixed;
	bottom:5px;
	right:10px;
	text-align:center;
	color:#fff;
	}
	
	#valid-icons img{border:0;}
	
	#valid-icons img:hover{border:0;border-bottom:5px solid transparent;}
	
	#valid-icons a:link, #valid-icons a:visited{color:#fff;}
	
	#valid-icons a:hover{color:#d9c164;}
	
#contact-lhs{
	position:fixed;
	top:150px;
	left:0;
	width:30px;
	height:75px;
	background:#d9c164 url('/images/contact.png') no-repeat;
	color:#d9c164;
	padding:5px;
	overflow:hidden;
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	}
		
		#contact-lhs #contact-popout{
			display:none;
			position:relative;
			top:8px;
			}
			
			#contact-lhs:hover{
				width:auto;
				font-size:16px;
				color:#000;
				background:#d9c164;
				font-family:Arial, Helvetica, sans-serif;
				filter:alpha(opacity=100);
				opacity:1.0;
				}
	
		#contact-lhs:hover #contact-popout{
			display:inline;
			}
			
header, h1{
	background:url('/images/banner.png') no-repeat;
	width:800px;
	height:135px;
	text-align:center;
	margin:0 auto;
	padding-top:15px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	text-indent:70px;
	display:block;
	font-weight:bold;
	border-bottom:5px solid #d9c164;
	}
	
	a:link header, a:visited header, a:hover header, a:active header{color:#000;}
	
h2{
	font-size:15px;
	background:#d9c164;
	line-height:26px;
	margin-left:-10px;
	padding-left:10px;
	}
	
	h2 a:link{color:#000;}
	h2 a:visited{color:#000;}
	h2 a:hover{color:#fff;background:#8b542b;}
	h2 a:active{color:#930;text-decoration:none;	background:#fff;}
	
h3{
	font-size:14px;
	}
	
h4{
	font-size:12px;
	margin-bottom:-8px;
	}

#contentbox{
	float:left;
	width:792px;
	background:#eadeaa;
	border-left:4px solid #d9c164;
	border-right:4px solid #d9c164;
	}
	
#content{
	float:left;
	width:558px;
	padding:10px;
	}
	
	.feed {
		margin-left:3px;
		padding-left:19px;
		background:url('/images/feed.png') no-repeat 0 50%;
		}
		
		.feed a{
			font-weight:bold;
			}

	.something{
		text-align:center;
		font-weight:bold;
		border:1px solid #000;
		padding:3px;
		margin:0 auto;
		}

		#hom .something{
				width:300px;
				}

		#blo .something, #vid .something{
				width:530px;
				}
		
	#con #content h3{
		margin-left:20px;
		}
		
	#con #content li{
		list-style-type:none;
		margin-left:3px;
		padding-left:19px;
		}
		
		li span{
			font-weight:bold;
			}
			
	#abo #content li, #web #content li{
		list-style-type:none;
		}
		
	#abo #content #contents, #portfolio{
		text-align:center;
		}
		
	.blogdate{
		margin: 0 5px -10px 0;
		text-align:right;
		}
		
	.postedby{
		text-align:right;
		font-style:italic;
		}
		
	#blo #content ol h2, #vid #content ol h2{
		margin-left:-50px;
		}
		
	#blo #content li, #vid #content li{
		font-weight:bold;
		}
		
	#blo #content .featured, #vid #content .featured{
		text-decoration:underline;
		}
	
	#blo #content .featured h2, #vid #content .featured h2{
		text-decoration:none;
		}
	
	#blo #content ol h3{
		margin-left:-40px;
		}

	dt{
		font-weight:bold;
		}

	.fb_share_link{
		padding-left:20px;
		height:16px;
		background:url(/images/facebook-16x16.gif) no-repeat top left;
		}

	.twitter_share_link{
		padding-left:20px;
		height:16px;
		background:url(/images/twitter-16x16.png) no-repeat top left;
		}

	.digg_share_link{
		padding-left:20px;
		height:16px;
		background:url(/images/digg-16x16.png) no-repeat top left;
		}

	.email_share_link{
		padding-left:20px;
		height:16px;
		background:url('/images/gmail.png') no-repeat 0 50%;
		}

	.email-form{
		text-align:right;
		margin-right:20px;
		line-height:25px;
		}

	.email-form2{
		margin-right:210px;
		}

	.email-form3{
		margin-right:100px;
		}
		
	.hidden{
		visibility:hidden;
		display:none;
		}
		
	#abo #content span{
		font-weight:bold;
		font-size:12px;
		}
	
	#bio-start{
		margin-left:30px;
		}
		
	#bio-last{
		font-style:italic;
		}
		
		#bio-second span{
			font-style:normal;
			}

#rhs{
	float:left;
	width:214px;
	padding-top:5px;
	font-family:Arial, Helvetica, Verdana, "Trebuchet MS", Trebuchet, sans-serif;
	font-size:10px;
	color:#8b542b;
	}
	
	#rhs div{
		padding-right:5px;
		}
	
	#rhs h3{
		background:#d9c164;
		line-height:20px;
		padding-left:2px;
		}
	
	#rhs li{
		list-style-type:none;
		margin-left:-35px;
		}
			
	#rhs form, #rhs p{
		text-align:right;
		}
		
	#profilepic{
		text-align:right;
		margin:10px 10px 0 0;
		}
		
	#lastfm{
		text-align:center;
		}
		
	.twtr-tweet-text a:hover, .twtr-join-conv a:hover{
		background:#555;
		}

footer{
	width:800px;
	height:28px;
	float:left;
	font-family:Arial, Helvetica, Verdana, "Trebuchet MS", Trebuchet, sans-serif;
	background:#d9c164;
	color:#333;
	font-size:10px;
	text-align:center;
	font-weight:normal;
	margin:0;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-bottomleft:15px;
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	}
	
	footer a:link{color:#930;}
	footer a:visited{color:#930;}
	footer a:hover{color:#fff;background:#930;}
	footer a:active{color:#930;text-decoration:none;background:#fff;}
	
	
#lastfm table{
	margin:0 auto;
	}
	
	table.lfmWidgetchart_4334a128b3d35ff8b0fd5e315d9f0246 td{
		margin:0 !important;
		padding:0 !important;
		border:0 !important;
		margin:0 auto;
		}
	
	table.lfmWidgetchart_4334a128b3d35ff8b0fd5e315d9f0246 tr.lfmHead a:hover{
		background:url(http://cdn.last.fm/widgets/images/en/header/chart/recenttracks_regular_black.png) no-repeat 0 0 !important;
		}
		
	table.lfmWidgetchart_4334a128b3d35ff8b0fd5e315d9f0246 tr.lfmEmbed object{
		float:left;
		}
	
	table.lfmWidgetchart_4334a128b3d35ff8b0fd5e315d9f0246 tr.lfmFoot td.lfmConfig a:hover{
		background:url(http://cdn.last.fm/widgets/images/en/footer/black.png) no-repeat 0px 0 !important;
		}
		
	table.lfmWidgetchart_4334a128b3d35ff8b0fd5e315d9f0246 tr.lfmFoot td.lfmView a:hover{
		background:url(http://cdn.last.fm/widgets/images/en/footer/black.png) no-repeat -85px 0 !important;
		}
		
	table.lfmWidgetchart_4334a128b3d35ff8b0fd5e315d9f0246 tr.lfmFoot td.lfmPopup a:hover{
		background:url(http://cdn.last.fm/widgets/images/en/footer/black.png) no-repeat -159px 0 !important;
		}

	#anchor-open{
		position:relative;
		display:block;
		overflow:hidden;
		}
	
	#anchor-open-inner{
		position:relative;
		display:block;
		}
		
/* Mobile & Handheld device fixes */
		
@media handheld{										/* Handheld devices */
	 #search{
		position:static;
		}
	 
	 #link-icons{
		position:static;
		float:left;
		width:620px;
		clear:both;
		opacity:1.0;
		background:transparent;
		text-align:left;
		}
	
		#link-icons a:hover img, #link-icons img{border:0;margin:0;display:inline;}
	
	#valid-icons{
		position:static;
		background:#8b542b;
		float:left;
		width:180px;
		text-align:center;
		margin-top:2px;
		}
		
	#lastfm, #lastfmh3{
		display:none;
		}
		
	#contact-lhs{
		display:none;
		}
	}
	
@media only screen and (max-device-width: 480px){		/* Android & iPhone */
	 #search{
		position:static;
		}
	 
	 #link-icons{
		position:static;
		float:left;
		width:620px;
		clear:both;
		opacity:1.0;
		background:transparent;
		text-align:left;
		}
	
		#link-icons a:hover img, #link-icons img{border:0;margin:0;display:inline;}
	
	#valid-icons{
		position:static;
		background:#8b542b;
		float:left;
		width:180px;
		text-align:center;
		margin-top:2px;
		}
		
	#lastfm, #lastfmh3{
		display:none;
		}
		
	#contact-lhs{
		display:none;
		}
	}
	
.aural{display:none;}

@media aural{
	.aural{display:block;}
}