/* shared */
input, textarea {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #999;
	color: #999;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	text-align: center;
}

textarea{
	text-align: left;
}

a:link,a:visited {
	text-decoration: none;
	font-weight: 700;
	color: #5197E0;
}

a:hover {
	text-decoration: underline;
}

.main_body {
	width: 920px;
	margin: auto;
	background: #fff;
	padding-top: 10px;
	text-align: center;
}

.bold {
	font-weight: 700;
}

body {
	background-image: url(/3/img/bg2.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	text-align: center;
	background-attachment: fixed;
}

.heading_text {
	font-family: Arial, sans-serif;
	font-size: 24px;
	color: #888;
	font-weight: 400;
}

.standout_text {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #666;
}

.small_text {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #666;
}

.reading_text {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #666;
}

.feature_separator,.spacer {
	padding-top: 10px;
}

.large_spacer {
	padding-top: 30px;
}



/* header */

.logo_text {
	font-family: Arial, sans-serif;
	font-size: 30px;
	letter-spacing: -1px;
	color: #222;
	line-height: 25px;
}

#logo_text {
	padding: 33px 0 0 10px;
}

.logo_subtext {
	padding-left: 10px;
}

.header-title {
	width: 420px;
	float: left;
	text-align: left;
}

.header-soapy {
	float: left;
	width: 140px;
	height: 122px;
	padding-left:10px;
}

.libsyn-blue {
	color: #5197E0;
}

.header-container {
	background-color: #FFF;
	height: 125px;
	margin: 0 auto 2px;
	padding-top: 5px;
	width: 920px;
}

.top-navbar {
	float: right;
	margin-top: 15px;
	padding-right: 20px;
	width: 688px;
}

.top-navbar-button {
	float: right;
	font-family: Arial,sans-serif;
	font-size: 19px;
	padding: 0 15px;
}

.top-navbar-button a, .top-navbar-button a:visited  {
	text-decoration: none;
	color: #666;
	font-weight: 400;
}

.top-navbar-button-active {
	background-color: #fff;
	height: 45px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.top-navbar-button-active a {
	color: #5197E0;
}

.top-navbar-signup_button {
	padding: 0 0 0 15px;
}

.top-navbar-signup_button a {
	color: #5197E0;
	font-weight: 700;
}

.upper-right-navbar {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	background: #666;
	margin: auto;
	height: 20px;
	width: 918px;
	padding-right: 2px;
	line-height: 18px;
}

.upper-right-navbar-button {
	float: right;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	padding: 0 10px;
}

.upper-right-navbar-button a {
	font-weight: 400;
	text-decoration: none;
	color: #fff;
}

.header {
	text-align: center;
}

#login_notice_popout {
	width: 324px;
}

.login_button {
	background: none repeat scroll 0 0 #CCC;
	border: medium none;
	color: #FFF;
	height: 23px;
	margin-left: 11px;
	padding-bottom: 0;
	width: 50px;
}

.login_labels {
	color: #999;
	float: left;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	padding-left: 5px;
}

.password_field {
	margin-left: 68px;
}

.forgot_password {
	padding-left: 10px;
}

.login_form {
	padding-top: 18px;
	width: 340px;
	text-align: left;
	float: left;
}

#email {
	width: 160px;
}

#password {
	width: 100px;
}

#lock_logins{
	background:#ffeeee;
	z-index:2;
	height:50px;
	width:330px;
	position:absolute;
	padding-top:10px;
	opacity:.8;
	text-align:center;
	font-weight:bold;
}

/***********/



/* footer */
.footer a, .footer a:visited {
	color: #666;
	font-weight: normal;
}

.footer {
	background: none repeat scroll 0 0 #FFF;
	color: #333;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	height: 105px;
	margin: 2px auto;
	padding-top: 15px;
	text-align: left;
	width: 920px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}

.footer_column {
	float: left;
	width: 135px;
	margin-left: 15px;
}

.footer_wide_column {
	float: left;
	width: 305px;
}

.footer_column a {
	font-weight: 400;
}

.footer_heading {
	font-weight: 700;
}

.footer_fine_print {
	color: #999;
	text-align: right;
}

/************/
/* product matrix */
.feature_icon {
	margin-right: 10px;
}

.full_service_table_cell {
	width: 110px;
	height: 40px;
	margin: 10px;
	text-align: center;
	border-top: 1px dashed #ccc;
	border-right: 1px solid #999;
}

.full_service_table_header_column_cell {
	width: 250px;
	height: 40px;
	margin: 10px;
	text-align: left;
	border-top: 1px dashed #ccc;
	border-right: 1px solid #999;
}

.full_service_table_header_row_cell {
	text-align: center;
	border-right: 1px solid #999;
}

/*******/
