/* MAIN PAGE STYLES */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
fieldset {
	border:none;
}
hr.horizontal-separator {
	background-color: #FE0186;
}
hr.article-separator {
	border: none;
	height: 1px;
	color: #9693B4;
	background-color: #9693B4;
}
blockquote {
	margin: 0 1.5em;
}
a {
	color: #50357F;
}
a:focus, a:hover {
	color: #FE0186;
}
#feedback{
	position:fixed;
	width:35px;
	height:100px;
	top: 250px;
	background: #FE0186;
	z-index:1;
	margin:0;
	padding:0;
}

/* HEADER */
#top-border {
	background: #FE0186;
	height: 5px;
}
#top-banner {
	background: url("../../design/public/top-banner-background.png") repeat-x;
	height: 100px;
}
#container-top-banner {
	margin: 5px auto;
	text-align: center;
}
#container-header {
	height: 110px;
}
#container-login {
	margin: 25px 0 0
}
input.login-email {
	background: url("../../design/public/login-id-button.png") no-repeat;
	color: #50357F;
	border: 0;
	height: 20px;
	width: 130px;
	padding: 5px 0 0 23px;
	font-size: 0.9em;
	margin: 0;
}
input.login-password {
	background: url("../../design/public/login-password-button.png") no-repeat;
	color: #50357F;
	border: 0;
	height: 20px;
	width: 130px;
	padding: 5px 0 0 23px;
	font-size: 0.9em;
	margin: 0;
}
.login-submit-button,
button.positive,
button.negative {
	background: #50357F;
	color: #FFF;
	font-size: 0.9em;
	border: 0;
	height: 25px;
}
#button-login {
	
}
.link-login {
	text-align: center;
	color: #50357F;
	font-size: 0.9em;
}
.link-login a,
.link-login-password a {
	color: #50357F;
	text-decoration: none;
}
.link-login a:hover,
.link-login-password a:hover {
	color: #50357F;
	text-decoration: underline;
}
.link-login-password {
	margin-top: 5px;
	text-align: center;
	color: #50357F;
	font-size: 0.9em;
}
.fb-connect-login {
	margin: 5px auto 0;
	text-align: right;
}
.friend-connect-login {
	margin: 5px auto 0;
	text-align: left;
}
.FBConnectButton_Text,
.gfc-icon {
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight:bold;
	font-size: 0.9em;
}
#container-profile-photo {
	text-align: right;
}
.profile-photo {
	border: 1px solid #50357F;
}
#container-logout {
	text-align: left;
	color: #50357F;
	margin-top: 10px;
	height: 50px;
}
.logout {
	margin-left: 10px;
	text-decoration:none;
}
.logout:hover {
	text-decoration:underline;
}
#container-mainmenu {
	margin: 19px 0 0;
	background: #50357F;
	height: 32px;
}

/* CONTENT */
#container-mainpage-body {
	margin: 0 auto;
	background: #c8cddb;
	border-top: 1px solid #9693B4;
	min-height: 200px;
	padding: 10px 0;
}
#container-status-messages {
	border-top: 1px solid #9693B4;
	background: #ffcde6;
}
.container-message {
	padding: 5px 100px;
	margin: 0 auto;
	width: 760px;
}
.container-message ul {
	list-style: none;
}
.success {
	background: none;
	border-color: #44c3f8;
	color: #333;
}
.error,
.notice,
.success {
	border: none;
	margin-bottom: 0;
}
#breadcrumb {
	font-size: 0.9em;
	padding: 0 10px 5px;
	color: #333;
}
#breadcrumb a {
	color: #333;
	text-decoration:none;
}
#breadcrumb a:hover {
	color: #333;
	text-decoration:underline;
}
#content-intro {
	margin: 10px auto;
	text-align: center;
}
h2.signup-headline {
	color: #FE0186;
	font-weight: bold;
	margin: 50px 0 0;
}
span.signup-text {
	color: #FE0186;
	font-size: 1.2em;
}
a.signup-link {
	color: #FE0186;
	text-decoration:none;
}
a.signup-link:hover {
	text-decoration:underline;
}
#welcome-video {
	text-align:center;
	margin-top: 20px;
}
#welcome-video a {
	color: #FE0186;
	text-decoration:none;
}
#welcome-video a:hover {
	text-decoration:underline;
}
#container-content-main {
	margin: 5px 0;
}
#container-whats-new {
	margin: 0;
	height: 260px;
	background: #9693B4;
}
#video-info {
	margin: 0;
	padding: 0;
	height: 45px;
}
#video-info h2,
#container-episode-leftcol h2,
#container-episode-maincol h2,
#container-article-leftcol h2 {
	font-size: 18px;
	font-family: Georgia, serif; 
	color: #fff;
	margin: 0;
	padding: 0 5px;
}
#video-info p {
	margin: 0;
	padding: 0 5px;
	line-height: 1.2em;
}
#more-video-links {
	margin: 0;
	padding: 0;
	height: 30px;
}
#more-video-links p {
	margin: 0 auto;
	text-align:center;
	line-height: 1.2em;
}
#more-video-links a {
	color: #000;
}
#container-medium-rectangle-banner,
#container-3-1-rectangle-banner {
	margin: 5px auto;
	text-align: center;
	padding:5px 0;
	background:#FFCDCF;
}
#featured{ 
	width:400px; 
	padding-right:226px; 
	position:relative; 
	border:5px solid #9693B4; 
	height:250px; 
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0;
	left:400px; 
	list-style:none; 
	padding:0;
	margin:0; 
	width:226px; 
}
#featured ul.ui-tabs-nav li{
	padding:1px 0 0 13px;
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left;
	margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px;
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#333;
	background:#fff; 
	line-height:20px;
	text-decoration:none;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2;
	text-decoration:underline;
}
#featured li.ui-tabs-selected{ 
	background:url('../../design/public/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ccc; 
}
#featured .ui-tabs-panel{ 
	width:400px;
	height:250px; 
	background:#999;
	position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px;
	left:0; 
	height:70px; 
	background: #8674B1 url('../../design/public/transparent-bg.png');
	-moz-opacity:.80;
	filter:alpha(opacity=80);
	opacity:.80;
}
#featured .info h2{ 
	font-size:18px;
	font-family:Georgia, serif; 
	color:#fff;
	padding:5px;
	margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-size:11px; 
	line-height:15px;
	color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
#teaser-contents {
	margin: 10px 0;
}
#container-homepage-leftcol-ads {
	float:left;
	width:160px;
}
#container-homepage-rightcol-contents {
	float:left;
	margin:0 0 0 10px;
	border: 3px solid #9693B4;
	background: #9693B4;
	width: 460px;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 30px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 29px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 29px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #9E85AC;
}
ul.tabs li:hover {
	background: #FF58B0;
}
ul.tabs li a {
	text-decoration: none;
	color: #583C65;
	display: block;
	font-size: 1em;
	padding: 0 11px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #F5A6C8;
	color: #FE0186;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #F1EEF5;
	border-bottom: 1px solid #F1EEF5; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	width: 458px;
	background: #F1EEF5;
	min-height:300px;
}
.tab_content {
	padding: 20px 10px 10px;
	font-size: 1em;
	text-align: justify;
}
.tab_content ul {
	padding-left:5px;
}
.tab_container h3 {
	color: #FE0186;
	font-weight: bold;
}
.tab_container a.title,
.ptalk_tab_content a.title {
	color: #50357F;
	font-weight: bold;
	text-decoration:none;
	font-size: 16px;
}
.tab_container a.title:hover {
	text-decoration:underline;
}
img.featured-thumbnails {
	padding:5px;
	border: 1px #ccc solid;
	background:#ffffff;
	margin: 0 10px 5px 0;
}
#container-wide-skyscraper-banner {
	margin-bottom: 5px;
}
#container-socialnetwork-banners {
	background: #FF58B0;
	padding: 10px 5px;
	margin: 10px 0 5px;
	width:300px;
}
#banner-twitter,
#banner-facebook {
	margin: 5px auto;
	text-align: center;
}
#container-full-banner {
	margin: 10px 0 0 -5px;
}
#container-episode-leftcol {
	margin: 0;
	padding: 5px;
	background: #9693B4;
	width: 221px;
}
#container-article-leftcol {
	margin: 0;
	padding: 5px 0;
	background: #9693B4;
	min-height: 820px;
}
#container-article-right {
	margin: 0;
	padding: 0;
	background: #F1EEF5;
	min-height: 830px;
	width: 728px;
}
#header-image {
	background: #FFAED7;
	margin: 0;
	padding: 0;
	height: 60px;
}
#container-episode-leftcol a,
#container-episode-bottom-left a,
#container-episode-bottom-center a,
#container-episode-bottom-right a,
#container-article-leftcol a {
	color: #50357F;
	text-decoration:none;
}
#container-episode-leftcol a:hover,
#container-episode-bottom-left a:hover,
#container-episode-bottom-center a:hover,
#container-episode-bottom-right a:hover,
#container-article-leftcol a:hover {
	text-decoration:underline;
}
ul#categories {
	list-style:none;
}
#container-episode-main-banner-ad {
	margin: 5px 0;
	text-align: center;
	padding:0;
	width: 728px;
}
#container-episode-bottom-left {
	height: 150px;
	margin-left: 12px;
	margin-right: 0;
	padding: 5px;
	width: 222px;
}
#container-episode-bottom-center,
#container-episode-bottom-right {
	height: 150px;
	margin-left: 5px;
	margin-right: 0;
	padding: 5px;
	width: 221px;
}
.more {
	text-align:right;
	color:#FE0186;
}
a.more {
	color:#FE0186;
}
#container-article-text-main {
	padding: 20px;
}
h3.title {
	color: #50357F;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}
#container-article-maincol {
	padding: 10px;
	margin-right: 0;
}
#container-article-rightcol {
	
}
#container-article-rightcol-listing {
	border-left: dashed 1px #9693B4;
	min-height: 740px;
}
#container-article-rightcol-listing h2,
#container-episode-bottom-left h2,
#container-episode-bottom-center h2,
#container-episode-bottom-right h2 {
	font-size: 18px;
	font-family: Georgia, serif; 
	color: #9693B4;
	margin: 0;
	padding: 10px 10px 0;
}
#container-article-rightcol-listing ul {
	margin-top: 10px;
}
#container-article-rightcol-listing ul li {
	list-style:none;
	margin-bottom: 10px;
}
#container-article-main-banner-ad {
	margin: 5px 0;
	text-align: center;
	padding:10px 0;
	background:#FFCDCF;
	width: 728px;
}
.js-kit-comments {
	margin-top: 10px;
}
#container-parentin-talk {
	margin: 10px 5px 2px 1px;
	width: 458px;
	background: #F1EEF5;
	min-height:300px;
}
.ptalk_tab_content {
	padding: 5px 10px 10px;
	font-size: 1em;
	text-align: justify;
}
.author {
	color: #666;
}

/* FOOTER */
#bottom-border {
	background: #9693B4 url("../../design/public/colored-border.png") repeat-x;
	height: 2px;
}
#container-footer {
	margin: 5px 0 35px;
	color: #9693B4;
	font-size: 0.9em;
}
#links-footer {
	text-align: right;
}
#links-footer a {
	color: #9693B4;
	text-decoration: none;
}
#links-footer a:hover {
	color: #9693B4;
	text-decoration: underline;
}

/* BANNERS */
.banner-leaderboard {
	border: 1px solid #FE0186;
	width: 728px;
	height: 90px;
	margin: 0 auto;
	text-align:center;
}
.banner-skyscraper {
	border: 1px solid #FE0186;
	width: 160px;
	height: 600px;
	margin: 0;
}
.banner-article-skyscraper {
	border: 1px solid #FE0186;
	width: 160px;
	height: 600px;
	margin: 0 auto;
	text-align:center;
}
.banner-full-banner {
	border: 1px solid #FE0186;
	width: 468px;
	height: 60px;
	margin: 0 auto;
	text-align:center;
}
.banner-medium-rectangle {
	border: 1px solid #FE0186;
	width: 300px;
	height: 250px;
	margin: 0 auto;
	text-align:center;
}
.banner-160x90 {
	border: 1px solid #FE0186;
	width: 160px;
	height: 90px;
	margin: 10px 0 0;
}
.banner-article-160x90 {
	border: 1px solid #FE0186;
	width: 160px;
	height: 90px;
	margin: 10px auto 0;
	text-align:center;
}
.banner-3-1-rectangle {
	border: 1px solid #FE0186;
	width: 300px;
	height: 100px;
	margin: 0 auto;
	text-align:center;
}
.banner-160x213 {
	border: 1px solid #FE0186;
	width: 160px;
	height: 213px;
	margin: 10px 0 0;
}
.banner-article-160x213 {
	border: 1px solid #FE0186;
	width: 160px;
	height: 213px;
	margin: 10px auto 0;
	text-align:center;
}
img.survey-cordlife {
	border: 1px solid #FE0186;
	width: 247px;
	height: 107px;
}
img.events-momday {
	border: 1px solid #FE0186;
	width: 450px;
	height: 150px;
}
img.events-dadday {
	border: 1px solid #FE0186;
	width: 450px;
	height: 582px;
}

#promo-anniv2011{
	border: 10px solid #FE0186;
	background: #FE0186;
	text-align: center;
	z-index:0;
}

#promo-anniv2011{
	height:560px;
	width:460px;
}


img#promo-anniv2011{
	height:560px;	
}


#promo-ptalk3, img#promo-ptalk3{
	height:347px;	
}

#promo-ilovemyfamily{
	height:464px;
	width:350px;
}

/* 1st ANNIVERSARY EVENT */
#socialstream {
	width:680px;
	height:350px;
	border:1px solid #ccc;
	padding:5px;
	background-color:#efefef;
	margin:10px 0 0 12px;
	float:left;
}

#container-article-rightcol-anniv2010 {
	text-align:center;
}

