﻿/*************************************
                Reset
*************************************/

html {
	margin:0;
	padding:0;	
	outline:0;
	vertical-align:baseline;	
	overflow-y: scroll;
}

body {
    /*overflow-x:hidden;*/
}
ol, ul {
    list-style: none;
}

table {
	border-collapse:separate;
	border-spacing:0;
}
* { 
    padding:0; 
    margin:0; 
}

/*************************************
        GENERAL DECLARATIONS
*************************************/

body {
	font-size:100.00%;
	font-family:Tahoma,times,serif;
	background: #46a3de url(../images/bg_main.jpg) no-repeat top center;
}
a
{
	text-decoration:none;
	color: #027bd8;
}
a:hover
{
	text-decoration:none;
	color: #ffffff;
	background: #027bd8;
}
a:active { 
    outline:none; 
}
a:focus {
    -moz-outline-style:none;
}

img
{
    border: 0;
}

.err
{
    color: Red;
}

.b
{
    color: #46a3de;
}

.sr
{
   background: #faf8db; 
}

.input 
{
    margin: 0 0 4px 0;
    padding: 4px;
    font-size: 1.0em;
    font-family:Tahoma,times,serif;
    border-top: solid 1px #b8b7b7;
    border-right: solid 1px #d6d5d5;
    border-bottom: solid 1px #d6d5d5;
    border-left: solid 1px #b8b7b7;
    background: #f8f6de;
    color: #666666;
}

.inputFile 
{
    margin: 0 0 4px 0;
    padding: 2px;
    font-size: 1.0em;
    font-family:Tahoma,times,serif;
    border-top: solid 1px #b8b7b7;
    border-right: solid 1px #d6d5d5;
    border-bottom: solid 1px #d6d5d5;
    border-left: solid 1px #b8b7b7;
    color: #666666;
}

.inputFile:hover 
{
    cursor: pointer;
}

.successmsg
{
	float: left;
	width: 558px;
	margin: 0 0 20px 0;
	padding: 20px 10px 20px 60px;
	background: transparent url(/images/btn_success.png) no-repeat;
	background-position: 15px 15px;
	background-color: #d4efc6;
	border: solid 1px #4acf02;
}

.commentSuccessmsg
{
	float: left;
	width: 520px;
	margin: 0 0 20px 0;
	padding: 20px 10px 20px 60px;
	background: transparent url(/images/btn_success.png) no-repeat;
	background-position: 15px 15px;
	background-color: #d4efc6;
	border: solid 1px #4acf02;
}

/*************************************
             TYPOGRAPHY
*************************************/

body {
    font:.85em Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    color:#666666;
}   /* IE */
h1,h2,h3,h4,h5,h6 {
    font-family:Tahoma;
    clear:both;
}
h1 { font-size: 1.2em; font-weight: bold; color: #006cb9;}
h2 { font-size:1.4em; line-height:1.0em; font-weight: bolder; font-family:Sans-serif; letter-spacing:-0.045em; margin-bottom:7px; color:#333333;}
h2 a { margin-bottom:7px; color:#ffffff;}
h3 { font-size:1.1em; line-height:1.0em; font-weight: bolder; font-family:Sans-serif; letter-spacing:-0.045em; margin-bottom:7px; color:#ffffff;}
h3 a { margin-bottom:7px; color:#ffffff;}
h4 { font-size:0.85em; line-height:1.0; font-weight:normal;}
h5 { font-size:1em; font-weight:bold; }
h6 { font-size:2.1em; line-height:1.0em; font-weight:bolder; font-family:Helvetica, Arial, sans-serif; letter-spacing:-0.04em;}
p {
    margin:0px 0px 13px 0px;
}

/*************************************
             NAVIGATION
*************************************/

ul#navmenu li a span .h
{
    display: none;
}
ul#navmenu {
    width:431px;
    height:40px;
    margin:0;
    padding: 0 0 0 0;
    list-style:none;
    position: absolute;
    top: 158px;
    right: 20px;
}
ul#navmenu li {
    float:left;
}
ul#navmenu li a {
    background:url(../images/nav_sprite.jpg) no-repeat scroll bottom left;
    display:block;
    height:40px;
    position:relative;
}
ul#navmenu li a.navHome {
    width:74px;
    background-position: 0px 0px;
}
ul#navmenu li a.navBest {
    width:64px;
    background-position: -74px 0px;
}
ul#navmenu li a.navWorst {
    width:86px;
    background-position:-138px 0px;
}
ul#navmenu li a.navRandom {
    width:100px;
    background-position:-224px 0px;
}
ul#navmenu li a.navAbout {
    width:107px;
    background-position:-324px 0px;
}
ul#navmenu li a span {
    background:url(../images/nav_sprite.jpg) no-repeat scroll bottom left;
    display:block;
    position:absolute;
    top:0;
    left:0px;
    height:40px;
    width:100%;
    z-index:200;
}
ul#navmenu li a.navHome span {
    background-position: 0px -48px;
    cursor: hand;
}
ul#navmenu li a.navBest span {
    background-position:-74px -48px;
    cursor: hand;
}
ul#navmenu li a.navWorst span {
    background-position:-138px -48px;
    cursor: hand;
}
ul#navmenu li a.navRandom span {
    background-position:-224px -48px;
    cursor: hand;
}
ul#navmenu li a.navAbout span {
    background-position:-324px -48px;
    cursor: hand;
}

/*************************************
             PAGING
*************************************/

.contPagingTop {
    float: left;
    width: 725px;
    height: 30px;
    margin: 0;
    padding: 0 0 25px 0;
    text-align: center;
}

.contPagingBtm {
    float: left;
    width: 725px;
    height: 30px;
    margin: 0;
    padding: 25px 0 0 0;
    text-align: center;
}

.paging{float:left; padding: 6px 0 6px 0; height:100%; width:100%; font-size:0.9em; font-weight:bolder; text-decoration: none; color:#dddddd;}
.paging a{padding:4px 5px; margin:0 1px; border: solid 1px #d6d5d5; background: #f5f4f4; text-decoration: none; color:#838282}
.paging a:visited {padding:4px 5px; margin:0 1px; border: solid 1px #d6d5d5; background: #f5f4f4; text-decoration: none; color:#838282}
.paging a:link {padding:4px 5px; margin:0 1px; border: solid 1px #d6d5d5; background: #f5f4f4; text-decoration: none; color:#838282}
.paging a:hover {color: #333333; background: #f5f4f4; border-color: #46a3de; text-decoration: none;}
.pagingcurrent{color:#ffffff; padding:4px 5px; margin:0 1px; border: solid 1px #d6d5d5; background: #46a3de}

/*************************************
             CATEGORIES
*************************************/

ul.categories a
{
    color: #666;
    background: transparent;
    font-weight: bold;
}

ul.categories a:hover
{
    color: #027bd8;
    background: transparent;
    font-weight: bold;
}

/*************************************
             CONTENT
*************************************/

.wrapper 
{
    width: 994px;
    margin: 0 auto;
    padding: 0;
}

.header 
{
    float: left;
    width: 994px;
    height: 275px;
    position: relative;
}

.header .logo
{
    width: 309px;
    height: 68px;
    position: absolute;
    top: 122px;
    left: 17px;
    background: url(../images/logo.jpg) no-repeat 0 0;
}

.header .extra
{
    width: 615px;
    height: 43px;
    position: absolute;
    bottom: 17px;
    right: 22px;
    background: transparent url(../images/tag_header.jpg) no-repeat 0px 8px;
    text-align: right;
}

.header .extra .submitNow
{
    float: right;
    width: 181px;
    height: 43px;
    background: transparent url(../images/btn_submitWoops.jpg) no-repeat 0px 0px;
}

.header .extra .submitNow:hover
{
    background: transparent url(../images/btn_submitWoops.jpg) no-repeat 0px -43px;
    cursor: pointer;
}

.topAd
{
    width: 728px;
    height: 90px;
    margin: 15px auto 0 auto;
    background: #46a3de;
}

.content
{
    float: left;
    width: 994px;
    min-height: 515px;
    background: transparent url(../images/bg_repeat.png) repeat-y 0 0;
}

.footer
{
    float: left;
    width: 994px;
    height: 40px;
    padding: 25px 0 0 0;
    background: transparent url(../images/bg_footer.png) no-repeat 0 0;
}

.footerStat
{
    position: fixed;
    bottom: 0px;
    width: 994px;
    height: 55px;
    padding: 0 0 0 0;
    background: transparent url(../images/bg_footerStat.png) no-repeat -1px 0;
    z-index: 10000;
}

.footerStat .cont
{
    float: left;
    width: 994px;
    height: 55px;
    position: relative;
}

.footerStat .cont .copyright
{
    position: absolute;
    bottom: 5px;
    width: 100%;
    color: #fff;
    font-size: 0.75em;
    text-align: center;
}

.footerStat .cont .copyright a, .footerStat .cont .copyright a:hover
{
    color: #fff;
    background: transparent;
}

.footerStat .cont .top
{
    position: absolute;
    bottom: -20px;
    right: -7px;
    width: 48px;
    height: 43px;
}

.footerStat .cont .top a, .footerStat .cont .top a:hover
{
    cursor: pointer;
    background: transparent;
}

.btmAd
{
    width: 728px;
    height: 90px;
    margin: 0px auto 0 auto;
    text-align: center;
}

.topAd a:hover, .btmAd a:hover
{
    background: transparent;
}

.contSidebar
{
    float: left;
    width: 320px;
    padding: 0 0 20px 2px;
}

.contSidebar .ad300x250
{
    float: right;
    width: 300px;
    height: 250px;
    margin: 0 0 20px 0;
}

.contSidebar .ad300x250 a, .contSidebar .ad300x250 a:hover
{
    background: transparent;
}

.contSidebar .search
{
    float: right;
    width: 301px;
    height: 48px;
    margin: 0 0 20px 0;
    background: transparent url(/images/bg_search.png) no-repeat 0 0;
    position: relative;
}

.contSidebar .search .inpt
{
    position: absolute;
    top: 13px;
    left: 21px;
    border: 0px;
    width: 226px;
    height: 24px;
    padding: 1px 0 0 0;
    font-size: 1.4em;
    color: #bfbfbf;
}

.contSidebar .search .btn
{
    position: absolute;
    top: 9px;
    right: 12px;
    width: 35px;
    height: 33px;
}

.contSidebar .box
{
    float: right;
    width: 320px;
    margin: 0 0 20px 0;
    padding: 0;
    background: transparent url(/images/bg_sidebar.jpg) no-repeat left top;
}

.contSidebar .box .container
{
    float: right;
    width: 280px;
    margin: 0;
    padding: 12px 20px 0px 0px;
    background: #f0f0f0 url(/images/bg_sidebar.jpg) no-repeat -20px 0;
}

.contSidebar .box .container .hdr
{
    float: right;
    width: 270px;
    margin: 0;
    padding: 0 0 25px 0;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}

.contSidebar .box .container .cont
{
    float: right;
    width: 250px;
    margin: 0;
    padding: 10px 15px;    
}

.contMain 
{
    float: right;
    width: 650px;
    padding: 0 2px 40px 0px;
}

.contMain .boxHdr
{
    float: left;
    width: 650px;
    height: 45px;
    margin: 0;
    padding: 0;
    background: transparent url(/images/bg_contHeader.jpg) no-repeat left bottom;
    position: relative;
}

.contMain .boxHdr .cont
{
    float: left;
    width: 570px;
    margin: 0;
    padding: 12px 20px 0px 20px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.contMain .boxHdr .r
{
    position: absolute;
    top: 12px;
    right: 38px;
    text-align: right;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    color: #026ec0;
}

.contMain .boxHdr .comment
{
    position: absolute;
    top: 8px;
    right: 38px;
}

.contMain .boxHdr .comment a, .contMain .boxHdr .comment a:hover
{
    background: transparent;
    cursor: pointer;
}

.contMain .boxHdr .r a, .contMain .boxHdr .r a:hover
{
    color: #f6f6f6;
    background: transparent;
    cursor: pointer;
}

.contMain .boxTopFold
{
    float: left;
    width: 650px;
    min-height: 131px;
    margin: 0;
    padding: 0;
    background: transparent url(/images/bg_topFold.jpg) no-repeat left top;
}

.contMain .boxTopFold .cont
{
    float: left;
    width: 590px;
    margin: 0;
    padding: 20px 20px 65px 20px;
    background: #e1e1e1 url(/images/bg_topFold.jpg) no-repeat left top;
    position: relative;
}

.contMain .boxTopFold .cont .media
{
    float: left;
    width: 590px;
    margin: 12px 0 12px 0;
    text-align: center;
}

.contMain .boxTopFold .cont .media a, .contMain .boxTopFold .cont .media a:hover
{
    background: transparent;
}

.contMain .boxTopFold .cont .extra
{
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 590px;
    height: 46px;
    color: #999999;
    font-size: 0.9em;
}

.contMain .boxBtmFold
{
    float: left;
    width: 650px;
    min-height: 131px;
    margin: 0;
    padding: 0;
    background: transparent url(/images/bg_btmFold.jpg) no-repeat left bottom;
}

.contMain .boxBtmFold .cont
{
    float: left;
    width: 590px;
    margin: 0;
    padding: 20px 20px 65px 20px;
    background: #f6f6f6 url(/images/bg_btmFold.jpg) no-repeat left bottom;
    position: relative;
}

.contMain .boxBtmFold .cont .media
{
    float: left;
    width: 590px;
    margin: 12px 0 12px 0;
    text-align: center;
}

.contMain .boxBtmFold .cont .media a, .contMain .boxBtmFold .cont .media a:hover
{
    background: transparent;
}

.contMain .boxBtmFold .cont .extra
{
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 590px;
    height: 46px;
    color: #999999;
    font-size: 0.9em;
}

.contMain .boxTopFold .cont .extra .byline, .contMain .boxBtmFold .cont .extra .byline
{
    float: left;
    width: 590px;
    padding: 5px 0 0 0;
}

.contMain .boxTopFold .cont .extra .byline a, .contMain .boxBtmFold .cont .extra .byline a
{
    color: #999999;
    background: transparent;
}

.contMain .boxTopFold .cont .extra .byline a:hover, .contMain .boxBtmFold .cont .extra .byline a:hover
{
    color: #027bd8;
}

.contMain .boxTopFold .cont .extra .item, .contMain .boxBtmFold .cont .extra .item
{
    float: left;
    width: 135px;
    padding: 5px 30px 0 0;
}

.contMain .boxTopFold .cont .extra .item .comment, .contMain .boxBtmFold .cont .extra .item .comment
{
    float: left;
    padding: 0 0 0 33px;
    background: transparent url(/images/ico_comment.png) no-repeat 0 0;
    color: #999999;
}

.contMain .boxTopFold .cont .extra .item .comment:hover, .contMain .boxBtmFold .cont .extra .item .comment:hover
{
    color: #027bd8;
}

.contMain .boxTopFold .cont .extra .item .plus, .contMain .boxBtmFold .cont .extra .item .plus
{
    float: left;
    padding: 0 0 0 25px;
    background: transparent url(/images/ico_plus.png) no-repeat 0 0;
    color: #999999;
}

.contMain .boxTopFold .cont .extra .item .plus:hover, .contMain .boxBtmFold .cont .extra .item .plus:hover
{
    color: #027bd8;
}

.contMain .boxTopFold .cont .extra .item .min, .contMain .boxBtmFold .cont .extra .item .min
{
    float: left;
    padding: 0 0 0 25px;
    background: transparent url(/images/ico_minus.png) no-repeat 0 0;
    color: #999999;
}

.contMain .boxTopFold .cont .extra .item .min:hover, .contMain .boxBtmFold .cont .extra .item .min:hover
{
    color: #027bd8;
}

.contMain .boxPage
{
    float: left;
    width: 650px;
    height: 69px;
    margin: 0;
    padding: 0;
}

.contMain .boxPage .cont
{
    float: left;
    width: 600px;
    margin: 0;
    padding: 15px;
    background: transparent url(/images/bg_contFooter.jpg) no-repeat left bottom;
}

/*************************************
             POST FORM
*************************************/

.postForm
{
    display: none;
    float: right;
    width: 650px;
    margin: 0 0 20px 0;
    padding: 0;
}

.contPostForm
{
    float: left;
    width: 590px;
    margin: 0;
    padding: 15px 20px 20px 20px;
    background: #e1e1e1 url(/images/bg_topFold.jpg) no-repeat left top;
    position: relative;
}

.contPostForm .l
{
    float: left;
    width: 85px;
    height: 27px;
    padding: 3px 0 5px 0;
    position: relative;
    text-align: right;
}

.contPostForm .r
{
    float: right;
    width: 495px;
    height: 30px;
}

.contPostForm .f
{
    float: left;
    width: 590px;
    padding: 0;
}

.contPostForm .f p
{
    font-size: 0.9em;
    line-height: 1.0em;
}

.postSignup
{
    display: none;
    float: left;
    width: 590px;
    padding: 0 0 5px 0;
}

/*************************************
             COMMENTS
*************************************/

.commentByline
{
    float: left;
    width: 100%;
    padding: 0 0 4px 0;
    color: #999999;
    font-weight: bold;
}

.commentTxt
{
    float: left;
    width: 100%;
    margin: 0 0 13px 0;
    padding: 0 0 13px 0;
    border-bottom: 1px solid #cacbcc;
}

/*************************************
             COMMENT FORM
*************************************/

.contCommentForm
{
    display: none;
    float: left;
    width: 590px;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #cacbcc;
}

.contCommentForm input, .contCommentForm textarea
{
    margin: 0 0 10px 0;
}

.contForm
{
    display: none;
}
