/*  
Theme Name: YMTE
Theme URI: http://www.youmethemeverybody.com/
Description: Very basic wordpress theme for a podcast.
Version: .7
Author: Kevin McGuire
Author URI: http://www.cydonia-mensae.com/
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
}

img {
       border: none !important;
}

a.poster {
        border: none !important;
}

a {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}

a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #333333;
}

#wrapper {
	display: block; 
	width: 960px; 
	margin:0px auto;
}

#header {
	text-align: left;
	padding-top: 25px;
}

#header h1{
	float: left;
	text-align: left;
	display: block;
	width: 206px;
	margin: 0 !important;
	padding: 0 !important;
}

#header #chicago-music-logo {
	float: left;
	display: block;
	width: 206px;
	margin: 0 !important;
	padding: 0 !important;
	
}


#header #chicago-music-logo a{
	width: 220px;
	height: 220px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/logo-ymte-cmp.png);
	background-repeat: no-repeat;
	border: 0 !important;
}

#header h1 a{
	width: 220px;
	height: 220px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/logo-ymte.png);
	background-repeat: no-repeat;
	border: 0 !important;
}

#header .notice {
	width: 300px;
	height: 200px;
	padding-top: 25px;
	float: left;
	text-align: left;
	padding-left: 25px;
}

#header .notice-the-shuffle {
	width: 220px;
	height: 220px;
	float: left;
	text-align: left;
}

#header .notice h2, #header .notice-the-shuffle h2 {
	font-size: 22px;
	color: #4c4c4c;
        margin-top: 0px;
}

#header .notice-the-shuffle a { 
        border-bottom: 0 !important;
	color: #4c4c4c;
}

#header .notice-the-shuffle h2 a:hover { 
        border-bottom: 1px dotted #4c4c4c !important;
}

#content {
	width: 675px;
	float: left;
	padding-right: 25px;
}

#content .entry {
	margin-bottom: 50px;
}

#content h2 a {
	color: black !important;
	border: 0 !important;
}

#content h2 a:hover {
	color: #333333 !important;
	text-decoration: none !important;
	border-bottom: 1px dotted #333333 !important;
}

#links {
	width: 260px;
	float: left;
}

#links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#links li {
	line-height: 1.6em;
}

#footer {
	padding: 10px;
	text-align: center;
	clear: both;
}

#footer {
	padding: 10px;
	text-align: center;
	clear: both;
	font-size: 12px;
	line-height: 1.5;
}

#footer ul {
	list-style-type: none;
}

.credits {
	display: none;
}

label {
	display: block;
	width: 75px;
	float: left;
}

.submit {
	margin-left: 75px;
}

.events h4 {
	clear: both;
}