@font-face {
	font-family: 'CartoGothicStd';
	src: url('fonts/CartoGothicStd-Book.eot');
	src: local('☺'), url('fonts/CartoGothicStd-Book.ttf') format('truetype'), url('fonts/CartoGothicStd-Book.svg#webfont') format('svg');
}

@font-face {
	font-family: 'CartoGothicStdItalic';
	/*font-style: italic;*/
	src: url('fonts/CartoGothicStd-Italic.eot');
	src: local('☺'), url('fonts/CartoGothicStd-Italic.ttf') format('truetype'), url('fonts/CartoGothicStd-Italic.svg#webfont') format('svg');
}

@font-face {
	font-family: 'CartoGothicStdBold';
	/*font-weight: bold;*/
	src: url('fonts/CartoGothicStd-Bold.eot');
	src: local('☺'), url('fonts/CartoGothicStd-Bold.ttf') format('truetype'), url('fonts/CartoGothicStd-Bold.svg#webfont') format('svg');
}

/*@font-face {
    font-family: 'CartoGothicStd';
    font-style: italic;
    font-weight: bold;
    src: url('fonts/CartoGothicStd-BoldItalic.eot');
    src: local('☺'), url('fonts/CartoGothicStd-BoldItalic.ttf') format('truetype'), url('fonts/CartoGothicStd-BoldItalic.svg#webfont') format('svg');
}
*/
body {
    font-family: 'CartoGothicStd', 'Lucida Grande', Lucida, Trebuchet, sans-serif;
    font-size: 13px;
    line-height: 13px;
    padding: 0;
    margin: 0;
    background-image: url('pattern.png');
}

    /* Fix for iPad*/
    i { font-family: 'CartoGothicStdItalic'; }
    b, strong, h1, h4, #links_box a, .rank_circle { font-family: 'CartoGothicStdBold'; }

.gradient_box {
    position: fixed;
    top: 0; height: 100%;
    width: 375px;
    background-repeat: repeat-y;
    z-index: -10;
}
    #gradient_left_box {
        left: 0;
        background-image: url('gradient-left.png');
    }
    #gradient_right_box {
        right: 0;
        background-image: url('gradient-right.png');
    }

#paper_sheet {
    width: 916px;
    margin-top: 80px;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
}
    #paper_sheet #paper_header, #paper_sheet #paper_footer { width: 916px; }
    #paper_sheet #paper_header { height: 240px; }
        #paper_header #large_logo {position: absolute; top: -80px; left: 160px;}
        #paper_header #small_logo {position: absolute; top: -60px; left: 380px;}
        #paper_header #header_nav {
            position: relative;
            top: 5px;
            height: 17px;
            background-color: #000;
            
            padding: 5px;
            margin: 5px;
        }
        #paper_header #header_nav .left { float: left; }
        #paper_header #header_nav .right { float: right; }
        #paper_header #header_nav a {
            color: white;
            padding: 5px;
            text-transform: uppercase;
            z-index: 100;
        }
        
    #paper_sheet #paper_footer { top: 60px; height: 60px; }

#paper_content {
    padding: 0px 15px 0px 15px;
    background: url('paper-middle_bg.png') repeat-y top left;
    width: 880px;
}
    #paper_content .content_box { position: relative; }
    #paper_content .content_box.with_indents { margin-left: 70px; }
    #paper_content .content_box.top_space { margin-top: 80px; }
    #paper_content .content_box.large_top_space { margin-top: 160px; }

#links_box {
	width: 880px;
	height: 25px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	background-color: #000;
	padding: 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
	#links_box .link {
		position: absolute;
		color: #999;
		font-size: 11px;
	}
	#links_box a {
		display: block;
		margin-bottom: 2px;
		font-size: 13px;
		font-weight: bold;
		color: #FFF;
	}
	#links_box a.selected {
		text-decoration: none;
		color: #AAA;
	}

h1, h2, h3, h4 { margin: 0; padding: 0; }

h1 {
    font-size: 56px;
    line-height: 68px;
    font-weight: bold;
}
h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 0px 10px 0px;
}
h3 {
    font-size: 15px;
    line-height: 18px;
    color: #333;
}
h4 {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 15px;
	font-weight: bold;
	color: #666;
}
	h4 span { background-color: #F8F747; }

.spaced_lines { line-height: 17px; }

.small_spaced, .small_top_space { margin-top: 5px; }
.spaced, .top_space { margin-top: 15px; }
.large_spaced, .large_top_space { margin-top: 25px; }

.small_spaced, .small_bottom_space { margin-bottom: 5px; }
.medium_bottom_space { margin-bottom: 10px; }
.spaced, .bottom_space { margin-bottom: 15px; }
.large_spaced, .large_bottom_space { margin-bottom: 25px; }

.uber_top_space, .uber_spaced { margin-top: 100px; }
.uber_bottom_space, .uber_spaced { margin-bottom: 100px; }

.padded { padding-top: 15px; padding-bottom: 15px; }

a, .hipsta_color { color: #FA3838; }
.hipsta_color { color: #FA3838 !important; }

a img { border: none; }
a.underline_on_hover { text-decoration: none; }
a.underline_on_hover:hover { text-decoration: underline; }

p, ul {
    margin: 0; padding: 0;
    color: #666;
    line-height: 18px;
}
	p.smaller {
	    font-size: 11px;
	    line-height: 15px;
	    color: #999;
	}
	p.larger, div.larger, div.larger p {
		font-size: 18px;
		line-height: 24px;
	}
	p.top_space { margin-top:  20px; }
	p.tiny_top_space { margin-top: 5px; }
	li { list-style-image: url('bullet.png'); }
	ul li { margin-bottom: 5px; }

div.smaller { font-size: 0.8em; line-height: 0.8em; }

div.quote {
    background: url('quote.png') no-repeat top left;
    padding: 5px 0px 0px 25px;
    margin: 60px 0px 0px -25px;
    font-size: 22px;
    line-height: 25px;
    color: #666;
    width: 730px;
}

div.embed_box {
	font-family: monospace;
	font-size: 10px;
	padding: 10px;
	margin: 5px 0px 5px 0px;
	width: 760px;
	color: #999;
	background-color: #EEE;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

div.listed_submission {
	float: left;
	width: 200px;
	height: 300px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	background: url('shadow-200.png') no-repeat 0px 200px;
}
    div.listed_submission.with_extra_space { margin-left: 20px; margin-right: 20px; }
    div.listed_submission p { margin-top: 10px; }
    div.listed_submission img { background-color: #EEE; }
    
    div.listed_submission .rank_circle { visibility: hidden; }
    div.listed_submission:hover .rank_circle { visibility: visible; }
    
    .rank_circle {
        height: 17px;
        padding-top: 3px;
        margin-top: 10px;
        background: url('rank_circle.png') no-repeat top center;
        text-align: center;
        font-weight: bold;
        font-size: 10px;
        color: #FFF;
    }

div.small_listed_submission {
    float: left;
    width: 380px;
    height: 100px;
}
    div.small_listed_submission_image {
        float: left;
        width: 75px;
        height: 82px;
        background: url('shadow-75.png') no-repeat 0px 75px;
    }
    

div.full_submission {
    width: 500px;
    height: 520px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    background: url('shadow-500.png') no-repeat 0px 500px;
}
    div.full_submission p { margin-top: 20px; }

div.medium_submission {
    float: left;
	width: 350px;
	height: 450px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	background: url('shadow-350.png') no-repeat 0px 350px;
}

div.full_submission.no_shadow, div.medium_submission.no_shadow, 
div.listed_submission.no_shadow, div.small_listed_submission.no_shadow { background: none; }

.spaced_paragraphs p { margin-bottom: 10px; }

.with_bolt_icon {
	background: url('bullet-bolt.png') no-repeat center left;
	padding-left: 40px;
	margin-left: -40px;
}

.with_arrow_icon {
	background: url('bullet-arrow.png') no-repeat center left;
	padding-left: 35px;
	margin-left: -35px;
}

.with_star_icon {
	background: url('bullet.png') no-repeat center left;
	padding-left: 20px;
	margin-left: -20px;
}

.twitter_vote_button {
    float: left;
    background: url('twitter_icon.png') no-repeat 5px 5px #9CE0FF;
    border: 1px solid #1B9ECC;
    color: #1B9ECC;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 5px 5px 21px;
	margin-right: 5px;
	font-size: 11px;
}
    .twitter_vote_button:hover { background-color: #39C1FF; color: #FFF; }

.rounded_box {
    padding: 10px;
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.content_column {
    float: left;
    width: 380px;
    margin-right: 20px;
}
    .content_column_wide {
        float: left;
        width: 420px;
        margin-right: 20px;
    }

.standard_body_width { width: 620px; }

.center_text { text-align: center; }
.left_text { text-align: left; }

.larger_text { font-size: 1.5em; }
.small_text { font-size: 11px; }

.minor_text {
	color: #999;
	font-size: 10px;
}
	.minor_text a { color: inherit; }

.dark_gray_color { color: #444; }
.gray_color { color: #999; }
.twitter_color { color: #1B9ECC; }
.facebook_color { color: #3E5798; }

.twitter_bg { background-color: #9CE0FF; }

.yellow_bg { background-color: #FAF067; }
    .yellow_bg .dark_gray_color { color: #3F3C1A; }
    .yellow_bg .gray_color { color: #7D7834; }

.white_bg { background-color: #FFF; }

/* YE OLDE CLEARFIX */
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix.fixleft:after{clear:left;}
.clearfix{display:inline-block;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}