/*
-----------------------------------------------------------------------------
LAYOUT
-----------------------------------------------------------------------------
*/


#master_container
{
    margin: 0;
    padding: 0;
}

#header{
    height: 120px;
}

#header, #content_container, #sidebar
{
    padding:0;
    margin:0;
}


#content_container {
    /* padding-bottom: 110px; *//* so the frog doesn't cover up content in the bottom right corner */
    margin-left:164px;
}

#content
{
    width:834px;
    margin-top:12px;
    padding: 0px;
}

#page_body {
    margin: 15px;
}

/*
-----------------------------------------------------------------------------
HEADER NAVIGATION
-----------------------------------------------------------------------------
*/


#police_tape
{
        background: url(../images/police_tape.png)  no-repeat scroll 0% 50%;
        top:-1px;
        right:0;
        height:56px;
        width:940px;
        position:absolute;
        z-index:2;
}


#logo
{
        background:transparent url(../images/nav/logo.png) no-repeat scroll 0% 50%;
    cursor:pointer;
    height:93px;
    position:absolute;
    top: 0;
    left: 0;
    width:272px;
    text-indent:-2100px;
    z-index:1
}

.nav_links
{
    list-style:none;
    text-indent:-5000px;
    display:inline;
}


#nav_search
{
        background:transparent url(../images/nav/nav_search_box.gif) no-repeat scroll 0% 50%;
        height:141px;
        left:215px;
        position:absolute;
        width:179px;
        top:-15px;
        z-index:1;
}

.short
{
        width:155px;
        top:85px;
        left:8px;
        position:absolute;
        overflow:hidden;
}

#search_go
{
    width: 41px;
    height: 19px;
    position: absolute;
    top: 114px;
    right: 10px;
    background: transparent url(../images/nav/nav_search_go.gif) no-repeat;
    text-indent: -5000px;
    border: none;
}

#nav_settings {
        background:transparent url(../images/nav/nav_your_profile.gif) no-repeat scroll 0% 50%;
        height:115px;
        left:401px;
        position:absolute;
        width:94px;
        top:5px;
}

#nav_submit_topic {
        background:transparent url(../images/nav/nav_rant_here.png) no-repeat scroll 0% 50%;
        height:75px;
        position:absolute;
        top:29px;
        width:93px;
        left:497px;
}


#nav_barns_corner {
        background:transparent url(../images/nav/nav_barns_corner.png) no-repeat scroll 0% 50%;
        height:54px;
        left:699px;
        position:absolute;
        top:44px;
        width:109px;
        z-index:0;
}



#nav_refresh_reminder {
        background:transparent url(../images/nav/nav_refresh.png) no-repeat scroll 0% 50%;
        height:86px;
        left:817px;
        position:absolute;
        top:37px;
        width:69px;
        z-index:0;

}

#nav_topics {
        background:transparent url(../images/nav/nav_tags.png) no-repeat scroll 0% 50%;
        height:142px;
        left:208px;
        position:absolute;
        width:176px;
        z-index:6;
        top:19px;
}


#nav_polls {
        background:transparent url(../images/nav/nav_polls.png) no-repeat scroll 0% 50%;
        height:68px;
        left:618px;
        position:absolute;
        top:29px;
        width:172px;
}

#nav_numbnuts {
        background:transparent url(../images/nav/nav_numbnuts.png) no-repeat scroll 0% 50%;
        height:91px;
        left:607px;
        position:absolute;
        width:95px;
        top:36px;
}

#nav_den {
        background:transparent url(../images/nav/nav_ubiquity.png) no-repeat scroll 0% 50%;
        height:86px;
        position:absolute;
        top:247px;
        width:108px;
        left:9px;
}

#nav_rule_toggle {
        background:transparent url(../images/nav/nav_rule.png) no-repeat scroll 0% 50%;
        height:54px;
        position:absolute;
        right:0px;
        width:89px;
        top:0;
        z-index:3;
}



#nav_link_login, #nav_link_logout {
    position: absolute;
    top: 48px;
    left: 887px;
    background: #fff;
    padding: 5px;
    margin: 5px;
    text-indent:-5000px;

}

#nav_link_login {
        background:transparent url(../images/nav/login.png) no-repeat scroll 0% 50%;
        height: 68px;
        width: 112px;
}

#nav_link_logout {
        background:transparent url(../images/nav/logout.png) no-repeat scroll 0% 50%;
        width: 152px;
        height: 62px;
}

#admin_menu {
    text-align: center;
    width:824px;
    margin-top:12px;
}
#admin_menu a{
    white-space: nowrap;
}

/*
-----------------------------------------------------------------------------
SIDEBAR NAVIGATION
-----------------------------------------------------------------------------
*/


#sidebar {
        left:0;
        position:absolute;
        top:100px;
        width:164px;
}

#nav_alley {
        background:transparent url(../images/nav/nav_to_alley.png) no-repeat scroll 0% 50%;
        height:95px;
        position:absolute;
        width:146px;
        left:5px;
        top:0px;
}

#nav_user_search {
        background:transparent url(../images/nav/nav_search.png) no-repeat scroll 0% 50%;
        height:99px;
        left:40px;
        position:absolute;
        top:100px;
        width:105px;
}

#nav_sign_register {
        background:transparent url(../images/nav/nav_register_new.png) no-repeat scroll 0% 50%;
        height:93px;
        left:10px;
        position:absolute;
        top:110px;
        width:140px;
}







/* #nav_start_fight { */
/*         background:transparent url(../images/nav/nav_alley_fight.png) no-repeat scroll 0% 50%; */
/*         clear:both; */
/*         height:122px; */
/*         position:absolute; */
/*         top:380px; */
/*         width:99px; */
/*         z-index:10; */
/*         left:0; */
/* } */




#nav_backtohome {
        background:transparent url(../images/nav/barns_back_to_wall.png) no-repeat scroll 0% 50%;
        height:40px;
        left:4px;
        position:absolute;
        top:210px;
        width:137px;
        z-index:5;
}


#alley_fight_instructions{
    padding: 0px 25px 0px 15px;
}

/*
-----------------------------------------------------------------------------
SECOND ROW ON FRONT PAGE
-----------------------------------------------------------------------------
*/

#second_content_row {
    clear: both;
}

#now
{
        background:url(../images/topics/alpha.png) repeat;
        color:#FFF;
        padding-bottom:10px;
        margin-top:10px;
}

#now_fighting_header {
    background: url(../images/topics/fighting.png);
    width: 410px;
    height: 115px;
    text-indent: -5000px;
}

#vs
{
    text-align:center;
    font-size:110%;
    list-style: none;
    padding: 5px 0px
}

.fight_title {
    padding: 5px 0px;
}

#vs a
{
    color: white;
}

.hot_head
{
    background:url(../images/topics/hot_top.png) no-repeat 5px 0;
    height:48px;
    margin-top:10px;
    text-indent: -5000px;
}

.hot_body
{
        background:url(../images/topics/hot_mid.png) repeat-y 5px 0;
        padding:1px 8px;
}


.hot_foot
{
        background:url(../images/topics/hot_btm.png) no-repeat 5px 0;
        height:82px;
        text-indent:40px;
}

/*
-----------------------------------------------------------------------------
FOOTER
-----------------------------------------------------------------------------
*/

#counter {
    color:#FFFFFF;
    font-weight:bold;
    margin:3em 0pt 0pt;
    text-align:center;
}

#site_copyright {
    text-align: left;
    margin: auto;
}

#footer {
    text-align: left;
    font-size: 85%;
    color: #fff;
    padding: 1em;
        clear:both;
}

#outside_copyright {
    width: 100%;
    text-align: left;
}

#footer a {
    color: yellow;
}

/*
-----------------------------------------------------------------------------
TWITTER FEED
-----------------------------------------------------------------------------
*/

#tweet ul {
  margin: 0 1em;
  padding-left:0;
  overflow:hidden;
  list-style:none;
}
#tweet ul li {
  padding-bottom:5px;
  margin-bottom:5px;
  border-bottom:1px solid #088;
}

#nav_tweet_feed {
    text-indent:0;
    position:absolute;
    top:355px;
    text-align:center;
    left:2px;
    background: url(../images/admin_notes/3/middle.png) repeat;
    font-size:0.8em;
    color: #fff;
    width: 160px;
}

#nav_tweet_feed a {
    color:#fff;
}

#nav_tweet_feed h2 {
text-align:center;
}

/*
-----------------------------------------------------------------------------
TOPICS
-----------------------------------------------------------------------------
*/

#topics, #post_topic, #posts
{
        width:824px;
        margin-top:12px;
}

.topic_thin
{
        float:left;
        width:206px;
        margin:0px;
        padding:0px;
}



.topic_wide
{
        width:412px;
        float:left;
        margin:0px;
        padding:0px;
}

.topic_head1
{
        background:url(../images/topics/1_top.png) no-repeat;
        height:58px;
        padding:0px;
        margin:0px;
        width:206px;
}

.topic_body1
{
        background:url(../images/topics/1_mid.png) repeat-y;
        padding:1px 10px 1px 10px;
        text-align:left;
        margin:0px;
}



.topic_foot1
{
        background:url(../images/topics/1_btm.png) no-repeat bottom;
        padding:1px 10px 10px 10px;
        text-align:center;
                margin:0px;

}


.topic_head2
{
        background:url(../images/topics/2_top.png) no-repeat;
        height:35px;
        padding:0;
        margin:0;
}

.topic_body2
{
        background:url(../images/topics/2_mid.png) repeat-y;
        padding:1px 10px;
         margin:0;
}


.topic_foot2
{
        background:url(../images/topics/2_btm.png) no-repeat bottom;
        padding:1px 40px 10px 40px;
        text-align:center;
         margin:0;
}

.topic_body1 hr, .topic_body2 hr
{
        height:1px;
        color:#000;
        width:100%;
        margin:3px 0 3px 0;
        text-align:center;
        padding:0;
}

.topic_title, h2
{
        font-size:120%;
        padding:0 0 0 0;
        margin:0 0 0 0;
}

#page_title h1 {
    margin-top: 0pt;
    padding-top: 0pt;
}

/*
-----------------------------------------------------------------------------
POLLS
-----------------------------------------------------------------------------
*/

/* Basic Bar Graph */
.graph {
    position: relative; /* IE is dumb */
    width: 200px;
    border: 1px solid #222;
    padding: 2px;
/*    margin-bottom: .5em; */
}

.graph .bar {
    display: block;
    position: relative;
    background: #222;
    text-align: center;
    color: #333;
    height: 1em;
    line-height: 1em;
}

/* This extra markup is necessary because IE does not want to follow the rules for overflow: visible */
.graph .bar span {
    position: absolute; left: 1em;
}

.poll_response_count {
    text-align: right;
}

/*
-----------------------------------------------------------------------------
POSTS
-----------------------------------------------------------------------------
*/

#page_title_head,
#post_topic_head
{
        background:url(../images/posts/topic_top.png) no-repeat center;
        height:34px;
}

#page_title_body,
#post_topic_body
{
        background:url(../images/posts/topic_mid.png)  repeat-y center;
        padding:0 45px 1px 45px;
}

#page_title_foot,
#post_topic_foot
{
        background:url(../images/posts/topic_btm.png) no-repeat bottom;
        text-align:center;
        padding:0 0 35px 0;
}
/* POST #1 */
#post_style_1_head
{
        background:url(../images/posts/1_top.png) no-repeat center;
        height:34px;
        width:557px;
}

#post_style_1_body
{
        background:url(../images/posts/1_mid.png)  repeat-y ;
        padding:1px 15px 1px 15px;

        width:527px;
}

#post_style_1_foot
{
        background: url(../images/posts/1_btm.png) no-repeat bottom;
        height:47px;
        padding:0;
        width:557px;
}

.post_style_1_failed_validations {
    padding:1px 15px 1px 15px;
}

/* POST #2 */
#post_style_2_head
{
        background:url(../images/posts/2_top.png) no-repeat;
        height:14px;
        width:675px;
}

#post_style_2_body
{
        background:url(../images/posts/2_mid.png)  repeat-y ;
        padding:1px 15px 1px 15px;
        width:645px;
}

#post_style_2_foot
{
        background: url(../images/posts/2_btm.png) no-repeat bottom ;
        height:10px;
        padding:0;
        width:675px;
}

.post_style_2_failed_validations {
    padding:1px 15px 1px 15px;

}

/* POST #4 */
#post_style_4_head
{
        background:url(../images/posts/3_top.png) no-repeat;
        height:14px;
        width:675px;
}

#post_style_4_body
{
        background:url(../images/posts/3_mid.png)  repeat-y ;
        padding:1px 15px 1px 15px;
        width:645px;
}

#post_style_4_foot
{
        background: url(../images/posts/3_btm.png) no-repeat bottom ;
        height:10px;
        padding:0;
        width:675px;
}

.post_style_4_failed_validations {
    padding:1px 15px 1px 15px;
}

/* POST #3 */
#post_style_3_head
{
        background:url(../images/posts/4_top.png) no-repeat ;
        height:71px;
        width:642px;
}

#post_style_3_body
{
        background:url(../images/posts/4_mid.png)  repeat-y ;
        padding:1px 30px 1px 30px;
        margin:0px;
        width:582px;
}

#post_style_3_foot
{
        background: url(../images/posts/4_btm.png)   no-repeat bottom ;
        height:71px;
        padding:0;
        width:642px;
}

.post_style_3_failed_validations {
    padding: 1px 10px;
    margin: 0px 20px;

}

/* POST #5 */

#post_style_5_head
{
        background:url(../images/posts/5_top.png) no-repeat ;
        height:71px;
        width:596px;
}

#post_style_5_body
{
        background:url(../images/posts/5_mid.png)  repeat-y ;
        padding:1px 30px 1px 30px;
        margin:0px;
        width:536px;
}

#post_style_5_foot
{
        background: url(../images/posts/5_btm.png) no-repeat bottom ;
        height:52px;
        padding:0;
        width:596px;
}

.post_style_5_failed_validations {

}

.thread
{
    list-style:none;
    padding:0px 5px 5px 5px;
}


ul
{
        padding-top:0px;
        margin-top:0px;
        padding-bottom:0px;
        margin-bottom:0px;
}


/* class to set the arrow down */
.reply
{
        list-style:url(../images/posts/reply.gif);
    padding-left: 20px;
}


/*.post li
{
                background:url(../images/posts/hr_1.png)  no-repeat;
                        margin-bottom:15px;
                        border:1px solid black;


} */

/* Horizontal Rule */

.hr_post1
{
        background:url(../images/posts/hr_1.png) repeat-x;
        height:8px;
        margin-bottom:8px;
        border-style:none;
        clear:both;
}

.hr_post2
{
        background:url(../images/posts/hr_2.png) repeat-x;
        height:8px;
        margin-bottom:8px;
        border:none;
        clear:both;
}
.hr_post3
{
        background:url(../images/posts/hr_3.png) repeat-x;
        height:8px;
        margin-bottom:8px;
        border:none;
        clear:both;
}
.hr_post4
{
        background:url(../images/posts/hr_4.png) repeat-x;
        height:8px;
        margin-bottom:8px;
        border:none;
        clear:both;
}
.hr_post5
{
        background:url(../images/posts/hr_5.png) repeat-x;
        height:8px;
        margin-bottom:8px;
        border:none;
        clear:both;
}

.hr_post6
{
        background:url(../images/posts/hr_6.png) repeat-x;
        height:8px;
        margin-bottom:8px;
        border:none;
        clear:both;
}


/* Shifts the posts */
.shift1
{
        margin-left:100px;
}

.shift2
{
        margin-left:0px;
}

.shift3
{
        margin-left:60px;
}

.shift4
{
        margin-left:25px;
}


/* Start Fight Boxing Gloves */


.start_fight
{
    background: url(../images/posts/start_fight.png) bottom center no-repeat;
    width: 214px;
    height: 34px;
    text-indent:-2000px;
    display: block;
    float: right;
    padding:10px;
}


.contender_1
{
        background: url(../images/posts/contender_1.png) bottom center no-repeat;
    width: 124px;
    height: 24px;
    text-indent:-2000px;
    display: block;
    float: right;
  /*      margin: -1.5em 1em 0pt 0pt; */
      padding:10px;

}

.contender_2
{
        background: url(../images/posts/choose_contender.png) bottom center no-repeat;
    width: 158px;
    height: 24px;
    text-indent:-2000px;
    display: block;
    float: right;
  /*      margin: -1.5em 1em 0pt 0pt; */
      padding:10px;

}

.fight_fight
{
        background: url(../images/posts/submit_fight.png) bottom center no-repeat;
    width: 158px;
    height: 24px;
    text-indent:-2000px;
    display: block;
    float: right;
    /*    margin: -1.5em 1em 0pt 0pt; */
        padding:10px;

}






/* Highlight my post */
.my_posts
{
        background-color:#FFFFCC;
        border:1px dotted #330000;
        padding:10px;
}

.owner_posts {
    background: #D1DEFF;
    border: 1px dotted black;
    padding: 10px;
}


.new_posts {

}

.alley_fight_suggestion {
    background: #FFCC00;
    border: 1px solid black;
    padding: 10px;
}

.admin_post_comment { width: 165px; }

.admin_post_comment_1,
.admin_post_comment_2 {
/*     width: 165px; */
}

.admin_post_comment_header_style_1 {
    background: url(../images/admin_notes/1/top.png) bottom center no-repeat;
    width: 165px;
    height: 39px;
}
.admin_post_comment_footer_style_1 {
    background: url(../images/admin_notes/1/bottom.png) top center no-repeat;
    width: 165px;
    height: 22px;
}
.admin_post_comment_body_style_1 {
    background: url(../images/admin_notes/1/middle.png) repeat;
    font-weight: bold;
    color: #fff;
    width: 165px;
    height: 100%;
}

.admin_post_comment_header_style_2 {
    background: url(../images/admin_notes/2/top.png) bottom center no-repeat;
    width: 165px;
    height: 39px;
}
.admin_post_comment_footer_style_2 {
    background: url(../images/admin_notes/2/bottom.png) top center no-repeat;
    width: 165px;
    height: 100%;
}
.admin_post_comment_body_style_2 {
    background: url(../images/admin_notes/2/middle.png) repeat;
    font-weight: bold;
    color: #00f;
    width: 165px;
    height: 22px;
}

.admin_post_comment_header_style_3 {
    background: url(../images/admin_notes/3/top.png) bottom center no-repeat;
    width: 165px;
    height: 39px;
}
.admin_post_comment_footer_style_3 {
    background: url(../images/admin_notes/3/bottom.png) top center no-repeat;
    width: 165px;
    height: 22px;
}
.admin_post_comment_body_style_3 {
    background: url(../images/admin_notes/3/middle.png) repeat;
    font-weight: bold;
    color: #fff;
    width: 165px;
    height: 100%;
}

.admin_post_comment_header_style_4 {
    background: url(../images/admin_notes/4/top.png) bottom center no-repeat;
    width: 165px;
    height: 39px;
}
.admin_post_comment_footer_style_4 {
    background: url(../images/admin_notes/4/bottom.png) top center no-repeat;
    width: 165px;
    height: 22px;
}
.admin_post_comment_body_style_4 {
    background: url(../images/admin_notes/4/middle.png) repeat;
    font-weight: bold;
    color: #fff;
    width: 165px;
    height: 100%;
}

#nav_rules_cop {
    width: 301px;
    height: 464px;
    z-index: 9999;
    background: url(../images/rules/cop.png) center no-repeat;
    position: absolute;
    top: 50px;
    right: 350px;
    cursor: pointer;
}

#alley_fight_dialog {
    position: fixed;
    top: 300px;
    left: 855px;
    width: 184px;
    height: 400px;
    background: transparent url(../images/nav/fight_now.png) no-repeat;
    padding: 50px 20px;
    text-indent: 1px;
    z-index: 9999;
}


#cancel_alley_fight,
#alley_fight_msgs,
#alley_fight_starter,
#alley_fight_contenders {
    z-index: 200;
    font-weight: bold;
}

#cancel_alley_fight {
    z-index: 25;
}

.page-title, .sub-title {
        color: #fff;
}

.page-title {
    float: left;
    margin: 10px;
    padding: 10px
}

.sidebar-sub {
    width: 17em;
    float: left;
    margin: 10px;
    padding: 10px;
    position: relative;
}

.main-sub {
    clear: left;
    margin: 1em;
    padding: 1em;
    position: relative;
}


#rules_container{
    margin: 0;
    padding: 0;
    width: 300px;
    position: absolute;
    right: 4px;
    z-index: 9999;
    background: url(../images/rules_side.png) top left repeat-y;
}

#rules_header {
    width: 300px;
    height: 191px;
    background: url(../images/rules_header.jpg) top left;
    margin-left: 4px;
}

#rules_list{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}
#rules_body {
    width: 300px;
    margin: 0px 4px 0px 4px;
    background: url(../images/rules_bg.jpg) top left repeat;
    cursor: pointer;
}

#rules_side_left {
    background: url(../images/rules_side.png) top left repeat-y;
}

#rules_footer {
    margin-left: 4px;
    padding: 0;
    width: 300px;
    height: 20px;
    background: url(../images/rules_bottom.png) bottom left no-repeat;
    z-index: 9999;
}

#rules_header span {
    display: none;
}

#rules_hide_button {
    width: 146px;
    height: 88px;
    position: absolute;
    top: 125px;
    right: 215px;
}

#full_rule_set h1 {
    color: #000;
}

#rule_warning_message {
    text-align: right;
}


.failed_validations {
    background-color: #000000;
}

#trash_can {
    width: 70px;
    height: 90px;
    background: url(../images/trash_can.png) no-repeat;
    position: fixed;
    right: 40px;
    top: 50px;
    z-index: 999;
}

#toad {
    width: 144px;
    height: 243px;
    position: fixed;
    background: url(../images/frog.png);
    bottom: 10px;
    right: 5px;
    z-index: 999;
}

ol#signup_questions li {
    margin-bottom: 10px;
}

#signup_questions_list legend {
    padding: 0em .5em 0em 0em;
    font-weight: bold;
    font-size: 125%;
}

.required legend,
label.required,
span.required {
    font-weight: bold;
    color: darkgreen;
}


label {
    text-align: right;
    padding-right: 2em;
}

.input_box, select {
    margin: 0em 1em;
}

.input_box, .check_box, .radio_button {
    /* margin: 0em 1em; */
}

#signup_questions_list p.help {
    /*font-weight: bold;*/
}

#signup_questions_list fieldset {
    padding: 0em 0em 1em 0em;
    margin: 0em 0em 0em 0em;
    border-style: solid;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-color: black;
}

#signup_questions_list fieldset.required {
    border-color: darkgreen;
}

#cop_and_welcome_sign {
    position: relative;
    top: 75px;
    left: 200px;
}

#signup_cop {

    width: 579px;
    height: 488px;
    z-index: 9999;
    background: url(../images/cop_with_sign.gif) center no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

#submit_new_topic {
    text-align: center;
}

#submit_new_topic label {
    font-weight: bold;
    margin: auto;
}

#account_settings_list {
        background: url(../images/bg_paper.jpg);
}

#avatar {
    background: #fea;
    float: left;
    padding: 5px;
    border: 1px solid brown;
    margin: 10px;
}

#profile_info {
    margin-top: 0;
    padding-top: 0;
    float: right;
    width: 60%;
}


.key {
    line-height: 1.5em;
    float: left;
/*    display: block; */
    font-weight: bold;
    clear: left;
    width: 12em;
}

.value {
    line-height: 1.5em;
    float: left;
    margin-left: 2em;
    /*clear: left; */
}

.user_settings_menu ul{
    margin: 0px;
    padding: 0px;
}

.user_settings {
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
    list-style: none;
}

h2.search {
    padding: 2em 0 0 0;
}

.search_results_section_footer {
    font-weight: bold;
}
