/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
	font: normal 13px/18px Arial, Helvetica, sans-serif;
	color: #444;
}

a { color: #48b; }

a:hover,
em, code { color: #d50; }

ins, mark { background-color: #ffa; }
mark { color: #444; }

hr { border-top-color: #ddd; }

pre {
	border: 1px solid #ddd;
	background: #fafafa;
}

::-moz-selection { background: #2E314D; color: #fff; }
::selection { background: #2E314D; color: #fff; }

#sidebar-b div > p  {overflow: hidden;}

#sidebar-b h3:before{
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   height: 0;
}

#sidebar-b img {
width: 100%;
    height: auto;
    float: left;
    margin: 0 5px 5px 0;
}

.poll{margin-top:-20px; background-color: #ebebeb;}
.poll h4{margin-left:1em; margin-top:8px; font-size:15px;}
.poll input[type=radio] {margin-left:-21px}
.poll label {padding-left: 28px !important;}
#poll_buttons_1 {text-align: center;}

.mod_sef_tr {line-height:32px;}
.mod_sef_th {font-weight:normal; vertical-align:top;}
.mod_sef_td textarea {width:98%;}