/* 2column CSS */

@font-face {
    font-family: 'Tinyheroics';
    src: url('/stylesheets/fonts/tinyheroic-webfont.eot'); /* IE9 Compat Modes */
    src: url('/stylesheets/fonts/tinyheroic-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/stylesheets/fonts/tinyheroic-webfont.woff') format('woff'), /* Modern Browsers */
    url('/stylesheets/fonts/tinyheroic.ttf')  format('truetype'); /* Safari, Android, iOS */
}

body {
    background: #83c5e5;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: .8em;
}

a {
    color: #ec0f15;
    text-decoration:none;
}

.bold {
    font-weight: bold;
}

a:hover {
    text-decoration:underline;
}

a:visited {
    color: #a60f13;
}

img {
    border: none;
}

p {
    margin: 0px;
    padding: 5px 0px;
}

.mobileFooter {
    position: relative;
    width: 1000px;
}

.bottomCenter {
    background: url('https://cdn.play.net/layout/th/website_background.jpg') center bottom no-repeat;
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 1200px;
    width: 100%;
}

.bottomRightCorner {
    background: url('https://cdn.play.net/layout/th/anchor_image_right.png');
    width: 338px;
    height: 396px;
    position: fixed;
    bottom: 0px;
    right: 0px;
}

.bottomLeftCorner {
    background: url('https://cdn.play.net/layout/th/anchor_image_left.png');
    height: 363px;
    width: 471px;
    position: fixed;
    bottom: 0px;
    left: 0px;
}

@media only screen and (device-width: 768px) {
    .bottomCenter {
        position: absolute;
        background:none;
    }

    .bottomRightCorner {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .bottomLeftCorner {
        position: relative;
    }
}


#bodyWrapper {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    z-index: 2;
}


#pageWrapper {
    background: url('https://cdn.play.net/layout/th/website_scroll_middle_solid.png') repeat-y;
}


#header {
    position: relative;
    background: url('https://cdn.play.net/layout/th/website_scroll_top.png');
    width: 1000px;
    height: 40px;
}

@media only screen and (device-width: 768px) {
    #bodyWrapper {
        position: relative;
        width: 1000px;
        margin: 55px auto;
        z-index: 2;
    }

    #header {
        position: relative;
        background: url('https://cdn.play.net/layout/th/website_scroll_top_full.png');
        width: 1000px;
        height: 98px;
        top: -40px;
        margin-bottom: -40px;
    }
}

.admin_wrapper {
    width: 880px;
    margin: 0px 60px 0px 60px;
}

.register_header {
    position: relative;
    height: 113px;
    width: 880px;
    margin: 0px 60px 0px 60px;
    background: url("https://cdn.play.net/layout/th/website_forums_header.png") no-repeat;
}

.signup_wrapper {
    position: relative;
    width: 620px;
    height: 600px;
    margin: 0 auto;
}

.signup_block {
    width: 880px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: url("https://cdn.play.net/layout/th/registration_middle.png") repeat-y;
}

.signup_header {
    width: 880px;
    height: 79px;
    background: url("https://cdn.play.net/layout/th/registration_top.png") no-repeat;
    margin: 0px auto;
}

.signup_footer {
    width: 461px;
    height: 71px;
    background: url("https://cdn.play.net/layout/th/registration_bottom.png") no-repeat;
    margin: 0px auto;
}

.centered {
    text-align: center;
}

.padded {
    padding: 10px;
}

.signup_row {
    position: relative;
    width: 415px;
    margin: 0px 0px 0px 230px;
    padding: 5px 0px;
    min-height: 28px;
}

.signup_img {
    width: 95px;
    margin-left: 0px;
    text-align:right;
}

.signup_field {
    position: absolute;
    top: 9px;
    right: 0px;
}

.signup_row_valid {
    position: relative;
    width: 415px;
    margin: 0px 0px 0px 230px;
    padding: 0px 0px;
    height: 28px;
}

.signup_field_valid {
    position: absolute;
    top: 6px;
    right: 0px;
    width: 300px;
}

.sign_up_field {
    width: 300px;
}

.signup_cell1 {
    position: absolute;
    top: 80px;
    left: 195px;
}

.signup_cell2 {
    position: absolute;
    top: 107px;
    left: 197px;
}

.signup_cell3 {
    position: absolute;
    top: 131px;
    left: 195px;
}

.signup_cell4 {
    position: absolute;
    top: 168px;
    left: 195px;
}

.signup_cell5 {
    position: absolute;
    top: 204px;
    left: 195px;
}

.signup_cell6 {
    position: absolute;
    top: 240px;
    left: 195px;
}

.signup_cell7 {
    position: absolute;
    top: 328px;
    left: 90px;
}

.signup_cell8 {
    position: absolute;
    top: 510px;
    left: 154px;
}

.captcha_row {
    position: absolute;
    top: 375px;
    left: 94px;
    width: 318px;
}

#contentWrapper {
    position: relative;
}

.content {
    width: 870px;
    margin: 20px 65px 20px 65px;
}

.faqContent {
    width: 830px;
    margin: 20px 85px 20px 85px;
}

#backMid {
    position: relative;
    width: 1000px;
    v-align: top;
}

#left_sidebar {
    position: relative;
    width: 425px;
    margin-left: 60px;
    float: left;
}

#mainbody {
    position: relative;
    width: 425px;
    margin-left: 515px;
/* totalWidth = padding + margin + width */
}

.blog_header {
    position: relative;
    width: 880px;
    height: 113px;
    margin: 0 auto;
    background: url("https://cdn.play.net/layout/th/website_blog_header.png")
}

.faq_header {
    position: relative;
    width: 880px;
    height: 119px;
    margin: 0 auto;
    background: url("https://cdn.play.net/layout/th/FAQ_header.png")
}

.home_link {
    position: absolute;
    height: 113px;
    width: 585px;
    top: 0px;
    left: 0px;
}

.support_header {
    position: relative;
    margin: 0 auto;
    width: 880px;
    height: 113px;
    background: url("https://cdn.play.net/layout/th/website_support_header.png")
}


.mini_nav_wrapper {
    position: absolute;
    top: 12px;
    right: 15px;
    width: 365px;
    height: 87px;
}

.mini_nav1 {
    position: absolute;
    top: 0px;
    right: 190px;
    width: 94px;
    height: 87px;
    cursor: pointer;
}

.mini_nav2 {
    position: absolute;
    top: 0px;
    right: 95px;
    width: 94px;
    height: 87px;
    cursor: pointer;
}

.mini_nav3 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 94px;
    height: 87px;
    cursor: pointer;
}

.mini_nav_4 {
    position: absolute;
    top: 0px;
    right: 285px;
    width: 94px;
    height: 87px;
    cursor: pointer;
}

.nav_wrapper {
    position: relative;
    width: 425px;
    height: 129px;
}

.nav1 {
    position: absolute;
    top: 0px;
    left: -5px;
    width: 128px;
    height: 128px;
    background: url("https://cdn.play.net/layout/th/forums_button.png");
    cursor: pointer;
}

.nav2 {
    position: absolute;
    top: 0px;
    left: 128px;
    width: 128px;
    height: 128px;
    background: url("https://cdn.play.net/layout/th/support_button.png");
    cursor: pointer;
}

.nav3 {
    position: absolute;
    top: 0px;
    left: 260px;
    width: 128px;
    height: 128px;
    background: url("https://cdn.play.net/layout/th/blog_button.png");
    cursor: pointer;
}

.signup_header {
    position: relative;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.signup_button_row {
    text-align: center;
}


.corporate_wrapper {
    position:relative;
    clear: both;
    text-align: center;
}

#footer {
    position: relative;
    background: url('https://cdn.play.net/layout/th/website_scroll_bottom.png');
    top: 61px;
    margin-top: -50px;
    width: 1000px;
    height: 102px;
    clear: both;
}

.logo_splash {
    position: relative;
    width: 425px;
    height: 711px;
    background: url('https://cdn.play.net/layout/th/website_logo_sprite_02.png') no-repeat left top;
}

.logo_splash:hover {
    position: relative;
    width: 425px;
    background: url('https://cdn.play.net/layout/th/website_logo_sprite_02.png') no-repeat right top;
}

.slayer {
    position: relative;
    top: 403px;
    width: 325px;
    margin: 0px auto;
    text-align:center;
    height: 240px;
}

@media only screen and (device-width: 768px) {
    .logo_splash {
        position: relative;
        width: 425px;
        height: 711px;
        background: url('https://cdn.play.net/layout/th/website_logo_02.png') no-repeat left top;
    }
}

.appstore_button {
    position: absolute;
    top:280px;
    left: 141px;
    width: 138px;
    height:  61px;
    cursor: pointer;
}

.blurb {
    text-align: center;
    background: url("https://cdn.play.net/layout/th/website_logo_bottom.png") no-repeat;
    width: 325px;
    height: 256px;
    padding: 0px 50px;
}

.news_header {
    position:relative;
    width: 425px;
    height: 94px;
    background: url('https://cdn.play.net/layout/th/news_section_background_top_ipad.png') no-repeat;
    margin: 20px 0px -1px 0px;
}

.th_news {
    position: relative;
    width: 425px;
    background: url("https://cdn.play.net/layout/th/news_section_background_middle_ipad.png") repeat-y;
}

.news_footer {
    position:relative;
    width: 425px;
    height: 73px;
    margin-top: -1px;
    background: url('https://cdn.play.net/layout/th/news_section_background_bottom_ipad.png') no-repeat;
}

.news_item_header {
    position: relative;
    width: 425px;
    height: 29px;
    margin-bottom: -1px;
    background: url("https://cdn.play.net/layout/th/news_section_text_window_top_ipad.png");
}

.news_item_row {
    position: relative;
    width: 425px;
    background: url("https://cdn.play.net/layout/th/news_section_text_window_middle_ipad.png") repeat-y;
}

.author_wrapper {
    min-height: 56px;
}

.news_icon {
    position: absolute;
    top: -5px;
}

.news_item_subject {
    position: relative;
    padding: 0px 25px 0px 75px;
    font-weight: bold;
    font-size: 12pt;
    z-index: 2;
}

.news_item_author {
    position: relative;
    padding: 0px 25px 0px 75px;
    z-index: 2;
}

.news_item_summary {
    padding: 0px 25px 0px 25px;
    margin-top: 12px;
    position: relative;
}

.news_item_body {
    padding: 0px 25px 0px 25px;
}

.news_item_footer {
    position: relative;
    width: 425px;
    height: 31px;
    margin-top: -1px;
    background: url("https://cdn.play.net/layout/th/news_section_text_window_bottom_ipad.png");
}

.news_item_collapser {
    position: absolute;
    right: 45px;
    bottom: 0px;
}

.news_item_expander {
    position: absolute;
    right: 43px;
    bottom: 0px;
}

.news_item_collapser a {
    color: #f8c156;
}

.news_item_expander a {
    color: #f8c156;
}


.screenshots_header {
    position: relative;
    width: 425px;
    height: 74px;
    margin-bottom: -1px;
    background: url("https://cdn.play.net/layout/th/action_shots_top_ipad.png");
}

.screenshots_header {
    position: relative;
    width: 425px;
    height: 74px;
    margin-bottom: -1px;
    background: url("https://cdn.play.net/layout/th/action_shots_top_ipad.png");
}

.walkthrough_header {
    position: relative;
    width: 425px;
    height: 74px;
    margin-bottom: -1px;
    background: url("https://cdn.play.net/layout/th/walkthroughs_top.png");
}

.screenshots_center {
    position: relative;
    width: 425px;
    background: url("https://cdn.play.net/layout/th/action_shots_middle_ipad.png");
}

.screenshots_footer {
    position: relative;
    width: 425px;
    height: 52px;
    margin-top: -1px;
    background: url("https://cdn.play.net/layout/th/action_shots_bottom_ipad.png");
}

.rightbar_header {
    text-align: center;
}

.leftbar_header {
    position: relative;
    text-align: center;
}

.social_quotes_wrapper{
    position: relative;
}

#quotes {
    position:relative;
}

.social_logo_wrapper {
    position: relative;
    width: 257px;
    height: 45px;
    top: 400px;
    margin: 0px auto;
/*background: url("https://cdn.play.net/layout/th/website_social_media_holder.png")*/
    background: none;
}

.social_logos {
    position: absolute;
    top: 0px;
    left: 10px;
    height: 40px;
    width: 197px;
}

.clear {
    clear: both;
}

.googlePlusWrapper{
    position: absolute;
    top: 11px;
    left: 83px;
}

.twitterWrapper {
    position: absolute;
    top: 13px;
    left: 0px;
}

.fbWrapper {
    position: absolute;
    top: 13px;
    left: 145px;
}

.logo_position {
    position: absolute;
    right: 0px;
}

/* support Styling */
.support_wrapper {
    margin: auto; padding: 0px 60px;
}

/* Blog Styles */

.blog_main_wrapper {

}

.blog_entry_header {
    position: relative;
    width: 674px;
    height: 23px;
    margin-bottom: -1px;
}

.blog_wrapper {
    position: relative;
    width: 628px;
    padding: 0px 23px;
}

.blog_entry_footer {
    position: relative;
    width: 674px;
    height: 23px;
    margin: -1px 0 15px 0px;
    text-align: center;
}


.blog_entry_wrapper {
    position: relative;
}

.hr {
    position: relative;
    margin: 0px auto 5px auto;
    width: 462px;
    height: 24px;
    background: url("https://cdn.play.net/layout/th/line_break.png")

}

.blog_view_wrapper {
    margin: 0px 60px;
}

.blog_entry_edit_header {
    position: relative;
    font-weight: bold;
    font-size: 24px;
}

.blog_entry_edit_row {
    position: relative;
}

.blog_entries_index_header {
    position: relative;
    font-weight: bold;
    font-size: 24px;
}

.blog_entries_table {
    position: relative;
}

.blog_entries_table_row {
    position: relative;
    min-height: 40px;
}

.blog_entries_cell1 {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 800px;
}

.blog_entries_cell2 {
    position: absolute;
    right: 650px;
    top: 0;
    width: 200px;
}

.blog_entries_cell3 {
    position: absolute;
    right: 450px;
    top: 0;
    width: 200px;

}
.blog_entries_cell4 {
    position: absolute;
    right: 250px;
    top: 0;
    width: 200px;

}
.blog_entries_cell5 {
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;

}

.new_blog_entry_row {
    position: relative;
    margin: 20px 0;
}

.blog_entry_header {
    position: relative;
}

.blog_entry_subject {
    font-size: 24px;
    font-family: "Tinyheroic", sans-serif;
}

.blog_entry_author_and_date {
    font-size: 11px;
    color: gray;
}

.gray {
    color: gray;
}

.lightgray {
    color: #d3d3d3;
}

.white {
    color: white;
}

.small_padding {
    padding: 0px 3px 5px 3px;
}

.blog_entry_body {
    position: relative;
    line-height: 18px;
}

.blog_entry_body p {
    padding: 8px 25px;
}

.blog_editor_commands {
    position: relative;
    text-align: center;
}

.blog_right_bar {
    position: absolute;
    top: 0;
    right: 65px;
    width: 196px;

}

.blog_month_header {
    position: relative;
    margin-bottom: -1px;
    width: 192px;
    height: 43px;
    background: url("https://cdn.play.net/layout/th/blog_side_box_top.png");
    text-align:center;
}

.blog_main_header {
    position: relative;
    margin-bottom: -1px;
    width: 425px;
    height: 120px;
    background: url("https://cdn.play.net/layout/th/blog_top.png");
    text-align:center;
}

.blog_month_holder {
    width: 192px;
    background: url("https://cdn.play.net/layout/th/blog_side_box_middle.png");
}

.blog_month_footer {
    position: relative;
    margin-top: -1px;
    width: 192px;
    height: 43px;
    background: url("https://cdn.play.net/layout/th/blog_side_box_bottom.png");
}

.blog_month_link {
    position: relative;
    padding: 5px 10px;
    margin: 0px;
}

.blog_content {
    position: relative;
    min-height: 500px;
    margin-left: 60px;
    margin-right: 265px;
}

.blog_pagination {
    position: relative;
    margin: 20px 0;
}


/* Glider CSS section */
.controls {
    position: absolute;
    top: 0px;
    right: 2px;
    z-index: 2;
}

.quotes_wrapper {
    position: relative;
    height: 70px;
    padding-bottom: 5px;
}

.quoteImg {
    padding-right: 5px;
}

#quotes div.scroller {
/* modify width and height of scrolling section if necessary	*/
    width: 425px;
    overflow: hidden;
    z-index: 1;
}

#quotes div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)	*/
    width:425px;
    overflow:hidden;
    float:left;
}



.features_wrapper {
    position: relative;
    width: 325px;
    overflow: hidden;
    height: 60px;
}

#features div.scroller {
/* modify width and height of scrolling section if necessary */
    width: 325px;
    overflow: hidden;
    z-index: 1;
}



#features div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window) */
    width:315px;
    overflow:hidden;
    float:left;
    padding:0px 5px;
}

#features p {
    line-height:15px;
}

div.scroller div.content {


}


.section {
    opacity: 1.0;
    position: absolute;
    top: 0;
    left: 0;
}

div#section1 {

}

div#section2 {

}

div#section3 {

}

div#section4 {

}

div#section5 {

}

/* Twitter */

.twitter_header {
    width:  425px;
    height:  120px;
    background: url("https://cdn.play.net/layout/th/tiny_tweets_section_top_ipad.png") no-repeat;
    margin-top: 10px;
    margin-bottom: -1px;
}



.twitter_footer {
    width:  425px;
    height:  72px;
    margin-top: -1px;
    background: url("https://cdn.play.net/layout/th/tiny_tweets_section_bottom_ipad.png") no-repeat;
    text-align: center;
}

.twitter_bg {
    width:  425px;
    background: url("https://cdn.play.net/layout/th/tiny_tweets_section_middle_ipad.png") repeat-y;
}

.tweet_text {
    margin: 0px 60px 0px 60px;
    padding: 8px 0px 8px 0px;
    border-bottom: 1px solid lightgray;
}

.twitter_follow {
    width: 425px;
    text-align: center;
    margin: 15px 0px 0px 0px;
}

#twitter_update_list {
    width: 425px;
}

#twitter_update_list iframe {
    width: 359px;
    position: relative;
    left: 33px;
}

.blog_return_home {
    position: relative;
}

.support_back_home {
    position: relative;
    text-align: center;
}

.copyright_row_wo_esrb, .copyright_row_w_esrb {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 63px;
    width: 497px;
}

.copyright_text {
    width: 497px;
}

.account_options_row {
    position: relative;
    padding: 10px 5px;
}

.account_options_header {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 7px;
}

.change_password_row {
    width: 500px;
}

.change_pass_cell2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.change_pass_cell1 {
    position: relative;
    margin-right: 200px;
    z-index: 1;
    top: 0;
    left: 0;
}

.account_options_sub_container {
    position: relative;
    min-height: 40px;
}

.account_options_left_expandable {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    z-index: 2;
}

.account_options_right_fixed {
    padding-left: 240px;
    font-size: 12px;
    z-index:1;
}

/* admin styles */
.cms_pages_cell1 {
    position: relative;
    width: 100%;
}

.cms_pages_cell2 {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

.cms_pages_cell3 {
    position: relative;
    width: 100%;
}

.cms_pages_row {
    padding: 15px;
}

.cms_pages_table {
    padding: 15px;
    margin-top: 0px;
}

.odd_row {
    background: url("https://cdn.play.net/layout/th/post_even.png");
}

.edit_cms_page_header {
    margin: 15px 0px;
}

.screenshot_admin {
    width: 840px;
    height: 200px;
    margin: 15px;
}

.screenshot_cell1 {
    position: relative;
    font-size: 1.2em;
    margin: 15px 0px 0px 15px;
}

.screenshot_cell2 {
    position: relative;
    left: 0px;
    margin: 15px;
}

.screenshot_display_row {
    border-bottom: none;
}

.quotes_scroller_admin {
    width: 840px;
    margin: 15px;
}

.theme_row {
    padding: 15px;
}

.theme_table_cell1 {
    position: relative;
    left: 0px;
    padding: 0px;
    width: 100%;
}

.theme_table_cell2 {
    position: relative;
    left: 0px;
    padding: 0px;
    width: 100%;
}

.theme_table_cell3 {
    position: relative;
    left: 0px;
    padding: 0px;
    width: 100%;
}

.theme_table_cell4 {
    position: relative;
    left: 0px;
    padding: 0px;
    width: 100%;
}

.theme_table_cell5 {
    position: relative;
    left: 0px;
    padding: 0px;
    width: 100%;
}

.blog_entries_cell {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0px;
}

.blog_entries_table_row {
    padding: 15px;
}

.blog_entry_edit_row {
    padding: 10px;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.faqButton {
    position: absolute;
    z-index: 2;
    height: 92px;
    width: 97px;
    top: -16px;
    right: -31px;
    cursor: pointer;
}

.faqWrapper {
    position: relative;
    height: 65px;
    width: 397px;
    background: url("https://cdn.play.net/layout/th/FAQ_text_background.png");
    margin: 15px 0px;
}

.now_free {
    position: absolute;
    top: 227px;
    left: -28px;
    height: 173px;
    width: 176px;
    background:  url("https://cdn.play.net/layout/th/now_free.png");
}