/**
 * @subpackage  Cirrus Green v1.4 HM02J1.7
 * @author      SSN (www.hurricanemedia.net)
 * @date        2011-11-10
 * @package     Joomla
 * @copyright   Copyright (C) 2010 - 2011 Hurricane Media ApS. All rights reserved.
 * @license    GNU General Public License version 2 or later; see LICENSE.txt
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
    
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 
caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
} 
table {
	border-collapse: collapse;
	border-spacing: 0;
}
    


/**  General **/

iframe {
        min-width: 100%; 
        width: 100px;
        *width: 100%; 
    }

html {
	overflow-y: scroll;
}

html, body {
	height: 100%;
}

body {
	text-align: left;
	font-family: 'Droid Sans', sans-serif, Helvetica, Arial;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #555555;
	background-color: #000;
}

a {
	color: #90c140;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

img {
	border-style: none;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}


p {
	line-height:1.6em;
	margin:8px 0;
}

h1 {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	color: #90c140;
	font-size: 22px;
	line-height:1.15em;
	margin-bottom: 12px;
}

h1 a {
	color: #90c140;
	text-decoration: none;
}

h1 a:hover {
	color: #000000;
	text-decoration: none;
}


h2 {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 18px;
	line-height:1.15em;
	margin-bottom: 10px;	
}

h2 a {
	color: #000000;
	text-decoration: none;
}

h2 a:hover {
	color: #90c140;
	text-decoration: none;
}

h3 {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 18px;
	line-height:1.15em;
	margin-bottom: 6px;
}

h3 a {
	color: #000000;
	text-decoration: none;
}

h3 a:hover {
	color: #90c140;
	text-decoration: none;
}

.moduletable h3 {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 18px;
	margin-bottom: 6px;
}

h4 {
	font-family: 'Droid Sans', sans-serif, Helvetica, Arial;
	font-weight: 600;
	color: #000000;
	font-size: 14px;
}

h5 {
	font-family: 'Droid Sans', sans-serif, Helvetica, Arial;
	font-weight: 300;
	color: #000000;
	font-size: 14px;
}

h6 {
	font-family: 'Droid Sans', sans-serif, Helvetica, Arial;
	font-weight: 600;
	font-size: 13px;
}


ul, ol {
	list-style-position: outside;
	list-style-type: square;
	padding-left: 30px;
	margin-top: 6px;
	margin-bottom: 6px;
}

hr {
	border: 0;
	color: rgb(226,226,226);
	background-color: rgb(226,226,226);
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.tip {
	font-size:0.9em;
	text-align:left;
	line-height: 1.2em;
	padding:3px;
	max-width:400px
}

.tip-title {
	font-weight:bold;
}

#wrapper {
	display: block;
	padding: 0;
	/*min-height: 100%;*/
	height: auto !important;
	height: 100%;
	margin: 0 auto -4.6em;
}

#push {
	height: 4.6em;
}




/** Header **/

#header_wrap {
	background-color: #1d1d1d;
	min-width: 960px;
}


#header {
	width: 900px;
	margin: auto;
	min-height: 371px;
	margin-bottom: -1px; /* iPhone/iPad fix */
	overflow: auto;
	/*background-image:url(../images/OC_8.jpg);*/
    /*background-image:url(../images/logo_new1.JPG);*/
    /*background-image:url(../images/logo_new2.JPG);*/
    background-image:url(../images/M-CARAVAN-Stranka-web.jpg);
	background-repeat:no-repeat;
}

#auto
{
  position:relative;
  background:url(../images/auto.png) no-repeat;
  margin-top:-80px;
  margin-left:520px;
  height:65px;
}

#logo {
	float: left;
	font-family: 'Droid Sans', sans-serif; font-weight: 700;
	font-size: 3.0em;
	line-height: 1em;
	letter-spacing: -0.03em;
	color: #e7752c;
	padding-top: 20px;
	padding-bottom: 14px;
	margin: 0px;
}

#logo a {
	text-decoration: none;
	color: #90c140;
  margin-left:  20px;
}

#logo a:hover {
	text-decoration: none;
	color: #90c140;
}

#logo div.sitedescription {
	font-family: 'Droid Sans', sans-serif, Helvetica, Arial;
	font-size: 0.5em;
	letter-spacing: 0;
	color: #fff;
	padding-left: 210px;
  margin-top:  0.2em;
}

#topnav_wrap {
	background-color: #000;
	overflow: auto;
	min-width: 960px;
}


#topnav {
	width: 900px;
	margin: auto;
	font-size: 0.87em;
}

#topnav a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

#topnav a:hover {
	color: #90c140;
	text-decoration: underline;
}

#topnav h3 {
	display: none;
}

#topnav ul.menu {
	float: right;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: -11px;
}

#topnav ul.menu li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #525252;
}

#topnav ul.menu li:first-child {
	border: 0;
}


#search {
	clear: right;
	float:right;
	margin-top: 56px;
	margin-right: 0px;
}

#mod-search-searchword { 
	background-image:url(../images/search.png);
	background-repeat:no-repeat;
	background-position: right;
	padding: 6px;
	width: 80%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 1px solid #c3c3c3;
	outline: none;
}

#search #mod-search-searchword {  /* for position-0 */
	width: 180px;
	padding-right: 24px;
}



/** Topmenu (added multi-level support v1.1) **/

#topmenu_wrap {
	overflow: auto;
	min-width: 960px;
	
	/* --- Gradient --- */
    /* Opera */
    background: #151515;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #151515, #282828);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#151515), to(#282828));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#151515', EndColorStr='#282828', GradientType=0);
}

#topmenu {
	width: 901px;
	margin: auto;
	padding-left: 0px;
	font-family: 'Droid Sans', sans-serif; font-weight: 400;
	font-size: 1.1em;
	color: #969696;
}

#topmenu ul { 
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#topmenu a {
	display: block;
	color: #969696;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 19px;
	padding-left: 17px;
	padding-right: 17px;
	text-decoration:none;
	text-transform: uppercase;
}

#topmenu a:hover,
#topmenu li.active a {
	color: #fff;
	text-decoration: none;
	background-color: #90c140;
}


#topmenu li:first-child { 
	border-left: 1px solid #3c3c3c;
}

#topmenu li { 
	float: left;
	border-right: 1px solid #3c3c3c;
}



/** Content/Menu Wrap **/

#content-menu_wrap_bg {
	background-color: #fafafa;
	overflow: auto;
	min-height: 400px;
	margin-bottom: -1px; /* iPhone/iPad fix */
	min-width: 960px;
}

#content-menu_wrap {
	width: 900px;
	margin: auto;
}




/** Content **/

#content-w1 {  /** left and right menu visible **/
	width: 456px;
	float: left;
	padding-top: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}

#content-w2 {  /** left or right menu visible **/
	width: 678px;
	float: left;
	padding-top: 20px;
	overflow: hidden;	
	margin-bottom: 30px;
}

#content-w3 {  /** no menu visible **/
	width: 911px;
	float: left;
	padding: 20px 0px 30px 0px;
	overflow: hidden;
	margin-bottom: 30px;
}

#content-w1 h3,
#content-w2 h3,
#content-w3 h3 {
	margin-top: 20px;
}

#content-top {
	margin-bottom: 18px;
}

ul.actions {
	margin: 0;
	padding: 0;
	margin-top: -6px;
	margin-bottom: -2px;
	list-style-type: none;
	text-align: right;
}

li.print-icon,
li.email-icon,
li.edit-icon {
	display: inline;
	margin-right: 2px;
}

li.print-icon a,
li.email-icon a,
li.edit-icon a {
	text-decoration: none;
}

dl.article-info {
	clear: both;
	margin-left: 0;
	padding: 0px;
	font-size: 0.86em;
	line-height: 1.3em;
}

.article-info dd, .article-info dd {
	margin-left: 0;
}

.article-info-term {
	display:none
}

.categories-list ul {
	list-style-type: none;
	padding-left: 0;
	padding-left: 5px;
	margin-top: 8px;
}

.categories-list ul li {
	list-style-type: none;
	padding-left: 5px;
}

.categories-list dl dt, .categories-list dl dd {
	display: inline;
}

.image-left {
	float: left;
	margin-top: 0pt;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 0pt;
}

.category-desc p img {
	float: left;
	margin-top: 0pt;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0pt;	
}

.first ul {
	padding-left: 15px;
	padding: 5px;
	
}

.first ul li {
	padding-bottom: 8px;
	padding: 5px;

}

.last ul {
	padding-left: 15px;
	
}

.last ul li {
	padding-top: 10px;
}


.cat-children ul {
	list-style-type: none;
	margin-top: 10px;
	padding-left: 0px;
}

ul#archive-items {
	list-style-type: none;
	margin-top: 10px;
	padding-left: 0px;	
}

.intro ul {
	margin-top: 10px;
	margin-bottom: 20px;
}

fieldset.filters {
	border:solid 0px #ddd;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 2px;
}

legend.hidelabeltxt {
	display: none;
}

.items-leading {
	margin-bottom: 20px;
}

.newsfeed ol li {
	margin-top: 10px;
}

.newsfeed ol li img {
	margin-top: -10px;
}

#article-index {
	width:25%;
	float:right;
	border:solid 1px #eee;
	padding:10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background:#f9faf9
}

#article-index h3 {
	font-size:1em;
}

#article-index ul {
	list-style-type:disc;
	padding-left: 1.4em;
	color:#666;
}

.pagenavcounter {
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
}







/** Tables **/
table {
	border-collapse:collapse
}


table.weblinks,
table.category {
	margin:10px 10px 20px 0px;
	width:100%;
}

table.weblinks td,
table.category td {
	border-collapse:collapse;
	padding:7px;
}

table.weblinks th,
table.category th {
	padding:7px;
	text-align:left
}

td.num {
	vertical-align:top;
	text-align:left;
}

td.hits {
	vertical-align:top;
	text-align:center
}

td p {
	margin:0;
	line-height:1.3em
}

.display-limit,
.filter {
	text-align:right;

}

tr.cat-list-row1 {
	background-color: rgb(242,242,242);
}

table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th {
	background: #000000;
}

table.weblinks th a,
table.newsfeeds th a,
table.category th a,
table.jlist-table th a,
table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th {
	color:#fff
}

table.category th a img {
	border:solid 0px ;
	display: none;
}

table.category th a:hover {
	color: #90c140;
}

table.moduletable td,
table.moduletable tr {
	border:0;
}

  






/** Footer **/

#footer_wrap {
	background-color: #fafafa;
	padding-bottom: 20px;
	min-width: 960px;
}

#footer {
	clear: both;
	width: 900px;
	margin: auto;
	padding-top: 26px;
	background-color: #fafafa;
}

#footer div.custom hr {
	border: 0;
	color: rgb(226,226,226);
	background-color: rgb(226,226,226);
	height: 1px
}

#copyright {
	clear: both;
	margin: auto;
	margin-top: 20px;
	padding-top: 8px;
	border-top: 1px solid #000;
	font-size: 0.86em;
	text-align: center;
	color: #515151;
	background-color: #1d1d1d;
	margin-bottom: -1px; /* iPhone/iPad fix */
	min-width: 960px;
}

#copyright a {
	color: #515151;
	text-decoration: none;
}

#copyright a:hover {
	color: #515151;
	text-decoration: none;
}

#copyright img {
	border-style: none;	
}

#copyright div.cp2 {
	text-align: left;
}
