@charset "utf-8";
/* CSS Document */
/*shared*/
body {
	margin: 0 auto;
	padding: 0;
	font: 12px "Arial", "Helvetica", "Verdana", "sans-serif";
	background:url(img/bg.gif) repeat-x #00648e;
	color: #b3b3bb;
}

h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}
.hidden {
	display:none;
}

a:link, a:visited {
	color: #7389ae;
		border:none;
}



p {
	padding: 5px 0;
	line-height: 1.7;
}

a {
	outline: none;

}
span.clr {
	display: block;
	clear: both;
}

/*logo*/
#logo {
	margin: 0 auto;
	background:url(img/wmLogo.png);
	width:307px;
	height:134px;
	margin-top:90px;
	margin-bottom:30px;
}


/*menu*/

#kwick {
	margin: 0 auto;
	width: 600px;
	margin-bottom: 10px;
	padding: 10px 0;
	
}
#kwick ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}
#kwick .kwicks {
	display: block;
	background: #1d1d20 url(img/item4.gif) top right no-repeat;
	height: 100px;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 80px;
	width: 125px;
	padding: 10px;
	background: #fff;
	border-right: 5px solid #00648e;
}

#kwick .kwick span {
	display: none;
}

#kwick .item1 {
	background: #67A85D url(img/item1.gif);
}

#kwick .item2 {
	background: #67A85D url(img/item2.gif);
}

#kwick .item3 {
	background: #67A85D url(img/item3.gif);
}

#kwick .item4 {
	background: #67A85D url(img/item4.gif);
	border-right: 0;
}

/*Main Body*/
#mainContentWrapper {
	margin: 0 auto;
}
#mainContent {
	
	
}
#loading {
	margin:0 auto;
	padding: 10px;
	width:24px;
	height:24px;
}
#bodyContent {
	width:580px;
	margin: 0 auto;
	margin-bottom: 1em;
	padding: 10px;
	color:#000;
	background-color: #FFFFFF;
	background-image: url(img/maincontentBG.jpg);
	background-repeat: no-repeat;
}
h2 {
	color:#419639;
	font-weight:bold;
	font-size:18px;
	border-bottom:solid 1px #bbb;
	margin-bottom:10px;
}
h3 {
	color:#00648e;
	width:80%;
	font-weight:bold;
	font-size:16px;
}
p {
	margin-bottom:10px;
}
.clearBoth {
	clear:both;	
}
ul {
	margin:0px;
	padding:0px;
	/*list-style-image: url(img/bullet_blue.png);*/
}
.podcastLI {
	list-style:none;
	width:568px;
}
.podcastLI a {
	display:block;
	position:relative;
	border:solid 1px #acceda;
	padding:5px;
	margin-top:10px;
	text-decoration:none;
	color:#666;
	font-size:14px;
}
.podcastLI a img {
	border:none;	
}
.podcastLI a:hover {
	background-color:#dfecf2;
}
.podcastDate {
	display:block;
	float:left;
	width:120px;
}
.podcastArtist {
	display:block;
	float:left;
	width:315px;
	text-align:center;
}
.podcastDuration {
	display:block;
	float:right;
	width:120px;
	text-align:right;
}
.podcastTitle {
	display:block;
	float:left;

}
.podcastRow2{
	margin-top:5px;
	padding-top:5px;
	border-top:1px solid #acceda;
	width:558px;
	clear:both;
	float:left;
}
.podcastIcon {
	float:right;
}

#podcastRow {
	padding-bottom:10px;	
}
#podcastRow h3 {
	padding-bottom:10px;	
}

#podcastRow #sub-itunes, #podcastRow #sub-other {
float:left;
width:49%;
}



/* Temp Day at the Lake Stuff */
#datl {
	position:absolute;
	top:0;
	right:0;
}
#datl a img{
	border:none;

}
#tempFeatureContent {
	position:absolute;
	top:0;
	right:0;
}
#tempFeatureContent a img{
	border:none;

}