/*
   home.css
*/

#pictures { float: left; width: 558px; height: 442px; }

#home_sidebar { width: 337px; float: left; }

#welcome {
	background: url("/assets/images/home/bg_welcome.jpg") no-repeat;
	color: white;
	margin: 0px;
	padding: 0px;
}
#welcome  > h2{ font-family: "Times New Roman", Times, Garamond, serif; font-weight: normal; padding: 3px 0 0 25px; margin: 0 0 10px 0; }
#welcome p { font-size: 11px; padding: 0 25px 0 25px; }

#messages {
	margin-top: 15px;
}
#messages h2 { font-family: "Times New Roman", Times, Garamond, serif; color: #b2422f; font-size: 16px; text-transform: uppercase; border-bottom: dashed 1px #9e9488; margin-bottom: 5px; padding-top: 3px; }
#messages p { line-height: 1.25em; }
#messages h2, #messages p { padding-left: 25px; }
#messages a.listen_link span { display: none; }
#messages a.listen_link { display: block; background: url("/assets/images/home/listen_now.jpg") no-repeat; width: 77px; height 15px; }
#messages a.listen_link { text-decoration: none; }
#map  {
	height: 106px;
	position: relative;
	background-image: url(/assets/images/home/bg_map.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 337px;
	color: #544C43;
}
#map   h2,#map  .address,#map  .map_link  { position: absolute; }
#map   h2  { font-size: 18px; top: 12px; left: 25px; }
#map .address { top: 18px; right: 25px; line-height: 1.2em; font-weight: bold; font-size: 11px; }
#map .map_link {
	text-transform: uppercase;
	text-decoration: underline;
	left: 25px;
	top: 40px;
}
#map a {
	color: #2f4183;
}
