@import url(html5reset-1.4.1.css);

/* Generic styles
-------------------------------------------------*/

body {
    background-attachment: scroll;
    background-image: url(../img/global/browser_background.jpg);
    background-repeat: repeat-x;
    color: #494949;
}

h1, h2, h3 {
    color: #000;
    font-family: Georgia;
    font-style: italic;
    font-weight: normal;
    line-height: 1.25;
}

h1 {
    font-size: 34px;
}

div, img, input, p, textarea {
    color: #494949;
    font-family: Verdana;
    font-size: 12px;
    line-height: 15px;
}

p {
    margin-bottom: 1px;
}

a {
    color: #e11750;
    font-weight: bold;
    text-decoration: none;
}
a.no_pink {
	color: #e11750;
    font-weight:normal;
    text-decoration: none;
}
a:hover {
	
    text-decoration: underline;
}
a.no_pink:hover {
	color: #e11750;
    text-decoration:underline;
}

li {
    list-style-type: none;
}

div.entry p {
	margin-bottom:15px;
}

/* Behaviorial styles
-------------------------------------------------*/

.tabbed_view {
    display: block;
    overflow: hidden;
    position: relative;
    width: auto;
	top:10px;
}

.view_tab {
    float: left;
    padding-top: 30px;
}

.view_tab_title {
    cursor: pointer;
    position: absolute;
    top: 0;
}

.view_tab_content {
    display: none;
}

.active_tab .view_tab_content {
    display: block;
}

.share_link {
    background-image: url(../img/global/share_link_icon.png);
    background-repeat: no-repeat;
    height: 25px;
    position: absolute;
    right: 5px;
    text-indent: -9999px;
    top: 12px;
    width: 50px;
}

.submit_button,
.signin_button {
    background-color: transparent;
    border: 0 none;
    overflow: hidden;
    height: 17px;
    width: 70px;
}

.submit_button {
    background-image: url(../img/global/submit_button.png);
}

.signin_button {
    background-image: url(../img/global/signin_button.png);
    display: inline-block;
    margin-left: 5px;
    vertical-align: bottom;
}

.submit_button input,
.signin_button input {
    cursor: pointer;
    opacity: 0;
}

.standard {
    color: inherit !important;
    font-weight: inherit !important;
}

.first_child_vertical {
    border-top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.last_child_vertical {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.first_child_horizontal {
    border-left: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.last_child_horizontal {
    border-right: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.real_field {
    display: none;
}

/* Modular styles
-------------------------------------------------*/

section {
    background-color: #f1f1f1;
    background-image: url(../img/global/section_background.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}

.main_section {
    width: 526px;
}


.sidebar_section_2 {
    width: 368px;
}


.sidebar_section {
   /* width: 368px; erik  */
}

/* Formatting styles
-------------------------------------------------*/

ul.list-bullet{
	display:block;
	list-style:disc outside;
	padding:.2em 1em;
}
ul.list-bullet > li{
	list-style-type:disc;
}
ul.list-bullet > li > ul{
	display:block;
	list-style:circle outside;
	padding:.2em 1em;
}
ul.list-bullet > li > ul > li{
	list-style-type:circle;
}

ul.oblique > li{
	font-style:oblique;
}
ul.oblique > li > ul li{
	font-style:normal;
}

#post-113 > h1{
	margin-bottom:20px;
}

div.list-group{
	margin:1em 0;
}
div.list-group > ul.list-bullet{
	padding:.4em 1em 0 1em;
}


.oblique{
	font-style:oblique;
}

div.shmall{
	margin-top:2em;
}
div.shmall > p{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
	padding:.1em 0;
}

ul.straight-talk-articles a{
	font-weight:normal;
}

#survey_before ul li{
	font-size:10px;
	padding-bottom:3px;
}

#survey_before p {
	font-size:10px;
}

.colored_pink {
    color: #e11750;
}

.colored_pink_small {
    color: #e11750;
	font-size:10px;
}

.colored_pink_smaller {
    color: #e11750;
	font-size:13px;
}

.colored_pink_large {
	font-family:times new roman;
    color: #e11750;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	line-height:24px;
}

.colored_pink_larger {
    color: #e11750;
	font-size:36px;
	font-weight:bold;
	font-style:italic;
}

.colored_gray_large {
    color: #303030;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	line-height:14px;
}


.colored_gray_headline {
    color: #303030;
	font-size:17px;
	font-weight:bold;
	line-height:14px;
}


.colored_gray_larger {
    color: #303030;
	font-size:27px;
	font-style:italic;
	font-weight:bold;
	line-height:30px;
}

.colored_gray {
    color: #303030;
}

/* Facebook
-------------------------------------------------*/

#follow_on_fb{
	float:right;
	line-height:1px;
}

.fb {
	margin-bottom:0px;
}

.fb_footer {
	float:right;
}

/* Page
-------------------------------------------------*/
#page {
    margin: 0 auto;
    overflow: hidden;
    padding: 0 5px;
    width: 995px;
}

/* Mast
-------------------------------------------------*/
#mast_header {
    height: 470px;
   /*margin-top: 12px;*/
    position: relative;
}

#mast_title_container {
    left: 0;
    position: absolute;
    top: 368px;
    width: 568px;
}

#mast_title {
    line-height: 1;
    marging-top: 0;
}

#mast_slug {
    padding-top: 10px;
}

/* Post
-------------------------------------------------*/
#post_header {
    height: 97px;
   /*margin-top: 12px;*/
    position: relative;
}

#post_title_container {
    left: 0;
    position: absolute;
    top: 10px;
    width: 568px;
}

#post_title {
    line-height: 1;
    margin-top: 0;
}

#post_slug {
    padding-top: 10px;
}

.post{
	background-color:white;
	border:solid silver 1px;
	margin:20px 0;
	padding:0 20px 10px 20px;
}

.post_a_comment{
	line-height:1em;
	vertical-align:middle;
}
.post_a_comment img{
	margin:-2px 0 0 10px;
	vertical-align:middle;
}

#comments{
	background:white;
	border:solid silver 1px;
	margin:20px 0;
	padding:10px 40px 2px 40px;
}

#sound_off_now{
	float:left;
	margin:20px 0;
}

.commentlist{
	border:0;
	margin:0;
	padding:0;
}
.commentlist > li{
	border:0;
	margin:0;
	padding:0;
}

.comment-meta{
	color:black;
}
.comment-meta span{
	color:#E11750;
}

textarea#comment{
	margin:0;
	padding:10px 15px;
	width:962px;
}

cite.fn{
	font-style:normal;
	font-weight:bold;
}

.right-side{
	float:right;
}

.clearall{
	clear:both;
}


/* Main
-------------------------------------------------*/
#main {
    float: left;
    overflow: hidden;
    width: 568px;
}

/*-- It's Worth a Talk --*/

#weekly_section {
    min-height: 275px;
}

#weekly_author {
    float: left;
    width: 160px;
}

#weekly_teaser {
    display: inline-block;
    width: 366px;
}

#weekly_header {
    margin-bottom: 15px;
	width:540px;
}

#weekly_title {
    font-size: 24px;
    line-height: 1;
}

#weekly_topic {
    font-weight: bold !important;
}

#weekly_topic .colored_gray {
    font-weight: normal;
}

.weekly_article_excerpt{
	background-color:#fff;
	padding:25px;
	width:478px;
}

#weekly_questions .view_tab {
    padding-top: 23px;
}

#weekly_questions_answer_tab_title {
    left: 0px;
}

.weekly_questions_tab_title{
	left: 324px;
}

/* 222 23 241 27 */
.weekly_questions_tab_title,
.footer_tab_title {
    background-color: #747474;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    padding: 0 18px;
    text-align: center;
    /*width: 222px;*/
    -moz-border-radius-topleft: 18px;
    -moz-border-radius-topright: 18px;
    -webkit-border-top-left-radius: 18px;
    -webkit-border-top-right-radius: 18px;
}

.active_tab .weekly_questions_tab_title,
.active_tab .footer_tab_title {
    background-color: #e11750;
    /*height: 23px;
    width: 241px;*/
}

.weekly_questions_tab_content {
    background-color: #fff;
    height: 88px;
    padding: 16px;
    width: 494px;
}

.qa_content{
	font-family:Arial, Helvetica, sans-serif !important;
	font-style:normal !important;
	padding-bottom:4px;
	padding-top:4px;
}

.weekly_questions_tab_textarea {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    margin-bottom: 6px;
    resize: none;
    width: 100%;
}

.weekly_questions_tab_textarea_shrunk {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    margin-bottom: 6px;
    resize: none;
    width: 100%;
}

#weekly_questions_question_tab .weekly_questions_tab_textarea {
    height: 42px;
}

#weekly_questions_answer_tab .weekly_questions_tab_textarea {
    height: 62px;
}

.weekly_questions_tab_textarea_shrunk {
    height: 47px;
}

#weekly_questions_answer_tab p {
    color: #1e1e1e;
    font-family:times new roman;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 5px;
}

.no_bold {
    color: #1e1e1e;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 5px;
}

/*-- Promos/Ads --*/

#promo_section {
    min-height: 310px;
	background-color: #363636;
	background-image: url(../img/promo_section/share_win_bg.png);
    background-position: left top;
    background-repeat:no-repeat;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding:20px 20px 10px 20px;
    position: relative;
}

#promo_section_login{
	width:372px;
	height:121px;
	background-color: #363636;
	padding-bottom:3px;
}

#promo_section_login > div.header{
	float:left;
	padding-right:8px;
	width:175px;
} 
#promo_section_login > div.header > a > p{
	color:white;
	font-weight:normal;
}

#promo_group{
	border:0;
	padding:0;
	margin:0;
}

#connect_share_promo_main {
    background-color: #fff;
    float: none;
    min-height: 169px;
    margin: 0 0 15px 0;
    width: 372px;
}

#connect_share_image {
    float: left;
    width: 195px;
	top:-20px;
	left:-20px;
}

#connect_share_content {
    display: inline-block;
	padding:0;
    width: 320px;
	min-height:165px;
}

#connect_share_secondary_promos {
    clear: left;
    overflow: hidden;
    width: 372px;
}

.promo_types {
	/* padding:0px 5px 0px 50px; */
	width:372px;
}

.promo_types_center {
	padding:13px 5px 0px 15px;
	width:295px;
}

.context_content {
    display: none;
}

.context_content img{
	border:0;
	margin:0;
}

.active_context_content {
	border:0;
    display:block !important;
	min-height:148px;
	padding:0px 5px 0px 20px;
}

.content_grand_prize{
	padding:13px 5px 0px 40px;
}

.content_weekly_prize{
	/*padding:13px 5px 0px 40px;*/
	padding: 0 5px 0 20px;
	width:300px;
}


.content_discount_prize{
	padding:13px 5px 0px 40px;
	width:300px;
}


#promo_section .active_context_content .product_box{
	border:0;
	padding:0;
	float:left;
	margin:0 6px;
	text-align:center;
	width: 86px;
}

.connect_share_promo {
    float: left;
    /* margin-right: 4px; erik:::dev */
}

.promo_rollover{
	border:solid #EDEDED 2px;  
}
.promo_rollover:hover{
	/* border:solid #CFCFCF 6px; erik:::dev */
}

.weekly_prize.link_content_up{
	background:url('../img/promo_section/share-win-sprite-182x110.png') no-repeat 0 0;
	height:110px;
	width:182px;
}

.weekly_prize.link_content_over{
	background:url('../img/promo_section/share-win-sprite-182x110.png') no-repeat 0 -110px;
	height:110px;
	width:182px;
}


.vtech_discount.link_content_up{
	background:url('../img/promo_section/share-win-sprite-182x110.png') no-repeat -182px 0;
	height:110px;
	width:182px;
}

.vtech_discount.link_content_over{
	background:url('../img/promo_section/share-win-sprite-182x110.png') no-repeat -182px -110px;
	height:110px;
	width:182px;
}


.list_arrows{
	display:block;
}
.list_arrows > li{
	display:list-item;
	list-style:square url(../img/global/list_arrow.gif) inside;
}

/* Sidebar
-------------------------------------------------*/
#sidebar {
    float: right;
    overflow: hidden;
    width: 410px;
}

/*-- Login/Sharing Summary --*/

#sharing_summary {
    height: 150px
}

#sharing_summary p img {
    vertical-align: middle;
}

#login_title {
    background-image: url(../img/temporary/login_title.png);
    background-repeat: no-repeat;
    height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 374px;
    text-indent: -9999px;
}

#login_fields {
   /* margin-bottom: 10px; */
  	padding: 3px 0px 8px 10px;
}

#login_fields input {
    background-image: url(../img/global/login_input_field_background.gif);
    background-repeat: no-repeat;
    border: 0 none;
    font-weight: bold;
    height: 19px;
    line-height: 19px;
    padding: 0 5px;
    width: 166px;
}

#login_submission {
    text-align:center;
}

#login_submission a {
    font-weight: normal;
}

/*-- Poll of the Week --*/

#weekly_poll {
    height: 316px;
}

#weekly_poll_swf {
    left: 0px;
    position: absolute;
    top: 0px;
    width: 570px;
    z-index: 0;
}

/*-- Asides --*/

#sidebar_asides {
   /* background-image: url(../img/temporary/sidebar_asides.png); */
    background-repeat: no-repeat;
    height: 75px;
    position: relative;
    clear: left;
    overflow: hidden;
	padding:15px;
}

#footer_vtech_logo {
	position:absolute;

	left:100px;
	top:0px;
}

#footer_vtech_promo {
	position:absolute;
	width:250px;
	left:225px;
	top:0px;
}

#footer_lpga_promo {
	position:absolute;
	width:290px;
	left:310px;
	top:0px;
}


#footer_sounds_promo {
	position:absolute;
	width:320px;
	left:536px;
	top:0px;
}

#footer_asides {
   /* background-image: url(../img/temporary/sidebar_asides.png); 
    background-repeat: no-repeat;
    height: 258px;
    position: relative;*/
    clear: left;
    overflow: hidden;
    width: 999px;
	height: 75px;
}


#footer_vtech_logo ul {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}


.promo_pic{
	float:left;
	margin-right: 10px;
}

.bio_picture{
	float:left; 
	padding-right:15px;
}

.footer_share_promo {
    float: left;
    margin-right: 4px;
}

.footer_vt {
	padding:20px;
}

.footer_regular  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

.vt_white{
	font-family:times new roman;
	font-size:20px;
	color:#fff;
	font-style:italic;
}

.vt_pink{
	font-family:times new roman;
	font-size:20px;
	color:#e21651;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

#sidebar_asides aside {
   /* display: none; erik */
}

.sidebar_asides_item {
    border-bottom: 1px solid #ebebeb;
    height: 72px;
    padding: 10px 0 9px 0;
}

/* Page footer
-------------------------------------------------*/
#page_footer {
    clear: both;
	background-color:#363636;
}

/*-- Phone Wiki --*/

#phone_wiki {
    /* float: left; */
    overflow: hidden;
    width: 320px;
}

#phone_wiki_title {
    background-image: url(../img/global/vtech_logo.png);
    background-image: url(../img/global/vtech_logo.png);
    background-repeat: no-repeat;
    font-family:times;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    height: 31px;
    line-height: 45px;
    margin-bottom: 15px;
    padding-left: 134px;
    vertical-align: bottom;
}

#phone_wiki_title .colored_pink {
    font-weight: normal;
    font-style: normal;
}

#vtech_logo {
    display: none;
}

/*-- Footer tabs --*/

.footer_view_tab {
    padding-top: 23px;
}

.footer_tab_title {
    font-weight: bold;
}

#footer_tab_survey_title {
    left: 0;
}

#footer_tab_tips_title {
    left: 126px;
}

#footer_tab_facts_title {
    left: 255px;
}

.footer_tab_content {
    background-color: #fff;
    font-size: 10px;
    padding: 10px;
	min-height:125px;
}

.footer_tab_content_smaller{
	font-size:10px;
}

.survey_answer_label {
    background-image: url(../img/global/radio_button.png);
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: bold;
}

.survey_answer_label:focus {
    border: 1px solid #f00;
}

.survey_answer_opt {
    height: 13px;
    margin: 0;
    opacity: 0;
    width: 12px;
}

#footer_survey_submit_button {
    display: inline-block;
    margin-left: 5px;
    vertical-align: bottom;
}

/*-- Copyright --*/

#copyright {
    color: #bbb;
    font-size: 10px;
	padding: 0 10px 10px;
}

/*-- Connect Share Overlay --*/

#connect_share_overlay {
    background-image: url(../img/temporary/connect_share_overlay.png);
    background-repeat: no-repeat;
    height: 195px;
    left: -9999px;
    position: absolute;
    top: -9999px;
    width: 330px;
    visibility: visible;
    z-index: 9999;
}

#connect_share_overlay iframe {
    height: 193px;
    opacity: 0;
    width: 328px;
}


