* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6 {
    border-bottom:2px solid #3E3E3E;
    display:block;
    overflow:hidden;
    margin:0 0 10px;
}
h1.inline, h2.inline, h3.inline, h4.inline, h5.inline, h6.inline{
    display:inline-block;
}
h1{
    font-size: 22px;
}
h2{
    font-size: 20px;
}
h3{
    font-size: 18px;
}

.hide { display:none; }
.left{ float:left; }
.right{ float:right; }
.center{ text-align:center; }
.t_left{ text-align:left; }
.t_right{ text-align:right; }
.clear{ clear:both; }
.clear_right{clear:right;}
a img{ border:none; }
.noborder{ border:none; }
.smallmargintop{ margin-top:7px; }
.nomarginbottom{ margin-bottom:0; }
.nofloat{ float:none; }

html{
    /*background:none repeat scroll 0 0 #134A66;*/
    background:url('http://media.findingtheframe.com/images/bgr.png') repeat-x scroll 0 0 #5F5F5F;
    overflow-y:scroll;
}
body {
	color: #3E3E3E;
	font-size:12px;
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
	line-height:1.5;
}
#body .container_12{
    background: none repeat scroll 0 0 #FFFFFF;
    padding:10px 0;
}
a, .ui-widget-content a {
    /*border-bottom:1px dotted #75C28F;*/
    color:#FF4B00;
    text-decoration:none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    
}
a:hover { 
	color:#3E3E3E;
	text-decoration:underline;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
    
}
p{
	margin: 0 0 15px;
}

ul {
	border-top: 1px solid #E8E8E8;
}

ul li{
	list-style-type: none;
	margin: 6px 0 6px 0;
	padding: 0 0 6px 0;
}

ul li a {

}
.marginbottom{
    margin-bottom:15px;
}









/*Standards*/
.avatar, .smallavatar, .image{
    display:block;
    border:1px solid lightgray;
    display:inline-block;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.avatar{
    width:75px;
    height:75px;
}
.smallavatar{
    width:50px;
    height:50px;
}
a.avatar:hover, a.smallavatar:hover, a.image:hover{
    border:1px solid #3E3E3E;
    opacity:0.6;
    filter:alpha(opacity=60);
}




/* LOGING FORM*/
.tabs{
    border-bottom:1px solid #3E3E3E;
}
.tabs a, .tabs span{
    -moz-border-radius:7px 7px 0 0;
    -webkit-border-radius:7px 7px 0 0;
    border-radius:7px 7px 0 0;
    border-color:#3E3E3E #3E3E3E -moz-use-text-color;
    border-style:solid solid none;
    border-width:1px 1px medium;
    display:inline-block;
    padding:7px;
}






/*---HEADER / FOOTER----*/
#header, #footer{
    display:block;
    overflow:hidden;
    text-align:right;
    background-color:#1B1B1B;
}
#header a, #footer a{
    margin-right:20px;
    font-size:16px;
    line-height:25px;
    padding:7px;
    display:inline-block;
    color:#FFFFFF;
}
#footer a{
    font-size:14px;
    line-height:22px;
}
#header #site_title{
    padding-left:0;
    font-size:23px;
    color:#FF4B00;
}
#header #last_link, #footer #last_link{
    padding-right:0;
    margin-right:0;
}
#footer{
    clear:both;
    background-color:#1B1B1B;
}




/*Reviewers only*/
.reviewer_toolbar{
    text-align:right;
    font-size:18px;
}
.reviewer_toolbar a{
    margin-left:15px;
}








.feature h1{
    line-height:20px;
    margin:0;
    padding-bottom:10px;
    border:none;
}
div.splash{
    margin-top:25px;
    margin-bottom:25px;
}
h1.splash{
    border:medium none;
    line-height:20px;
    margin:0;
    text-align:left;
    padding-bottom:5px;
}
h2.splash{
    border:medium none;
    font-size:15px;
    font-weight:normal;
    line-height:15px;
}
.feature{
    height:300px;
    border-bottom:2px solid #3E3E3E;
    overflow:hidden;
}
.feature div{
    margin-bottom:15px;
}
div#initial_comment{
    padding-left:25px;
    background: url("http://media.findingtheframe.com/images/blockquote_left.png") no-repeat scroll 0px 0 transparent;
}




/*---------STORY-----------*/
#story_title{
    font-style:italic;
    font-weight:normal;
    padding:3px;
}
#story_title #story_link{
    font-size:12px;
}
img#story_image{
	border:1px solid #A9AC94;
}
img#story_image:hover{
    border:1px solid #DC241F;
}


#submitter_box{
    overflow:hidden;
    margin-bottom:10px;
}
#submitter_box #submitter_avatar{
    line-height:0;
    float:left;
    padding-right:10px;
}
#submitter_box .detail h2{
    margin:0;
}
#submitter_box ul{
    margin:0;
    border: none;
}
#submitter_box #submitter{
    font-size:13px;
}
#submitter_box li{
    border-bottom:1px solid lightgrey;
    padding:3px;
    font-size:10px;
    margin:0;
    padding:0;
    overflow:hidden;
}
.story_info .detail_box{
    line-height:15px;
    margin-bottom:10px;
}
.story_info .detail_box h4{
    margin-bottom:3px;
}
.story_info a.detail_more_link{
    margin-bottom:10px;
    margin-top:-10px;
    text-align:right;
    display:block;
}





/* FORMS */
label{
    font-size:16px;
    display:block;
}
input[type="text"], input[type="password"], input.text, input.title, textarea, select{
    background-color:#FFFFFF;
    border:1px solid #BBBBBB;
    color:#333333;
    font-size:16px;
    height:20px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    width:400px;
    display:block;
}
input[type='file']{
    display:block;
}
select{
    height:30px;
    width:410px;
}
input.error, textarea, input, select, input.text, input.title, .errorlist{
    border:1px solid #BBBBBB;
    font-family:helvetica,arial,sans-serif;
    font-size:12px;
    padding:5px;
}
.error{
    color:red;}
.errorlist li{
    padding:0;
    font-style:italic;
}
textarea {
    height:150px;
}
button, input.form-submit, input.button, a.button {
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    cursor:pointer;
    font-family:helvetica,arial,sans-serif;
    font-size:16px;
    letter-spacing:0.1em;
    padding:5px 15px;
    width:auto !important;
    border:1px solid #BBBBBB;
    display:inline-block;
}
input.form-submit, a.button.submit{
    background:none repeat scroll 0 0 #FF4B00;
    color:#FFFFFF;
}
button:hover, input.form-submit:hover, input.button:hover, a.button:hover {
    background:none repeat scroll 0 0 #1B1B1B;
    color:#FFFFFF;
    text-decoration:none;
}
.form-buttons{
    text-align:center;
}
.form-container{
    text-align:left;
    margin:15px auto;
    width:420px;
}
.form-field{
    margin:0 0 7px 0;
}









/*------Comments-------*/
.comment-container{
    background-color:#DADADA;
    padding:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    margin-bottom:7px;
    overflow:hidden;
}
.comment-container.reviewer{
    /*C4EEC6*/
    background-color:#C8FFDA;
}
.comment-container.submitter{
    /*CFDDE6*/
    background-color:#E0C8FF;
}
.comment-container .profile{
    float:left;
    overflow:hidden;
}
.comment-author-type{
    font-size:10px;
    font-style:italic;
    text-align:center;
    overflow:hidden;
}
.comment-body{
    margin-left: 65px;
}
.comment-header{
    border-bottom:1px solid #3E3E3E;
    adding:0 5px;
    overflow:hidden;
}
.comment-header .username, .comment-header .status, .comment-header .permalink{
    float:left;
    margin-right:5px;
}
.comment-header .permalink a{
    font-size:10px;
}
span.vote-controls{
    float:right;
    height:18px;
}
div.vote-controls{
    
}
.vote-controls a{
    cursor:pointer;
}
.text-vote-controls .text_vote_button{
    bottom:5px;
    display:inline-block;
    font-size:13px;
    position:relative;
    padding: 3px 13px;
}
.vote-controls .vote_button{
    display:inline-block;
    height:16px;
    width:21px;
}
.vote-controls .vote_button:hover{
    opacity:0.6;
    filter:alpha(opacity=60);
}
.vote-controls .vote_button.up{
    
}
.vote-controls .vote_button.down{
    margin:0 3px;
}

.comment_score{
    vertical-align:top;
}








/* Single Post Styles */
.story_thumb{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
.story_thumb a{
    color:#3E3E3E;
}
.story_thumb_details, .story_thumb_title{
    background-color:lightgrey;
    display:inline-block;
    font-size:13px;
    line-height:20px;
    opacity:0.75;
    overflow:hidden;
    position:relative;
    filter:alpha(opacity=75);
    padding:0 13px;
}
.story_thumb_details{
    bottom:-145px;
    float:left;
    -moz-border-radius:0 3px 0 3px;
    -webkit-border-radius:0 3px 0 3px;
    border-radius:0 3px 0 3px;
}
.story_thumb_title{
    bottom:20px;
    float:right;
    padding-bottom:3px;
    padding-top:3px;
    text-align:right;
    -moz-border-radius:0 3px 0 3px;
    -webkit-border-radius:0 3px 0 3px;
    border-radius:0 3px 0 3px;
    min-width:50px;
    /*overflow:visible;*/
}
.story_thumb .image{
    height:165px;
    width:165px;
}
/*
.story_thumb a.image:hover{
    color:#000;
    text-decoration:none;
    background-color:lightgray;
}
*/




/*Profile*/
.profile-header{
    float:left; 
    margin-left:10px;
}
.profile-header h1{
    margin:0 0 5px;
    line-height:26px;
    border:none;
}
.profile-header h3{
    border-width:1px;
    font-size:13px;
    line-height:14px;
    margin:0;
}





/*Leaderboards*/
.leaderboard_rank{
    font-size:22px;
    font-weight:bold;
}




/*Jquery Tabs*/
.ui-widget-content {
    border:medium none;
}
.ui-widget-header {
    background:none;
    border:none;
    border-bottom:1px solid lightgrey;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover, .ui-tabs .ui-tabs-nav li.ui-state-disabled a:hover, .ui-tabs .ui-tabs-nav li.ui-state-processing a:hover {
    color:#222222;
    cursor:default;
    background:none;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color:#FF4B00;
}
.ui-state-hover a, .ui-state-hover a:hover {
    background-color:#FF4B00;
    color:#FFFFFF;
}



















