/*@font-face {
	font-family: 'Eurofurence';
	src: url('../font/eurof35.eot');
	src: local('Eurofurence Normal'), local('Eurofurence-Normal'), url('../font/eurof35.woff') format('woff'), url('../font/eurof35.ttf') format('truetype'), url('../font/eurof75.svg#eurof35') format('svg');
}*/

*  {   
   font-family: Arial, Lucida grande, Helvetica, Sans-serif;
   font-size: 14px;
   /*letter-spacing: 0.2pt;*/
   line-height: 18px;   
}    
body {
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}
p {
    line-height: 1.4em;
    padding: 5px;
    text-align: justify;
}
p:first-letter { 
    /*margin-left: 1em;*/
}
h1, h2, h3, h4, h5 {
    /*font-family: 'Eurofurence';*/
    font-family: Arial Black, Arial, Lucida grande, Helvetica, Sans-serif;    
}
h1 {
    padding-left: 30px;
    background: url('../images/spot.png') top left no-repeat;
    line-height: 22px;
    font-size: 2em;
    margin: 10px 0px; 
    /*margin-bottom: 0px;*/
    letter-spacing: 1px;
}
h2 {
    font-size: 1.6em; 
    margin-bottom: 0px;
    letter-spacing: 1px;
}
h3 {    
    font-size: 1.4em; 
    margin-bottom: 0px;
    margin-top: 2em;
}
h4 {
    font-size: 1.3em; 
    margin-bottom: 0px;
}
h5 {
	margin-top: 0em;
	margin-bottom: 1em;
}
table.chat td {
    padding: 2px 1px;
}
#chat a {
    color: #8af !important;    
}
ol {margin: 0 25px; padding: 0}   
img {border: 0}     
#page-frame {
    width: 1000px; 
    text-align: left;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;     
}
#header {     
           
}
#header-content {
 width: 390px;
 height: 109px; 
 margin-bottom: 10px;
 padding: 10px;
}
#user-panel {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url(http://www.furrici.info/css/border-radius.htc);
    height: 109px;
    margin-bottom: 10px;
    margin-left: 730px;
    background: url('../images/dark.png') top center repeat;
    padding: 10px;                
}
    

#user-panel .controls
{
    float: left;
}

#user-panel h3 {
    margin: 0;                
}

#user-panel div.user-avatar {
    width: 70px; 
    float: left;
    margin: 10px;
}

#user-panel a {
    display: block;
}

#menu {
    height: 30px;    
    margin-left: 310px;
    width: 682px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;         
    border-bottom-left-radius: 0px;            
    -moz-border-radius-bottomleft: 0px; 
    -webkit-border-bottom-left-radius: 0px;                      
}
#menu a {    
    text-decoration: none; 
    display: block; 
    float: left;
    padding: 6px 6px 6px 6px;
    text-transform: uppercase;
    font-size: 12px;
}

#menu img {
    float: left;
}
#menu a:hover {
    background: url('../images/activemenu.png') bottom center repeat-x;
}
#menu .menu-active {
    background: url('../images/activemenu.png') bottom center repeat-x;
}
#content {
    /*margin: 200px 10px 20px 10px;*/
    margin: 20px 10px;
    font-size: 0.9em;
}

#content table, .table {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;    
    padding: 4px;
}
#content table th {    
    font-size: 0.9em;    
    vertical-align: top;
    padding: 3px;    
}
#content table td {
    vertical-align: top;
}
#content table td.bar {
    background: url('../images/dark.png') top center repeat;
    padding: 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.avatar {
    height: 60px;
    width: 60px;    
    /*border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;*/    
}

.large-avatar {
    150px;
    150px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#content table td.bar div {
    font-size: 1em;    
}
a {        
    font-size: 1em;
}

table .rowalt {
    background: url('../images/light.png') top center repeat;
}

    /* ------------------------------------------------------------------ */
    /* definice formatovaneho formu */

    form.formated label {
        width: 130px;
        float: left;
        font-size: 1em;
        font-weight: Bold;
        text-align: right;
        margin-right: 10px;
        margin-top: 4px;
    }

    form.formated label.checkbox {
        width: 200px;
        float: none;
    }

    form.formated input[type=checkbox] {
        margin-left: 140px;
    }

    form.formated label span {
        font-size: 10px;
        font-style: Italic;
        text-align: right;
        display: block;
        margin-top: 2px;
    }

    form.formated textarea {
        width: 740px;
    }

    form.formated input[type=text] {
        width: 340px;
    }

    form.formated div {
        text-align: center;
        margin-top: 5px; 
    }
    
    form.formated div.recaptcha {
        text-align: left;
        float: left;
    }
    form.formated div.recaptcha * {
        margin: 0;
        float: none;
    }

.fRight {
    float: right;
}
.fLeft {
    float: left;
}
.fCenter, .article img.fCenter {
    display: block;
    margin: 10px auto;    
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-justify {
    text-align: justify;
}
.text-lessimportant {
	font-style: italic;
	font-size: 0.9em;
}
.page-width-box {
    width: 32%;
    float: left;
}
.no-margin {
	margin: 0px;
}
.with-margin {
    margin: 10px 0px;
}
.margin {
	margin: 10px;
}
.article p:first-letter {
    margin: 0px;
}

#myMessengerDiv {
    font-size: 0.8em;
    line-height: 10px;    
}

#myMessengerDiv * {
    line-height: 13px;
}

#myMessengerDiv a, #myMessengerDiv div {
    font-size: 1em;
}

#myMessengerDiv a {
    padding: 0px 1px 0px 1px;
    white-space: nowrap; 
}

.article h1 {font-size: 1.4em;} 
.article h2 {font-size: 1.2em;} 
.article h3 {font-size: 1.1em;} 
.article h5 {font-size: 1em;}
.article img {
    margin: 10px;
    padding: 10px;
    background: url('../images/dark.png') top center repeat;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;    
}
input.color {
    border: 1px solid black;
}

.usercard {
    width: 316px;
    float: left;
    margin: 5px 5px;
    height: 100px;
    border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
}

.window {
    width: 204px;
    float: left;
    margin: 10px;
    padding: 10px;
    height: 270px;
}

.window h3 {
    margin-top: 5px;
}

.window .image {
    display: table-cell;
    width: 192px;
    text-align: center;
    height: 194px;
    vertical-align: middle;        
}
    
.wide {width: 100%}
.dark {background: url('../images/dark.png') top center repeat}
.dark2 {background: url('../images/dark2.png') top center repeat}
.light {background: url('../images/light.png') top center repeat}
.light2 {background: url('../images/light2.png') top center repeat}
.with-padding {padding: 10px;}
.rounded {
    border-radius: 6px 6px;
    -webkit-border-radius: 6px 6px;
    -moz-border-radius: 6px 6px;
}

.control_buttons a {
    display: block;        
    margin: 5px;
    float: left;
}

div.scroller {     
 /* modify width and height of scrolling section if necessary	*/		
 width:480px;
 height: 342px;
 overflow: hidden;
 margin: 0 0 0px 0;	
 /*padding: 5px;*/
}
div.scroller div.section {				
 width:480px; 
 height: 342px;
 overflow: hidden;
 float:left;
 /*padding-left: 400px;*/ 		
}
div.scroller div.content {
 width: 10000px;
}

.newscrooll {
    /*background: url('../images/dark.png') top center repeat;*/
    padding: 0px 10px 5px 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;        
    -moz-border-radius-topleft: 6px; 
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;    
}

#myMessengerDiv {
    background: url('../images/light.png') top center repeat;
    padding: 0px 10px 2px 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;        
    -moz-border-radius-bottomleft: 6px; 
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px; 
}

div.scroller div.section div {
  height: 228px;
}

.cursor {
    cursor: pointer;
}

#pscroller2{
    width: 100%;
    height: 30px;
    padding: 10px 0px 10px 0px;
}

#pscroller2 a{
    text-decoration: none;
}

.sticker-yellow, .sticker-red, .sticker-green, .sticker-violet, .sticker-blue {
    margin: 5px;
    padding: 5px;
    width: 295px;
    margin-bottom: 18px;
}

.sticker-yellow a, .sticker-red a, .sticker-green a, .sticker-violet a, .sticker-blue a {
    color: #1c35a1;
    font-size: 1em;
    font-family: Comic Sans MS, Calibry, Arial, Sans-serif;
}

.sticker-yellow div, .sticker-red div, .sticker-green div, .sticker-violet div, .sticker-blue div {
    padding: 3px 5px;
    color: black;
    font-family: Comic Sans MS, Calibry, Arial, Sans-serif;
    font-size: 0.8em;    
}

.sticker-yellow {
    background-color: #d9e12b; 
}

.sticker-red {
    background-color: #ef8fce; 
}

.sticker-green {
    background-color: #b7db72; 
}

.sticker-violet {
    background-color: #b9aed0; 
}

.sticker-blue {
    background-color: #6aaed0; 
}

img.justify {
  max-width: 890px; 
}

.large-text {
    font-size: 1.1em;
}

.cool-avatar {
    background: url('../images/avatar_shadow.png') center center no-repeat;
}


.message-box {
    border-spacing: 0px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.message-box-avatar {
    width: 60px;
    padding: 5px;
    background: url('../images/dark.png') top center repeat;
    vertical-align: top;    
}

.message-box-bar {
    background: url('../images/dark.png') top center repeat;
    font-size: 1em;
    padding: 4px;    
}

.message-box-message {
    vertical-align: top;
    padding: 14px 10px;    
    background: url('../images/bevel.png') top center repeat-x;
}

.message-box-bar img, #content table td.bar img {
    margin: 0px 5px -5px 0px;
}

input.login {
    width: 64px;
    height: 64px;
    background: url('../images/login.png') center center no-repeat;
    border: 0px;
    margin-left: 10px;
}

div.usercard-username {    
    font-size: 18px;
    margin: 8px 0px 8xp 0px;
}

div.usercard-username a {
    text-decoration: none;
}
div.usercard-username a:hover {
    text-decoration: underline;
}
.usercard-man {
    background: url('../images/man.png') bottom right no-repeat;
}

.usercard-woman {
    background: url('../images/woman.png') bottom right no-repeat;
}

.warning {
    height: 32px; 
    padding-left: 40px; 
    padding-top: 10px; 
    margin-top: 20px; 
    background: url('../images/warning.png') left center no-repeat;
    font-style: italic;
}

table.list td {
    padding: 4px;
}


a > img {
    border: 0px;
}

p > img {
    margin: 20px;
}
/*-------------------------------- NOVY CSS ----------------------------------*/
/* vytvori obecny tretinkovy layout */
.columns-third > div {
    width: 316px;
    float: left;
    padding: 5px;
}
.columns-third > div > h3 {
    margin: 0px;
}
/* nuluje floatovani */
.clear {
    clear: both;
}
/* pseudonadpis */
.caption {
    font-size: 16px;
    display: block;
    margin: 0 0 10px 0;
    font-weight: Bold;
}
.infoline {
    margin-top: 10px;
    font-size: 12px;
}
.pager > * {
    cursor: pointer;
}
.article img {
    margin: 10px;
}
.hidden {
    display: none;
}

#newsBar {
    position:relative;
    overflow:hidden; 
    height: 40px;
}

#newsMessages {	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	overflow:hidden;
}

#newsMessages li {
	padding:5px;
}

.userDialogTop {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;        
    -moz-border-radius-topleft: 3px; 
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    /*background: url('../images/dark2.png') top center repeat;*/
    cursor: pointer;
}

.userDialogTopBottom {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    /*background: url('../images/dark2.png') top center repeat;*/
    padding: 1px 3px 1px 3px;    
}
.userDialogTopBottom a {
    font-size: 12px !important;
}


#footer * {
    font-family: Tahoma;
    font-size: 12px;
}

#footer > div {
    float: left;
    width: 229px;
    padding: 10px;
    border: 0;       
}   

#footer > div > div {
    margin-bottom: 15px;
}


#footer > span {
    display: block;

}
#footer > div > a {
    display: block;    
    line-height: 24px;
}

#counter {
    text-align: right;
    margin: 5px;
}

#version {
    margin: 5px;
    font-size: 12px;
    font-family: Tahoma;
}

#upanel {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url(http://www.furrici.info/css/border-radius.htc);
    height: 109px;
    margin-bottom: 10px;
    margin-left: 730px;
    background: url('../images/dark.png') top center repeat;
    padding: 10px;
}

.upanel-avatar {
    padding: 10px;
    background: url('../images/light.png') top center repeat;
    float: right;

    border-top-right-radius: 6px;            
    -moz-border-radius-topright: 6px; 
    -webkit-border-top-right-radius: 6px;
}

#upanel > h3 {
    width: 165px;
    font-size: 20px;
    font-weight: normal;
    font-family: Tahoma;
    margin: 0;
    padding: 5px 0px 5px 5px;
    background: url('../images/light.png') top center repeat;
    border-top-left-radius: 6px;            
    -moz-border-radius-topleft: 6px; 
    -webkit-border-top-left-radius: 6px;
}

.upanel-level {
    width: 160px;
    font-family: Tahoma;
    font-size: 11px;
    padding: 2px 5px;
    background: url('../images/dark.png') top center repeat;
    border-bottom-left-radius: 6px;            
    -moz-border-radius-bottomleft: 6px; 
    -webkit-border-bottom-left-radius: 6px;
}

.upanel-messenger {
    height: 20px;
    padding: 5px;
}

.upanel-menu {
    background: url('../images/ultralight.png') top center repeat;
}
.upanel-menu .menu-item:hover {
    background: url('../images/light2.png') top center repeat;
        border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#control-panels div  a {
    display: block;
    text-align: left;
}

#control-panels div > a:hover {
    background: url('../images/light2.png') top center repeat;
    text-decoration: none;
}

#control-panels:hover  div {
    display: block;
    position: absolute;
    background: url('../images/dark3.png') top center repeat;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#control-panels {
}

#control-panels  div {
    display: none;
    margin-left: -2px;
}

#control-panels:hover {
    /*background: url('../images/dark3.png') top center repeat;*/
    cursor: pointer;
}

/* Nove formy */
#content form dt {
    width: 130px;
    float: left;
    font-size: 1em;
    font-weight: Bold;
    text-align: right;
}

#content form dt label span {
    font-size: 10px;
    font-style: Italic;
    text-align: right;
    display: block;
    margin-top: 2px;
}

#content form dd {
	margin-left: 140px;
	text-align: left;
	margin-bottom: 5px;
}

#content form dd textarea {
	width: 100%;
	height: 100px;	
}