/*******************
    CSS RESET styles
    
    @author: Eric Meyer 
    source - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**************************************/
body {
    font-family: sans-serif;
    font-size: 11px;
    background: url('i2/zm-back-pattern.png') repeat top left;
    text-align: center;
    line-height: 1.5;
}

a {
    color: #0095FF;
}

a:hover {
    color: #086FAF;
}

/*
    =Nadpisy
*/
h2 {
    font-size: 130%;
    margin: 3px 0 8px 0;
}

h4 {
    font-size: 130%;
    font-weight: bold;
    border-bottom: 1px dashed #CBCCC2;
    padding: 0 0 10px 0;
    margin: 0 0 4px 0;
    font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
}

p {
    margin: 5px 0;
}

em { font-style: italic; }

strong {
    font-weight: bold;
}

.cont ul {
    margin: 10px;
}

.cont ul li {
    list-style: disc;
    margin: 0 0 8px 15px;
}

#header {
    background: url('i2/zm-menu-back.png') repeat-x;
    width: 100%;
    height: 59px;
}

#branding h1 {
    text-indent: -9999px;
    position: absolute;
}

#branding h1 a {
    display: block;
    height: 90px;
    width: 108px;
    background: url('i2/zm-logo.png') no-repeat;
}

#content {
    background: url('i2/zm-stin.png') repeat-x -2px 0;
    padding: 25px 0 0 0;
    z-index: 0;
}

#boxes {
	display: none;
}

.body {
    width: 995px;
    text-align: left;
    margin: 0 auto;
}

#header .body {
    position: relative;
}

#nav-main {
    float: left;
}

#search {
    float: left;
    margin: 0 auto;
}

#profile-main {
    float: right;
}

#nav-main {
    margin-left: 100px;
    _margin-left: 50px;
}

#nav-main ul li, #profile-main ul li {
    float: left;
    font-size: 88%;
    background: url('i2/zm-menu-line.png') repeat-y right top;
}

#nav-main ul li.last, #profile-main ul li.last {
    background: none;
}

#nav-main ul li a, #profile-main ul li a {
    display: block;
    padding: 23px 14px 20px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-family: Verdana, 'Geneva CE', lucida, sans-serif;
}

#nav-main ul li.active a, #nav-main ul li a:hover, #profile-main ul li a:hover, #profile-main ul li.active a {
    color: #FAE40F;
}

#search {
    margin: 20px 0 0 14px;
}

#search input#ajaxSearch_input {
    background: url('i2/zm-search.png') no-repeat;
    border: 0;
    height: 20px;
    width: 109px;
    font-size: 90%;
    padding: 3px 0 3px 20px;
}

#test {
    text-indent: -9999px;
    height: 26px;
    width: 100%;
    background: url('i2/zm-test-verze.png') repeat-x center;
}

#election {
    margin: 0 0 8px 10px;
}

.box-election {
    width: 319px;
    height: 210px;
    float: left;
    margin: 0 14px 0 0;
    position: relative;
}

#election .p1 {
    margin-left: 13px;
    _margin-left: 7px;
}

#election .p3 {
    margin-right: 0;
}

.box-election .header {

}

.box-election .people {
    padding: 10px 0 0;
    height: 158px;
}

.box-election .bottom {
    height: 5px;
    bottom: 0;
    width: 319px;
    position: absolute;
}

#blue-box h3 {
    text-shadow: 1px 1px 0 #8db6c8;
}

#green-box h3 {
    text-shadow: 1px 1px 0 #b6cd7a;
}

#orange-box {
    z-index:1;
}

#orange-box h3 {
    text-shadow: 1px 1px 0 #dbb464;
}

#blue-box .header {
    background: url('i2/zm-blue-box-top.png') no-repeat top left;
}

#blue-box .bottom {
    background: url('i2/zm-blue-box-bottom.png') no-repeat top left;
}

#green-box .header {
    background: url('i2/zm-green-box-top.png') no-repeat top left;
}

#green-box .bottom {
    background: url('i2/zm-green-box-bottom.png') no-repeat top left;
}

#orange-box .header {
    background: url('i2/zm-orange-box-top.png') no-repeat top left;
}

#orange-box .bottom {
    background: url('i2/zm-orange-box-bottom.png') no-repeat top left;
}

#green-box .people {
    background: #97B840;
}

#blue-box .people {
      background: #5B97B0; 
}

#orange-box .people {
    background: #CC9421;   
}

#content-main {
    margin: 6px 0 0 0;
}

#main .gray .text {
    background: url('i2/zm-gray-box-wide-middle.png') repeat-y left;    
}

#main .brown .text {
    background: url('i2/zm-brown-box-wide-middle.png') repeat-y left;    
}

#side .gray .text {
    background: url('i2/zm-gray-box-middle.png') repeat-y left;
}

#side .brown .text {
    background: url('i2/zm-brown-box-middle.png') repeat-y left;
}

#side .brown .text, #side .gray .text {
    font-size: 120%;
}

#main .box, #side .box {
        margin: 0 0 4px 0;
        padding: 1px 0;
}

#side .box {
    margin-bottom: 8px;
}

#main .box h3, #side .box h3, .box-election h3, .header .nav li a {
    font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
    font-size: 140%;
    float: left;
    color: black;
    text-decoration: none;
    padding: 6px 0 9px 14px;
    _padding-bottom: 7px;
}

#main .box h3, #side .box h3 {
    padding: 12px 0 10px 14px;
}

#main .box .entry h3, #side .entry .box h3 {
    float: none;
    padding: 0;
}

.header .nav li a:hover, .header .nav li a.active {
    color: gray;   
}

.box-election .header .more, .box .header .more, .box .top .more {
    float: right;
    margin: 8px 10px 0 0;
}

#main .box .header .more, #side .box .top .more {
    margin-top: 10px;
}

.box .header {
    clear: both;
    height: 44px;
}

#main .box .text, #side .box .text {
    padding: 4px 8px 4px;
}

#main .gray .top {
    background: url('i2/zm-gray-box-wide-top.png') no-repeat left top;
}

#main .tabs .top {
    background: url('i2/zm-tabs-gray-box-top.png') no-repeat left top;
}

#main .brown .top {
    background: url('i2/zm-brown-box-wide-top.png') no-repeat left top;
}

#main .gray .bottom {
    background: url('i2/zm-gray-wide-box-bottom.png') no-repeat top left;
    height: 10px;
}

#main .brown .bottom {
    background: url('i2/zm-brown-box-wide-bottom.png') no-repeat bottom left;
    margin-bottom: -9px;
    height: 5px;
}

#main .brown .text .cont {
    margin: 0;   
    font-size: 110%;
}

#main .brown {
    margin: 0 0 18px;
}

#side .brown .top {
    background: url('i2/zm-brown-box-top.png') no-repeat left top;
    height:46px;
}

#side .brown .bottom {
    background: url('i2/zm-brown-box-bottom.png') no-repeat top left;
    height: 8px;
}

#side .gray .top {
    background: url('i2/zm-gray-box-top.png') no-repeat left top;
    height: 46px;
}

#side .gray .bottom {
    background: url('i2/zm-gray-box-bottom.png') no-repeat top left;
    height: 6px;
    _margin-bottom: 0;
    _height: 15px;
}

#main {
    float: left;
    width: 656px;
    margin-left: 8px;
    _margin-left: 5px;
}

#side {
    float: right;
    width: 319px;
    _margin-right: 3px;
}

#side .text .white-box, #side .text ul.white-li li {
    background: white;
    padding: 4px 10px 4px 9px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 2px 0;
}

#side .gray .list .white-box:nth-child(even), #side .gray .list ul.white-li li:nth-child(even) {
    background: #FAFAF9;
}

#side .brown .list .white-box:nth-child(even), #side .brown .list ul.white-li li:nth-child(even) {
    background: #FCFCF7;
}

ul.white-li li.active a {
    color:gray;
    text-decoration:none;    
}

#side .text h4 {
    font-size: 100%;
    font-weight: bold;
    padding: 6px 0 10px 0;
    margin: 0 0 7px 0;
    border-bottom: 1px dashed #BBBDBF;
}

#side .text p.dark {
    background: #fafaf9;
}

#side .profile-info {
    float: right;
    width: 190px;
}

#side .profile-info h4 {
    margin: 0 0 5px 0;
    padding: 0 0 4px 0;
    color: black;
}

#side .profile-details {
    color: #595C53;
    line-height: 1.3;
}

#election .last {
    margin-right: 0;
}

.person-box {
    float: left;
    width: 95px;
    height: 150px;
    overflow: hidden;
    background: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 5px 0 0;
}

.person {
    padding: 7px 7px 2px;
    height: 117px;
    overflow: hidden;
}

.person-box p {
    margin: 0;
}

.people {
    z-index:0;
    position: absolute;
    width: 319px;
}

.person .rank {
    display: block;
    height: 34px;
    width: 30px;
    position: absolute;
    padding: 3px 0 0 10px;
}

.person .img, .user .img, .img {
	height: 79px;
	width: 80px;
	overflow: hidden;
	margin: 0 0 5px 0;
}

.entry .user p {
    margin: 0;
}

.people .p1 .rank {
    top: 7px;
    left: 8px;
}

.people .p2 .rank {
    top: 7px;
    left: 108px;
}

.people .p3 .rank {
    top: 7px;
    left: 207px;
}

.num-votes {
    color: #808184;
    padding: 3px 0 3px 8px;
}

#blue-box .rank {
    background: url('i2/zm-blue-box-coner.png') no-repeat;
}

#blue-box .num-votes {
    background: #deeaef;
    border-top: 1px solid #adcbd7;
}

#green-box .rank {
    background: url('i2/zm-green-box-coner.png') no-repeat 0 -1px;
}

#green-box .num-votes {
    background: #eaf1d9;
    border-top: 1px solid #cbdb9f;
}

#orange-box .rank {
    background: url('i2/zm-orange-box-coner.png') no-repeat;
}

#orange-box .num-votes {
    background: #f5ead3;
    border-top: 1px solid #e5c990;
}


.center {
    margin: 0 auto;
}

/*
    =Entry
*/

.entry, .cont {
    background: white;
    padding: 7px 11px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 0 7px 0;
}

.entry .main {
    padding: 8px 0;
    width: 619px;
}


.entry .main .text-op {
    color: #58595B;
    width: 480px; 
}

.entry .to-text {
    font-size: 100%;
    margin: 5px 0 2px 0;
}

.entry .to-text a {
    margin: 2px 0 0 0;
    float: left;
}

.entry .tag {
   -moz-border-radius: 0 2px 2px 0;
   -webkit-border-radius: 0 2px 2px 0;
   padding: 4px 0 3px 0;
   margin: 0 10px 0 -11px;
   font-size: 80%;
   width: 121px;
   text-align: center;
   float: left;
   color: black;
}

.entry .main .about-item {
}



.election .entry, .up .entry, .down .entry {
    padding: 0 0 5px;
}

.cont {
    padding: 11px;
}

a.date {
    text-decoration: none;
    color: #918F8F;
}

.entry ul {
    margin: 0 0 0 20px;
}

.entry ul li {
    list-style: disc;
}

a.on-user, a.topic, a.petition, .inf {
    padding: 5px 20px;
    display: block;
    float: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    color: gray;
}

.active a.on-user, .active a.topic, .active a.petition {
    color: black;
}

.inf {
    color: black;
    padding-left: 0;
}

.on-user {
    background: #FAE40F;
}

#add-box .on-user {
    background: #f8f1b1;
}

#add-box .on-user:hover, #add-box .active .on-user {
    background: #FAE40F;
}

.topic, #add-box .topic:hover, #add-box .active .topic {
    background: #00CCFF;
}

#add-box .topic {
    background: #96eaff;
}

.petition, #add-box .petition:hover, #add-box .active .petition {
    background: #CCFF00;
}

#add-box .petition {
    background: #e7ff89;
}

.refrendum {
    background: #FF00B7;
}

.entry h2 {
    font-size: 150%;
    margin: 0 0 9px 15px;
}

.entry p {
    margin: 8px 0;
    font-size: 120%;
}

.on-user-op .entry-text p {
    float: left;
    width: 460px;
}

.entry .wide p {
    width: 100%;
}

.entry .user, .entry .topic-det, .entry .petition-det {
    float: right; 
    width: 115px;
    height: 137px;
    overflow: hidden;
    border: 5px solid #CBCCC2;
    position: relative;
    padding: 3px;
}


.entry .user .vote {
    position: absolute;
    top: 1px;
    right: 1px;
}

.on-user-op .user p {
    width: 111px;
    float: left;
    font-size: 100%;
}

.entry .user p a {
    font-size: 80%;
}

.entry .user p.info {
    border: none;
    padding: 0;
}

.spam div {
    float: left;
    margin-top: -3px;
    margin-left: 5px;
}

.entry .user .vote .thumb-up, .entry .user .vote .thumb-down,
 .entry .user .vote .pern-election, .entry .spam-yes, .entry .spam-no, .entry .spam-no-gray, .entry .spam-yes-gray, .entry .user .vote .thumb-up-gray, .entry .user .vote .thumb-down-gray, .entry .user .vote .pern-election-checked, .thumb-up, .thumb-down, .pern-election, .pern-election-checked, .thumb-down-small, .thumb-up-small {
    display: block; 
    text-indent: -9999px;  
    height: 17px;
    width: 30px; 
    margin: 0px 2px 2px 4px;
}

.entry .spam-yes, .entry .spam-no, .entry .spam-no-gray, .entry .spam-yes-gray {
    float: left;
    margin: 0;
    height: 24px;
}

.entry .spam-yes {
    background: url('i2/icon-set.png') no-repeat -30px -89px;
} 

.entry .spam-no {
    background: url('i2/icon-set.png') no-repeat 0px -90px;
} 
 
.entry .spam-yes-gray {
    background: url('i2/icon-set.png') no-repeat -30px -118px;
} 

.entry .spam-no-gray {
    background: url('i2/icon-set.png') no-repeat 0px -120px;
} 

.entry .user .vote .thumb-up {
    background: #F2F2F2 url('i2/icon-set.png') no-repeat 0 -2px;
    height: 26px;
} 

.thumb-up {
    background: url('i2/icon-set.png') no-repeat 0 -2px;
    height: 26px;
}

.entry .user .vote .thumb-down {
    background: #F2F2F2 url('i2/icon-set.png') no-repeat 0 -30px;
    height: 26px;
} 

.thumb-down {
    background: url('i2/icon-set.png') no-repeat 0 -30px;
    height: 26px;
} 

.thumb-down-small {
    background: url('i2/thumb-down-small.png') no-repeat;
    height:17px;
    margin-top:3px;
    width:19px;
}

.thumb-up-small {
    background: url('i2/thumb-up-small.png') no-repeat;
    height:17px;
    width:19px;
}
 
.entry .user .vote .pern-election-checked {
    background: #F2F2F2 url('i2/zm-checked.png') no-repeat 6px 4px;
    height: 25px;
} 

.pern-election-checked {
    width: 20px;
    background: url('i2/zm-checked.png') no-repeat;
}

.entry .user .vote .thumb-up-gray {
    background: #F2F2F2 url('i2/icon-set.png') no-repeat -33px -1px;
    height: 26px;
} 

.entry .user .vote .thumb-down-gray {
    background: #F2F2F2 url('i2/icon-set.png') no-repeat -33px -29px;
    height: 26px;
} 
 
.entry .user .vote .pern-election {
    background: #F2F2F2 url('i2/zm-unchecked.png') no-repeat 6px 4px;
    height: 25px;
} 

.pern-election {
    width: 20px;
    background: url('i2/zm-unchecked.png') no-repeat;
}

.opinions-on-user {
    margin: 0 5px 0 0;
}

.entry .info {
    border-top: 1px dashed #CBCCC2;
    color: #929497;
    clear: both;
    font-size: 100%;
    padding: 8px 0 0;
    margin: 0;

}

.entry .info p {
    font-size: 100%;
}

.entry .header .info {
    border: none;
    clear: none;
    color: #918f8f;
    padding: 7px 0 0;
    font-size: 100%;
}

.entry .header .info span {
    color: #bfc0c1;
    margin: 0;
}

.person .info {
    color: #929497;
    margin-bottom: 0;
}

.entry .info li {
    float: left;
    margin-right: 20px;
    list-style-type: none;
}

.entry .info li.right {
    float: right;
    margin-right: 0;
}

.entry .info li.last {
    margin-right: 0;
}

.submenu li a.active {
    text-decoration: none;
    color: gray;
}

.political-party {
    text-transform: uppercase;
    color: #999999;
}

.post .main-person .text-person .political-party {
    font-size: 95%;
    height: 15px;
    margin: 0;
}

.post .main-person .text-person .header-person {
    margin: 0 0 3px;
}

.cistic {
    clear:both;
    font-size:0;
    margin:0;
    padding:0;
    visibility:hidden;
}

.left {
    float: left;
}

.right {
	float: right;
}

.votes {
	float: right;
	margin: 0;
	text-align: right;
}

#side .votes {
	width: 55px;
}

.votes a {
    color: #6D6E70;
    text-decoration: none;
}

.pencil, .pencil-gray, .fire, .fire-gray {
	display: inline-block;
	height: 22px;
	width: 20px;
	text-indent: -9999px;
	text-align: left;
}

.fire, .fire-gray {
	background: url('i2/icon-set.png') no-repeat -66px -7px;
}

.pencil, .pencil-gray {
	background: url('i2/zm-pencil.png') no-repeat;
}

.pencil-gray {
    background: url('i2/zm-pencil-gray.png') no-repeat;
}

.fire-gray {
    background: url('i2/zm-fire-gray.png') no-repeat;
}

#tabs .nav {
    padding: 1px 0 0 0;
}

#tabs .nav li {
    float: left;
    margin: 1px 0 0 0;
    background: url('i2/zm-tabs-right.png') no-repeat right top;
}

.brown #tabs .nav li {
    float: left;
    margin: 1px 0 0 0;
    background: url('i2/zm-brown-tabs-right.png') no-repeat right top;
}


.header .nav li a {
    height: auto;
    padding: 10px 15px 9px;
}

#tabs .nav li.active {
    background: url('i2/zm-tabs-active-right.png') no-repeat right top;    
}

.brown #tabs .nav li.active {
    background: url('i2/zm-brown-tabs-active-right.png') no-repeat right top;    
}

#tabs .nav li.first {
    margin: 1px 0 0 5px;    
}

#tabs .nav li.active a {
    background: url('i2/zm-tabs-active-left.png') no-repeat left top;    
}

.brown #tabs .nav li.active a {
    background: url('i2/zm-brown-tabs-active-left.png') no-repeat left top;    
}

#tabs .nav li.active a.first {
    background: url('i2/zm-tabs-active-left-first.png') no-repeat left top; 
    margin: 0 0 0 -3px;   
}

.brown #tabs .nav li.active a.first {
    background: url('i2/zm-brown-tabs-active-left-first.png') no-repeat left top; 
    margin: 0 0 0 -3px;   
}

.entry .info span.spam-yes, .entry .info span.spam-no {
    margin: 0;
}

#login-dialog {
    position: absolute;
    top: 58px;
    display: none;
    right: 0px;
    width: 125px;
    height: 161px;
    z-index: 99;
    padding: 5px 14px;
    background: #bfc1c3 url('i2/zm-login-box-bg.png') repeat-x top left;
    -moz-box-shadow:0.2em 0.2em 0.5em #404041;
    -webkit-box-shadow:0.2em 0.2em 0.5em #404041;
}

#login-dialog .login {
    position: relative;
}

#login-dialog .login .top {
    display: block;
    height: 15px;
    width: 22px;
    position: absolute;
    top: -16px;
    right: 16px;
    background: url('i2/zm-login-box-top.png') no-repeat top left;
}

.pages li {
    float: left;
    margin: 0 5px 5px 0;
    text-align: center;
}

.page {
    display: block;
    height: 20px;
    width: 29px;
    background: url('i2/zm-page-button.png') no-repeat top left;
    padding: 5px 0;
    text-decoration: none;
    color: white;
}

.pages li .active {
    color: gray;
    background: url('i2/zm-page-button-active.png') no-repeat top left;  
}


.page:hover {
    color: gray;
}

.wide textarea {
    width: 452px;
}

a.user-resort-close {
    line-height: 11px;
}

.hide {
    display: none;
}

.show {
    display: inherit;
}

#add-box {
    padding: 12px;
}

legend {
    display: none;
}

.close {
    float: right;
}

.submenu ul {
    margin: 0;
}

.entry .submenu li {
    float: left;
    margin: 0 8px 0 0;
    list-style: none;
}

.no-background {
    background: none;
}

.post .rank, .post .main-person {
    height: 89px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 8px 10px;
}

.election {
    -moz-border-radius: 5px;    
    -webkit-border-radius: 5px;
}

.silver {
    color: #929497;
}

.post .rank {
    float: left;
    background: silver;
    width: 11%;  
    margin: 0;
    font-size: 270%;
    font-weight: normal;
    text-align: center;
    padding-top: 31px;
    height: 66px;
}

.post .main-person {
    float: right;
    background: white;
    width: 82%;
}

.post .main-person p.img {
    float: left; 
    height: 80px;
    width: 80px;
    margin: 0;
    overflow: hidden;
}

.post .main-person .text-person {
    float: right;
    width: 82%;
}

.post .main-person .text-person p {
    margin: 0 0 10px;
}

.post .info {
    clear: none;
}

.election, .up, .down {
    padding: 5px 5px 0;
}

.election {
    background: #5b97b0;
    border: 1px solid white;
}

.election .rank {
    background: #cde0e7;
    color: #5b97b0;
}

.up {
    background: #97B840;
    border: 1px solid white;
}

.up .rank {
    background: #e0eac5;
    color: #97B840;
}

.down {    
    border: 1px solid white;
    background: #CC9421;
}

.down .rank {
    background: #e5dbc6;
    color: #CC9421; 
}

.commentator {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 4px;
}

.commentator .main-person {
    float: none;
    width: auto;
}

.filter {
    background: #e5e6e1;
}

.add-button-box {
    padding: 0;
}

#inside-text {
    margin: 0 0 20px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.small {
    font-size: 80%;
}

.no-margin, .entry .no-margin, .entry .info span.right {
    margin: 0;
    margin-right: 0;
}

.entry .info span.right {
    float: right;
}

.political-post-line {
    border-left: 1px solid silver;
    margin: 0 0 0 7px;
    padding: 0 0 0 7px;
}

#main .entry h2 {
    margin-left: 0;
    color: black;
    font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
}

#main .entry h2 a {
    color: black;
}

#main .entry .header {
    border-bottom: 1px dashed #CBCCC2;
    padding: 0 0 6px 0;
    height: auto;
}

#main .entry .header h2 {
    margin: 0;
}

#main .on-user-op .entry-text {
    float: left;
}

#main .entry .votes {
    margin: 0;
}

#side .two-cols {
    width: 225px;
}
.entry span.spam {
    margin-right: 10px;
    float: left;
}

.entry span.spam span {
    margin: 0;
}

.no-border, #main .entry .no-border {
    border: none;
    text-decoration: none;
}

.one-third {
    width: 35%;
    padding-top: 10px;
}

.two-thirds {
    width: 60.2%;
}

.border-right {
    border-right: 1px solid silver;
}

.fb_user {
    margin: 13px 0;
}

.fb-share {
    background: url('i2/zm-share-fb.png') no-repeat right;
    display: block;
    padding: 0 23px 0 0;
    float: right;
}

.ext {
    background: url('i2/zm-ext-anchor.png') no-repeat right;
    display: block;
    float: right;
    padding: 0 23px 0 0;
    margin: 0 15px 0 0;
}

#main .petition-box .header, #main .topic-box .header {
    padding: 0 0 5px 0;
    border: none;
}

.entry .info p {
    margin: 0;
}

.entry .info .author {
    width: 270px;
    display: block;
    float: left;
}
/*
    =Layout
*/
#footer {
    background: url('i2/zm-footer.png') repeat-x left top;
    width: 100%;
    height: 159px;
    color: silver;
    margin: 3em 0 0 0;
}

#footer .body {
    padding: 2em 2em 1em 3.5em;
}

#footer .right {
    text-align: right;
    padding: 0 1em 0 0;
}

#footer ul li.last {
    margin: 0;
    padding: 0;
}

#footer ul {
    height:18px;
    margin:0 0 1em 0;
    line-height:100%;
}

#footer ul li {
    float:left;
    margin:0 10px 0 0;
    padding:0 10px 0 0;
    border-right:1px solid #666666;
}

#footer ul li.last {
    border:none;
}

#footer a {
    color: #cccccc;
}

#footer a:hover {
    color:white;
}

#footer .info {
    color: #a3a39c;
}

#footer .parseinfo {
    cursor: pointer;
    color: #333333;
}

/* 
    =Linky (hr)
*/
hr.line {
    border: none;
    border-top: 1px dashed #CBCCC2;
    height: 1px;
}

/*
    =Příspěvek (entry)
*/
.entry .help {
    font-size: 100%;
    color: #929497;
    margin: 0;
}

.entry p.no-margin {
    margin: 0;
}

/*
    =Tabulky
*/
form table {
    font-size: 100%;
}

form td {
    border: 0;
    padding: 0;
}

table {
    font-size: 120%;
}

table.want_url {
    width: auto;
}

.box-stats table {
    width: 100%;
}

.box-stats table td {
    border-bottom: 1px solid silver;
    padding: 4px 2px 2px;
    vertical-align: middle;
}

td {
    vertical-align: top;
    padding: 5px;
}

#side td {
	border: none;
}

td.label {
    background: #E5E6DB;
    vertical-align: middle;
}

table.promo {
    color:#6d6e70;
}

table.promo2 {
    color:#6d6e70;
    font-size:12px;
}

table.promo .first {
    width:90px;
    padding:6px 2px 2px 2px;
    font-size:12px;
}

table.promo .inp-middle{
    font-size:12px;
    overflow:hidden;
    width:390px;
}

div.frame {
    padding:0em;
    border:1px dashed #e6e7e8;
    margin-right:3px;
}

#profile-edit table {
	border-spacing:10px;
}

.add-form table {
	border-spacing:5px;
}
/*
    =Formuláře
*/
input, textarea, .input {
    background: url('i2/zm-input-bg.png') no-repeat top left;
    border: 1px solid #B2B3AA;
    padding: 5px;  
    width: 267px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input:hover, textarea:hover {
    border-color: #a6a8aa;
}

input:focus, textarea:focus {
    border-color: gray;
}

textarea {
    font-family: Arial;
    font-size: 115%;
}

label {
    float: left;
    width: 130px;
    background: #E5E6DB;
    text-align: right;
    padding: 5px 3px 5px 0;
}

label.brown {
    background: #e4dcad;
}

form span {
    display: block;
    margin: 0 0 20px;
}

.search-wide {
	width: 300px;
}

form td span {
    display: inline;
}

form span span {
    height: auto;
    margin: 0;
}

.wide input {
    width: 452px;
}

input.small {
    padding: 4px;
    font-size: 100%;
}

.submit, .wide .submit {
    width: auto;
    background: #e6e6e7;
}

.input {
    border: none;
    background: #F2F2F2;
    display: inline-block;
    margin: 0;
}

label.none {
    background: none;
    width: auto;
    float: none;
}

.checkbox {
    width: auto;
    border: none;
    background: none;
    width: auto;
    height: auto;
    padding: 2px;
}

.green-button, .red-button {
    color: #EFF0E5;
    font-size: 100%;
    padding: 5px 10px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

a.green-button:hover, a.red-button:hover {
    color: silver;
}

.green-button {
    background: #87AE1A url('i2/zm-button-green-bg.png') repeat-x left bottom;
    border: 1px solid #3A5C20;
}

.red-button {
    background: url('i2/zm-button-red-bg.png') repeat-x left top;
    border: 1px solid #570000;
}

.topic-button, .petition-button {
    padding: 4px 10px 3px;
    font-size: 11px;
    background: url('i2/zm-button-topic-bg.png') repeat-x left top;
    display: block;
    text-decoration: none;
    color: black;    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.petition-button {
    background: url('i2/zm-button-petition-bg.png') repeat-x left top;
}

.topic-button:hover, .votes .topic-button:hover, .petition-button:hover, .votes .petition-button:hover {
    color: #424242;   
}

.votes .topic-button, .votes .petition-button {
    color: black;
    margin: 0 0 0 10px;
}

.two-thirds input {
    width: 173px;
}

textarea.small {
    height: 50px;
}

textarea.large {
    height: 115px;
}

/* Úpravy profilu */
#political_post_other {
    float: right;
}

#political_post {
    float: left;
}

/* WYSIWYG */
div.jHtmlArea {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px;
    font-family: Arial;
    background: #B2B3AA;
    padding: 1px;
}

div.jHtmlArea .ToolBar {
    background: #B2B3AA;
}

div.jHtmlArea div {
    font-family: Arial;
    background: url('i2/zm-input-bg.png') no-repeat left 28px; 
}

textarea.wysiwyg {
    height: 200px;
}

/* Errory */
#formErrors, .formErrors {
    background: #c45f5f;
    padding: 10px;
    margin: 0 0 10px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

label.error {
    float: left;
    width: auto;
    background: none;
    margin-left: 10px;
}

/* Vyskakovací dialog */
#login-dialog .submit {
    background: #87AE1A url('i2/zm-button-green-bg.png') repeat-x left bottom;
    height: 23px;
    width: 127px;
    color: white;
    padding-top: 2px;
    border:1px solid #3A5C20;
}

#login-dialog .submit:hover {
    color: white;
    border: 1px solid gray;
}

#login-dialog a {
    color: #404041;
}

#login-dialog a:hover {
    color: gray;
    color: rgba(64,64,65,.7);    
}

#login-dialog input {
    margin: 0 0 2px 0;
    width: 117px;
}

/* Registrační formuláře */
#registration-form {
    width: 326px;
    padding: 8px 9px;
}

#registration-form table {
	border-spacing:10px;
}


/* Login formulář */
.login-form {
    width: 327px;
    padding: 16px 16px 16px 25px;
}

.login-form p {
    margin-top: 10px;
}

.login-form span {
    margin: 0 0 7px;
}

/* =Button */
.button, .button-big, .button-big-green, .button-big-red {
    background: url('i2/zm-button-left.png') no-repeat left top;
    height: 24px;
    color: #EFF0E5;
    text-decoration: none;
    font-size: 10px;
    padding: 0 0 0 4px;
    display: block;
    float: left;
}

.button-big, .button-big-green, .button-big-red {
    background: url('i2/zm-button-big-left.png') no-repeat left top;
    height: 29px;
}

.button-big-green {
    background: url('i2/zm-button-big-green-left.png') no-repeat left top;
}

.button-big-red {
    background: url('i2/zm-button-big-red-left.png') no-repeat left top;
}

.button:hover, .button-big:hover, .button-big-green:hover, .button-big-red:hover {
    color: #dbdcd5;
}

.button span, .button-big span, .button-big-green span, .button-big-red span {
    display: inline;
    float: left;
    height: 15px;
    cursor: hand;
    font-size: 110%;
    padding: 2px 9px 8px 5px;
    font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
    background: url('i2/zm-button-right.png') no-repeat top right;
    float: left;
}

.button-big span, .button-big-green span, .button-big-red span {
    background: url('i2/zm-button-big-right.png') no-repeat top right;
    height: 20px;
    padding-top: 5px;
}

.button-big-green span {
    background: url('i2/zm-button-big-green-right.png') no-repeat top right;
}

.button-big-red span {
    background: url('i2/zm-button-big-red-right.png') no-repeat top right;
}

/*
    =Other
*/
.width-auto, .two-thirds .width-auto, .wide input.width-auto {
    width: auto;
}

hr {
    margin: 5px 0;
}

.none {
    display: none;
}

.search-people-box {
    position: relative;
}

.search-people-box label, .filter-form label {
    background: transparent;
    text-align: left;
    padding: 6px 5px 0 0;
    color: #3e3e3e;
    width: auto;
}

.filter-form select {
    margin: 4px 0 0 0;
}

select.departments { width: 130px; }

.search-people-box input {
    width: 150px;   
}

.error {
    font-size: 110%;
    padding: 5px 0 4px 10px;
    margin: 0 0 5px;
    background: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.search-people-box #loader, .search-people-box #reset-search {
    position: absolute;
    right: 10px;
    top: 5px;
    display: none;
}

/* Tooltip */
span.help {
    display: block;
    background: url('i2/zm-tooltip.png') no-repeat left top;
    height: 28px;
    width: 28px;
    cursor: help;
    margin: 0;
    text-indent: -9999px;
}

span.warn {
    color:red;
    cursor: help;
}

span.light {
    color:rgb(197,197,197);
}

.switcher {
	color: #666666;
	margin: 12px 9px 0 0;
}

#side .switcher {
	margin-top:16px;
}

.switcher a, .switcher a:hover {
	color: white;
	text-decoration: underline;
}

.switcher a.active {
	text-decoration: none;
}

/*
    =FB
*/
html .fb_share_button2 { display: -moz-inline-block; display:inline-block; padding:0px 20px 0 5px; height:16px; background:url(http://static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif) no-repeat top right; float: right; }

.group:after, .info:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

form#js-login-form p { position:relative }
#js-login-form label  { position:absolute; top:0; left:0; background: none; padding-left: 5px; text-align: left; width: 50px; }

/* SELECTs */
.type {
    width: 130px;
}