/* @override http://www.bobransom.com/mt/photoblog/styles-site.css */

body {
	margin:0px;
	color: #363636;
	font: .8em/1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.container {
	width: 770px;
	height: 560px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border: 1px solid #363636;
	background-image: url(images/background.jpg);
}
.text_container {
	width: 320px;
}
img {
	border: none;
}


p {
	color: #363636;
	margin-left: 14px;
	margin-top: 6px;
}

h1,h2,h3 {
	margin-bottom: 6px;
}
.dl_link {
	
	float: right;
	
	font-size: .7em;
	color: #626262;
	vertical-align: bottom;
	margin-bottom: 0;
}

.media_player_indent {
	margin-left: 14px;
}

A {color: #363636; text-decoration: none; background: none; border-style: none;}
A:link {
	color: #2A5681;
	text-decoration: none;
	background: none;
	border-style: none;
}

A.dl_link:link {
	color: #363636;
	text-decoration: none;
	background: none;
	border-style: none;
}
A:link:hover {color: #336699; text-decoration: none; background: none; border-style: none;}
A:link:active {color: #E5E5E5; text-decoration: none; background: none; border-style: none;}

A:visited {color: #000000; text-decoration: none; background: none; border-style: none;}
A:visited:hover {color: #336699; text-decoration: none; background: none;}
A:visited:active {color: #E5E5E5; text-decoration: none; background: none;}

#left_col {
	float: left;
	width: 340px;
	margin: 4.5em 0 0 4em;
}

#left_col_heavy {
	float: left;
	width:  340px;
	margin: 2em 0 0 4em;
	
}

#left_col_listen {
	float: left;
	width:  340px;
	margin: 3.55em 0 0 4em;
	
}

#right_col {
	float: right;
}
.left_menu {
	margin-bottom: 14px;
}

#footer {
/*margin: 2px;*/
clear: left;
color: #7b7b7b;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .6em;
text-decoration: none;
text-align: center;
}

#footer a:link {
color: #4c4c4c;
text-decoration: none;} 

#footer a:visited {
color: #000000;
text-decoration: none;}

#footer a:hover {
color: #000000;
border-bottom: 1px #000000 solid;}

#footer a:active {
color: #ffffff;
text-decoration: none;}

