/**
 *
 * @copyright  2010-2017 izend.org
 * @version    130
 * @link       http://www.izend.org
 */

/* theme.css */

a:link, a:visited {color:#2363a6;text-decoration:none;}
a:hover {color:#333333;text-decoration:none;}

a:link.mono, a:visited.mono {color:#333333;}
a:link.alt, a:visited.alt {color:#333333;}
a:hover.alt {color:#2363a6;}

a:link .fa, a:visited .fa {color:#666666;}
a:hover .fa {color:#666666;}

body {color:#333333;margin:0 auto;overflow-x:hidden;}

body, input {font-family:Ubuntu, Verdana, sans-serif;}

h1, h2, h3, h4, h5, h6 {font-family:"Ubuntu Mono", "Helvetica Neue", Helvetica, Arial, sans-serif;}

h1,h2,h3 {color:#2363a6;}
h4 {color:#68a338;}
h5 {color:#333333;}
h6 {color:#666666;}

h3 {margin:0 0 0.5em;}

hr {background:#ffffff;color:#666666;width:100%;height:0;padding:0;margin:1em 0;border:1px solid;}

label, legend {color:#666666;}

pre {color:#333333;background:#ffffe0;padding:0.5em;overflow:auto;}

th {background-color:#ffffe0;font-weight:bold;}

.grippie {display:block;margin-left:5px;margin-top:2px;cursor:ns-resize;}

.vignette {float:right;margin:0.25em 0 0.5em 1em;}

.readmore {display:inline-block;background-color:#ffe076;padding:10px;border-radius:3px;font-weight:bold;}
.readmore a:link, .readmore a:visited {color:#2363a6;}
.readmore a:hover {color:#666666;}

.clickit {display:inline-block;color:#2363a6;background-color:#ffe076;padding:10px;border-radius:3px;font-weight:bold;cursor:pointer;}
.clickit:hover {color:#ff3300;}
.clickit.fixed {width:10em;}

.topbar li {color:#2363a6;font-family:Ubuntu, Verdana, sans-serif;text-indent:0;font-size:16px;font-weight:bold;}
.topbar a:link, .topbar a:visited {color:#2363a6;}
.topbar a:hover {color:#666666;}
.topbar, .topbar ul li a {background-color:#eeeeee;}
.topbar {border-radius:3px;}
.topbar > li:first-child {border-radius:3px 0 0 3px;}
.topbar > li:last-child {border-radius:0 3px 3px 0;}
.topbar li:hover ul {animation:fadein 300s ease-in;-webkit-animation:fadein 300ms ease-in;}

.date {width:60px;height:60px;background:#eeeeee;border-radius:3px;margin:0;padding:0;font-family:"Ubuntu Mono", "Helvetica Neue", Helvetica, Arial, sans-serif;position:relative;}
.date span {width:100%;text-align:center;margin:0;padding:0;position:absolute;}
.date .day {color:#666666;font-family:"Times New Roman", Times, serif;font-size:24px;font-weight:bold;top:0.3em;left:-0.3em;}
.date .month {color:#666666;font-size:10px;text-transform:uppercase;top:4em;}
.date .year {color:#2363a6;font-size:9px;top:2em;left:2em;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);}
.date .comma {display:none;}

.blogsummarytitle {margin:1em 0;}
.blogsummarytitle .date {float:left;margin:-0.25em 1em 1em 0;}
.blogsummarytitle h4 {font-size:200%;margin:0.25em 0;}
.blogsummarytitle h4 a:link, .blogsummarytitle h4 a:visited {color:#2363a6;}
.blogsummarytitle h4 a:hover {color:#666666;}
.blogsummarytitle .author {color:#999999;font-size:smaller;font-style:italic;margin:0.5em 0 1em;}
.blogsummarytitle .author a:link, #comments .author a:visited {color:#999999;}
.blogsummarytitle .author a:hover {color:#2363a6;}

.blogsummary {margin:2em 0;}
.blogsummarycontent {margin:1em 0;}

.blogsummary .vote, .blogsummary .visits {margin-top:12px;}

.blogsummary, .blogsummarycontent, .blogsummary .readmore, .blogsummary .cloud {clear:left;}

.blogsummary .cloud {font-size:small;text-align:left;}

.cloud {font-family:"Ubuntu Mono", "Helvetica Neue", Helvetica, Arial, sans-serif;}
.cloud li a:link, .cloud li a:visited {color:#666666;}
.cloud li a:hover {color:#2363a6;}
.cloud li .btn_index {width:24px;height:24px;float:left;margin-left:0;margin-right:6px;cursor:pointer;}

.hidy {float:right;margin-left:2px;cursor:pointer;}
.hidy .fa {color:#666666;}

.tag {color:#333333;font-size:large;}

.parameters dt {font-family:monospace;}

.info {color:#666666;font-size:small;font-style:normal;}
.error {color:#ff3300;font-size:small;font-style:normal;}

.errors {color:#ff3300;font-size:small;font-style:normal;}
.infos {font-style:normal;}

.inlabel {color:#333333;font-size:small;font-weight:bold;}
.inerror {color:#ff3300;}

.noscript {display:inline;color:#000000;background-color:#ffffe0;font-size:small;font-style:normal;font-weight:bold;margin:1em 0;padding:0.5em;}

.plain {font-size:small;}

.formatted {font-size:80%;}

div.download:before {font-family:FontAwesome;content:"\f019";padding-right:.25em;}

.loading {width:30px;height:30px;background:transparent url(../images/theme/loading.gif) no-repeat 50% 50%;}

.odd {background-color:#ffffe0;}
.even {background-color:#cccccc;}
.ignored {background-color:#ffcccc;}
.odd, .even, .ignored {border-radius:3px;}
.odd, .even, .ignored {
background-image:-webkit-linear-gradient(left, white 5%, transparent 75%);
background-image:        linear-gradient(left, white 5%, transparent 75%);
}

.hilite {background-color:#ffffe0;}
.faded {opacity:0.4;}

.normal {color:#333333;}
.dim {color:#666666;}

.reverse {color:#ffffff;background-color:#333333;}

div.alert {color:#333333;background-color:#ffcccc;padding:0.5em 1em 0.5em 1em;}
div.warning {color:#333333;background-color:#ffffe0;padding:0.5em 1em 0.5em 1em;}
div.alert p, div.warning p {margin-top:0.5em; margin-bottom:0.5em;}

.tagbar {margin-bottom:2px;}
.tagbar .tagmore {margin-left:50px;white-space:nowrap;}

input.submit, a.button {background:#eeeeee;color:#564d50;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;text-indent:0;font-size:14px;font-weight:bold;border-radius:3px;cursor:pointer;}

input.submit.inerror {color:#ff3300;}
input.submit {width:100px;height:30px;}
input.submit.narrow {width:40px;}
input.submit.small {width:22px;height:22px;}

a.button {width:100px;}

.lang, input.submit.lang {width:24px;height:24px;display:inline-block;background:transparent url(../images/theme/flags.png) no-repeat;border:none;vertical-align:middle;text-indent:-9999px;}
.lang.fr, input.submit.lang.fr {background-position:0 0;}
.lang.en, input.submit.lang.en {background-position:-24px 0;}
.lang.de, input.submit.lang.de {background-position:-48px 0;}
.lang.it, input.submit.lang.it {background-position:-72px 0;}
.lang.es, input.submit.lang.es {background-position:-96px 0;}
.lang.ru, input.submit.lang.ru {background-position:-120px 0;}

span.icon:before {font-family:FontAwesome;font-size:1.33333333em;line-height:.75em;vertical-align:-15%;}
span.icon_ok:before {content:"\f058";}
span.icon_ko:before {content:"\f06a";color:@error-color;}
span.icon_user:before {content:"\f007";}
span.icon_mail:before {content:"\f0e0";}
span.icon_work:before {content:"\f013";}
span.icon_cancel:before {content:"\f00d";}
span.icon_check:before {content:"\f00c";}
span.icon_edit:before {content:"\f040";}
span.icon_print:before {content:"\f02f";}
span.icon_web:before {content:"\f0ac";}
span.icon_lock:before {content:"\f023";}
span.icon_download:before {content:"\f019";}
span.icon_attachment:before {content:"\f0c6";}

span.btn_edit {width:16px;height:16px;display:inline-block;background:transparent url(../images/theme/editing.png) no-repeat;vertical-align:middle;text-indent:-9999px;}
span.btn_grippie {background-position:-224px -48px;width:27px;height:5px;margin-left:5px;margin-top:2px;cursor:ns-resize;}
span.btn_mouse {background-position:-208px -48px;}
span.btn_bullet_star {background-position:-176px -32px;}
span.btn_accept {background-position:-192px -32px;}
span.btn_cancel {background-position:-208px -32px;}
span.btn_ignored {background-position:-224px -32px;}
span.btn_help {background-position:-240px -32px;}
span.btn_a {background-position:-240px -16px;}
span.btn_b {background-position:-16px 0;}
span.btn_blockquote {background-position:-144px -16px;}
span.btn_br {background-position:-176px 0;}
span.btn_code {background-position:-112px -16px;}
span.btn_h1 {background-position:-80px 0;}
span.btn_h2 {background-position:-96px 0;}
span.btn_h3 {background-position:-112px 0;}
span.btn_h4 {background-position:-128px 0;}
span.btn_h5 {background-position:-144px 0;}
span.btn_h6 {background-position:-160px 0;}
span.btn_i {background-position:-32px 0;}
span.btn_img {background-position:-208px -16px;}
span.btn_ol {background-position:-192px 0;}
span.btn_p {background-position:0 0;}
span.btn_pre {background-position:-160px -16px;}
span.btn_precode {background-position:-128px -16px;}
span.btn_quote {background-position:-144px -16px;}
span.btn_s {background-position:-64px 0;}
span.btn_table {background-position:-224px 0;}
span.btn_u {background-position:-48px 0;}
span.btn_ul {background-position:-208px 0;}
span.btn_email {background-position:-224px -16px;}
span.btn_url {background-position:-240px -16px;}
span.btn_php {background-position:-240px 0;}
span.btn_entquote {background-position:-176px -16px;}
span.btn_number {background-position:-192px 0;}
span.btn_seval{background-position:-240px 0;}
span.btn_striptags {background-position:-192px -16px;}
span.btn_stripbbcodes {background-position:-192px -16px;}
span.btn_calendar {background-position:-80px -16px;}
span.btn_autostart {background-position:-16px -16px;}
span.btn_playicon {background-position:-32px -16px;}
span.btn_repeat {background-position:-48px -16px;}
span.btn_time {background-position:-0 -16px;}
span.btn_autoplay {background-position:-16px -16px;}
span.btn_controls {background-position:-128px -32px;}
span.btn_fs {background-position:-208px -16px;}
span.btn_rel {background-position:-112px -32px;}
span.btn_comment {background-position:0 -32px;}
span.btn_morecomment {background-position:-16px -32px;}
span.btn_visits {background-position:-64px -16px;}
span.btn_vote {background-position:-32px -32px;}
span.btn_morevote {background-position:-48px -32px;}
span.btn_search {background-position:-64px -32px;}
span.btn_tag {background-position:-80px -32px;}
span.btn_ilike {background-position:0 -48px;}
span.btn_tweet {background-position:-16px -48px;}
span.btn_plusone {background-position:-32px -48px;}
span.btn_linkedin {background-position:-48px -48px;}
span.btn_pinit {background-position:-64px -48px;}
span.btn_world {background-position:-240px -16px;}
span.btn_map {background-position:-144px -32px;}
span.btn_marker {background-position:-160px -32px;}
span.btn_film {background-position:-144px -48px;}
span.btn_camera {background-position:-160px -48px;}
span.btn_sound {background-position:-176px -48px;}
span.btn_loop {background-position:-192px -48px;}
span.btn_cut {background-position:-112px -48px;}
span.btn_chart {background-position:-128px -48px;}

span.btn_control {width:16px;height:16px;display:inline-block;background:transparent url(../images/theme/controls.png) no-repeat;vertical-align:middle;text-indent:-9999px;}
span.btn_eject {background-position:0 0;}
span.btn_eject_alt {background-position:0 -16px;}
span.btn_end {background-position:-16px 0;}
span.btn_end_alt {background-position:-16px -16px;}
span.btn_equalizer {background-position:-32px 0;}
span.btn_equalizer_alt {background-position:-32px -16px;}
span.btn_fastforward {background-position:-48px 0;}
span.btn_fastforward_alt {background-position:-48px -16px;}
span.btn_pause {background-position:-64px 0;}
span.btn_pause_alt {background-position:-64px -16px;}
span.btn_play {background-position:-80px 0;}
span.btn_play_alt {background-position:-80px -16px;}
span.btn_replay {background-position:-96px 0;}
span.btn_replay_alt {background-position:-96px -16px;}
span.btn_rewind {background-position:-112px 0;}
span.btn_rewind_alt {background-position:-112px -16px;}
span.btn_start {background-position:-128px 0;}
span.btn_start_alt {background-position:-128px -16px;}
span.btn_stop {background-position:-144px 0;}
span.btn_stop_alt {background-position:-144px -16px;}

#standard, #editor, #viewer {max-width:1000px;margin:0 auto;background-color:#ffffff;}

#banner {margin:0;padding:20px 20px 0 20px;}
#content {margin:0;padding:20px 20px 20px 20px;min-height:500px;}
#footer {margin:0;padding:0 20px 20px 20px;}

#banner, #menubar, #content, #consent, #footer {clear:both;}

#logo {display:inline-block;height:100px;}
#logo h1 {padding:0;margin:0;font-family:"Euphoria Script", "Helvetica Neue", Helvetica, Arial, sans-serif;font-size:48px;font-weight:bold;}
#logo h1 > a:before {width:100px;height:70px;margin-right:10px;vertical-align:-50%;}
#logo h1 > a:before {content:url('/logos/sitelogo.png');}
#logo h1.mc > a:before {content:url('/images/mc.png');}
#logo h1 > a:link span:first-child, #logo h1 > a:visited span:first-child {color:#68a338;}
#logo h1 a:link span:last-child, #logo h1 a:visited span:last-child {color:#2363a6;}

#bannermenularge, #bannermenusmall {float:right;margin:36px 0 0;}
#bannerediting .btn_edit {float:left;}
#bannerediting .btn_view {float:left;}
#bannerediting .btn_validate {float:right;b}

#bannercontrols .btn_login {float:right;}
#bannercontrols .btn_logout {float:right;}
#bannercontrols .btn_account {float:right;}
#bannercontrols .btn_admin {float:right;}

#bannerediting, #bannercontrols {display:inline-block;border-radius:3px;padding:10px 6px;background:#eeeeee;}

#searchinput {width:190px;padding:8px;background-color:#ffe076;border-radius:3px;}
#searchtext {width:150px;padding:4px 0 4px 8px;margin:0;background-color:#ffe076;border:none;outline:none;-webkit-appearance:none;}
#search {width:24px;height:24px;color:#666666;padding:0;margin:0;border:none;background:none;cursor:pointer;}

#searchinput .ui-menu-item .ui-state-active {
border-radius:3px;
border-color:transparent;
background-image:-webkit-linear-gradient(top, #ffffff, #ffe076);
background-image:        linear-gradient(top, #ffffff, #ffe076);
}
#searchinput .ui-autocomplete {color:#333333;border-color:transparent;border-radius:3px;font-family:Ubuntu, Verdana, sans-serif;font-size:10pt;}

#sidebar {float:right;width:200px;margin-left:1em;}

#sidebar #headline {margin-top:0.25em;margin-bottom:0.75em;text-align:right;}
#sidebar #searchinput {margin-bottom:0.5em;}
#sidebar .cloud {margin-bottom:1em;overflow-x:hidden;}
#sidebar .hidy {display:block;float:none;text-align:right;}

#sidemenu {width:240px;font-size:90%;}
#sidemenu .qtip {font-size:90%;line-height:1.3;max-width:90%;background-color:#ffffff;border-radius:3px;}

#footer {color:#666666;font-size:small;}
#footer p {display:inline-block;}
#footer p img {vertical-align:middle;}
#footer a:link, #footer a:visited {color:#666666;}
#footer a:hover {color:#2363a6;text-decoration:none;}

#footer {font-size:small;margin:2em 0 1em 0;clear:both;}
#footer p img {vertical-align:middle;}

#footer .languages {float:right;margin:1em 0 1em 2em;font-family:Ubuntu, Verdana, sans-serif;}
#footer .languages a span {display:inline;}

#footer .controls {display:inline-block;}

#toolbar {width:24px;padding:6px;background-color:#ffffff;position:fixed;margin-top:-6px;margin-left:-50px;border-radius:3px;}
#toolbar a {width:24px;height:24px;float:left;background:transparent url(../images/theme/icons.png) no-repeat;}
#toolbar #exit {background-position:-72px 0;}
#toolbar #admin {background-position:-48px 0;}
#toolbar #edit {background-position:-120px 0;}
#toolbar #view {background-position:-144px 0;}
#toolbar #validate {background-position:-96px 0;}
#toolbar #scrolltop {height:12px;background-position:-24px -72px;}
#toolbar #scrollbottom {height:12px;background-position:-48px -72px;}

#threadlist, #nodelist {border-spacing:0;}

.navigation {font-size:small;margin-bottom:1em;}
.navigation .previous {width:16px;height:16px;display:inline-block;background:transparent url(../images/theme/icons.png) no-repeat;background-position:-32px -88px;vertical-align:text-bottom;}
.navigation .next {width:16px;height:16px;display:inline-block;background:transparent url(../images/theme/icons.png) no-repeat;background-position:-48px -88px;vertical-align:text-bottom;}

#thread_image, #node_image {max-width:240px;height:auto;}

#sharebar, #shareline {display:none;}

#sharebar {background-color:#ffffff;padding:4px 6px;position:fixed;margin-top:-20px;left:0px;border-radius:0px 3px 3px 0px;}
#sharebar > li {padding:3px 0;}
#sharebar > li:last-child {padding-bottom:0;}
#sharebar.lite a {border-radius:0 3px 3px 0;}

.besocial {width:100%;padding:0;margin:1em 0;}
.besocial li {display:inline-block;padding:0;margin:0;}
.besocial.standard li {height:30px;vertical-align:top;}
.besocial.standard li.pinterest span {vertical-align:top !important;}
.besocial.awesome li {margin:0.25em 0;}

#sharebar.lite {padding:5px;}
#sharebar.lite a span, .besocial.lite a span {display:none;}
#sharebar.lite li a, .besocial.lite li a {width:24px;height:24px;display:inline-block;background:transparent url(../images/theme/social.png) no-repeat;}
#sharebar.lite li.facebook a, .besocial.lite li.facebook a {background-position:0 0;}
#sharebar.lite li.twitter a, .besocial.lite li.twitter a  {background-position:-24px 0;}
#sharebar.lite li.gplus a, .besocial.lite li.gplus a {background-position:-48px 0;}
#sharebar.lite li.linkedin a, .besocial.lite li.linkedin a {background-position:-72px 0;}
#sharebar.lite li.pinterest a, .besocial.lite li.pinterest a {background-position:-168px 0;}

#sharebar.awesome {padding:5px;}
#sharebar.awesome a, .besocial.awesome a {font-size:24px;width:44px;line-height:24px;display:list-item;list-style:none;text-align:center;padding:8px 0;}
#sharebar.awesome a .fa, .besocial.awesome a .fa {color:#ffffff;}
#sharebar.awesome .facebook, .besocial.awesome .facebook {background-color:#3b5998;}
#sharebar.awesome .twitter, .besocial.awesome .twitter {background-color:#4ad2ff;}
#sharebar.awesome .gplus, .besocial.awesome .gplus {background-color:#a7291c;}
#sharebar.awesome .linkedin, .besocial.awesome .linkedin {background-color:#2363a6;}
#sharebar.awesome .pinterest, .besocial.awesome .pinterest {background-color:#cb2027;}

.besocial.awesome a {width:88px;}

#socialbar {height:35px;margin-bottom:10px;}
#socialbar a:first-child {margin-left:0;}
#socialbar a:last-child {margin-right:0;}
#socialbar a {float:left;margin-left:2px;margin-right:2px;}
#socialbar a {width:30px;height:30px;background:transparent url(../images/social.png) no-repeat;border-radius:15px;}
#socialbar a.facebook {background-position:-30px 0;}
#socialbar a.facebook {background-color:#3b5998;}
#socialbar a.twitter {background-position:-120px 0;}
#socialbar a.twitter {background-color:#4ad2ff;}
#socialbar a.gplus {background-position:-150px 0;}
#socialbar a.gplus {background-color:#a7291c;}
#socialbar a.linkedin {background-position:-60px 0;}
#socialbar a.linkedin {background-color:#2363a6;}
#socialbar a.rss {background-position:-90px 0;}
#socialbar a.rss {background-color:#fa9d39;}
#socialbar a.newsletter {background-position:-180px 0;}
#socialbar a.newsletter {background-color:#ffe900;}
#socialbar a.pinterest {background-position:-210px 0;}
#socialbar a.pinterest {background-color:#cb2027;}
#socialbar a.youtube {background-position:-270px 0;}
#socialbar a.youtube {background-color:#e52d27;}
#socialbar a:hover {background-color:#666666;}

a .icon_facebook {width:111px;height:30px;display:inline-block;background:transparent url(../images/link.png) no-repeat;text-indent:-9999px;cursor:pointer;}
a:link .icon_facebook, a:visited .icon_facebook {background-position:0 -30px;}
a:hover .icon_facebook {background-position:0 0;}
a .icon_twitter {width:114px;height:30px;display:inline-block;background:transparent url(../images/link.png) no-repeat;;text-indent:-9999px;cursor:pointer;}
a:link .icon_twitter, a:visited .icon_twitter {background-position:-111px -30px;}
a:hover .icon_twitter {background-position:-111px 0;}
a .icon_rss {width:51px;height:30px;display:inline-block;background:transparent url(../images/link.png) no-repeat;text-indent:-9999px;cursor:pointer;}
a:link .icon_rss, a:visited .icon_rss {background-position:-225px -30px;}
a:hover .icon_rss {background-position:-225px 0;}
a .icon_newsletter {width:192px;height:30px;display:inline-block;background:transparent url(../images/link.png) no-repeat;text-indent:-9999px;cursor:pointer;}
a:link .icon_newsletter, a:visited .icon_newsletter {background-position:-276px -30px;}
a:hover .icon_newsletter {background-position:-276px 0;}
a .icon_buzzmii {width:90px;height:30px;display:inline-block;background:transparent url(../images/link.png) no-repeat;text-indent:-9999px;cursor:pointer;}
a:link .icon_buzzmii, a:visited .icon_buzzmii {background-position:-468px -30px;}
a:hover .icon_buzzmii {background-position:-468px 0;}
a .icon_youtube {width:77px;height:30px;display:inline-block;background:transparent url(../images/link.png) no-repeat;text-indent:-9999px;cursor:pointer;}
a:link .icon_youtube, a:visited .icon_youtube {background-position:-558px -30px;}
a:hover .icon_youtube {background-position:-558px 0;}
a .icon_pinterest {width:118px;height:30px;display:inline-block;background:transparent url(../images/link.png) no-repeat;text-indent:-9999px;cursor:pointer;}
a:link .icon_pinterest, a:visited .icon_pinterest {background-position:-635px -30px;}
a:hover .icon_pinterest {background-position:-635px 0;}

#linkbar {margin:1em 0;}
#linkbar > a {margin-right:20px;}
#linkbar > a:last-child {margin-right:0;}
#linkbar a span {vertical-align:text-bottom;margin-top:0.5em;}

#connectbar a {width:24px;height:24px;display:inline-block;background:transparent url(../images/theme/social.png) no-repeat;vertical-align:top;}
#connectbar a.facebook {background-position:0 0;}

#comments {margin-top:2em;}
#comments > h4 {color:#666666;}
#comments > h4:before {font-family:FontAwesome;content:"\f086";padding-right:.5em;}
#comments .headline {color:#666666;font-size:small;line-height:24px;}
#comments .signature {float:right;}
#comments .author {font-style:italic;}
#comments .author a:link, #comments .author a:visited {color:#666666;}
#comments .author a:hover {color:#2363a6;}
#comments .moderate {border:none;background:transparent;cursor:pointer;}
#comments pre {font-family:monospace;font-size:10pt;}
#comments blockquote {font-size:small;margin-right:0;}

#newcomment > h6 {color:#666666;}

.bbcodebar {margin:1em 0 5px;}
.bbcodebar_limiter {font-size:x-small;margin-left:10px;}
.bbcodehelp {color:#666666;font-size:x-small;font-style:normal;margin-top:0.5em;}

.visits, .vote {font-family:"Ubuntu Mono", "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:bold;color:#666666;font-size:smaller;}
.visits {float:right;margin-left:1em;margin-top:0.5em;}
.vote {float:right;margin-left:1em;margin-top:0.5em;}
.vote .count {float:left;margin-right:0.25em;}
.vote .plusone {padding:0;margin:0;border:none;background:transparent;}
.vote span.plusone {display:inline-block;cursor:default;}
.vote button.plusone {color:#666666;cursor:pointer;}

#searchlinks ol {margin-top:0.5em;margin-left:0;padding:0;}
#searchlinks li {list-style:none;margin:1em 0;}
#searchlinks a {font-family:"Ubuntu Mono", "Helvetica Neue", Helvetica, Arial, sans-serif;}
#searchlinks li p {margin:0.5em 0;font-size:small;font-style:italic;}
#searchlinks li div {color:#666666;margin:0.5em 0;font-family:"Ubuntu Mono", "Helvetica Neue", Helvetica, Arial, sans-serif;font-style:normal;font-size:small;}

#summary {font-family:"Ubuntu Mono", "Helvetica Neue", Helvetica, Arial, sans-serif;font-size:small;text-align:right;margin:0 0 1em 0;}

#mailme_message {font-family:Ubuntu, Verdana, sans-serif;font-size:10pt;}

.userresult {color:#666666;font-weight:bold;}
.userpagenumber {font-size:large;}
.username {font-weight:bold;}
.usermail {font-style:italic;}
.userlogged {text-align:right;}

#userlist {border-spacing:0;}

#useredit_status {background-color:#ffffe0;}
#useredit_accessed {font-size:small;}

#userbalance {float:right;}

.balance {text-align:right;}
.balance span {font-size:larger;display:block;}

.summary {float:right;display:block;font-family:"Ubuntu Mono", "Helvetica Neue", Helvetica, Arial, sans-serif;padding:6px 0;font-size:small;text-align:right;margin:0 0 1em 2em;}
.summary li {list-style:none;}

.meter.inerror > span {background-color:#df6f6f !important;}

#pinterest-board > span {box-shadow:none !important;}
#pinterest-board > span > span {overflow:hidden;}

.pageselector {display:inline-block;color:#666666;font-weight:bold;margin:1em auto;}
.pagenumber {font-size:small;padding:5px;background-color:#ffffff;border-radius:3px;}
.pagenumber.currentpage {font-size:large;padding-top:7px;padding-bottom:7px;}

#homesearch {margin:3em 0 2em;}
#homesearch #searchinput {float:none;margin:1em auto;border-radius:26px;}
#homesearch .cloud li .btn_index {float:right;margin-left:6px;margin-right:0;}

#homeblog {margin:2em 0;}

#membername {font-weight:bold;}
#membermail {font-style:italic;}
