/******************************************************
*	RadioTail Public Site v.2									*
\*****************************************************/
body {
	margin:0;
	padding:0;
	width:auto;
	font-family:"Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#2A2A2A;
}
a:link {
	color:#354085;
	text-decoration:underline;
}
a:visited {
	color:#3C4963;
	text-decoration:underline;
}
a:hover {
	color:#000;
}
h1 {
	font-size:28px;
	margin:4px 0px;
	padding:8px 8px;
	background:url(images/menu_bg-hover.gif) 0 0 repeat #1B295D;
	color:#2D2D2D;
}
h2 {
	font-size:22px;
	margin:5px 0px;
	padding:4px;
}
h3 {
	font-size:16px;
	margin:4px;
	padding:0px 4px;
	color:#4F5D67;
}
img {
	border:0;
}

/******************************************************
*	layout									*
\*****************************************************/
#header {
	margin: 40px 0px 10px 0px;
	padding:0;
	width:auto;
	background:url(images/header_bg.gif) 0 0 repeat #1B295D;
	border-top:1px solid #1B295D;
	border-bottom:1px solid #1B295D;
	clear:both;
	z-index:0;
}
#logo {
	position:absolute;
	top:10px;
	left:0px;
}
#header h1 {
	margin:0;
	padding:0;
	display:none;
}
#top_nav, #left_menu, #foot_nav ul {
	list-style-type:none;
	clear:both;
}
#top_nav {
	margin:5px 10px 0px 280px;
	padding:0;
}
#top_nav li {
	float:left;
	padding:0;
	margin:0;
}
#top_nav li a:link, 
#top_nav li a:visited {
	display:block;
	margin:0;
	padding:10px 15px;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
#top_nav li a:hover,
#top_nav li a.selected,
#foot_nav li a:hover {
	color:#FFF;
	background:#16214C;
}

#main {
	margin:10px 0px;
	padding:0px;
	clear:both;
	width:auto;
	min-height:550px;
	height: auto;
	_height: 550px;
}
#for {
	display:none;
	position:relative;
	height:auto;
	padding:4px;
	top:80px;
	right:200px;
	font-size:25px;
	color:#323232;
	/*	font-style:italic;*/
	font-family:Georgia,"Times New Roman",Times,serif;
}
#for span {
	position:relative;
	top:20px;
	font-size:80px;
	display:inline;
	color:#696969;
}
#left_menu {
	/*	float:left;*/
	position:absolute;
	top:180px;
	left:0;
	margin:20px 0 0 0;
	padding:10px 0;
	width:275px;
	text-align:right;

}
#left_menu li {
	margin:5px 0px;
}
#left_menu li a:link, #left_menu li a:visited {
	display:block;
	margin:0 0 0 15px;
	padding:5px 10px;
	_padding:0px 10px;
	font-size:18px;
	color:#3C4963;
	font-weight:bold;
	text-decoration:none;
}
#left_menu li a:hover, #left_menu li a.selected {
	color:#000;
	background:url(images/menu_bg.gif) 0 0 repeat #D8D8E2;
	/*text-decoration:underline;*/
	/*border-left:8px solid #2E2E2E;*/
}
#left_menu li ul {
	padding:0px;
	width:auto;
	margin:0 0 30px 0px;
}
#left_menu li ul li {
	margin:0px;
	padding:0px;
	/*border-left:1px solid #FFF;*/
	list-style-type:none;
}
#left_menu li ul li a:link, #left_menu li ul li a:visited {
	padding:0px;
	margin:0px;
	line-height:.0em;
	font-size:0px;
	width:275px;
	height:50px;
}
#left_menu li a.media:link, 
#left_menu li a.media:visited {
	background:url(images/menu-media-grey.png) 0 0 no-repeat;
}
#left_menu li a.media:hover,
#left_menu li ul li.selected a.media {
	background:url(images/menu-media.png) 0 0 no-repeat;
}
#left_menu li a.podcasters:link, 
#left_menu li a.podcasters:visited {
	background:url(images/menu-podcasters-grey.png) 0 0 no-repeat;
}
#left_menu li a.podcasters:hover,
#left_menu li ul li.selected a.podcasters  {
	background:url(images/menu-podcasters.png) 0 0 no-repeat;
}
#left_menu li a.advertisers:link, 
#left_menu li a.advertisers:visited {
	background:url(images/menu-advertisers-grey.png) 0 0 no-repeat;
}
#left_menu li a.advertisers:hover,
#left_menu li ul li.selected a.advertisers {
	background:url(images/menu-advertisers.png) 0 0 no-repeat;
}
#content {
	max-width:555px;
	width:auto;
	_width:555px;
	margin:0 0 0 275px;
	padding:5px 15px;
}
#secondary {
	clear:both;
	width:auto;
	margin:10px 0 0 0;
	padding:0px;
	background:url(images/secondary_bg.gif) 0 0 repeat #51668F;
	border-top:2px solid #111A3A;
	color:#FFF;
}
#general_info {
	float:left;
	width:250px;
	margin-bottom: 10px;
	padding:15px 0px 0px 25px;
	text-align:right;
}
#recent_news {
	max-width: 550px;
	width:auto;
	_width: 550px;
	margin: 0 0 0 275px;
	padding: 15px;
}
#footer {
	margin:0px;
	padding:0 0 20px 0;
	text-align:center;
	color:#3A3A3A;
	font-size:11px;
}
#foot_nav {
	background:url(images/header_bg.gif) 0 0 repeat #1B295D;
	width:auto;
	text-align:center;
	padding:10px;
	margin-bottom:15px;
	border-bottom:1px solid #111A3A;
}
#foot_nav ul {
	margin:0 auto;
	padding:0;
}
#foot_nav li {
	display:inline;
}
#foot_nav li a:link, #foot_nav li a:visited {
	font-size:14px;
	color:#B9B9B9;
	padding:4px 6px;
	text-decoration:none;
}
#foot_nav li a:hover {
	color:#FFF;
	text-decoration:none;
}
#content .banner {
	float:left;
	margin:0px 5px 10px 0px;
}
.banners {
	width:580px;
	text-align:center;
	clear:both;
}
.banner {
	width:180px;
	height:68px;
	border:1px solid #AFAFAF;
}
/******************************************************
*	content									*
\*****************************************************/

#content p, #recent_news p {
	max-width:555px;
	line-height:130%;
}
#content p {
	padding:4px 10px;
	text-align:justify;
}
.benefits {
	width:auto;
	background:#E9F0FD;
	padding:10px 15px;
}
.benefits h3 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	padding:4px;
	margin:2px;
	font-weight:normal;
	color:#0C132B;
	border-bottom:1px solid #0C132B;
}
.benefits {
	margin:0px;
	padding:4px;
}
.benefits ul li {
	font-size:14px;
	border-bottom: 1px solid #FFF;
	color:#1B1B1B;
	margin: 4px 0px;
	list-style: url(images/check.gif);
}
#content h2 {
	clear:both;
}
.squareshot {
	width:125px;
	height:125px;
	padding:5px;
	background:#E2E2E2;
	float:right;
	margin:10px 0px 10px 10px;
	text-align:center;
}
.bridges {
	width:300px;
	height:250px;
	float:left;
	margin:15px;
}

/******************************************************
*	secondary									*
\*****************************************************/
#secondary h2 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight:normal;
	color:#7388BC;
	margin: 0;
	padding: 2px;
	border-bottom:1px solid #7388BC;
}
#general_info h1 {
	background:none;
	font-size:22px;
	color:#B6C8EC;
	margin:0;
	padding:2px;
	border-bottom:1px solid #B6C8EC;
}
#secondary a:link, #secondary a:visited, #footer a:link, #footer a:visited, .loginlink {
	padding:2px 0px;
	color:#F2D1B0;
	text-decoration:none;
}
#secondary h1 a:link, #secondary h1 a:visited {
	color:#B6C8EC;
}
#general_info ul li {
	list-style:none;
	font-size:14px;
	padding:2px 0px;
}
#secondary a:hover,
#footer a:hover {
	color:#E1E1E1;
}
#recent_news h3 {
	font-size:18px;
	margin:4px 0px;
}
#recent_news .entry  {
	font-size:13px;
	padding:0px 6px;
}
.post {
	margin-bottom: 10px;
}
.post_meta {
	font-size:10px;
	padding:0px;
	margin:4px 0px;
	color:#DFDFDF;
}
/******************************************************
*	index									*
\*****************************************************/
.tagline, .toppar {
	background:#FAFAFA;
	font-family:Georgia,"Times New Roman",Times,serif;
	display:block;
	font-size:22px;
	color:#2B3E5F;
	max-width:530px;
	width:auto;
	margin:0;
	line-height:150%;
	padding:5px 15px 5px 15px;
	text-align:justify;
}
.toppar {
	font-size: 18px;
	color:#1A263C;
}
.tagline strong {
	font-weight:normal;
	color:#000;
}
#content h2 {
	width:auto;
	background:url(images/hbg_4.gif) 0 0 repeat #1B295D;
	margin:5px 0;
	padding:5px 10px;
	color:#FFF;
	font-size:20px;
}
.frontpar, .frontpar_alt {
	display: block;
	width: auto;
	clear: both;
	padding: 5px;
	margin: 5px 0px;
	height: auto;
	_height: 0px;
}
.frontpar .squareshot, .frontpar_alt .squareshot {
	display: block;
	width: 100px;
	height: 100px;
	float: left;
	margin: 0px 10px 0px 0px;
}
.frontpar_alt, .frontpar_alt .squareshot {
	background: #E9F1E7;
}
.action {
	font-weight: bold;
	color:#C44C20;
}
/******************************************************
*	FAQ									*
\*****************************************************/

.faq_q {
	font-size:18px;
	margin:4px 2px;
	padding:8px 0 0 0;
	color:#3B4663;
	font-weight:bold;
	/*font-style:italic;*/
}
.faq_a {

}
/******************************************************
*	press									*
\*****************************************************/

#content .press_entry h2 {
	width:410px;
	float:left;
	background:#E0E9F2;
	padding:0;
}
#content .press_entry {
	clear:both;
}
#content .press_entry h2 a:link, #content .press_entry h2 a:visited {
	display:block;
	color:#0E1631;
	padding:4px 8px;
	text-decoration:none;
}
#content .press_entry h2 a:hover {
	background:#E8EDF3;
	color:#000;
}
/******************************************************
*	signup									*
\*****************************************************/

#content label {
	width:150px;
	float:left;
	height:40px;
	padding:0px 4px;
	text-align:left;
}
#content label.high {
	height:80px;
}
/******************************************************
*	login									*
\*****************************************************/
#login_info {
	position:absolute;
	top:10px;
	right:15px;
	font-size:12px;
}
#login {
	width:120px;
	position:absolute;
	top:88px;
	left:620px;
	padding:15px;
	background:url(images/header_bg.gif) 0 0 repeat #CCC;
	color:#000;
	border-left:1px solid #9895A3;
	border-bottom:2px solid #1E2956;
	border-right:2px solid #1E2956;
	z-index:15;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#login h2 {
	display:none;
}
#login label {
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	width:auto;
}
.toggles {
	width:auto;
	position:absolute;
	text-align:right;
	top:0;
	right:5px;
}
.toggles a:link, .toggles a:visited {
	padding:5px;
	background:#BDBDBD;
	color:#2A2A2A;
	display:block;
	text-decoration:none;
}
.toggles a:hover {
	background:#373737;
	color:#FFF;
}
.loginlink{
	color:;
}
/******************************************************
*	error									*
\*****************************************************/

.error {
	width:auto;
	height:auto;
	background: #D4442D;
	border: 1px solid #BF2E28;
	color: #FFE9CE;
	font-size:14px;
	text-align:center;
	padding: 20px;
	margin: 16px;
}
.error a:link, .error a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
.error strong {
	font-size:110%;
	cursor: crosshair;
}
.error table {
	width:auto;
	margin:auto;
	font-size:12px;
}

.error ul {
	text-align:left;
	width:auto;
	margin-left:10%;
	list-style-type:none;
}
/******************************************************
*	Blog										*
\*****************************************************/

.archive_list {
	width: 200px;
	float: left;
}
.archive_list h3 {
	color: #D0DEFF;
}
.archive_list ul {
	padding: 4px;
	margin: 0px;
}
.archive_list ul li {
	list-style-type: none;
	padding: 1px 2px;
}
#left_menu .tagline {
	text-align: right;
	margin: 10px 0px 40px 0px;
	font-size: 18px;
}
#main.blog {
	min-height: 700px;
	height: auto;
	_height: 700px;
}
#content .entry h2 {
	background: none;
	color: #2A3751;
	margin: 0px;
	padding:10px 8px 0px 8px;
}
.entry h2 a:link, .entry h2 a:visited{
	color: #2A3751;
	text-decoration: none;
}
.entry h2 a:hover {
	color: #000;
}
.entry p {
	margin:6px 0px 8px 0px;
	line-height: 130%;
}

.entry-footer {
	font-size: 12px;
	color: #575757;
	border-top: 1px solid #CCC;
}
#comments, .trackbacks {
	font-size: 12px;
}
#trackbacks-info {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 10px 2px;
}
#comments label {
	height: 20px;
}
p.comments-open-moderated {
	font-size: 10px;
	color: #555555;
}
.blog_nav {
	background: #D6E3E9;
	padding: 4px;
	text-align: center;
	font-size: 12px;
}
.archive_title {
	color: #576375;
}
li#ripplebutton {
	width:auto;
	text-align:center;
	margin:0px 0px;
}
li#ripplebutton a:link, li#ripplebutton a:visited, li#ripplebutton a:hover {
	background:none;
}

/******************************************************
*	functional									*
\*****************************************************/

.clear {
	clear:both;
	line-height:0;
	width:auto;
}