body {
	background: #202640 url("imgs/bggradient.jpg");
	background-repeat: repeat-x;
	margin: 0px;
}
#page {
	width:950px;
	margin: 0 auto;
	color: #fff;
	font-family: Tahoma;
	font-size: 14px;
	background: url("imgs/pagebg.png");
}
#header {
	background: #000 url("imgs/header.jpg");
	width: 950px;
	height: 290px;
}
#header #menu {
	padding-top: 21px;
	padding-left: 400px;
	width: 500px;
	color: #fff;
}
#header #menu a {
	display:block;
	padding-top: 18px;
	font-size: 15px;
	text-decoration:none;
	height: 29px;
	width: 156px;
	background: #000 url("imgs/menu-link.jpg");
	text-align: center;
	float:left;
	color: #fff;
}
#header #menu a:hover {
	text-decoration:none;
	background: #000 url("imgs/menu-hover.jpg");
}
#header #menu a.selected {
	text-decoration:none;
	background: #fff url("imgs/menu-selected.jpg");
	color: #333;
	font-weight:bold;
}
#header #description {
	width: 250px;
	height: 120px;
	margin-left: 505px;
	padding-top: 45px;	
	color: #777;
	font-size:13px;
}
#header #description h1 {
	margin:0px;
	padding:0px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 17px;
}
#content.narrowcolumn {
	width: 660px;
	float:left;	
}
#content.widecolumn {
	width: 660px;
	float:left;	
}
h2.pagetitle {
	padding-left: 50px;
	margin-bottom: 0px;
}
.entry {
	width: 625px;
	background: #fff url("imgs/post-bg.jpg");
	padding: 0px;
	padding-left: 35px;
	margin:0px;
	color: #000;
	font-size: 14px;
	font-family: Tahoma, arial, sans-serif;
	line-height: 22px;
	letter-spacing: 0px;
}
.entry img { margin-left: 10px;}

.shade {
	width: 579px;
	/*background: #fff url("imgs/post-bg-shade.jpg");*/
	background-repeat: repeat-x;
	padding:20px;
	padding-top:10px;
	padding-bottom: 10px;
}
.shade h3 { margin:0px;padding-bottom:0px; padding-left: 20px; padding-top:10px; color: #8fb600;}
.shade h4 { margin:0px;padding-bottom:0px; padding-left: 20px; padding-top:10px; color: #8fb600;}

.postmetadata {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 0px;
}
.entry p {
	padding: 10px;
	margin: 0px;
	padding-bottom: 10px;
}

.entry a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
.entry a:hover {
	color: #222;
	text-decoration: none;
	background-color: #ebedfe;
	border-bottom: 1px solid #222;
}
.post h2 {
	width: 610px;
	height: 54px;
	background: #000 url("imgs/post-head.jpg");
	padding-left: 50px;
	margin: 0px;
	padding-top:10px;
	padding-bottom: 0px;
	font-family: Georgia;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: -1px;
}
.post h2 a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
.post-bottom {
	width: 660px;
	height: 17px;
	background: url("imgs/post-bottom.jpg");
}
#sidebar {
	width: 290px;
	background: #fff url("imgs/rightbar-bg.jpg");
	color: #000;
	float:left;
	font-size: 13px;
	font-family: Arial;
}
#sidebar-top {
	width: 290px;
	height:14px;
	background: url("imgs/rightbar-top.jpg");
}
#sidebar .content {padding-left:29px;padding-right:37px;}
#sidebar ul { 
	list-style:none; 
	padding: 0px;
	margin:0px;
}
#sidebar h2 { 
	margin: 0px; 
	padding: 0px;
	padding-top:10px;
	padding-left:16px;
	padding-bottom: 10px;
	color: #8fb600;
	font-weight: normal;
}
#sidebar a {
	color: #333;
	text-decoration: none;
	display:block;
	padding: 6px;
	padding-top:2px;
	padding-bottom: 2px;
}
#sidebar a:hover {
	color: #fff;
	text-decoration: none;
	background: #222222 url('imgs/menubg.jpg');
}
#sidebar .current-cat a {
	color: #fff;
	text-decoration: none;
	background: #222222 url('imgs/menubg.jpg');
}
a img {
	border: 5px solid #ebedfe;
	padding:0px;
}
a:hover img {
	border: 5px solid #b4e100;
	padding:0px;
	background: #fff;
}
.rc_excerpt {padding-left:10px;padding-right:10px;padding-bottom:5px;}

#sidebar #lastfm img {margin-left:20px;}

#sidebar #lastfm a:hover {background: #fff;}

#sidebar #picasa-widget a {border: 5px solid #ebedfe;padding:0px; width: 160px;}
#sidebar #picasa-widget a:hover {border: 5px solid #b4e100;padding:0px;background: #fff;}
#s { width: 155px;} 
form {padding:5px;margin:0px;}
input { padding: 5px; }

#footer {
	width: 950px;
	color: #fff;
	font-size: 13px;
	margin-top:20px;
}
#footerhead {
	height: 73px;
	background: #000 url("imgs/footer-head.jpg");
}
#footermain {
	background: #000 url("imgs/footer-bg.jpg");	
}
#footer ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-bottom: 20px;
}
#footer a {
	display:block;
	color: #999;
	text-decoration: none;
	font-style: normal;
}
#footer a:hover {
	display:block;
	color: #fff;
	text-decoration: none;
	font-style: normal;
}
#respond { padding-left: 10px;padding-bottom:0px;margin-bottom: 0px;margin-top:0px;padding-top:0px;}
.navigation {
	padding-left: 40px;
	padding-bottom: 10px;
	padding-top:10px;
	clear:both;
	height:10px;
}
.navigation a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
}
.navigation .alignleft {
	float:left;
}
.navigation .alignright {
	float:right;
}
.center {
	padding-left:40px;
}
#footermain li { padding-bottom: 5px; color:#ccc; font-style: italic; }
.alt {
	padding-bottom:20px;
}
.commentlist {
	padding-bottom: 20px;
	padding-top:20px;
}
textarea {padding: 10px;font-family: tahoma; font-size:16px;letter-spacing:-1px; font-weight:bold; width: 560px;}
h3 { margin-left: 20px; font-weight: normal; margin-top:20px; }