/* 
.res-2560x1440 #wrapper {width: 85%;}
.res-1920x1080 #wrapper {width: 85%;}
.res-1366x768 #wrapper {width: 85%;}
.res-1440-900 #wrapper {width: 85%;} 
.res-1280-102 #wrapper {width: 85%;} 
.res-1280-800 #wrapper {width: 85%;} 
.res-1280-768 #wrapper {width: 85%;} 
.res-1152-864 #wrapper {width: 85%;} 
.res-1920x1200 #wrapper {width: 90%;}
.res-2560x1600 #wrapper {width: 90%;}
.res-1024-768 #wrapper {width: 90%;} 
.res-800-600 #wrapper {width: 90%;} 
.res-640-480 #wrapper {width: 90%;}*/

.res-2560-1440 #wrapper {width: 85%;}
.res-1920-1080 #wrapper {width: 85%;} 
.res-1366-768 #wrapper {width: 85%;}
.res-1440-900 #wrapper {width: 85%;} 
.res-1280-102 #wrapper {width: 85%;} 
.res-1280-800 #wrapper {width: 85%;} 
.res-1280-768 #wrapper {width: 85%;} 
.res-1152-864 #wrapper {width: 85%;}
.res-1920-1200 #wrapper {width: 80%;}
.res-2560-1600 #wrapper {width: 80%;}
.res-1024-768 #wrapper {width: 90%;} 
.res-800-600 #wrapper {width: 90%;} 
.res-640-480 #wrapper {width: 90%;}

.res-1024-768 #wrapper .scrolling img {max-width: 400px;}
.res-800-600 #wrapper .scrolling img {max-width: 400px;} 


.scrolling div{ clear: both; }

#directory_default .link-menu, #directory_default .sub-link-menu {display: none; }

/* realated topics box */
.related-posts-box, .related-tags-box {display: none;}


/* banner */
.custom-banner {padding-bottom: 15px; }
.custom-banner img {max-width: 85%; }
#forum_viewtopic .custom-banner {display: none; }
.post-page .custom-banner {display: none; }
#forum_setpost .custom-banner {display: none; }


 /*adds color to name in first column of posts*/
.bixblitz .user-name a,
.Meant2Be2005 .user-name a,
.execjen .user-name a,
.AndyBear1980 .user-name a,
.icyi .user-name a,
.SquintgirlKelly .user-name a,
.varlums .user-name a,
.Beelzebub .user-name a,
.LuvYaKell2.kellyclarksonexpress .user-name a,
.forum6 .PiperCordy.kellyclarksonexpress .user-name a,
.forum21 .valeegirl .user-name a
{color: #FF0000; } 




.events{text-align: center;
position: relative; 
margin-top: 10px;
font-family: Century Gothic, sans-serif;
font-size: 14px; 
font-weight: bold; 
color: #fff;
text-transform: uppercase;
text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 0;}




/* Main menu */

div.topmenu {margin 0 auto; width: 103%}

#menu
{
        
        margin: 0 auto;
        width: 650px;
        padding: 5px 0 0 0;
        list-style: none;
        text-align: center;
        
}

#menu li
{
        float: left;
        padding: 0 0 0 0;
        position: relative; 
}

#menu a
{
        float: left;
        height: 25px;
        padding: 0 10px;
        color: #EEEEEE;
        font-family: Century Gothic, sans-serif;
        font-size: 14px; 
        font-weight: bold; 
        text-transform: uppercase;
        text-decoration: none;
        text-shadow: 0 1px 0 #222;
}

#menu li:hover > a
{
        color: #fafafa;
}

*html #menu li a:hover /* IE6 */
{
        color: #fafafa;
}

#menu li:hover > ul
{
        display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 99999;
    background: #444;
    background: -moz-linear-gradient(top, #444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu ul a
{
    padding: 10px;
        height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
        text-transform: none;
}

*html #menu ul a /* IE6 */
{
        height: 10px;
        width: 150px;
}

*:first-child+html #menu ul a /* IE7 */
{
        height: 10px;
        width: 150px;
}

#menu ul a:hover
{
    background: #999999; 
background: -moz-linear-gradient(top, #999999 0%, #333333 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#333333));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#333333',GradientType=0 );
background: -o-linear-gradient(top, #999999 0%,#333333 100%);}

#menu ul li:first-child a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #999;
}

#menu ul li:last-child a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after
{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */



.category-tab-holder {
   padding: 0px 0px;
margin: -1px 5px;
}

.category-tab {
   padding: 4px 6px;
   margin-right: 1px;
   background: #999999;
   color: #222;
font-weight: bold;
   -moz-border-radius: 10px 10px 0 0 ; /* FF1+ */
  -webkit-border-radius: 10px 10px 0 0 ; /* Saf3-4, iOS 1+, Android 1.5+ */
          border-radius: 10px 10px 0 0 ; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */;
}

.category-tab.last {
   
}

.category-tab.active {
   background: #999999; 
background: -moz-linear-gradient(top, #999999 0%, #676767 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#676767));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#676767',GradientType=0 );
background: -o-linear-gradient(top, #999999 0%,#676767 100%);
   color: #FFFFFF;
text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 0; 
}

#directory_default .topmenu, #forum_post .topmenu, #poll_newpoll .topmenu, #poll_post .topmenu {display: none}