/*
Theme Name:     Mark Gungor Radio Show
Theme URI:      http://www.markgungorshow.com/
Description:    Child theme for the Twenty Ten theme 
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

#header {
	padding-top: 20px;
}
#tagline {
	color: white;
	font-size: 13px;
	line-height: 38px;
	margin-left: 12px;
	padding: 0 10px;
}
#site-title, #site-description {
	display: none;
}
#access .menu-header {
	float: right;
	width: auto;
}

#container {
	margin: 0 -280px 0 0;
}
#content {
	margin: 0 320px 36px 20px;
}
#primary,
#secondary {
	width: 260px;
}

#liveshow {
	background: #eee;
	border: 1px solid #aaa;
	padding: 20px;
}
#liveshow .entry-content {
	padding: 0;
}
#liveshow h3 {
	margin: 0;
}
#liveshow h4 {
	font-size: 12px;
	text-transform: uppercase;
}

#mergeTable label {
	display: block;
}
#mergeTable td {
	padding-top: 5px;
}

.navigation a {
	background: #eee;
	display: inline-block;
	padding: 6px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}