html {
    height: 100%
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    background: #fed41e;
    color: #333
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px
}

#rounded_4 {
    border-radius: 20px;
    display: inline-block;
    width: 375px;
    min-height: 740px;
    max-height: 740px;
    background: #eb5730;
    margin: 15px auto;
    padding: 5px;
    font-size: 14px;
    text-align: center
}

.navbar {
    height: 50px;
    background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
    background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
    background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x
}

.navbar .container {
    width: 960px;
    margin: auto
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #fed41e;
    text-decoration: none
}

.navbar-nav {
    float: left;
    margin: 0
}

.navbar-nav > li {
    float: left
}

.navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #222 0, #282828 100%);
    background-image: -o-linear-gradient(top, #222 0, #282828 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#282828));
    background-image: linear-gradient(to bottom, #222 0, #282828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
    color: #fff;
    background-color: #080808
}

.nav > li {
    position: relative;
    display: block
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    top: 0
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 15px;
    color: #777;
    text-decoration: none
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

* {
    margin: 0
}

#footer, .push {
    height: 50px
}

#footer {
    width: 100%;
    background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
    background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
    background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    min-height: 50px;
    max-height: 50px;
    padding-top: 20px;
    color: #fff;
    font-size: 11px
}

#footer .container {
    width: 960px;
    margin: auto
}

.twitter-follow {
    position: absolute;
    width: 960px;
    padding-top: 10px;
    text-align: right
}

.fb-like-container {
    float: right;
    margin-left: 10px
}

.fb-like-container .fb-like {
    top: -3px
}

.ss-bottom {
    clear: both;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px
}

.footer-right {
    padding-top: 8px;
    text-align: left
}

#header, header {
    width: 100%;
    height: 150px;
    background-color: #333;
    min-height: 150px;
    max-height: 150px
}

#header_container {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    text-align: left
}

#logo_container {
    float: left;
    width: 400px;
    min-height: 140px;
    max-height: 140px;
    padding: 0;
    margin: 0;
    line-height: 150px
}

#menu_container {
    float: right;
    width: 560px;
    margin-top: 60px
}

.menu_links {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 0 10px
}

.menu_links a {
    text-decoration: none;
    text-align: center;
    color: #fff;
    display: inline-block
}

.menu_links a.hover {
    color: #5f5f5e
}

#content_container {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    padding-bottom: 20px
}

#left_content {
    float: left;
    text-align: center;
    width: 410px;
    padding: 0;
    margin: 0
}

#right_content {
    float: right;
    width: 500px;
    margin: 0;
    padding: 0
}

#rounded_1 {
    border-radius: 20px;
    display: inline-block;
    width: 375px;
    min-height: 300px;
    max-height: 525px;
    background: #65addf;
    margin: 15px auto;
    padding: 5px;
    font-size: 14px;
    text-align: center
}

#rounded_2 {
    border-radius: 20px;
    display: inline-block;
    width: 375px;
    min-height: 220px;
    background: #80c125;
    margin: 15px auto;
    padding: 5px;
    font-size: 14px;
    text-align: center
}

#rounded_3 {
    border-radius: 20px;
    display: inline-block;
    width: 375px;
    min-height: 230px;
    max-height: 230px;
    background: #f86311;
    margin: 20px auto 0;
    padding: 5px;
    text-align: center;
    font-size: 11px
}

.clear {
    clear: both
}

.image_container {
    text-align: left
}

h1 {
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin: 20px;
    font-size: 34px
}

h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-shadow: #333 2px 5px 5px;
    position: relative;
    margin: -25px 0 30px -12px;
    transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    text-align: left
}

h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    position: relative;
    padding: 0;
    margin: 20px 0 30px;
    text-align: center
}

.buddy_site_title {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center
}

#twitter_update_list {
    list-style-type: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    -webkit-padding-start: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin: 0;
    padding: 0
}

#twitter_update_list li {
    padding: 5px 5px 5px 15px;
    margin: 30px 0 0;
    background: #634d7b;
    width: 450px;
    border-radius: 10px;
    color: #fff;
    text-align: center
}

#twitter_update_list li a {
    color: #fff;
    text-decoration: none
}

#twitter_update_list > :nth-child(2n+1) {
    transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -MS-transform: rotate(-2deg)
}

#twitter_update_list > :nth-child(2n) {
    transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg)
}

#slider li, #slider ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#slider, #slider li {
    margin: 0 auto;
    width: 350px;
    height: 170px;
    overflow: hidden
}

#slider img {
    border: 1px solid #333;
    margin: 5px 0 0
}

.left {
    float: left
}

.right {
    float: right
}

#home_container a, #information_container a, #multimedia_container a, #other_container a {
    text-decoration: none
}

#information_container, #multimedia_container, #other_container {
    margin-left: 25px
}

.menu_container_links {
    position: absolute;
    display: none;
    border-radius: 20px;
    width: 200px;
    min-height: 410px;
    max-height: 410px;
    background: #634d7b;
    padding: 5px;
    z-index: 999
}

.menu_container_links a {
    background: #217b6b;
    color: #fff;
    display: block;
    padding: 5px;
    border-radius: 7px;
    margin: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700
}

.menu_container_links a:hover {
    color: #333
}

#script-page-title, #title {
    font-family: "Open Sans", sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #333;
    margin: auto;
    padding: 20px 0;
    width: 100%;
    text-align: center
}

.breadcrumbs {
    font-size: 12px
}

#main_content {
    text-align: center
}

#main_content img {
    border: 1px solid #333;
    margin: 5px
}

#input_form {
    margin: auto
}

label {
    display: block;
    margin: 5px 0;
    font-weight: 700;
    text-align: left
}

input[type=text], textarea {
    display: block;
    width: 100%;
    margin: 5px 0 20px
}

.error {
    font-weight: 700;
    color: red;
    font-size: 20px
}

#form_container {
    width: 40%;
    margin: auto;
    text-align: center
}

#status_message {
    margin: 25px auto 0;
    width: 100%;
    text-align: center
}

input[type=button] {
    text-align: center
}

.audio_container {
    width: 100%;
    text-align: center;
    margin: 20px 0
}

.twitter_link_style {
    background: #217b6b;
    color: #fff;
    display: inline-block;
    padding: 5px;
    border-radius: 7px
}

.little_image_style {
    position: relative;
    float: left;
    margin-top: -8px;
    margin-left: -22px
}

#send_button {
    background: #333;
    color: #fff;
    margin: 5px auto;
    border-radius: 10px;
    padding: 5px;
    font-weight: 700;
    display: block;
    text-decoration: none;
    width: 95%
}

#send_button:hover {
    background: #d9bd92;
    background: #fff;
    color: #333
}

.hidden {
    display: none
}

.back-to-top {
    padding: 10px;
    text-align: right;
    font-size: 14px
}

.back-to-top a {
    text-decoration: none;
    color: #333
}

a {
    color: #333
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.script-title {
    font-size: 14px
}

.script-season-links {
    text-align: center;
    padding: 5px;
    font-size: 12px
}

.framegrab-links a, .script-season-links a {
    font-size: 12px;
    text-decoration: none;
    color: #333
}

.episode_script, .movie_script {
    font-size: 14px
}

#content-left {
    width: 790px;
    float: left;
    padding-right: 20px
}

#content-right {
    padding-top: 10px;
    float: left;
    text-align: center
}

#nav {
    margin-top: -40px;
    width: 960px;
    margin-left: auto;
    margin-right: auto
}

.nav_container {
    position: absolute;
    width: 960px
}

.nav_container a {
    display: inline-block;
    color: #333;
    background-color: #fff;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    margin-top: 5px;
    padding: 2px;
    border-radius: 2px;
    font-weight: 700
}

#content-left {
    margin-top: 10px
}

#latest-episode-scripts-table, #latest-movie-scripts-table td {
    padding: 2px;
    border-spacing: 2px
}

.fb-like {
    margin-right: 10px
}

.pagination {
    text-align: center;
    margin-bottom: 20px
}

.pagination .active {
    display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
    font-weight: 700;
    background-color: #333;
    color: #fff;
    border: 1px solid #333
}

.pagination .dotted {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    color: #333
}

.pagination a {
    display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
    font-weight: 700;
    color: #333;
    border: 1px solid #333
}

.pagination a:hover {
    background-color: #333;
    color: #fff;
    border: 1px solid #333
}

.homepage-h3 {
    font-size: 18px;
    margin: 0;
    padding: 0
}

.script-container {
    height: 600px;
    overflow: scroll;
    width: 585px;
    border: 1px solid #333;
    padding: 4px
}

.movie-script-container {
    height: 1000px;
    overflow: scroll;
    width: 585px;
    border: 1px solid #333;
    padding: 4px
}

.script-season-links a {
    display: inline-block;
    margin: 1px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    padding: 6px;
    text-decoration: none;
    font-weight: 700;
    color: #333;
    border: 1px solid #333
}

.script-season-links a:hover {
    background-color: #333;
    color: #fff;
    border: 1px solid #333
}

.script-season-links .active {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    padding: 6px;
    text-decoration: none;
    font-weight: 700;
    background-color: #333;
    color: #fff;
    border: 1px solid #333
}

.padded-content-container {
    text-align: center
}

.add-this-container {
    display: inline-block;
    width: 500px;
    margin: auto;
    text-align: center;
    padding-left: 365px
}

.top-728-container {
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    width: 960px
}

.left-160-container {
    width: 160px;
    height: 600px;
    left: 0;
    top: 0;
    position: absolute;
    margin: 0 5px 5px 0
}

.padded-content-container .pills a {
    display: inline-block;
    margin: 1px;
    width: 65px;
    height: 15px;
    line-height: 15px;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    color: #333;
    border: 1px solid #333
}

.padded-content-container .pills a:hover {
    background-color: #333;
    color: #fff;
    border: 1px solid #333
}

.padded-content-container .pills a:active {
    display: inline-block;
    margin: 1px;
    width: 90px;
    height: 15px;
    line-height: 15px;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    border: 1px solid #333;
    background-color: #333
}

.movie-top-charts-table {
    width: 99%;
    font-size: 12px;
    width: 600px;
    font-size: 12px;
    margin-left: 20px
}

.movie-top-charts-table td {
    padding: 2px;
    border-spacing: 2px
}

#ss-top {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    width: 960px
}

#ss-screencap-middle {
    margin: 20px
}

#share-container {
    width: 100%;
    text-align: center;
    padding: 20px 10px 20px 180px
}

#related-links {
    text-align: center;
    font-size: 13px
}

#ss-bottom {
    margin: 20px
}

.main-top {
    width: 960px;
    text-align: center
}

.main-content-far-left {
    width: 160px;
    float: left;
    padding-top: 150px
}

.main-content-left {
    width: 640px;
    float: left
}

.main-content-right {
    width: 160px;
    float: left;
    text-align: center;
    padding-top: 150px
}

.main-content-right-middle {
    margin-top: 20px
}

.search-and-alpha {
    text-align: center;
    margin: 10px
}

.app-container {
    background-color: #f8da56;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    width: 160px
}

.app-container h3 {
    text-align: center;
    margin: 10px
}

.app-container div {
    text-align: center
}

.social-share-container {
    width: 100%;
    text-align: center;
    padding-left: 180px;
    margin: 40px auto 40px auto
}

.social-share-container-image-viewer {
    width: 100%;
    text-align: center;
    margin: 40px auto 20px auto;
    padding-left: 380px
}

.script-count {
    margin: 20px auto;
    text-align: center
}

.script-list-item {
    font-size: 14px;
    background: #333;
    color: #fff;
    margin: 5px auto;
    border-radius: 10px;
    padding: 5px;
    font-weight: 700;
    display: block;
    text-decoration: none;
    width: 600px
}

.no-results {
    text-align: center;
    width: 620px;
    margin: 60px auto
}

.season-episodes {
    width: 300px;
    float: left;
    margin-left: 10px
}

.season-episode-title {
    font-size: 10px
}

.clear-both {
    clear: both
}

.scrolling-script-container {
    height: 600px;
    overflow: scroll;
    width: 600px;
    border: 1px solid black;
    padding: 4px;
    margin-left: 20px
}

.related-screencaps, .related-scripts {
    text-align: center;
    margin: 20px auto
}

.related-links {
    text-align: center;
    font-size: 13px;
    margin-bottom: 40px
}

.screencap-thumb, .framegrab-thumb {
    border: 1px solid black;
    width: 75px;
    height: 42px
}

.framegrab-container, .screencap-container {
    text-align: center;
    width: 620px
}

.displayed-screencap-total-container, .displayed-framegrab-total-container {
    text-align: center;
    margin-top: 15px;
    font-size: 12px
}

.loader {
    text-align: center;
    margin-top: 5px
}

.image-container {
    width: 100%;
    text-align: center
}

.image-border {
    border: 1px solid black
}

.sub-menu {
    width: 100%;
    text-align: center
}

.sub-menu .container {
    text-align: center
}

.sub-menu .pills {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center
}

.sub-menu .pills a {
    border-radius: 10px;
    display: inline-block;
    margin: 10px 5px;
    width: 225px;
    height: 15px;
    line-height: 15px;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    color: #333;
    border: 1px solid #333
}

.sub-menu .pills a:hover {
    background-color: #333;
    color: #fff;
    border: 1px solid #333
}

.sub-menu .pills a:active {
    display: inline-block;
    margin: 10px 5px;
    width: 225px;
    height: 15px;
    line-height: 15px;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    border: 1px solid #333;
    background-color: #333
}

.submenu-item {
    position: relative;
    width: 960px;
    top: 0;
    left: 0;
    margin: auto;
    display: none
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.add-margin {
    margin: 10px
}