/*
Theme Name: Dropbox
Theme URI: http://bbpress.org/
Description: The "revolutionized" new face of bbPress.
Version: 1.0
Author: Trevor Berg 
Author URI: 
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600,700);

/* Globals 
=================================== */

* { margin: 0; padding: 0; }

body {
	background-color: #fff;
	font: 13px 'Open Sans', 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif;
}

a { color: #1f75cc; text-decoration: none; }
a:visited { color: #4f55bc; }

.alt { background-color: #fff; }

pre, code { font: 1.0em Monaco, 'Courier New', monospace; }

pre, p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

.clear { clear: both; }

.delete:hover {
	background-color: #c00;
	color: #fff;
}

h1 { font-size: 2em; }

h2, .bbcrumb { font-size: 1.3em; font-weight: bold; }

fieldset {
	border-width: 0;
	padding: 0;
	margin: 0;
}

img.avatar { border: 1px solid #ddd; }

.bozo { background-color: #eeee88; }

.alt.bozo { background-color: #ffff99; }

.deleted { background-color: #ee8888; }

.alt.deleted { background-color: #ff9999; }

/* Structure
=================================== */

#wrapper {
}

#header {
	margin: 0 auto 10px;
	width: 990px;
	height: 60px;
	padding-top: 60px;
	position: relative;
}

#header .logo {
	width: 250px;
	height: 40px;
}

#header h1 {
	font-family: Georgia;
	font-style: italic;
	overflow: auto;
	position: absolute;
	display: block;
	color: #444;
	text-align: right;
	letter-spacing: -1px;
	right: 53px;
	bottom: 26px;
	padding: 6px;
	z-index: 2;
}

#header p.description {
	font-size: 1.2em;
	font-family: Georgia;
	font-style: italic;
	overflow: auto;
	position: absolute;
	display: block;
	color: #666;
	text-align: right;
	right: 53px;
	bottom: 13px;
	padding: 6px;
	z-index: 2;
}

#header p { margin-bottom: 0; }

#header h1 a { color: #555; text-decoration: none; }
#header h1 a:hover { color: #666; }

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

#header div.search {
	position: absolute;
	top: 65px;
	right: 0;
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#header div.search input[type=text] {
	border: 1px solid #999;
	background-color: #fdfdfd;
	padding: 4px;
	line-height: 18px;
	font-size: 12px;
	margin: 0;
	/*
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	*/
}

#header div.search input#q {
	width: 160px;
}

big {
	font-size: inherit;
}
#main {
	width: 990px;
	margin: 0 auto 45px;
	position: relative;
}

#footer {
	margin: auto;
	color: #666;
	font-size: 1.0em;
	clear: both;
	width: 890px;
    border-top: 1px solid #ddd;
    padding-left: 100px;
}

#footer p.showoff {
	color: #888;
}

.notice {
	border: 1px solid #4c9545;
	background-color: #abd8a2;
	color: #4c9545;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 1.1em;
}

.notice.error {
	border-color: #852424;
	background-color: #ca8a8a;
	color: #5d2424;
}

.notice p { margin-bottom: 0; }

/* Login Form
=================================== */

#sign-in-link {
	position: absolute;
	top: 5px;
 	right: 0px;
	font-size: 12px;
}
.login {
	position: absolute;
	top: 5px;
	right: 0px;
	font-weight: normal;
	color: #444;
	z-index: 1;
	font-size: 12px;
}

form.login {
	bottom: 15px;
}

.login p { padding: 0 0 8px; }

.login label {
	display: block;
	float: left;
	padding-right: 10px;
	line-height: 14px;
}

form.login input {
	border: 1px solid #999;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#fff;
}

form.login input.submit {
	background-color: #ccc;
	float: left;
	margin-top: 14px;
	margin-bottom: -10px;
	display: block;
	line-height: 15px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 4px;
}

form.login input.submit:hover {
	background-color: #ddd;
	color: rgb(0, 100, 0);
}

form.login input.submit:active {
	border-color: rgb(0, 100, 0);
}

div.remember label {
	clear: both;
	padding: 0;
	margin: 6px 0 0 0;
	line-height: 12px;
}

form.login input#remember {
	border-width: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}

/* Front Page
=================================== */

#front-page #hottags {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	overflow: hidden;
}

#forumlist-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
	overflow:hidden;
}
#forumlist a {
	font-weight: bold;
}

#discussions {
	position: relative;
	margin-left: 230px;
	width: 760px;
}

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register, #passwordrecovery, .bbcrumb {
	color: #555;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { background-color: #fff; }

/* Page navigation
=================================== */

a.page-numbers,
span.page-numbers {
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	padding: 4px 4px 2px 5px;
	margin-left: 5px;
	background-image: url('images/page-links-background.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

span.page-numbers.current {
	color: #ffffff;
	background-position: 0 -100px;
}

#latest a.page-numbers {
	font-size: 0.8em;
	padding: 3px 3px 1px 4px;
	margin-left: 3px;
}

a.prev.page-numbers,
a.next.page-numbers,
span.page-numbers.dots {
	border-width: 0;
	padding: 0 4px;
	background-image: none;
}

span.page-numbers.dots {
	padding: 0;
}

a.page-numbers:hover {
	background-position: 0 -100px;
}

a.prev.page-numbers:hover,
a.next.page-numbers:hover {
	color: #006400;
}

/* Topic Page
=================================== */

.infobox {
	border:0;
	padding: 1em 0;
}

.infobox ul {
	margin: 10px 0 10px 20px;
	padding: 0;
	list-style-type: disc;
}

.infobox ul li { padding-bottom: 3px; }

#topic-info {
	float: left;
	padding: 0 1em 0 0;
}

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	padding: 0 0 0 1em;
}

#tag-form p {
	margin-bottom: 0;
}

input#tag {
	border: 1px solid #999;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input#tagformsub {
	border: 1px solid #999;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	line-height: 15px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 4px;
}

input#tagformsub:hover {
	background-color: #ddd;
	color: rgb(0, 100, 0);
}

input#tagformsub:active {
	border-color: rgb(0, 100, 0);
}

.nav {
	margin: 15px 0;
	padding: 12px 0;
	text-align: center;
}

#thread {
	list-style: none;
	margin: 2em 0 0 0;
	padding: 0;
}

#thread > li {
	line-height: 1.5em;
	clear: both;
	margin-bottom: 4px;
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	float: left;
	padding: 1em 1em 0 1em;
	width: 120px;
}

.threadauthor p { margin: 0; }


.threadpost {
	padding: 1.5em 1em;
	margin-left: 140px;
	background-color: #eee;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#thread li.alt .threadpost { background-color: transparent; }

#thread li.deleted { background-color: transparent; }

#thread li.deleted .threadpost { background-color: #ee8888; }

#thread li.alt.deleted .threadpost { background-color: #ff9999; }

#thread li .post-undelete-link, #thread li.deleted .post-delete-link { display: none; }
#thread li.deleted .post-undelete-link { display: inline; }

#thread li.deleted .before-post-delete-link, #thread li .before-post-undelete-link { display: none; }
#thread li.deleted span.before-post-undelete-link { display: inline; }
#thread li.deleted div.before-post-undelete-link { display: block; }
#thread li.deleted li.before-post-undelete-link { display: block; }

#thread li.pingback {
	margin-left: 140px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #e4f3e1;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0.2em solid #e4f3e1;
}

#thread li.pingback.alt {
	background-color: #fff;
}

#thread li.pingback .threadpost {
	background-color: #e4f3e1;
}

#thread li.pingback.alt .threadpost {
	background-color: #fff;
}

#thread li.pingback .threadauthor {
	float: none;
	padding: 0.9em 0.9em 0;
	width: auto;
}

#thread li.pingback .threadauthor strong {
	font-weight: normal;
}

#thread li.pingback .threadauthor small {
	color: #333;
}

#thread li.pingback .threadpost {
	margin-left: 0;
	padding: 0.5em 0.9em 1.5em;
}

#thread li.pingback .post {
	font-style: italic;
	color: #333;
	margin: 0 0 0 2.4em;
	padding: 0 0 0 0.8em;
	border-left: 3px dotted #ccc;
}

#thread .post {
	_height: 90px; /* Hack to fix broken .alt coloring in IE6 */
}

#thread .post blockquote {
	margin: 0 0 0 2.4em;
	padding: 0 0 0 0.8em;
	border-left: 3px solid #ccc;
}

#thread .post li { clear:none; }

.poststuff {
	clear:both;
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.num, #forumlist small {
	text-align: center;
}

h2.post-form {
	border-bottom-width: 0;
	margin-bottom: 2px;
}

.postform {
	background-color: #f0f0f0;
	padding: 1em 1.5em;
	margin-bottom: 1em;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.forum .postform textarea {
	width: 98%;
}
.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 99%;
	border: 1px solid #ccc;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#fff;
}

.postform label { display: block; }

.postform #author,
.postform #email,
.postform #topic,
.postform #tags-input,
.postform #url {
	margin: 5px 0;
	padding: 5px;
	width: 724px;
	border: 1px solid #ccc;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#fff;
}

.postform p#post-form-forum-container label span {
	font-weight: bold;
	font-style: italic;
}

#manage-tags {
	margin: 10px 0;
	list-style: none;
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

p.submit { text-align: right; }

p.allowed { margin-bottom: 0; }

.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
}

p.rss-link {
	text-align: right;
}

a.rss-link {
	padding: 6px 0 6px 20px;
	/*background-image: url('images/feed-icon-16x16.gif');*/
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#topic-move,
#topic-move fieldset,
#topic-move fieldset div {
	display: inline;
}

#topic-move input {
	font-family: inherit;
	background: none;
	border: none;
	cursor: pointer;
	color: #2e6e15;
	font-size: 1em;
}

#topic-move input:hover { color: #006400; }

/* Other
=================================== */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }

#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}
#content .nav a:hover {
	border: 1px solid #999;
}
#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}

#latest td, #forumlist td, #favorites td { padding: 8px 10px; }

#forumlist tr td div.nest {
	padding-left: 2.5ex;
}

// #latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background-color: #f4faff; }

#latest th, #forumlist th, #favorites th {
	text-align: left;
	background-color: #fff;
	font-weight: normal;
	padding: 5px 9px;
	color: #111;
}

#latest td, #forumlist td, #favorites td {
	font-size: 12px;
}
#latest .sticky td, #forumlist .sticky td, #favorites .sticky td {
	font-size: 13px
}
#latest th a, #forumlist th a, #favorites th a {
	color: #1f75cc;
	font-style: italic;
}

tr.bb-category td {
	background-color: #ddd;
}

#latest, #forumlist, #favorites {
	background-color: #f9fbfd;
	margin-bottom: 3em;
	width: 100%;
}

#latest, #forumlist {
}

#discussions .nav {
	margin-top: -2em;
	margin-bottom: 1em;
}

/* Profile Page
=================================== */

#profile-menu {
	list-style: none;
	position: absolute;
	right: 0;
}

#profile-menu li {
	display: inline;
	margin-left: 3px;
}

#useravatar { margin-bottom: 1em; }

#useravatar img { display: block; border-width: 3px; border-style: double; }

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }

/* Search
=================================== */

#topic-search-form fieldset {
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	background-color: #f6f6f6;
}

#topic-search-form div {
	clear: both;
}

#topic-search-form div label {
	display: block;
	float: left;
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
	font-weight: bold;
}

#topic-search-form div div {
	display: block;
	float: left;
	clear: none;
	padding: 5px;
}

#search-for { margin: 15px 0 5px; }

ul#search-suggestions { margin-left: 25px; }

.search-results { margin: 0 0 10px; }

.search-results ol { margin: 5px 0 0 28px; }

.search-results ol li { border-bottom: 1px solid #ccc; padding: 2px 5px 0 5px; min-height: 50px; }

.search-results ol li.alt { background-color: #f8f8f8; }

// .search-results ol li:hover { background-color: #f4faff; }

.search-results ol li a.result { font-size: 15px; }

.search-results ol li span.freshness { float: right; font-style: italic; }

/* Login, Register, Profile Edit
=================================== */

#login-page fieldset,
#register-page fieldset,
#profile-page fieldset {
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	background-color: #f6f6f6;
}

#login-page legend,
#register-page legend,
#profile-page legend {
	font-weight: bold;
	padding: 0 15px;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	margin: 0 15px;
	width: 95%;
	border-collapse: collapse;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
}

#login-page fieldset table tr.error th em,
#register-page fieldset table tr.error th em,
#profile-page fieldset table tr.error th em {
	position: absolute;
	/* fieldset:padding-left + table:margin-left + table:width + td:padding-left + input:width + input:padding-right */
	left: 458px; /* 10 + 15 + 20% * ( 95% * (760 - 10)  ) + 5 + 280 + 5 */
	margin-left: 1em; /* th:padding-right = 1em */
	color: red;
	font-style: normal;
}

#login-page fieldset table td,
#register-page fieldset table td,
#profile-page fieldset table td {
	padding: 5px;
}

#login-page fieldset table td p,
#register-page fieldset table td p,
#profile-page fieldset table td p{
	margin: 5px 0;
}

#login-page fieldset input[type=text],
#register-page fieldset input[type=text],
#profile-page fieldset input[type=text],
#login-page fieldset input[type=password],
#profile-page fieldset input[type=password] {
	width: 280px;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#fff;
}

#login-page fieldset p,
#register-page fieldset p,
#profile-page fieldset p {
	font-size: 11px;
	margin: 10px 16px;
}

#login-page tr.form-required label:before,
#register-page tr.form-required label:before,
#profile-page tr.form-required label:before,
p.required-message:before {
	content: ' * ';
	color: red;
	vertical-align: 10%;
}

.form-invalid {
	background-color: #ffebe8 !important;
}

.form-invalid input {
	padding: 1px;
	border: 1px solid #c00 !important;
}

.hidden {
	display: none;
}

#pass-strength-result {
	padding: 2px;
	text-align: center;
	width: 280px;
	border: 1px solid #ccc;
	background-color: #e3e3e3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#pass-strength-result.bad {
	background-color: #ffeff7;
	border-color: #c69;
}

#pass-strength-result.good {
	background-color: #effff4;
	border-color: #66cc87;
}

#pass-strength-result.short {
	background-color: #e3e3e3;
}

#pass-strength-result.strong {
	background-color: #59ef86;
	border-color: #319f52;
}

.Dropboxer .threadpost {
	background: #e0f0ff !important;
}

.freshbutton-blue, #topic-search-form-submit {

color: white;
border-top: 1px #2270AB solid;
border-right: 1px #18639A solid;
border-bottom: 1px #0F568B solid;
border-left: 1px #18639A solid;
background: #2180CE;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33a0e8", endColorstr="#2180ce");
text-shadow: #355782 0 1px 2px;
-webkit-text-shadow: #355782 0 1px 2px;
-moz-text-shadow: #355782 0 1px 2px;
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3),inset 0px 1px 0px #83c5f1;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),inset 0px 1px 0px #83C5F1;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),inset 0px 1px 0px #83C5F1;
}
.freshbutton-blue, #topic-search-form-submit {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
text-align: center;
padding: 5px 16px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
overflow: visible;
}

.freshness { 
	width: 90px;
	text-align: center !important;
}
.poster {
	width: 90px;
	text-align: center !important;
}
.footer-col {
        float: left;
        width: 160px;
        margin: 15px 60px 20px 0;
}
.footer-col ul {
        margin: 0;
        padding: 0;
        list-style:none;
}
.footer-col ul li {
	margin: 5px 0;
}
.footer-col ul li.header {
        font-weight: 600;
}
.footer-col ul li a,.footer-col ul li.header {
        font-size: 13px;
        color: #767676;
}

/* New design elements, gathered here for sake of feature flag
=================================== */

body.future #header {
    margin: 12px auto 22px;
    padding-top: 16px;
    height: auto;
}

body.future #header p.description {
    display: none;
}

body.future #header a img { border: none; margin-right: 12px; }

body.future #header a.home {
    color: #444;
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    vertical-align: top;
}

body.future #header span.breadcrumb {
    color: #444;
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    vertical-align: top;
}

body.future #header span.breadcrumb a {
    color: #444;
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    vertical-align: top;
}

body.future div.search {
    float: right;
    width: auto;
    position: relative;
    z-index: 2;
}

body#front-page img.banner {
    padding-top: 10px;
}
/*
body#front-page.future div.search {
    float: none;
    width: 100%;
    height: 248px;
    background: transparent url('images/grassbox-noplane.png') no-repeat top center;
    text-align: center;
    border-top: 1px solid #eee;
}

body#front-page.future div.search form {
    margin: 120px auto 0;
}

body#front-page.future div.search input[type=text] {
    padding: 12px;
    font-size: 24px;
    margin: 0;
    width: 600px;
    line-height: 26px;
}
*/

body.future div.search input[type=text] {
    border: 1px solid #999;
    background-color: #fdfdfd;
    padding: 5px;
    line-height: 18px;
    font-size: 12px;
    width: 190px;
}

body.future #sign-in-link {
    position: static;
    font-size: 13px;
    float: right;
    line-height: 34px;
}
/*
body.future ul.forumlist {
    width: 100%;
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

body.future ul.forumlist li {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    border-top: 1px solid #ddd;
    width: 182px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
    text-align: center;
}

body.future ul.forumlist a {
    height: 110px;
    display: inline-block;
    text-align: center;
    padding: 8px 8px 4px 8px;
}

body.future ul.forumlist a:visited {
    color: #1f75cc;
}

body.future ul.forumlist li:first-child {
    margin-left: 0;
}

body.future ul.forumlist li:hover {
    background-color: #f2fbff;
    border-color: #ddf;
}

body.future  ul.forumlist li small {
    color: #111;
    font-weight: normal;
}

body.future ul.forumlist span.topiccount {
    color: #111;
}
*/
body.future #forumlist-container {
    top: 44px;
}

body.future .freshbutton-blue, body.future #topic-search-form-submit {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-box-shadow: rgb(221, 221, 221) 0px 1px 0px 0px, rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, 0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(55, 163, 235)), to(rgb(33, 129, 207)));
    border-bottom-color: rgb(13, 91, 151);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left-color: rgb(28, 116, 179);
    border-right-color: rgb(28, 116, 179);
    border-top-color: rgb(44, 142, 209);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: rgb(221, 221, 221) 0px 1px 0px 0px, rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset;
    font-family: 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px;
    vertical-align: middle;
    zoom: 1;
    border-radius: 4px;
    
    text-align: center;
    padding: 10px 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 1px;
    font-size: 13px;
    font-weight: 600;
}

body.future .freshbutton-blue:hover, body.future #topic-search-form-submit {
    border: 1px solid #1c74b3;
    border-top-color: #2c8ed1;
    border-bottom-color: #0d5b97;
    background: #2389dc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3baaf4", endColorstr="#2389dc");
    background: -webkit-gradient(linear, left top, left bottom, from(#3baaf4), to(#2389dc));
    background: -moz-linear-gradient(top, #3baaf4, #2389dc);
}
/*
body#front-page.future #topic-search-form-submit, body#front-page.future .freshbutton-blue {
    padding: 14px 16px;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
    overflow: visible;
    position: relative;
    top: -2px;
    margin-left: 12px;
}
*/
body.future .icon.sticky:before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: bottom;
    background: transparent url('images/blue_pin16.png') no-repeat top left;
}

body.future .label.sticky {
    display: none;
}

body.future .label.closed {
    display: none;
}

body.future .threadauthor p {
    overflow: auto;
}

body.future .search-results li {
    overflow: auto;
}

body.future .modal-overlay {
    position: fixed;
    z-index: 1999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #222;
    opacity: 0.6;
}

body.future .modal-box {
    position: fixed;
    z-index: 2000;

    top: 100px;

    left: 50%;
    width: 640px;
    margin-left: -320px;

    border: 1px solid #78b0de;
    background-color: #fff;
    padding: 32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

body.future .modal-content {
    padding-top: 20px;
    overflow: auto;
    font-size: 13px;
    font-family: 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
    margin-bottom: 13px;
}

body.future .modal-box.votebox-user img {
    display: block;
    float: left
}

body.future .modal-content.votebox-user p {
    padding-left: 20px;
}

body.future .modal-title {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    background: none;
    font-family: 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
    background-image: url("/bb-templates/dropbox/images/dialogue-32.png");
    background-repeat: no-repeat;
    padding-left: 38px;
    display: block;
    color: #222;
    margin: 0px 0px 20px 0px;
}

body.future .modal-buttons {
    text-align: right;
    margin-top: 20px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

body.future .modal-x {
    width: 16px;
    height: 16px;
    background-image: url("/bb-templates/dropbox/images/x-inactive.png");
    position: absolute;
    top: 12px;
    right: 12px;
}

body.future .modal-x:hover {
    background-image: url("/bb-templates/dropbox/images/x-active.png");
}

