/* Begin Typography & Colors */

img {
	border: none;
}
a {
	color: #222;
	text-decoration: none;
}

a:hover {
	color: #222;
	text-decoration:underline;
}

p {
	 margin: 0 0 10px 0;
}

div#rightbar input {
	background: #FFE4F6;
	width: 200px;
	padding: 5px;
	border: none;
}
img#logo {
	margin-left: -47px;
	margin-bottom: 20px;
}

h2 {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}
ul, li {
	margin: 0;
	list-style: none;
	padding: 0;
}

span.post-meta-key {
	display: none;
}
#archives ul li,
#past-shows ul li,
#shows ul li {
	display: block;
	margin-bottom: 10px;
}
#archives ul ul,
#past-shows ul ul {
	font-weight:normal;
}
#archives ul ul a,
#past-shows ul ul a {
	cursor: pointer;
}
#archives ul ul li,
#past-shows ul ul li {
	display: none;
	margin-bottom: 0px;
	padding-left: 15px;
}

div.section {
	float:left;
	display:inline;
	width: 100%;
	margin-bottom: 20px;
}

div.section h2 {
	margin: 0px 0 14px;
	padding-bottom: 5px;
border-bottom: 1px dotted #222;
}

div#content h2 {
	font-size:28px;
	line-height:28px;
	margin:10px 0 5px;
	text-transform:none;
}

div#content h3 {
	font-weight: normal;
	text-transform: uppercase;
}

div#content h1 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #222;
}

div#content form textarea,
div#content form input {
	background: #FFE4F6;
	font-size: 13px;
	font-family: Times, serif;
	padding: 5px;
	border: none;
}

div#content form input[type="submit"] {
	background: transparent;
	cursor: pointer;
	font-size: 16px;
	padding: 0;
	height: 16px;
	font-family: Times, serif;
}

div#content form input[type="submit"]:hover {
	border-bottom: 1px solid #222;
	
}

div#content form textarea {
	width: 490px;
}
div.post {
	margin-bottom: 20px;
	border-bottom: 1px dotted #222;
}

div.entry p a {
	font-weight: bold;
} 

p.postmetadata,
div.comment-author {
	font-size: 11px;
}

div.entry p.postmetadata a {
	font-weight: normal;
}


h2#comments,
div#repsond h2 {
	margin-top: 10px;
}

ol.commentlist {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

ol.commentlist li {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #222;
}

div.clearboth {
	clear: both;
}

div.navigation {
	text-align: center;
}


form#searchform label,
form#searchform input[type="submit"] {
display:none;
