/********************/
/** reset **/
/********************/
* {
    margin: 0px;
    padding: 0px;
}
.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clear {
    display: inline-block
}
html[xmlns] .clear {
    display: block
}
* html .clear {
    height: 1%
}
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    border: 0;
	width: 100%;
}
body {
    background: #000000;
    color: #9B9B9B;
    font-family: Georgia, Serif;
    font-size: 11px;
	height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
a {
    outline: none
}
/********************/
/** main content **/
/********************/

/* Header */
.header {
	clear: both;
	margin:10px auto 0;
	text-align: right;
	width: 940px;
}

.header-links a {
    color: #b8d9ef;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    padding: 0 20px 2px 0;
    text-decoration: none;
    text-transform: uppercase;
}
.header-links a.twitter {
    background: url('../img/twitter-icon.jpg') no-repeat scroll top right;
    background-position: right 0;
}

.header-links a:hover {
    color: #FFFFFF;
}

.header-links iframe {
	padding-left: 20px;
	position: relative;
	top: 7px;
}

/* Flash */
#noflash a img {
    border: none
}
.flash-container {
	height: 355px;
	overflow: hidden;
	width: 100%;
}

.flash-container #flash {
	width: 100%;
}

/* Main site */
.content {
    height: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    position: relative;
    text-align: left;
    width: 940px;
}

.bottom-container {
	margin-top: 20px;
}

.bottom-header {
	height: 135px;
	overflow: hidden;
	padding-bottom: 30px;
}

/* Latest Tweet */

#latest-tweet {
    background: url("../img/tall-list-grad-bg.gif");
	float: left;
    height: 115px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
	position: relative;
	width: 582px;
}

#latest-tweet h2 {
    border-bottom: 1px solid #3E4245;
    color: #cac2bb;
    padding-bottom: 7px;
    font-family: Georgia;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
	padding-left: 12px;
}

#latest-tweet h2 span {
    float: right;
    margin-top: -2px;
    padding-right: 12px;
    position: relative;
}

#latest-tweet h2 a.twitter {
    background: url('../img/twitter-icon.jpg') no-repeat scroll top right;
    background-position: right 0;
    color: #b8d9ef;
    font-weight: bold;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 20px 2px 0;
    text-decoration: none;
    text-transform: uppercase;
}

#latest-tweet #latest-tweet-text {
	color: white;
	font-size: 21px;
	margin-top: 12px;
	padding-left: 12px;
}

/* Banner ad */

.ad-wrapper {
	float: right;
	height: 133px;
	position: relative;
	width: 319px;
}

.ad-wrapper iframe {
	width: 100%;
}

.bottom-container .ad-leaderboard iframe {
	width: 728px;
}

/* Leaderboards */
.bottom-container .most-least-header {
    width: 100%;
    height: 33px;
    background: url('../img/most-least-awesome-header.gif') no-repeat scroll top left;
    margin-bottom: 15px;
    position: relative;
}
.bottom-container .most-least-header.least {
    background-position: 0px -33px
}
.bottom-container .most-least-header a.most-awesome {
    text-indent: -999em;
    letter-spacing: -999em;
    float: left;
    width: 202px;
    height: 30px;
    left: 222px;
    position: absolute;
    text-decoration: none;
}
.bottom-container .most-least-header a.least-awesome {
    text-indent: -999em;
    letter-spacing: -999em;
    float: left;
    width: 218px;
    height: 30px;
    left: 510px;
    position: absolute;
    text-decoration: none;
}
.bottom-container .leader-outer-container {
	height:515px;
	margin-bottom:20px;
	overflow:hidden;
}
.bottom-container .leader-container {
    float: left;
    height: 505px;
    width: 940px;
}
.bottom-container .least-container {
    display: none;
    float: left;
    height: 505px;
    width: 940px;
}
.bottom-container .time-block {
    float: left;
    display: inline;
    margin-right: 20px;
    height: 100%;
    width: 280px;
    background: url('../img/tall-list-grad-bg.gif') no-repeat scroll top left;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
}
.bottom-container .time-block.last {
    display: inline;
    margin-right: 0px;
}

.bottom-container .time-block h2,
.bottom-container .very-bottom-container .suggest-container h2 {
    text-align: center;
    font-family: Georgia;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #cac2bb;
}

.bottom-container .time-block h2 {
    border-bottom: 1px solid #3e4245;
    padding-bottom: 7px;
}

.bottom-container .time-block ul {
    list-style-type: none;
    width: 100%;
    font-size: 13px;
    color: #cfcfcf;
}

.bottom-container .time-block ul li {
    border-bottom: 1px solid #3e4245;
    height: 35px;
    padding-left: 12px;
    padding-top: 8px;
}

.bottom-container .time-block ul li.first-li{
	color: white;
	font-weight: bold;
}

.bottom-container .time-block ul li a {
	color: white;
	display: block;
    float: left;
	text-decoration: none;
    width: 208px;
}

.bottom-container .time-block ul li a:hover {
	text-decoration: underline;
}

.bottom-container .time-block ul li span.num {
    display: inline;
	float: left;
    margin-left: 0px;
    margin-right: 10px;
    text-align: right;
    width: auto;
}

.bottom-container .time-block .bottom .left-side {
    float: left;
    width: 246px;
}
.bottom-container .time-block .bottom .left-side span.share {
    line-height: 17px;
    display: inline;
    margin-right: 5px;
    float: left;
    font-family: Georgia;
    text-transform: uppercase;
    font-weight: bold;
    color: #b8d9ef;
    font-size: 10px;
}
.bottom-container .time-block .bottom .left-side a.facebook {
    float: left;
    width: 18px;
    display: inline;
    margin-right: 6px;
    height: 17px;
    text-indent: -999em;
    letter-spacing: -999em;
    background: url('../img/facebook-icon.jpg') no-repeat scroll top left;
}
.bottom-container .time-block .bottom .left-side a.facebook:hover {
    background-position: 0px -17px
}
.bottom-container .time-block .bottom .left-side a.twitter {
    float: left;
    width: 18px;
    height: 18px;
    text-indent: -999em;
    letter-spacing: -999em;
    background: url('../img/twitter-icon.jpg') no-repeat scroll top left;
}
.bottom-container .time-block .bottom .left-side a.twitter:hover {
    background-position: 0px -18px
}
.bottom-container .time-block .bottom .right-side {
    float: right;
    width: 34px;
}
.bottom-container .time-block .bottom  a.left {
    float: left;
    background: url('../img/next-prev-arrows.gif') no-repeat scroll top left;
    width: 14px;
    height: 14px;
    text-indent: -999em;
    letter-spacing: -999em;
    background-position: 0px -14px;
    display: inline;
    margin-right: 6px;
}
.bottom-container .time-block .bottom  a.left.disabled {
    background-position: 0px 0px
}
.bottom-container .time-block .bottom  a.left:hover {
    background-position: 0px -28px
}
.bottom-container .time-block .bottom  a.left.disabled:hover {
    background-position: 0px 0px
}
.bottom-container .time-block .bottom  a.right {
    float: left;
    background: url('../img/next-prev-arrows.gif') no-repeat scroll top left;
    width: 14px;
    height: 14px;
    text-indent: -999em;
    letter-spacing: -999em;
    background-position: -14px -14px;
}
.bottom-container .time-block .bottom  a.right.disabled {
    background-position: -14px 0px
}
.bottom-container .time-block .bottom  a.right:hover {
    background-position: -14px -28px
}
.bottom-container .time-block .bottom  a.right.disabled:hover {
    background-position: -14px 0px
}
.bottom-container .bottom-hr {

    background: url('../img/hr.gif') no-repeat scroll top left;
    width: 939px;
    height: 3px;
}

/* Latest things and suggestion box */

.bottom-container .very-bottom-container {
	clear: both;
    margin-top: 30px;
    overflow: hidden;
    width: 100%;
}
.bottom-container .very-bottom-container .latest-container {
    float: left;
    height: 100%;
    width: 300px;
    display: inline;
    margin-right: 20px;
    background: url('../img/small-list-grad-bg.gif') no-repeat scroll top left;
}
.bottom-container .very-bottom-container .time-block {
    background: none
}
.bottom-container .very-bottom-container .suggest-container {
    float: left;
    height: 100%;
    width: 620px;
    background: url('../img/suggest-grad-bg.gif') repeat scroll top left;
}
.bottom-container .very-bottom-container .suggest-container h2 {
    margin-top: 8px
}
.bottom-line-hr {
    float: left;
    background: url('../img/bottom-line-hr.gif') repeat-x scroll top left;
    width: 940px;
    height: 10px;
    margin-top: 60px;
}
.footer {
    float: left;
    width: 100%;
    margin-top: 17px;
    height: 125px;
    display: inline;
}
.footer .left-side {
    float: left;
    width: 185px;
    font-family: Arial;
    color: #565c5f;
    font-size: 10px;
}
.footer .left-side a {
    font-size: 10px;
    color: #b8d9ef;
    font-family: Georgia;
    font-weight: bold;
    text-decoration: none;
    float: left;
    clear: both;
    margin-bottom: 2px;
    width: 150px;
}
.footer .left-side a:hover {
    color: #fff
}
.footer .left-side span {
    float: left;
    clear: both;
    margin-top: 19px;
    width: 150px;
}
.footer .right-side {
    float: left;
    width: 745px;
    font-family: Arial;
    color: #565c5f;
    font-size: 10px;
}
.footer .right-side  p {
    margin-bottom: 10px
}

/* Suggestion box */

.suggestion-box {
	border-top: 1px solid #3E4245;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
	margin:5px 12px 12px;
    padding: 20px 0 0;
}

form.suggest-awesomeness {
    position: relative;
}
form.suggest-awesomeness ul {
/*     float: left; */
    list-style-type: none;
}

form.suggest-awesomeness label span {
    color: #e9e8e8;
    font-size: 11px;
    font-weight: normal;
/*     display: inline; */
    margin-left: 10px;
}
form.suggest-awesomeness label a {
    color: #8ac8f2;
    font-weight: bold;
    text-decoration: none;
}
form.suggest-awesomeness label a:hover {
    color: #fff
}
form.suggest-awesomeness input {
    background-color: #232628;
	border: 1px solid black;
    color: #fff;
	display: block;
    height: 28px;
    line-height: 28px;
    margin: 5px 0 20px;
    padding-left: 5px;
    width: 367px;
}

form.suggest-awesomeness input.error {
	border-color: red;
}	


form.suggest-awesomeness input.submit-it {
    background: url('../img/submit-button.gif') no-repeat scroll top left;
    width: 161px;
    height: 30px;
    text-indent: -999em;
    letter-spacing: -999em;
}
form.suggest-awesomeness input.submit-it.hover {
    background-position: 0px -30px;
    cursor: pointer;
}
a.submit-it-again {
    float: left;
    background: url('../img/submit_again_btn.gif') no-repeat scroll top left;
    width: 170px;
    height: 30px;
    text-indent: -999em;
    letter-spacing: -999em;
    margin-top: 102px;
    margin-left: 228px;
}
a.submit-it-again:hover {
    background-position: 0px -30px;
    cursor: pointer;
}
.category {
    right: 0px;
    top: 65px;
    position: absolute;
}
.category label {
    float: left
}
.category select {
    float: left;
    clear: both;
    margin-top: 8px;
    width: 192px;
}
.things-slider1,
.things-slider2,
.things-slider3,
.things-slider4,
.things-slider5,
.things-slider6 {
    float: left;
    width: 100%;
    height: 449px;
}
.things-slider7 {
    float: left;
    width: 100%;
    height: 229px;
}
.about-popup {
    background-color: #000;
    border: 2px solid #151b20;
    height: 252px;
    display: none;
    top: 165px;
    width: 620px;
}
/*
.about-popup-border {
    background-color: #000;
    float: left;
    width: 617px;
    height: 100%;
    border-left: 1px solid #151b20;
    border-right: 2px solid #151b20;
}
*/
.about-popup a.close {
    clear: both;
    float: right;
    text-indent: -999em;
    letter-spacing: -999em;
    height: 17px;
    width: 18px;
    background: url('../img/popup-ex.gif') no-repeat scroll top left;
    margin-top: 7px;
    display: inline;
    margin-right: 10px;
}
.about-popup a.close:hover {
    background-position: 0px -17px
}
.about-popup .inner-content {
    width: 550px;
    margin-top: 32px;
    display: inline;
    margin-left: 29px;
    float: left;
    line-height: 20px;
}
.about-popup .inner-content p {
    width: 550px;
    text-align: left;
    float: left;
    font-family: Georgia;
    color: #fff;
    font-size: 15px;
    margin-bottom: 27px;
}
.about-popup .inner-content p span {
    float: left;
    clear: both;
    width: 100%;
}
.about-popup .inner-content a {
    font-family: Georgia;
    color: #b8d9ef;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.about-popup .inner-content a:hover {
    color: #fff
}