
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,iframe{ margin:0;padding:0;}
table{ border-collapse:collapse;}
fieldset,img{ border:0;}
address,caption,cite,code,dfn,em,strong,th,var{ font-style:normal;font-weight:normal;}
ol,ul { list-style:none;}
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6{ font-size:100%;}
q:before,q:after{ content:'';}

body {
    font: normal x-small verdana, arial, helvetica, sans-serif;
    background-color: white;
    z-index: 1;
}

html,body { height: 100% }


/* html element defaults */

h1 { font-size: 18px; font-weight: normal; margin: 10px 0 }

h2 { color: #336699; font-size: 13px; }
h2 a { text-decoration: none }
h2 a:visited { color: #336699 }
h2 a:hover { text-decoration: underline }
h3 { font-size:110%; text-transform:uppercase; }

a img { border:none }
a { text-decoration: none; color: #336699; }

div.autosize { display: table; width: 1px}
div.autosize > div { display: table-cell; }

input.txt {
    background-color:#f7f7f7;
    border: 1px solid #336699; 
}

/* forms */

.iform th { text-align: right; color: black; font-weight: normal; text-transform: lowercase; }
.iform button {background-color:#e9e9e9; border: 1px solid #336699; vertical-align: bottom}
.wrong {color: red; font-weight: normal}

.subform input.text { width: 25em }
.subform textarea.text { width: 25em }
.subform label { margin: 0 5px 0 5px }
.subform td { padding: 0px 5px 5px 0}
.subform td.nopadding { padding: 0px}

.nowrap { white-space: nowrap; }
.leftpad { padding-left: 1em }
.nomargin { margin: 0px }
.nopadding { padding: 0px }


/* header / menus */

:-moz-any-link:focus { outline: none }

.hover a:hover { text-decoration: underline }

.selected { font-weight: bold; }

.flat-list {
    list-style-type: none;
    display: inline;
}

.flat-list li {display: inline;}

.flat-list form {display: inline; }

.flat-list .selected { color: orangered; }

.separator { color: gray; margin: 0px .7ex 0px .7ex}

.pref-lang { font-weight: bold; }
.pref { font-weight: bold; }

#header {
    padding: 5px 5px 0 5px;
background-color: #CEE3F8;
position: relative;
border-bottom: solid 1px #5F99CF;
}

#header h1 {
float: left;
margin: 0 0 5px 0;
}

#header h1 a {
display: block;
background: url(/images/reddit.com.png) 0 0 no-repeat;
height: 40px;
width: 120px;
text-indent: -4000px;
}

#header h2 {
margin: 15px 5px 0 5px;
border-left: solid 3px #888;
font: bold 18px arial;
color: #333;
float: left;
padding: 4px 5px 2px 5px;
}

#header-top {
position: absolute;
right: 5px;
top: 5px;
height: 15px;
text-align: right;
}


/* tabs */

#tabs {
clear: left;
padding-top: 8px;
height: 22px;
}

#tabs.top-level {
clear: none;
position: absolute;
bottom: 0;
left: 125px;
}

#tabs li {
float: left;
margin-left: 5px;
padding-top: 4px;
}

#tabs li a {
padding: 2px 4px;
text-transform: lowercase;
font: normal 14px arial;
background-color: #EFF7FF;
}


#tabs li a:hover {
color: #fff;
background-color: #369;
background-color: #4a4;
}

#tabs li.current { 
padding-top: 0;
}

#tabs li.current a {
text-decoration: none;
font: bold 18px arial;
letter-spacing: -1px;
padding: 2px 6px;
background-color: #fff;
color: #ff4500;
border: solid 1px #9EC7F0;
border-bottom: solid 1px #fff;
}

#ribbon #tabs li.current a {
border: solid 1px #5F99CF;
border-bottom: solid 1px #fff;
}

#mail img {position: relative; top: 2px}
.user {color: gray;}


.pagename {
    font-weight: bold;
}
.pagename a {color: black; }

.redditname { text-transform:uppercase; }

.newpagelink {
    padding: 3px 5px;
    background-color: #ff9;
}

#filters {
color: #666;
padding-top: 10px;
padding-left: 5px;
margin: 5px 320px 15px 5px;
font-size: larger;
}

.dropdown { 
    z-index: 5;
    position: relative;
    cursor: default;
    display: inline;
}

.dropdown .drop-choices {
    position: absolute;
    left: 0px; /* top gets set in js */
    visibility: hidden;
    border: 1px solid gray;
    z-index: 100;
    background-color: white;
    white-space: nowrap;
    line-height: normal;
    margin-top: 1px;
}

.dropdown a.choice {
    cursor: pointer;
    padding: 0px 3px 0px 3px;
    display: block;
 }

.dropdown a.choice:hover {
    background-color: #c7def7;
}

.dropdown.heavydrop .selected{
    background: white url(/images/droparrow.gif) no-repeat scroll center right;
    border: 1px solid gray;
    padding: 2px;
    padding-right: 23px;
    padding-left: 5px;
    font-weight: bold;
}

.dropdown.lightdrop .selected {
    background: white url(/static/droparrowgray.gif) no-repeat scroll center right;
    padding-right: 21px;
    text-decoration: underline;
    color: gray; 
 }

.dropdown.lightdrop .drop-choices { 
    margin-top: 2px;
 }


#search {
position: absolute;
right: 5px;
bottom: 5px;
}

#search input.text {
    border: 1px solid #ccc;
    width: 290px;
    color: #666;
    padding-left: 5px;
padding: 2px 4px;
background: #fff url(/images/search-icon.jpg) right 50% no-repeat;
}

.content {
    z-index: 1;
clear: left;
    margin: 5px 0px 0px 5px;
}

.content .header {
margin-right: 320px;
border-bottom: dotted 1px #aaa;
}

.state-button { display:inline }

/* side box menus */

.side { 
	margin-top: 5px;
clear:right;
float: right; 
margin-right: 5px;
}

.side .spacer { 
    margin-bottom: 10px;
 }


/* page actions */

.actions li {
margin-bottom: 5px;
}

.actions li a {
border: outset 1px #369;
display: block;
padding: 5px 5px 5px 45px;
font-size: 18px;
color: #369;
font-weight: bold;
letter-spacing: -1px;
font-family: arial;
background-position: 0 0;
background-repeat: no-repeat;
}

.actions li a small {
display: block;
color: #888;
margin-left: 5px;
letter-spacing: 0;
font: normal 12px arial;
}

.actions li a#submit-link {
background-image: url(/images/submit-alien.png);
}

.actions li a#create-reddit {
background-image: url(/images/create-a-reddit.png);
}

.actions li a:hover,
.actions li a:hover small {
background-color: #369;
color: #fff;
}


/* side box menus */


.subredditbox { 
width: 300px;  
padding: 0 5px;
border: dotted 1px #aaa;
margin-bottom: 15px;
}


.subredditbox h3 { 
margin: 5px 0;
text-transform: none;
font: bold 18px arial;
letter-spacing: -1px;
    padding: 5px;
color: #ff4500;
 }


.subredditbox h3 small {
display: block;
color: #666;
letter-spacing: 0;
font: normal 12px arial;
}

.subredditbox input[type=submit] { 
    border: 1px solid #336699;
    font-size: smaller;
    margin-left: 10px; 
    vertical-align: top; 
}

.subredditbox input[type=checkbox] { 
    margin-right: 5px;
}

.subredditbox ul { 
    width: 145px;
    list-style-type: none;
    float: left; 
margin-left: 5px;
}

.subredditbox li { 
    padding: 3px;
    margin: 1px;
    font-size: 110%;
}


.subredditbox li a { 
    color: #369;
text-transform: uppercase;
}

.subredditbox li.selected a{ 
    font-weight: bold;
}


.morelink {
    background-color:#FFFFFF;
    color:#336699;
    display:block;
    font-size:140%;
    font-weight:bold;
    letter-spacing:-1px;
    padding:5px 10px;
    text-transform:uppercase;
    border: 1px solid #fff;
}

.morelink.blah:hover {
    background-color: #fff;
    color: #369;
}

.morelink.blah {
    background-color: #369;
    color: #fff;
    border: 1px solid #fff;
}
    
.morelink:hover { 
    color: #fff;
    background-color: #369;
    border: 1px solid #369;
}

.subredditbox .spacer { margin: 5px 0 }

.raisedbox {
    padding: 10px; 
    border: 1px solid ;
    background: #E0E0E0;
    border: gray solid 1px;
    border-bottom: black solid 1px;
    border-right: black solid 1px;
}

.raisedbox h3 { margin-bottom: 5px;  }

.raisedbox #avatar { float: left;
    text-align: center; }
.raisedbox #avatar img {
    width: 64px;
    height: 64px;
    display: block;
    border: 1px solid black;
    margin-right: 10px; 
}
.raisedbox #avatar a { padding: 0px; }

.raisedbox .info { 
    margin-bottom: 10px;
}
.raisedbox .info li { 
    margin-bottom: 1px; 
}

.raisedbox .label { padding-right: 5px }

.raisedbox .block { display: block; }
.raisedbox .inline { display: inline; }

.raisedbox .edit {
    color: gray;
    text-decoration: none;
    font-size: x-small;
}

.linkinfo { padding-bottom: 3px;  }

.subreddit-info {padding-bottom: 3px }

.subreddit-info .moderate { color: orangered; }

.subreddit-info h3 { 
    font-variant: small-caps;  
    font-size: small; 
    margin-bottom: 0px;  }

.subreddit-info #subscribe { 
    display: inline;
    margin-right: 5px;
    font-size: larger;
}

.subreddit-info .label {color: #404040;}
.subreddit-info .state-button { display:block }
.subreddit-info .spacer { margin: 10px 0px 0px 0px }


.raisedbox .flat-list {  }
.raisedbox .flat-list .separator { display: none; }
.raisedbox .flat-list a, 
.raisedbox .flat-list .selected { 
    background-color: #F0F0F0;
    border: 1px solid white;
    border-bottom: none;
    margin-right: 1px; 
    padding: 3px 5px 3px 5px; 
}


.raisedbox .hover a:hover { 
    background-color: #336699; 
    color: white;
    text-decoration: none;
}

/* used on profile pages */

.profile-attr {}
.profile-attr .label {font-weight: bold; }
.profile-attr .value {color: #404040; 
                       margin-right: 5px; }

.profile-attr .md { 
    margin-left: 10px; 
    margin-top: 5px; 
    border-color: #B2B2B2 #D0D0D0 #D0D0D0 #B2B2B2;
    border-style: solid;
    border-width: 1px;
    padding: 10px; }

.profile-attr .md ul { 
    float: none; 
    list-style-type: disc;
    margin-left: 15px; 
}

.profile-attr .md p { margin-top: 0px; }

.question { color: red; }
.question .yes { margin-left: 5px; margin-right: 3px; }
.question .no  { margin: 0px 3px 0px 3px; }

/* thing rendering */

.arrow {
    margin: 2px 0px 0px 0px;
    width: 100%;
    height: 14px;
    display: block;
    cursor: pointer;
    background-position: center 0px;
}

.arrow.upmod { 
    background: url(/static/aupmod.png); 
    background-repeat: no-repeat;
    background-position: center 0px; }
.arrow.downmod { 
    background: url(/static/adownmod.png); 
    background-repeat: no-repeat;
    background-position: center 0px; }
.arrow.up { 
    background: url(/static/aupgray.png); 
    background-repeat: no-repeat; 
    background-position: center 0px; }
.arrow.down { 
    background: url(/static/adowngray.png); 
    background-repeat: no-repeat; 
    background-position: center 0px;}

.midcol { 
float: left; margin-right: 2px; margin-left: 10px; background: white; }

.score { 
    text-align: center; 
    color: #999;
font-size: 90%;
}

.entry {
    overflow: hidden; 
    margin-left: 3px;
}
.domain  { color: #444; }

.tagline { 
color:#888888; 
font-family: arial;
margin: 3px 0;
font-size:120%;  }
span.tagline {
	border-left: solid 1px #aaa; 
	padding-left: 5px;    
	

}
.link .tagline {
font-size: 110%;
margin-left: 8px;
}
.tagline a {
color: #336699;
text-decoration: none; }

.tagline a.subreddit {
font-weight: bold; 
font-size: 95%;
text-transform: uppercase;
}

.tagline a.friend {color: orangered }
.tagline a:hover { text-decoration: underline }

.title { color: blue; padding: 0px }
.title:visited { color: #551a8b }
.title.click { color: #551a8b } 

.title.loggedin { color: blue }
.title.loggedin:visited { color: #551a8b }
.title.loggedin.click { color: #551a8b } 
.title.loggedin.click:visited { color: #551a8b }

.sitetable { list-style-type: none; }
.ajaxhook { position: absolute; top: -1000px; left: 0px; }
.nextprev { font-size: larger; margin: 10px; }

.infobar {
    background-color: #ff9;
    padding: 0px 10px 0px 10px;
    margin: 5px;
    margin-right: 310px;
}
.md { max-width: 60em; overflow: auto; font-size: small; }
.md p { margin: 10px 0 10px 0}

.odd  { }
.even { }

.link { 
margin: 10px 0; 
overflow: hidden; }
.link h4 { 
    font-size: 160%; 
    font-weight: normal; 
    line-height: 1.05; 
margin-bottom: 2px;
}
.link h4 .domain {
font-size: 70%;
font-family: arial; 
color: #666;
}


.link .buttons {
margin-left: 8px;
}

.entry .buttons li { 
    display: inline;
    font-size: 110%;
    border: none;
    font-family: arial;
}

.entry .buttons li.first { 
    padding-left: 0px;
}

.entry .buttons li a { 
    color: #4a4;
    padding: 0 2px;
}

.entry .buttons a:hover { 
    background-color: #4a4;
    color: #fff;
}

.link .entry .buttons .comments { 
    font-weight: bold; 
background: url(/images/comment_icon.gif) 0 0 no-repeat;
    padding: 0 0 0 15px;
}

.link .entry .buttons .comments:hover { 
    background-color: #4a4;
    color: #fff;
}

.link .child { }
.link .child h3 { 
    margin: 15px; 
    text-transform: none; 
    font-size: medium; 
}

.link .midcol {

background-color: transparent;
    font-weight: bold;  
    font-size: small; 
}

.link .up   { color: #FF8B60; }
.link .down { color: #9494FF; }
.link .rank { 
    float:left;
    color: #CCCCCC;
    font-family: arial;
    font-size: 180%;
    font-weight: normal;
    letter-spacing: -2px;
    line-height: 2.6;
    text-align: right;
}

.warm-entry .rank { color: #EDA179; }
.hot-entry .rank { color: #E47234; }
.cool-entry .rank { color: #A5ABFB; }
.cold-entry .rank { color: #4959F7; }

.comment { margin-left: 10px; overflow: hidden; }
.comment .midcol { margin-left: 0px; }
.comment .title { font-size: small; margin-top: 10px;}

.comment .midcol { width: 15px; }

.comment .author { font-weight: bold; }
.comment .collapsed { font-size: x-small; 
    color: gray; 
    font-style: italic; 
    padding-left: 17px;
    padding-bottom: 10px; }
.comment .collapsed a { color: gray; }
.comment .expand { font-style: normal; 
    margin-left: 5px; margin-right: 5px;
    padding: 1px; }
.comment .expand:hover { text-decoration: none;
    color: white; background-color: #336699; }

.comment .score { font-size: x-small;  }
.comment .child {
    margin-top: 10px; 
    margin-left: 15px; 
}

.commentreply {
    margin: 10px; 
    margin-left: 15px; 
    width: 40em; 
}

.commentreply textarea { 
    border: 1px solid #336699;
    width: 100%;
padding: 2px;
}
.commentreply .buttons { 
    margin: 0px; 
    float: left; 
}
.commentreply .buttons button { 
    margin: 0px; 
    margin-right: 5px;
}

.commentreply table.help { 
    margin: 0px;
    margin-top: 5px; 
    font-size: larger;
    width: 100%;
}

.commentreply .help, 
.commentreply .help td, 
.commentreply .help tr {
    border: 1px solid #C0C0C0;
    padding: 4px;
    margin: 0px;
}
.commentreply .help-toggle { 
    float:right;
    margin-top: 7px; 
}

.permamessage {
    font-size: larger;
    border: 1px dotted black;
    padding: 5px 5px 5px 18px;
    white-space: nowrap;   
    background-image: url(http://reallystatic.reddit.com/static/permalink-arrow.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.message p { margin-top: 0px;
    margin-bottom: 1px; }

.message {margin-bottom: 20px; margin-left: 10px }
.message .head.new {color:orangered  }
.message .body  img { display: none }
.message .body  p { margin-bottom: 5px; margin-top: 0px;
    font-size: small; }
.message .subject { margin: 0px 0px 5px; font-weight: bold;  
    font-size: small; }

.subreddit { margin-bottom: 10px; }
.subreddit p { margin-top: 0px;
    margin-bottom: 1px; }
.subreddit .description {font-size: small; }
.subreddit .key {display: block;}
.subreddit .title { font-size: medium; margin-right: 5px; }

.commentbody { }
.commentbody blockquote, .help blockquote {
    border-left: 2px solid #336699;
    padding-left: 4px; 
    margin: 5px;
    margin-right: 15px;
}
.commentbody p,
.commentbody ul,
.commentbody ol { margin-top: 5px; margin-bottom: 5px}
.commentbody > * { margin-bottom: 0px }
.commentbody img { display: none }
.commentbody.border { background-color: #ffffcc; padding-left: 5px}

.clear { clear: left; }

.sponsored .entry  { margin-right: 20px; 
}

.sponsored .titlerow { background: #fcfcfc;
    padding: 10px; 
    border-top: #BCBCBC solid 1px;
    border-left: #BCBCBC solid 1px;
    border-bottom: #E0E0E0 solid 1px;
    border-right: #E0E0E0 solid 1px;
}

.sponsored .asterisk { 
    width: 15px; 
    background: url(/static/asterisk.png); 
    background-repeat: no-repeat }


/* footer */
.footer {
    width: 100%; 
    text-align: center; 
    clear: both; 
    padding-top: 1em; 
    color: gray; 
    font-size: larger;
}

.footer p { margin: 10px }

.wired a {text-decoration: underline; 
    color: #336699;
    font-size: smaller;
    padding-left: 5px;
    padding-right: 5px; }
.wired img {vertical-align: middle;}

/* login form */

.orangered { color: orangered; }


.login-form-side { 
    border: gray solid 1px;
    border-bottom: black solid 1px;
    border-right: black solid 1px;
    width: 298px;
}

.login-form-side input { 
    border: 1px solid gray;
    width: 138px;
    height: 17px;
    margin: 5px 0px 0px 5px;
    top: 5px;
    padding: 1px;
 }

.login-form-side .error { 
    margin: 5px;
}

#remember-me { 
    margin: 5px;
    height: 23px;
}

/*the checkbox*/
#rem-login-main {
    position: static;
    height: auto;
    width: auto;
    border: none;
    margin-right: 5px;
}

.login-form-side label {
    padding: 2px 0 2px 0;
    margin-right: 5px;
    white-space: nowrap;
}

.login-form-side button {
    font-size: 12px;
    padding: 2px 3px 2px 3px;
    width: 4em;
    float: right;
    display: block;
}


.error { color: red; font-size: small; margin: 5px; }

#noresults { margin-right: 310px;  }

#ad-frame {
    border: 0px;
    overflow: hidden;
    width: 300px;
    height: 300px;
}


/* search */

#searchmenu { margin: 10px 0 0px 0; padding: 2px 0 0 0; 
    border-bottom: 2px solid #336699; 
    background-color: whitesmoke}

#searchmenu .searchlabel { background-color: white; 
    padding: 2px 15px 0px 0px; 
    font-weight: bold; color: #336699 }

#searchmenu .searchtime { font-weight: bold; 
    display: inline; 
    width: 305px; }


.searchparams { margin: 5px 20px 5px 20px
}
.searchparams .labels {text-align: right;
    margin-left: 10px; }


/*.searchpane { margin-left: 20px }
.searchpane h2 { margin-bottom: 3px }
.searchpane p { margin-bottom: 5px; margin-top:3px; }
.searchpane a { color: #336699 }*/

.searchpane { 
    margin: 5px;
    margin-right: 310px;
} 

.searchpane #search input[type=text] { }

.searchpane .summary { 
    font-weight: bold; 
    float: right;
}

.searchpane .clear { 
    margin-bottom: 10px; 
}

/* login, register */



.legal {color: #808080; font-family: serif; font-size: small; margin-top: 20px; }
.legal a {text-decoration: underline}

.divide { border-right: 2px solid #D3D3D3;  }

.loginform { 
    float: left; 
    width: 45%; 
    padding-left: 15px; 
    padding-right: 15px; 
}

.loginform h3 { 
    margin-bottom: 0;
    margin-top: 10px;
    font-size: large;
    font-weight: bold; 
    font-variant: small-caps;
    color: #404040;
}
.loginform p { 
    text-align: left;
    margin-bottom: 10px; 
    color: #606060;
    margin-bottom: 20px; 
}
.loginform label {
    display: block; 
    font-weight: bold;
    color: #606060; 
}

.loginform .remember { display:inline; margin-left: 5px;  }
.loginform ul { margin: 5px; }
.loginform li { margin-top: 5px; }
.loginform p .btn { margin-top: 5px }
.loginform input.logtxt { width: 125px; }

.loginform input[type=text],
.loginform input[type=password] { 
    width: 125px;
    border: 1px solid #A0A0A0;
    margin-top: 2px; 
    margin-bottom: 2px; 
    padding: 1px;
}

.loginform button { 
    border: 1px solid #336699; 
    background-color:#e9e9e9; 
    margin-left: 5px; 
    margin-right: 10px;
}

.loginform #captcha { 
    width: 250px;
 }

.headerbar { 
    background: lightgray;
    margin: 5px;
    margin-right: 310px;
    margin-left: 0px;
}

.headerbar span {
    margin-left: 15px;
    background-color: white;
    color: gray;
    padding: 0 3px;
    font-weight: bold;
    font-size: larger;
}

/* cover */
.cover {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: gray;
    opacity: .7;
    filter:alpha(opacity=70); /* IE patch */
    z-index: 1000;
}

.popup {
    position: absolute;
    left: 10%;
    background-color: white;
    top: 100px;
    width: 80%;
    text-align: left;
    z-index: 1001;
    padding: 10px;
    border-color: #B2B2B2 black black #B2B2B2;
    border-style: solid;
    border-width: 1px;
}

.popup h1 { 
    text-align: center;
    font-size: large; 
    font-weight: normal;
    color: orangered;
}

.popup h2 { 
    text-align: center;
    font-size: small;
    margin-top: 0px;
    color: black;
    font-weight: normal;
}

.usertable { margin-left: 10px;} 
.usertable .pretty-form button { padding: 0px 3px; } /*overwrite pretty-form*/
.usertable { font-size: larger }
.usertable td { padding: 0 .7em }
.usertable { white-space: nowrap }


.aboutpage {  margin-right: 320px; }
.aboutpage p { margin: 5px; }
.aboutpage h1, .aboutpage h2 { margin: 10px;}

.aboutpage .usertable { width: 45%; }

.little a { font-size: x-small;  }

.oldbylink a {  background-color: #F0F0F0; margin: 2px; color: gray}

.details { 
    font-size: x-small; 
    margin-bottom: 10px; 
}

.details span { margin: 0 5px 0 5px; }
.details .profline { 
    text-align: right; 
    padding-right: 5px;
    font-weight: bold;
}

.bottommenu { color: gray; font-size: smaller; }
.bottommenu a { color: gray; text-decoration: underline;   }


/* Buttons specific */


.button { 
    border-collapse: collapse;
    color: gray;
    text-align: center;
    margin: 1px;
 }

.button #cover { 
    position: relative; 
 }

.button .cover {  
    background: white; 
}

.button #popup { 
    position: absolute; 
    width: 80%; 
    z-index: 1001; 
    background: white; 
    padding: 2px; 
    border-color: #B2B2B2 black black #B2B2B2;
    border-style: solid;
    border-width: 1px;
}


.button .arrow { width: 15px; }

.num { font-weight: bold; font-size: larger }

.button .blog {
    border: 1px solid #c7def7;
    color: gray;
    text-align: center;
    margin: 1px;
}

.button {color: #336699; width: 98%; height: 96%}
.button a:hover { text-decoration: underline }


.button .blog1 { font-size: x-small; }
.button .blog1 .arrow { float:left; margin-left: 2px;  margin-right: 2px;  }

.button .blog1 .headimgcell {
    background-color: #c7def7;
    width: 18px;
    float: left; 
}
.button .blog1 .score { 
    float: right;
    margin-top: 2px;
    margin-right: 5px; 
}

.button .blog2 { font-size: small; }
.button .blog2 .arrow { width: 100% }
.button .blog2 .bottomreddit { color: black; background-color: #c7def7; font-size: small; }

.button .blog3 { font-size: small; border: none; }
.button .blog3 .left { float: left; width: 50%; }
.button .blog3 .arrow { width: 100% }
.button .blog3 .right { float: right; margin-top: 5px; }

.optional {color: green}
.instructions { font-size: larger;  }
.instructions h1,h2 { margin-top: 20px; margin-bottom: 20px;  }
.instructions p { margin: 10px; max-width: 60em}
.instructions pre, .instructions iframe { margin: 5px;  margin-right: 10px; }
.instructions input, .instructions select { margin: 0 .5em }


#preview { float: right; width: 20em; margin-right: 10px; }
#preview span { color: lightgray;  }
#preview #previewbox { border: .2em dashed lightgray; padding: 1em; }

.pretty-form { 
    font-size: larger;
    vertical-align: top; 
 }

.pretty-form input[type=checkbox] {margin: 3px .5em;}
.pretty-form input[type=radio] {margin: 3px .5em 0px .5em; vertical-align:top}
.pretty-form img { margin: 3px .5em}
.pretty-form input[type=text]  { border: 1px solid gray; }
.pretty-form textarea          { border: 1px solid gray; }
.pretty-form input[type=password] { border: 1px solid gray; }

.pretty-form input[type=text],
.pretty-form input[type=password],
.pretty-form select,
.pretty-form b,
.pretty-form textarea,
.pretty-form button  { margin: 3px .5em; padding: 1px; }
.pretty-form button  { padding: 2px}
.pretty-form th { text-align: right }

.sr-form input[type=text], .sr-form textarea { width: 25em }

.prefleft { padding: 10px; font-weight: bold; vertical-align: top} 
.prefright { padding: 10px }

.over18 button { margin: 0 10px 0 10px; padding: 5px}

.reported { background-color: #FFFF99 }
.suspicious { background-color: #CCFF99 }
.spam { background-color: #FF9999 }

.little { font-size: smaller  }
.gray { color: gray }

/* stats page */

.stats { float: left; margin-right: 2em; border-collapse: collapse; font-size: larger; }
.stats td.space {width: 20px}
.stats td.sec { padding-bottom: 7px; font-size : 18px; font-weight: normal }
.stats a {color: #336699}
.stats a:hover {text-decoration: underline;}
.stats td.k { color: gray }
.stats th { text-align: left; background-color: whitesmoke; 
            color: #336699; font-weight: bold;}
.stats td.ri { padding-left: 20px; text-align: right}

