/*-----------------------------------------------------------*/
/* Public: CSS
/*-----------------------------------------------------------*/

body {
	margin: 0px;
	font: normal 12px/14px 'Arial', 'Sans-Serif';
	color: #000000;
	background: #EEEEEE;	
}

.Wrapper {
	width: 970px;
	background: #FFFFFF;
	margin: 0px auto;
	padding: 0px 10px;
}

/* Header ---------------------------------------------------*/
.Header {
	width: 970px;
	color: #FFFFFF;
}

.Header a {
	color: #FFFFFF;
	text-decoration: none;
}

.Header a:hover {
	text-decoration: underline;
}

.Header .BlueTop {
	height: 19px;
	background: #153065;
	font: normal 10px/19px 'Arial','Sans-Serif';
}

.Header .BlueTop .Homepage {
	float: left;
	margin-left: 10px;
	display: inline;
}

.Header .BlueTop .Login {
	float: right;
	margin-right: 10px;
	display: inline;
}

.Header .Title {
	height: 110px;
	background: url('/img/v1/header_titlebg.gif') repeat-x;
	position: relative;
}

.Header .Title .Text {
	width: 220px;
	height: 110px;
	background: url('/img/v1/header_title.gif') no-repeat;
	display: block;
	float: left;
}

.Header .Title .LeaderBoard {
	width: 728px;
	height: 90px;
	float: right;
	margin-right: 10px;
	padding-top: 10px;
	display: inline;
}

.LoginDrop {
	width: 970px;
	height: 98px;
	background:  #FFF8D1 url('/img/v1/header_loginbg_pwYEL.gif') no-repeat;
	display: none;
	color: #78643A;
	position: relative;
}

.LoginDrop form {
	margin: 0px;
}

.LoginDrop .InputFields {
	width: 155px;
	float: left;
	margin: 21px 0px 0px 28px;
	display: inline;
}

.LoginDrop .OtherFields {
	margin: 19px 0px 0px 5px;
	float: left;
}

.LoginDrop .Fields {
	font: bold 16px/18px 'Arial','Sans-Serif';
	color: #555555;
}

.LoginDrop .Inputs {
	width: 150px;
	border: 0px;
	font: bold 15px/17px 'Arial','Sans-Serif';
	color: #AFAFAF;
	margin-bottom: 13px;
	background: none;
}

.LoginDrop .LoginError {
	font: italic 13px/15px 'Arial','Sans-Serif';
	color: #FF0000;
	display: none;
	position: absolute;
		top: 80px;
		left: 25px;
}

.LoginDrop .Register {
	position: absolute;
		top: 25px;
		left: 320px;
	font: normal 17px/19px 'Arial','Sans-Serif';
}

.LoginDrop .Register div {
	margin-bottom: 10px;
}

.LoginDrop .Register a {
	color: #FE7327;
	text-decoration: none;
}

.LoginDrop .Register a:hover {
	text-decoration: underline;
}

/*-----------------------------------------------------------*/

/* Navigation -----------------------------------------------*/
.Navigation {
	height: 35px;
	width: 970px;
	background: lightblue;
	margin-bottom: 10px;
}

.Navigation .Links {
	width: 740px;
	height: 35px;
	float: left;
}

.Navigation .Home, .Navigation .About, .Navigation .OnAir, .Navigation .Photos, .Navigation .Audio, .Navigation .Video, .Navigation .Style, .Navigation .Community, .Navigation .Contact {
	width: 71px;
	height: 35px;
	float: left;
	background: url('/img/v1/header_nav.gif') no-repeat;
}

.Navigation .Home:hover {
	background-position: 0px -35px;
}

.Navigation .About {
	width: 79px;
	background-position: -71px 0px;
}

.Navigation .About:hover {
	background-position: -71px -35px;
}

.Navigation .OnAir {
	width: 78px;
	background-position: -150px 0px;
}

.Navigation .OnAir:hover {
	background-position: -150px -35px;
}

.Navigation .Photos {
	width: 85px;
	background-position: -228px 0px;
}

.Navigation .Photos:hover {
	background-position: -228px -35px;
}

.Navigation .Audio {
	width: 73px;
	background-position: -313px 0px;
}

.Navigation .Audio:hover {
	background-position: -313px -35px;
}

.Navigation .Video {
	width: 72px;
	background-position: -386px 0px;
}

.Navigation .Video:hover {
	background-position: -386px -35px;
}

.Navigation .Style {
	width: 70px;
	background-position: -458px 0px;
}

.Navigation .Style:hover {
	background-position: -458px -35px;
}

.Navigation .Community {
	width: 121px;
	background-position: -528px 0px;
}

.Navigation .Community:hover {
	background-position: -528px -35px;
}

.Navigation .Contact {
	width: 91px;
	background-position: -649px 0px;
}

.Navigation .Contact:hover {
	background-position: -649px -35px;
}

.Navigation .Search {
	width: 189px;
	height: 35px;
	float: left;
	background: url('/img/v1/header_nav_search.gif') no-repeat;
}

.Navigation .Search form {
	margin: 0px;
}

.Navigation .Go {
	width: 41px;
	height: 35px;
	float: left;
	background: url('/img/v1/header_nav_go.gif') no-repeat;
}

.Navigation .Go:hover {
	background-position: 0px -35px;
}

.Navigation .Search input {
	width: 155px;
	border: 0px solid #FFFFFF;
	margin: 8px 0px 0px 30px;
	color: #CECECE;
}
/*-----------------------------------------------------------*/

/* 404 ------------------------------------------------------*/
.FourZeroFour {
	width: 970px;
	height: 362px;
	background: url('/img/v1/fourzerofour-bg.jpg') no-repeat;
	font: normal 18px/20px 'Arial','Sans-Serif';
	color: #153669;
}

.FourZeroFour h1 {
	font: bold 34px/36px 'Arial','Sans-Serif';
	color: #153669;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

.FourZeroFour h2 {
	font: normal 26px/28px 'Arial','Sans-Serif';
	color: #153669;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.FourZeroFour .Text {
	margin-bottom: 40px;
}
/*-----------------------------------------------------------*/

/* Breaking News --------------------------------------------*/
.Bulletin {
	width: 970px;
	height: 7px;
}
.Bulletin span {
	display: none;
}
/*-----------------------------------------------------------*/

/* Content --------------------------------------------------*/
.Content {
	
}

.Content .LeftColumn {
	width: 650px;
	padding-right: 10px;
	float: left;
	background: #FFFFFF;
}

.Content .LeftColumn h1 {
	margin: 0px;
	font: bold 24px/26px 'Arial','Sans-Serif';
}

.Content .RightColumn {
	width: 300px;
	padding-left: 10px;
	float: left;
	background: #E0E0E0;
}

.Content .FullPage {
	width: 970px;
	margin: 0px auto;
}

.Content .FullPage .OnAirHeader {
	width: 970px;
	height: 300px;
	margin-bottom: 20px;
	background: url('/img/v1/header_onair.jpg') no-repeat;
}
/*-----------------------------------------------------------*/

/* Left Column ----------------------------------------------*/
.Content .LeftColumn .DynamicLead {
	width: 650px;
	height: 306px;
	margin-bottom: 10px;
}

.Content .LeftColumn .DynamicLead {
	width: 650px;
	height: 306px;
	margin-bottom: 10px;
	text-align: center;
	font: normal 14px/16px 'Arial','Sans-Serif';
	color: #5D5D5D;
}

.Content .LeftColumn .DynamicLead .Loading {
	width: 648px;
	height: 148px;
	background: url('/img/v1/loading.gif') no-repeat;
}

.Content .LeftColumn .SnapShot {}

.Content .LeftColumn .Ticker {
	width: 650px;
	height: 50px;
	margin-bottom: 10px;
}

.Content .LeftColumn .CountDownBox {
	background: url('../../img/v1/bg.countdownbox.gif') no-repeat;
	width: 535px;
	height: 50px;
	line-height: 50px;
	font: bold 18px/50px 'Arial';
	color: #FF4D27;
	text-align: center;
	padding: 0px 10px 0px 105px;
	position: relative;
}

.Content .LeftColumn .CountDownBox .ScopeLink {
	width: 90px;
	height: 40px;
	position: absolute;
		top: 5px;
		left: 5px;
}

.Content .LeftColumn .MediaSection {
	width: 650px;
	height: 303px;
	margin-bottom: 10px;
}

.Content .LeftColumn .MediaSection .AlbumCover {
	width: 171px;
	height: 303px;
	float: left;
	margin-right: 9px;
}

.Content .LeftColumn .MediaSection .AlbumCover .AlbumImage {
	width: 171px;
	height: 230px;
}

.Content .LeftColumn .MediaSection .AlbumCover .AlbumImage img {
	width: 171px;
	height: 230px;
}

.Content .LeftColumn .MediaSection .AlbumCover .AlbumInfo {
	width: 161px;
	height: 63px;
	position: relative;
	padding: 5px;
	color: #866714;
	background: url('/img/v1/main-mediasection-albuminfo.gif') no-repeat;
	font: bold 12px/14px 'Arial','Sans-Serif';
}

.Content .LeftColumn .MediaSection .AlbumCover .AlbumInfo .ViewPhotos {
	position: absolute;
		bottom: 5px;
		left: 5px;
}

.Content .LeftColumn .MediaSection .AlbumCover .AlbumInfo a {
	color: #F1711C;
	text-decoration: none;
}

.Content .LeftColumn .MediaSection .OtherMedia {
	width: 470px;
	height: 303px;
	float: left;
}

.Content .LeftColumn .MediaSection .OtherMedia .MediaContain {
	width: 470px;
	height: 201px;
	padding-top: 30px;
	margin-bottom: 10px;
	background: url('/img/v1/main-mediasection-mediabg.gif') no-repeat;
	position: relative;
}

.Content .LeftColumn .MediaSection .OtherMedia .MediaContain .MostMod {
	position: absolute;
		top: 8px;
		right: 12px;
	font: bold 12px/16px 'Arial','Sans-Serif';
	color: #FFFFFF;
	padding-left: 14px;
}

.Content .LeftColumn .MediaSection .OtherMedia .MediaContain .MostMod .MediaLink {
	color: #153669;
	cursor: pointer;
}

.Content .LeftColumn .MediaSection .OtherMedia .MediaContain .MostMod .MediaLink:hover {
	color: #FFFFFF;
	cursor: pointer;
}

.Content .LeftColumn .MediaSection .OtherMedia .AdSpace {
	width: 468px;
	height: 60px;
	padding: 1px;
}

.Content .LeftColumn .MediaSection .OtherMedia .MediaContain .TopMediaContain {
	width: 232px;
	height: 184px;
	float: left;
	padding: 2px;
	margin: 0px 10px 0px 10px;
	display: inline;
}

.Content .LeftColumn .MediaSection .OtherMedia .MediaContain .TopMediaContain .Entry {
	width: 232px;
	height: 60px;
	margin-bottom: 2px;
	font: bold 12px/14px 'Arial','Sans-Serif';
	color: #153065;
}

.Content .LeftColumn .MediaSection .OtherMedia .MediaContain .TopMediaContain .Entry a {
	font: bold 12px/14px 'Arial','Sans-Serif';
	color: #153065;
	text-decoration: none;
}

.Content .LeftColumn .MediaSection .OtherMedia .MediaContain .TopMediaContain .Entry .Thumbnail {
	height: 60px;
	width: 60px;
	float: left;
	display: inline;
}

.Content .LeftColumn .MediaSection .OtherMedia .MediaContain .TopMediaContain .Entry .Description {
	width: 160px;
	height: 50px;
	padding: 2px 5px;
	text-align: left;
	float: left;
	display: inline;
	font: bold 12px/16px 'Arial','Sans-Serif';
	overflow: hidden;
}

.Content .LeftColumn .MediaSection .OtherMedia .MediaContain .TopMediaContain .MostRecent {
	display: block;
}

.Content .LeftColumn .MediaSection .OtherMedia .MediaContain .TopMediaContain .MostPopular {
	display: none;
}

.Content .LeftColumn .MediaSection .OtherMedia .MediaContain .TopMediaContain .MostCommented {
	display: none;
}

.Content .LeftColumn .MediaSection .OtherMedia .MediaContain .VideoContain {
	width: 204px;
	height: 188px;
	color: #FFFFFF;
	float: left;
}

.Content .LeftColumn .MediaSection .OtherMedia .MediaContain .VideoContain .Thumbnail {
	width: 200px;
	height: 122px;
	padding: 2px;
	background: #FFFFFF;
}

.Content .LeftColumn .MediaSection .OtherMedia .MediaContain .VideoContain .Thumbnail img {
	width: 200px;
	height: 122px;
}

.Content .LeftColumn .MediaSection .OtherMedia .MediaContain .VideoContain .Description {
	width: 204px;
	height: 57px;
	padding-top: 5px;
}

.Content .LeftColumn .MediaSection .OtherMedia .MediaContain .VideoContain .Description a {
	color: #FFFFFF;
	font: bold 12px/14px 'Arial','Sans-Serif';
	text-decoration: none;
}

.MostRecentVideoContainer {
	display: block;
}

.MostViewedVideoContainer {
	display: none;
}

.MostCommentedVideoContainer {
	display: none;
}
/*-----------------------------------------------------------*/

/* Right Column ---------------------------------------------*/
.Content .RightColumn .Temp {
	width: 300px;
	height: 250px;
	margin-bottom: 10px;
	background: #5677A3;
}
/*-----------------------------------------------------------*/

/* Peel -----------------------------------------------------*/
.Content .LeftColumn .BlogTop .PeelHereSmContainer {
	width: 96px;
	height: 59px;
	position: absolute;
		top: 1px;
		right: 1px;
	cursor: pointer;
	display: block;
}

.Content .LeftColumn .BlogTop .PeelHereSm, .Content .LeftColumn .BlogTop .PeelHereSmEx {
	width: 96px;
	height: 59px;
	position: absolute;
		top: 0px;
		right: 0px;
	background: url('/img/v1/peel_corner.png') no-repeat;
	behavior: url('/css/v1/iepngfix.htc');
}

.Content .LeftColumn .BlogTop .PeelHereSmEx {
	background: url('/img/v1/peel_exclusive.png') no-repeat;
	behavior: url('/css/v1/iepngfix.htc');
}

.Content .LeftColumn .BlogTop .PeelHereLg {
	width: 650px;
	height: 350px;
	position: absolute;
		top: 0px;
		left: 0px;
	z-index: 9999;
	display: none;
}
/*-----------------------------------------------------------*/

/* Login / Register / PW Stuff ------------------------------*/ 
.MSG_Messages {
	padding: 10px 10px 0px 10px;
}
.MSG_Message {
}
.MSG_Error, .MSG_Success {
	margin-bottom: 10px;
	padding: 10px;
	cursor: pointer;
	font: normal 12px/14px 'Arial','Sans-Serif';
	color: #000000;
}
.MSG_Error {
	background-color: #FEDFD8;
	border: 1px solid #F8A99A;
}
.MSG_Success {
	background-color: #EFFED8;
	border: 1px solid #BFE28A;
}

.FormErrors {
	width: 650px;
	margin: 0px auto;
}

.LoginPage {
	width: 675px;
	height: 98px;
	margin: 0px auto;
	display: block;
	color: #000000;
	position: relative;
	text-align: center;
}

.LoginPage form {
	margin: 0px;
}

.LoginPage .InputText {
	font: bold 16px/18px 'Arial','Sans-Serif';
	float: left;
	color: #AFAFAF;
}

.LoginPage .InputText div {
	margin: 22px 0px 0px 0px;
}

.LoginPage .InputFields {
	width: 155px;
	float: left;
	margin: 21px 0px 0px 5px;
	display: inline;
}

.LoginPage .OtherFields {
	margin: 19px 0px 0px 15px;
	float: left;
}

.LoginPage .Fields {
	font: bold 16px/18px 'Arial','Sans-Serif';
	color: #555555;
}

.LoginPage .Inputs {
	width: 150px;
	font: bold 15px/17px 'Arial','Sans-Serif';
	margin-bottom: 13px;
}

.LoginPage h1 {
	margin: 0px;
	font: bold 22px/24px 'Arial','Sans-Serif';
	color: #2A2A2A;
}

.LoginPage .LoginError {
	font: italic 13px/15px 'Arial','Sans-Serif';
	color: #FF0000;
	display: none;
	position: absolute;
		top: 80px;
		left: 25px;
}

.LoginPage .Register {
	float: left;
	margin: 21px 0px 0px 15px;
	font: normal 17px/19px 'Arial','Sans-Serif';
}

.LoginPage .Register div {
	margin-bottom: 10px;
}

.LoginPage .Register a {
	color: #5DAEEC;
	text-decoration: none;
}

.LoginPage .Register a:hover {
	text-decoration: underline;
}

.RegisterPage {
	width: 500px;
	margin: 0px auto;
	text-align: center;
}

.RegisterPage h1 {
	margin: 0px;
	font: bold 22px/24px 'Arial','Sans-Serif';
	color: #2A2A2A;
}

.RegisterPage .Title {
	font: bold 16px/18px 'Arial','Sans-Serif';
	color: #AFAFAF;
	text-align: right;
}

.RegisterPage .Inputs input {
	text-align: left;
	width: 185px;
}

.RegisterPage .Inputs select {
	text-align: left;
	width: 188px;
}

.RegisterPage .Inputs textarea {
	text-align: left;
	width: 188px;
}

.RegisterPage .Limits {
	font: normal 10px/12px 'Arial','Sans-Serif';
	color: #AFAFAF;
	text-align: left;
}

.RegisterPage a, .RegisterPage a:visited {
	color: #25579D;
}

.RegisterPage a:hover {
	color: #25579D;
	text-decoration: none;
}
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
.ContactPage {
}

.ContactPage h3 {
	font: normal 18px/20px 'Arial','Sans-Serif';
	margin: 5px 0px;
}

.ContactPage a {
	color: #629CC9;
	text-decoration: none;
}

.ContactPage a:hover {
	text-decoration: underline;
}

.ContactPage h1 {
	margin: 0px;
	font: bold 22px/24px 'Arial','Sans-Serif';
	color: #2A2A2A;
}

.ContactPage .Title {
	font: bold 16px/18px 'Arial','Sans-Serif';
	color: #AFAFAF;
	text-align: right;
}

.ContactPage .Inputs input {
	text-align: left;
	width: 185px;
}

.ContactPage .Inputs select {
	text-align: left;
	width: 188px;
}

.ContactPage .Inputs textarea {
	text-align: left;
	width: 188px;
}

.ContactPage .Limits {
	font: normal 10px/12px 'Arial','Sans-Serif';
	color: #AFAFAF;
	text-align: left;
}

.ContactPage .ContactLeft {
	width: 400px;
	float: left;
	margin-left: 70px;
}

.ContactPage .ContactRight {
	width: 400px;
	float: right;
	margin: 40px 70px 0px 0px;
	display: inline;
}
/*-----------------------------------------------------------*/

/* Blog -----------------------------------------------------*/
.TenPx {
	height: 10px;
}

.Content .LeftColumn .BlogTop {
	width: 640px;
	height: 35px;
	padding-left: 10px;
	background: url('/img/v1/blog_top.gif');
	position: relative;
	z-index: 5000;
	font: bold italic 22px/35px 'Arial','Sans-Serif';
	color: #FFFFFF;
}

.Content .LeftColumn .BlogTop .BlogTitle {
	float: left;
}

.Content .LeftColumn .BlogTop .RSSFeed {
	float: right;
	height: 35px;
	margin-right: 10px;
	line-height: 35px;
	font: normal 12px/35px 'Arial','Sans-Serif';
}

.Content .LeftColumn .BlogTop .RSSFeed img {
	vertical-align: middle;
	margin-right: 5px;
}

.Content .LeftColumn .BlogTop a {
	color: #FFFFFF;
	text-decoration: none;
}

.Content .LeftColumn .BlogTop a:hover {
	text-decoration: underline;
}

.Content .LeftColumn .BlogMid {
	width: 610px;
	padding: 10px 20px;
	background: url('/img/v1/blog_middle.gif');
	z-index: 5000;
}

.Content .LeftColumn .BlogMid .BlogDivider {
	height: 1px;
	background: url('/img/v1/blog_divider.gif') repeat-x;
	margin: 10px 0px;
}

.Content .LeftColumn .BlogMid .BlogEntry {
	
}

.Content .LeftColumn .BlogMid .BlogEntry a {
	color: #629CC9;
}

.Content .LeftColumn .BlogMid .BlogEntry a:hover {
	text-decoration: none;
}

.Content .LeftColumn .BlogMid .BlogEntry .Title {
	font: bold 24px/26px 'Arial','Sans-Serif';
	color: #061639;
}

.Content .LeftColumn .BlogMid .BlogEntry .Title a {
	font: bold 24px/26px 'Arial','Sans-Serif';
	color: #061639;
	text-decoration: none;
}

.Content .LeftColumn .BlogMid .BlogEntry h1 {
	font: bold 24px/26px 'Arial','Sans-Serif';
	color: #061639;
	margin: 0px;
	padding: 0px;
}

.Content .LeftColumn .BlogMid .BlogEntry h1 a {
	font: bold 24px/26px 'Arial','Sans-Serif';
	color: #061639;
	text-decoration: none;
}

.Content .LeftColumn .BlogMid .BlogEntry .PostedOn {
	margin-bottom: 5px;
	font: normal 12px/14px 'Arial','Sans-Serif';
	color: #8A95AA;
}

.Content .LeftColumn .BlogMid .BlogEntry .ImageContainer {
	float: left;
	margin-right: 10px;
	z-index: 5000;
}

.Content .LeftColumn .BlogMid .BlogEntry .T2ImageContainer {

}

.Content .LeftColumn .BlogMid .BlogEntry .ImageContainer .Image, .Content .LeftColumn .BlogMid .BlogEntry .T2ImageContainer .Image {

}

.Content .LeftColumn .BlogMid .BlogEntry .ImageContainer .T1Image img {
	width: 296px;
	border: 1px solid #ABABAB;
	padding: 2px;
}

.Content .LeftColumn .BlogMid .BlogEntry .T2ImageContainer .T2Image img {
	border: 1px solid #ABABAB;
	padding: 2px;
}

.Content .LeftColumn .BlogMid .BlogEntry .ImageContainer .PhotoCredit, .Content .LeftColumn .BlogMid .BlogEntry .T2ImageContainer .PhotoCredit, .EmbedCodeContainer .PhotoCredit {
	font: normal 10px/12px 'Arial','Sans-Serif';
	color: #AFAFAF;
}

.Content .LeftColumn .BlogMid .BlogEntry .ContentContainer {

}

.Content .LeftColumn .BlogMid .BlogEntry .ContentContainer .ContentText {

}

.Content .LeftColumn .BlogMid .BlogEntry .ContentContainer .PreviewText {

}

.Content .LeftColumn .BlogMid .BlogEntry .ContentContainer .ShareBox {
	width: 298px;
	margin-top: 10px;
	float: left;
}

.Content .LeftColumn .BlogMid .BlogEntry .ContentContainer .ShareBox p {
	margin: 3px 0px;
}

/* THIS IS TURNED OFF FOR NOW */
.Content .LeftColumn .BlogMid .BlogEntry .ContentContainer .ShareBox .AdBox {
	width: 125px;
	height: 60px;
	position: absolute;
		top: 15px;
		left: 130px;
	background: #D7D7D7;
	display: none;
}
/* THIS IS TURNED OFF FOR NOW */

.Content .LeftColumn .BlogMid .BlogAd {
	width: 610px;
	height: 100px;
	background: url('/img/v1/TEMP_BLOG_AD.gif') no-repeat;
	display: block;
}

.Content .LeftColumn .BlogBottom {
	width: 650px;
	height: 13px;
	background: url('/img/v1/blog_bottom.gif');
}

.Content .LeftColumn .SimpleBlogPaging a {
	color: #153468;
	text-decoration: none;
}

.Content .LeftColumn .SimpleBlogPaging a:hover {
	text-decoration: underline;
}

.Content .LeftColumn .SimpleBlogPaging {
	font: bold 18px/22px 'Arial','Sans-Serif';
	text-align: center;
	margin: 10px 0px;
}

.Content .LeftColumn .SimpleBlogPaging .Totals {
	font: normal 10px/12px 'Arial','Sans-Serif';
	color: #AFAFAF;
}

.STR_AddThis {
	float: left;
	margin: -1px 15px 0px 0px;
	display: inline;
}

.STR_YahooBuzz {
	float: left;
	margin: -1px 0px 0px 0px;
	display: inline;
}

.STR_YahooBuzz a {
	text-decoration: none;
}
/*-----------------------------------------------------------*/

/* Share Email Link -----------------------------------------*/
.ShareEmail {
	width: 250px;
	position: absolute;
		top: 0px;
		left: 0px;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #153468;
	font: normal 12px/14px 'Arial','Sans-Serif';
	color: #000000;
	display: none;
}

.ShareEmail .ShareText {
	font: bold 14px/16px 'Arial','Sans-Serif';
	color: #153468;
	float: left;
}

.ShareEmail .ShareEmailX {
	float: right;
	display: block;
}

.ShareEmail form {
	margin: 0px;
}

.ShareEmail .Button {
	float: right;
}

.ShareEmail .ShareEmailMsg {
}

.ShareEmail .ShareError {
	font: normal 12px/14px 'Arial','Sans-Serif';
	color: #FF0000;
}

.ShareEmail .ShareSuccess {
	font: normal 12px/14px 'Arial','Sans-Serif';
	color: #72BD18;
}
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
.Content .Lead .Image {
	width: 587px;
	margin: 0px auto;
}

.Content .Lead .LeadDivider {
	margin: 20px auto;
	height: 1px;
	background: url('/img/v1/blog_divider.gif') repeat-x;
}
/*-----------------------------------------------------------*/

/* Terms / Privacy ------------------------------------------*/
.Privacy h1 {
	font: bold 24px/26px 'Arial','Sans-Serif';
}

.Privacy h1 {
	font: bold 18px/20px 'Arial','Sans-Serif';
}

.Privacy h3 {
	font: bold 14px/16px 'Arial','Sans-Serif';
}

.Privacy h4 {
	font: normal 12px/14px 'Arial','Sans-Serif';
	margin: 0px 0px 10px 20px;
}

.Privacy p {

}

.Privacy a {
	color: #278CD9;
	text-decoration: none;
}

.Privacy a:hover {
	text-decoration: underline;
}

.Privacy ol {
	font-weight: bold;
}
/*-----------------------------------------------------------*/

/* Style ----------------------------------------------------*/
.StyleLogo {
	width: 970px;
	height: 300px;
	margin-bottom: 10px;
	background: url('/img/v1/style_logo.jpg') no-repeat;
}

.StylePage {
	width: 500px;
	margin: 0px auto;
	text-align: center;
}

.StylePage h1 {
	margin: 10px 0px 0px 0px;
	font: bold 24px/26px 'Arial','Sans-Serif';
	color: #2A2A2A;
}
/*-----------------------------------------------------------*/

/* Custom Blogs ---------------------------------------------*/
.MommasboysLogo {
	width: 970px;
	height: 300px;
	margin-bottom: 10px;
	background: url('/img/v1/mommasboys_logo.jpg') no-repeat;
}

.BromanceLogo {
	width: 970px;
	height: 300px;
	margin-bottom: 10px;
	background: url('/img/v1/bromance_logo.jpg') no-repeat;
}

.MustHavesLogo {
	width: 970px;
	height: 300px;
	margin-bottom: 10px;
	background: url('/img/v1/musthaves_logo.jpg') no-repeat;
}

.AmericanIdolLogo {
	width: 970px;
	height: 300px;
	margin-bottom: 10px;
	background: url('/img/v1/americanidol_logo.jpg') no-repeat;
}

.NewsLogo {
	width: 970px;
	height: 300px;
	margin-bottom: 10px;
	background: url('/img/v1/news_logo.jpg') no-repeat;
}
/*-----------------------------------------------------------*/

/* Community ------------------------------------------------*/
.CommunityLogo {
	width: 970px;
	height: 300px;
	background: url('/img/v1/community_logo.jpg') no-repeat;
}

.CommunityPage {
	width: 500px;
	margin: 0px auto;
	text-align: center;
}

.CommunityPage h1 {
	margin: 10px 0px 0px 0px;
	font: bold 24px/26px 'Arial','Sans-Serif';
	color: #2A2A2A;
}
/*-----------------------------------------------------------*/

/* Footer ---------------------------------------------------*/
.Footer {
	height: 300px;
	padding: 30px 0px 0px 0px;
	background: url('/img/v1/footer_bgBLUE.gif') repeat-x;
	font: normal 12px/14px 'Arial','Sans-Serif';
	color: #FFFFFF;
	position: relative;
}

.Footer .Divider {
	height: 35px;
	background: url('/img/v1/footer_dividerBLUE.gif') top no-repeat;
}

.Footer a:hover {
	color: #5DAEEC;
	text-decoration: none;
}

.Footer .TopLinks {
	font: bold 14px/16px 'Arial','Sans-Serif';
	color: #FFFFFF;
	margin: 0px 0px 30px 20px;
}

.Footer .TopLinks a {
	color: #FFFFFF;
	text-decoration: none;
}

.Footer .TopLinks a:hover {
	color: #5DAEEC;
	text-decoration: none;
}

.Footer .PageContainer {
	margin: 0px 0px 34px 20px;
	background: none;
}

.Footer .Page {
	width: 147px;
	float: left;
	margin-right: 10px;
	font: bold 14px/16px 'Arial','Sans-Serif';
}

.Footer .Page a {
	color: #9acaff;
	text-decoration: none;
}

.Footer .Page a:hover {
	color: #5DAEEC;
	text-decoration: none;
}

.Footer .Page h4 {
	margin: 0px 0px 5px 0px;
	font: bold 14px/16px 'Arial','Sans-Serif';
	color: #FFFFFF;
}

.Footer .Page ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.Footer .Page li {
	font: bold 14px/16px 'Arial','Sans-Serif';
	margin-bottom: 5px;
}

.Footer .TermsContact {
	margin-left: 20px;
	font: normal 11px/13px 'Arial','Sans-Serif';
}

.Footer .TermsContact span {
	margin: 0px 10px;
}

.Footer .TermsContact a {
	font: bold 14px/16px 'Arial','Sans-Serif';
	color: #FFFFFF;
	text-decoration: none;
}

.Footer .TermsContact a:hover {
	color: #5DAEEC;
}

.Footer .TermsContact .SmallLink {
	font: normal 11px/13px 'Arial','Sans-Serif';
	color: #FFFFFF;
}

.Footer .TermsContact .SmallLink a:hover {
	text-decoration: underline;
}

.Footer .Phone {
	width: 290px;
	height: 100px;
	background: url('/img/v1/footer_phone.gif') no-repeat;
	position: absolute;
		bottom: 0px;
		right: 0px;
}

.FooterAd {
	width: 970px;
	height: 94px;
	padding: 10px 0px 0px 0px;
	background: #153065;
	text-align: center;
}
/*-----------------------------------------------------------*/

/* Most Commented Module ------------------------------------*/
.MostCommented {
	font: normal 10px/12px 'Arial','Sans-Serif';
	text-align: center;
	height: 250px;
}
.MostCommented h1 {
	width: 233px;
	height: 98px;
	margin: 0px auto 10px auto;
	background: url('/img/v1/comment.mostcommented.gif') no-repeat;
}
.MostCommented h1 span {
	display: none;
}
.MostCommentedWrapper {
	color: #2a4476;
	line-height: 1px;
	font-size: 1px;
	/*margin: 10px 0px 10px 0px;*/
}
.MostCommentedWrapper .Top {
	width: 300px;
	height: 7px;
	background: url('/img/v1/poll.top.gif') no-repeat;
}
.MostCommentedWrapper .Body {
	background: url('/img/v1/poll.body.gif') repeat-y;
}
.MostCommentedWrapper .Body .Poll {
	padding: 2px 10px 3px 10px;
}
.MostCommentedWrapper .Bottom {
	width: 300px;
	height: 7px;
	background: url('/img/v1/poll.bottom.gif') no-repeat;
}
/*-----------------------------------------------------------*/

/* Twilight -------------------------------------------------*/
.Content .TwilightPage {
	width: 970px;
	margin: 0px auto;
	padding-bottom: 20px;
	background: #000000 url('/img/v1/twilight_bg.jpg') no-repeat;
}

.TwilightLogo {
	width: 970px;
	height: 300px;
	margin-bottom: 10px;
	background: url('/img/v1/masthead-twilightcontest2.jpg') no-repeat;
}

.TwilightBlogLogo {
	width: 970px;
	height: 300px;
	margin-bottom: 10px;
	background: url('/img/v1/twilight_header.jpg') no-repeat;
}

.TwilightInfo {
	width: 500px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	font: bold 16px/18px 'Arial','San-Serif';
	color: #FFFFFF;
	text-align: justify;
}

.TwilightForm {
	width: 500px;
	float: right;
	margin-right: 20px;
	font: normal 12px/14px 'Arial','San-Serif';
	color: #FFFFFF;
}

.TwilightInfo a {
	color: #25579D;
}

.TwilightInfo a:hover {
	color: #25579D;
	text-decoration: none;
}

.TwilightRules {
	width: 970px;
	margin: 0px auto;
	font: normal 12px/14px 'Arial','San-Serif';
}

.TwilightRulesHeader {
	width: 970px;
	margin: 0px auto;
	text-align: center;
	font: bold 16px/18px 'Arial','San-Serif';
}

.TwilightRulesHeader h1 {
	font: bold 16px/18px 'Arial','San-Serif';
	margin: 20px 0px;
}

.TwilightRules li {
	margin: 10px 0px;
}

.TwilightRules a {
	color: #25579D;
}

.TwilightRules a:hover {
	color: #25579D;
	text-decoration: none;
}

.TwilightErrors {
	width: 520px;
	margin: 0px auto;
	color: #000000;
}

.TwilightRequired {
	font: bold 14px/16px 'Arial','Sans-Serif';
	color: #FF0000;
}
/*-----------------------------------------------------------*/

/* Dynamic Contests -----------------------------------------*/
.FormWrapper {
	width: 350px;
}

.FormWrapper .CenterMe {
	width: 100px;
	margin: 0px auto;
}

.FormWrapper .CheckBoxTable {
	font: normal 11px/13px 'Arial','Sans-Serif';
}

.FormWrapper .Disclaimer {
	margin-top: 20px;
	font: normal 11px/13px 'Arial','Sans-Serif';
	text-align: center;
}

.BackToContest {
	width: 500px;
	margin: 20px auto 0px auto;
	text-align: center;
}

.TempForm {
	width: 346px;
	height: 896px;
	border: 2px dashed #CCCCCC;
	font: bold 18px/300px 'Arial','Sans-Serif';
	color: #A9A9A9;
	text-align: center;
}
/*-----------------------------------------------------------*/

/* Contest Thanks -------------------------------------------*/
.ThankYou {
	width: 485px;
	float: left;
}

.TellAFriend {
	width: 485px;
	float: left;
}
/*-----------------------------------------------------------*/