h1 a {
	display: block;
	width:255px;
	height:63px;
	background: url(/assets/neonostalgics.com/images/logo-happy-face.gif);
	text-indent:-9999px;
	margin-top:10px;
}

h1 {
	margin-bottom:10px;
}

h2,h3 {
	margin-bottom:0.3em;
}

h2, #nav a {
	font-size: 20px;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

body {
	background: #404040 url(/assets/neonostalgics.com/images/black-to-grey.gif) repeat-x;
}

#nav ul, #nav li {
	list-style:none;
	display: inline;
}

#nav {
	padding-top:29px;
	padding-right:10px;
	float:right;
}

#container {
	background-color: #FFF;
	margin-top:20px;
}

#content_container {
	margin-top:10px;
	background-color: #FFF;
}

#layout_side {
	margin:0px;
}

#content {
	margin:20px;
}

#recent_blog_post, #upcoming_shows, #mailing_list {
	margin-top:10px;
	margin-bottom:15px;
}

#logos {
	background-color:#fff;
	margin-top:10px;
	padding:10px 0px;
}

dt, dd {
	display: block;
}

dt {
	margin-bottom: 0.5em;
}

#footer {
	color: #fff;
	text-align: center;
	margin-top: 10px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

th {
	text-align:left;
}

th,td {
	padding:2px 5px;
}

/* blog */
.entry {
 margin-bottom: 1em;
}
.entry h3 {
	margin-bottom:0px;	
}

.entry .author {
	font-style:italic;
	margin-bottom:0.5em;
}

/* media */
.album { margin-bottom: 1em; }
.album h3 { margin-bottom: 0em;}