/*  
 *	+-----------------------------------------------------------------------------------------------------------+
 *	|                                 >>>  CSS Style for web Bobot.sk  <<<                                      |
 *	+-----------------------------------------------------------------------------------------------------------+
 *	Projekt: Bobot 2011
 *  Project website : http://bobot.sk/
 *  Author: LJ&BM

 *	Filename: style.css
 *	Release date: 2011-07-10
 *	Last updated: 2011-08-19
 */

/* 
   Reset css
--------------------------------------------------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em,
img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select 
{margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%;
 font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: top;} 							 /*povodne bolo nastavene na vertical-align: middle;*/
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
--------------------------------------------------------------------------------------------------------------- */

@charset "windows-1250";

html {
	height: 100%;
	padding-bottom: 1px;	/* force scrollbars */
}

body {
	background: #FFF;
 /* background: #012350; */
	color: #000000;		
	font: normal 75% sans-serif;
	line-height: 1.5;
}


/* 
   Typography 
--------------------------------------------------------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia,Times,Serif;
	line-height: 100%;	
}
h4,h5,h6 {font-weight: bold;}
h1 {
	font-size: 65pt;
	font-weight: 900;
}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* 
   Links 
--------------------------------------------------------------------------------------------------------------- */

a {
	color: #357;
	text-decoration: none;
}
a:focus,a:hover {
	color: #357;
	text-decoration: underline;
}
a:hover.colorRed {color:#FF4040;}

a.more {	color: #579;}
a.more:hover {color: #234;}


/* 
   Text elements  
--------------------------------------------------------------------------------------------------------------- */

p {margin-bottom: 1em;}

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.5em;}
del, blockquote {color:#666;}
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}


/* 
   Lists  
--------------------------------------------------------------------------------------------------------------- */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 0 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}


/* 
   Special lists  
--------------------------------------------------------------------------------------------------------------- */

ul.plain-list li, ul.nice-list li, ul.tabbed li {list-style: none;}

ul.tabbed {
	display: inline;
	margin: 0;
}
ul.tabbed li {float: left;}

ul.plain-list {margin: 0;}

ul.nice-list {margin-left: 0;}
ul.nice-list li {
	list-style: none;
	border-top: 1px solid #EEE;
	padding: 4px 0;
}
ul.nice-list li a {color: #659623;}

ul.nice-list li a.more {color: #579;}
ul.nice-list li a:hover.more {color: #234;}

ul.nice-list li:first-child {border-top: none;}
ul.nice-list li .right {color: #999;}


/* 
   Tables  
--------------------------------------------------------------------------------------------------------------- */

table {margin-bottom: 1.4em; width: 100%;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data-table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data-table th {
	background: #F0F0F0;
	border: 1px solid #DDD;
	color: #555;
	text-align: left;
}
table.data-table tr {border-bottom: 1px solid #DDD;}
table.data-table td, table th {padding: 10px;}
table.data-table td {
	background: #F6F6F6;
	border: 1px solid #DDD;
}
table.data-table tr.even td {background: #FCFCFC;}


/* 
   Forms 
--------------------------------------------------------------------------------------------------------------- */

label {font-weight: bold; cursor: pointer;}
fieldset {padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc;}
legend {font-weight: bold; font-size: 1.2em;}
textarea {overflow: auto;}
input.text, textarea, select {
	background: #FCFCFC;
	border: 1px inset #AAA;
	margin: 0.5em 0;
	padding: 4px 5px;
}
input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}

input.button {
	text-decoration: none;
	display:block;
	float:left;
	margin:5px 5px 0 0;
	padding:3px;
	border:1px solid;
	font-size:12px;
	width:68px;
	height:26px;
	text-transform:uppercase;
	color:#FFFFFF;
	background-color:#398EBD;
	border-color:#396B86;
	cursor:pointer;
	font-weight:bold;
}


.form-error {border-color: #F00;}

/* 
   Search Form 
--------------------------------------------------------------------------------------------------------------- */

#search{
	display:block;
	float:right;
	margin:0;
	padding:0;
	overflow:hidden;
}

#search input{
	display:block;
	float:left;
	width:155px;
	margin:0 5px 0 0;
	padding:5px;
	color:#B6B6B6;
	font-weight:bold;
	border:1px solid #343434;
	font-size:12px;
}

#search input#go{
	width:68px;
	height:26px;
	margin:0;
	padding:4px 0;
	margin:5px 0;
	text-transform:uppercase;
	color:#FFFFFF;
	background-color:#398EBD;
	border-color:#396B86;
	cursor:pointer;
	font-weight:bold;
}


/* 
   Contact Form 
--------------------------------------------------------------------------------------------------------------- */

.contact input{
	display:block;
	float:left;
	width:150px;
	margin:5px 5px 0 0;
	padding:3px;
	border:1px solid #398EBD;
	font-size:12px;
}

.contact textarea{
	display:block;
	float:left;
	width:400px;
	height:200px;
	margin:5px 5px 0 0;
	padding:3px;
	border:1px solid #398EBD;
	font-size:12px;
}

.contact input.go{
	width:68px;
	height:26px;
	margin:0;
	padding:4px 0;
	margin:5px 0;
	text-transform:uppercase;
	color:#FFFFFF;
	background-color:#398EBD;
	border-color:#396B86;
	cursor:pointer;
	font-weight:bold;
}


/* 
   Guestbook Form 
--------------------------------------------------------------------------------------------------------------- */

.guestbook input{
	display:block;
	float:left;
	width:150px;
	margin:5px 5px 0 0;
	padding:3px;
	border:1px solid #398EBD;
	font-size:12px;
}

.guestbook input.radio{
	display:block;
	float:left;
	width:30px;
	margin:5px 5px 0 0;
	padding:3px;
	border:1px solid #398EBD;
	font-size:12px;
}

.guestbook textarea{
	display:block;
	float:left;
	width:600px;
	height:150px;
	margin:5px 5px 0 0;
	padding:3px;
	border:1px solid #398EBD;
	font-size:12px;
}

.guestbook input.go{
	width:68px;
	height:26px;
	padding:4px 0;
	margin:5px 0;
	text-transform:uppercase;
	color:#FFFFFF;
	background-color:#398EBD;
	border-color:#396B86;
	cursor:pointer;
	font-weight:bold;
}


/* 
   Misc classes  
--------------------------------------------------------------------------------------------------------------- */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.15em; padding: 0 0 0 6px;}
.larger {font-size: 1.25em;}
.largest {font-size: 1.35em;}

.topMargin10 {margin-top:10px;}

.colorBlueclearer {color: #398EBD;}
a:hover.colorBlueclearer {color:#398EBD;}

.colorBlue {color: #335577;}
.colorGray {color:#555555; }

.colorRed {color:#FF4040;}
.colorGreen {color:#81CB02;}
.colorstrongRed {color:#FFFFFF; background:#FF7979;}

.quiet {color: #999;}

.pocasie{
	width: 210px;
	max-width: 190px;
	margin: auto;
	text-align: center;
}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-separator {padding: 0 5px;}

.error, .notice, .success, .discuss {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #000000; border-color: #FBC2C4;}
.error a {color: #8A1F11;}
.error LEGEND {color: #D10000;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}

.discuss {background: #F2F6FA; color: #000000; border-color: #AABBCC;}
.discuss a {color: #4282C4;}


/* 
   Images 
--------------------------------------------------------------------------------------------------------------- */

img.bordered {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.left {margin: 0 1.5em 1em 0;}
img.right {margin: 0 0 1em 1.5em;}
img.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
} 


/* 
   Floats 
--------------------------------------------------------------------------------------------------------------- */

.left {float: left;}
.right{float: right;}

.clearer {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}


/**************************************************************************************************************** 
   Content
--------------------------------------------------------------------------------------------------------------- */

.content-title {color: #FF4646;}
.content-title.wellcomeColor {color: #335577;}
.content-meta {
	color: #777;
	margin: 2px 0 10px;
}
.content-body {}
.content-separator {
	background: #D5D5D5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;
	margin: 10px 0;	
}


/* 
   Welcome 
--------------------------------------------------------------------------------------------------------------- */

.welcome{
	font-size: 1.1em;
	background: #DCEDF7;
}
.welcomeText {padding: 5px 0 5px 6px;}
.welcomeFoto {margin: 0px 5px 0 0px;}


/* 
   Article 
--------------------------------------------------------------------------------------------------------------- */

.article {margin: 0px 0 10px 0px;}
.article.widthNews {width: 72%; margin: 0px 0 10px 5px;}    /* Treba zmenit na fotoNews*/ 
.article.widthNotice{width: 79%; margin: 0px 0 10px 5px;}  /* Treba zmenit na fotoNotice*/

.article a {color: #398EBD;}
.article a:hover {color: #398EBD;}

.article-meta { color: #555555; margin: 2px 0 10px 0;}
.article-meta a {color: #777;}
.article-meta a:hover {color: #777;}

/* Article detail*/
.article_detail {}
.article_detail h2{color: #398EBD;}
.article_detail.foto {margin: 0 0 5px 10px; width: 74%;}

.article_detail_body{margin-top: 10px;}

.article_detail a {color: #398EBD;}
.article_detail a:hover {color: #398EBD;}

.article_detail-meta { color: #555555; margin: 2px 0 10px 0;}
.article_detail-meta a {color: #777;}
.article_detail-meta a:hover {color: #777;}



/* 
   Document 
--------------------------------------------------------------------------------------------------------------- */

.document {margin: 5px 0 5px 4px;} 
.document a {color: #398EBD;}
.document a:hover {color: #398EBD;}

.document-meta { color: #777; margin: 2px 0 10px 0;}
.document-meta a {color: #777;}
.document-meta a:hover {color: #777;}


/* 
   Protocol 
--------------------------------------------------------------------------------------------------------------- */

.protocol {margin: 5px 0 5px 4px;} 
.protocol a {color: #398EBD;}
.protocol a:hover {color: #398EBD;}

.protocol-meta { color: #777; margin: 2px 0 10px 0;}
.protocol-meta a {color: #777;}
.protocol-meta a:hover {color: #777;}


/* 
   Photogallery 
--------------------------------------------------------------------------------------------------------------- */
.mImg{margin: 0px 0 10px 0px;} 
.photogallery {} 
.photogallery.widthPhotogallery{width: 74%; margin: 0px 0 10px 8px;}

.photogallery a {color: #398EBD;}
.photogallery a:hover {color: #398EBD;}

.photogallery-meta { color: #555555; margin: 2px 0 10px 0;}
.photogallery-meta a {color: #777;}
.photogallery-meta a:hover {color: #777;}


/* 
   Gallery 
--------------------------------------------------------------------------------------------------------------- */ 

.gallery {width: 32%;}
.gallery.col-mid {margin-left: 2%;}
.gallery h5{line-height: 1.3;}
.gallery img { 
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* 
   Block 
--------------------------------------------------------------------------------------------------------------- */ 

.block {margin-bottom: 35px;}
.block-title {margin:0 0 10px 0; color: #335577;}
.block img.center  { 
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.block-body {}

.blockCenterBody {
  text-align: center;
}


/* 
   Sections 
--------------------------------------------------------------------------------------------------------------- */ 
.section {margin-bottom: 16px;}
.section-title {
	background-color: #DCEDF7;
	border-top: 2px solid #398EBD;
	font: bold 1.1em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
	margin: 0 0 10px 0;
}
.section-title-green {
	background-color: #D3EDB1;
	font: bold 1.1em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
	margin: 0 0 10px 0;
}
.section-body{}


/***************************************************************************************************************** 
   Layout 
------------------------------------------------------------------------------------------------------------------ 
*****************************************************************************************************************/

/*** Wrapper ***/

#wrapper {}

.center-wrapper {
	margin: 0 auto;
	width: 980px;
}


/*** Warning ***/

#warning {
	background: red;
	color: white;
	text-align: center;
}


/*** Network ***/

#network {background: #2D2D2D;} 
#network .left {
	color: #FFF;
	padding: 2px 0; 
}
#network .tabbed a {
	display: block;
	padding: 1px 8px 1px; 
	text-decoration: none;
	color: #FFF;
	
}
#network li a:hover {
	background: #FFF;
	color: #000;
}
#network li.current-tab a {
	background: #FFF;
	color: #4B4B4B;
	font-weight: bold;
}
	

/*** Toolbar ***/

#toolbar {
	padding: 5px 0px; 
	font-size: 1.0em; 
	color: #82B244;
}

#toolbar a {
	font-size: 1.0em; 
	color: #82B244;
}


/*** Header ***/

#header {}


/*** Logo  ***/

#logo {}


/*** Navigation ***/

#navigation {margin-bottom: 15px;} 
#navigation a {
	display: block;
	text-decoration: none;
}


/*** TOP navigation ***/

#topNav a {
	color: #888;
	font-size: 1.5em;
	padding: 4px 14px 4px 14px; 
}
#topNav li {background: url('../img/navigation-separator.gif') no-repeat left center;}
#topNav li:first-child {background: none;}
#topNav li.current-tab a, #topNav a:hover {color: #002;}
#topNav li.current-tab a {background: url('../img/navigation-arrow.gif') no-repeat center bottom;}


/*** SUB navigation ***/

#subNav {background: #398EBD; padding: 0 5px; }
#subNav a {
	color: #FFFFFF;
	font: bold 1.2em sans-serif;
	padding: 6px; 
}
#subNav li.current-tab a, #subNav a:hover {color: #002; text-decoration: underline;}


/*** Main ***/

#main {background: #012350; margin-bottom: 18px;}
 
#main.threeColumns {background: url('../img/main-three-columns.gif') repeat-y right top;}
#main.threeColumns .sidebar {width: 193px;}
#main.threeColumns #content {width: 520px;}

#main.twoColumns {background: url('../img/main-two-columns.gif') repeat-y right top;}
#main.twoColumns .sidebar {width: 193px;}
#main.twoColumns #content {width: 730px;}


/*** Sidebar ***/

#leftSidebar {margin-left: 37px;}
#rightSidebar {}


/*** Dashboard ***/

#dashboard {
	background: #FAFAFA url('../img/dashboard.gif') repeat-y left top;
	border: 1px solid #E7E7E7;
}
#dashboard .column {width: 244px;}
#dashboard .column-content {padding: 14px 16px;}
#dashboard .column-title {
	color: #666;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
}


/*** Footer ***/

#footer {padding: 10px 0;}
#footer a {color: #579;}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
#footer .text-separator {
	padding: 0 3px;
	color: #BBB;
}


/* 
   IE FIX
--------------------------------------------------------------------------------------------------------------- */

/* Single line IE fix */
* html #subNav, * html .section-title, * html .main {height: 0.01%; min-height: 0.01%;}


/* 
   CSS for menu(navigation) subSite
--------------------------------------------------------------------------------------------------------------- */

.navigationSubSite{
	padding: 0;
	width: 100%;
	border-top: 5px solid #D10000; 
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.navigationSubSite ul{
	margin:0;
	margin-left: 40px; 
	padding: 0;
	list-style: none;
}

.navigationSubSite li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}

.navigationSubSite a{
	float: left;
	display: block;
	font: bold 12px Arial;
	color: black;
	text-decoration: none;
	margin: 0 1px 0 0; 
	padding: 5px 10px 5px 10px; 
	background-color: #ADD8E6; 
	border-bottom: 8px solid white;
}

.navigationSubSite a:hover{
	background-color: #D10000; 
	padding-top: 10px; 
	padding-bottom: 0; 
	border-bottom-color: #D10000; 
	color: white;
}

.navigationSubSite .current a{ 
	background-color: #D10000; 
	padding-top: 10px; 
	padding-bottom: 0; 
	border-bottom-color: #D10000; 
	color: white;
}


/****************************************************************************************************************/
/* Nezatriedene a neskontrolovane CSS styly*/
/****************************************************************************************************************/

/* CSS style PAGINATION */

div.pagination {
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-Serif;
	font-size: 13px;
	text-align:right;
	padding:4px 6px 4px 0;
	background-color:#fff;
	color:#313031;
}

div.pagination a {
	color:#0030ce;
	text-decoration:none;
	padding:5px 6px 4px 5px;
	margin:0 0px 0 0px;
	border:1px solid #b7d8ee;
}

div.pagination a:hover, div.pagination a:active {
	color:#0066a7;
	border:1px solid #b7d8ee;
	background-color:#d2eaf6;
}
div.pagination span.current {
	padding:5px 6px 4px 5px;
	margin:0 0px 0 0px;
	border:1px solid #b7d8ee;
	font-weight:bold;
	color:#444444;
	background-color:#d2eaf6;
}
div.pagination span.disabled {
	display:none;
}	
.marginPicture {margin-right: 6px; margin-bottom: 10px;}
.marginRightImg {margin-right: 5px;}

  .bobot_select {
    padding: 1px;
	color: black; 
    border: 2px solid #81CB02;
    background-color: white;
  }
  
  
  
    .table_combobox {
	height: 10px;
    margin: 0 0 0 0;
  }
  
  

  
  /*------------------------------ forum ---------------------------*/	


.forum  h3 {color: #398EBD;}
.forum  h3 a{color: #398EBD;}



.forum .head .title {float:left;color:#398EBD;}
.forum .date {float:left;color:#555555;}
.forum .head .react a {float:right; color:#398EBD;}
.forum .text {font-size: 1.1em;}
.forum .reaction a {float:left;color:#555555;}
/***********************************************************************/



/*------------------------------ DISCUSSION ---------------------------*/	



.discussion {padding: 8px 0 0 0}
.reactOne {margin: 8px 0 0 50px;}
.reactTwo {margin: 8px 0 0 100px;}

.discussion .head {width:100%;}
.discussion .head .title {float:left;}
.discussion .head .date {float:left; margin: 0 0 0 30px;}
.discussion .head .react {float:right;}
.discussion .text {padding: 0 0 8px 0}

/***********************************************************************/

/*----------------------------- Button send ---------------------------*/
.buttonsend {
	width:68px;
	height:26px;
	padding:4px 0;
	margin:5px 0;
	text-transform:uppercase;
	color:#FFFFFF;
	background-color:#398EBD;
	border-color:#396B86;
	cursor:pointer;
	font-weight:bold;
}

/***********************************************************************/

/*------------------------------ Inzercia ----------------------------*/
.advertising {
  margin-bottom: 16px;
  text-align: left;
}
.advert-link {
  margin: 0; 
  padding: 0; 
  border: 0; 
  font-weight: inherit; 
  font-style: inherit; 
  font-size: 100%;
  font-family: Georgia,Times,Serif;
  line-height: 100%;	
  font-size: 1.5em;
  color: #398EBD;
}

/***********************************************************************/

/*---------------------- Munipolis Mobilny rozhlas --------------------*/
.munipolis-iframe {
  margin: 0;
  margin-bottom: 20px;
  border-style: solid;
  border-color: #AABBCC;
  border-width: 1px;
}

/***********************************************************************/
