/* ELEMENTS */

* {
margin:0;
padding:0;
}

body {
padding-top:0 !important;
background:#222222 url(../images/bg.png) no-repeat fixed 0 0;
background-position:0 0;
}

ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

a {
color:#078990;
text-decoration:none;
cursor:pointer;
}

a:hover {
text-decoration:underline;
}

/* LAYOUT */

#container {
margin:1em auto 1em 200px;
position:relative;
text-align:left;
width:764px;
z-index:1;

color: #545454;
font-family:'Lucida Grande',sans-serif;
font-size:0.75em;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
cursor:default;
}

#content {
margin-top: 70px;

-moz-border-radius-bottomright:5px;
-moz-border-radius-topright:5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-bottom-right-radius: 5px 5px;
border-top-right-radius: 5px 5px;

background-color:#1C1C1C;
}


/* LEFT Column */

#content-left {
float:left;
width:544px;

min-height: 400px;

-moz-border-radius-bottomleft:5px;
-moz-border-radius-topleft:5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-bottom-left-radius: 5px 5px;
border-top-left-radius: 5px 5px;

background-color:#FFFFFF;
padding:10px;
}

#header {
background-color:#F6F6F6;
border:1px solid #EEEEEE;
margin-bottom:15px;
padding:7px 10px;
text-align:right;
}

#header h1 {
	text-shadow: #CCC 2px 2px 2px;
}

#flashes {
	clear: both;
	float: none;
	margin: 0 5px 10px;
	position: relative;
}

div.blog_post {
	border-bottom: 1px solid #EEEEEE;
	padding: 0 5px 10px 5px;
	margin-bottom: 10px;
}

div.blog_post h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 18px;
	text-shadow: #CCC 1px 1px 1px;
}

div.blog_post p.perex {
	line-height: 18px;
	margin-bottom: 5px;
}

div.blog_post p {
	margin-bottom: 1em;
}

div.blog_post ul {
	list-style-position:inside;
	list-style-type:disc;
}

div.page_content {
	padding: 0 5px 10px 5px;
}

div.page_content p {
	text-align: left;
	line-height: 16px;
	margin-bottom: 1em;
}

div.page_content ul {
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom: 1em;
}

div.page_content ol {
	list-style-position:inside;
	margin-bottom: 1em;
}

p.meta {
	font-size: 80% !important;
}

#comments {
	margin-top: 2em;
	padding: 0 5px 10px 5px;
}

#comments h3 {
	margin-bottom: 1em;
	text-shadow: #CCC 2px 2px 2px;
}

div.comment {
	border-bottom: 1px solid #EEEEEE;
	padding: 0 5px 10px 5px;
	margin-bottom: 10px;
}

#comment_form {
	background-color:#F6F6F6;
	border:1px solid #EEEEEE;
	padding:1em;
}

/* RIGHT Column */

#content-right {
float:right;
width:199px;
border-left:1px solid #181A1E;
line-height:1.2;
padding-top:10px;
padding-bottom: 10px;
}

#profile h3 {
color:#078990;
margin-bottom: 3px;
}

#profile ul {
padding:0;
}

#profile ul li {
padding-bottom:3px;
}

.about .label {
font-weight:bold;
}

ul.sidebar-menu li {
padding-top:1px;
}

ul.sidebar-menu li.active a, 
ul.sidebar-menu li a:hover {
background-color:#343434;
text-decoration: none;
}

ul.sidebar-menu li.active a {
font-weight:bold;
color:#666666;
}

ul.sidebar-menu li a {
background-image:none;
clear:both;
cursor:pointer !important;
display:block;
margin-right:-1px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
padding:0.5em 0 0.3em 14px;
}

div.collapsible {
	border-top: 1px solid #191a1d;
}

div.collapsible h3 {
	font-size: 1.05em;
	font-weight:normal;
	padding:0.2em 14px 0.2em 14px;
	margin-right: 10px;
	margin-top: 3px;
	line-height:1.2;
	color:#666666;
	cursor: pointer;
}

div.expanded h3 {
	background: transparent url(../images/toggle_up_light.png) no-repeat scroll right center !important;
}

div.collapsed h3 {
	background: transparent url(../images/toggle_down_light.png) no-repeat scroll right center !important;
}

/* FOOTER */

#footer {
margin-top:10px;
padding:5px 10px;
background-color:#EAEAEA;
color:#767676;
text-shadow:0 -1px 0px #FFF;
}

/* SPECIAL CLASSES */

.round {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border-bottom-left-radius: 5px 5px;
border-top-left-radius: 5px 5px;
border-bottom-right-radius: 5px 5px;
border-top-right-radius: 5px 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}

.clearer {
clear: both;
}

.wrapper {
padding:5px 10px 15px;
}


/************ info boxy ~ flash zpravy ******************/
.flash, .info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 5px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    /*font-family:Arial, Helvetica, sans-serif;*/ 
    font-size: 13px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 5px;
	opacity: 0.9;
	border: none !important;

}
.info {
    color: #00529B;
    background-color: #C6DBFF;
    background-image: url('../images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../images/warning.png');
}

/* VisualPaginator component */
.paginator {
	margin: 2em 0 1em 0;
	padding: 0.5em 1em;
	font-size: 90%;
	text-align:right;
	background-color:#F6F6F6;
	border:1px solid #EEEEEE;
}
.paginator a, .paginator span {
	margin-right: 0.1em;
	padding: 0.2em 0.5em;
	color: #999999;
}
.paginator a {
	text-decoration: none;
	color: #078990;
}
.paginator .current {
	background: #656565;
	color: #F6F6F6;
	font-weight: bold;
}