/*  
Theme Name: JMV
Theme URI: http://www.zmm.sk
Description: Theme for JMV
Version: 1.0
Author: PKdesign, el Jefe Steve & .dan
Author URI: http://www.zmm.sk
Tags: white, blue, widget-ready
*/



body {
	margin-top: 10px;
	padding: 0;
	background:#FFF;
	text-align: justify;
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
}

p {
  line-height: 1.2em;
}

address {
  line-height: 1.2em;
}

h1, h2, h3 h4 {
	margin-top: 0;
	color: #448ccb;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
  font-size: 1em;
}

blockquote {
  padding-left: 10px;
}

ul {
  line-height:1.2em;
  font-size: 1em;
  color: #666;
}

li {
  line-height:1.2em;
  font-size: 1em;
  color: #666;
}

a {
	text-decoration: none;
	color:#448ccb;
}

a :hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img .alignleft {
	float: left;
	margin: 0 20px 0 0;
}

img .alignright {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 988px;
	margin: 0 auto;
	height: 310px;
}

/* Header */

#banner {
	position:relative;
	margin:0px;
	float:left;
	width:60px;
	height:250px;
  z-index:0;	
}

#language {
	position:relative;
	left:835px;
	top:5px;
	margin:0px;
	float:left;
	width:60px;
	height:250px;
	z-index:1;	
}

#language ul ul li :hover{
  opacity:0.7;
  filter:alpha(opacity=70);
}

#logo {
	background:url(images/banner_bg.png) repeat-y left top;	
	width: 988px;
	height: 270px;
	margin: 0 auto;
	padding-left: 5px;
	z-index: -1;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #fdafda;
}

#logo p {
	text-transform: uppercase;
	padding: 47px 0 0 3px;
	font-size: 10px;
	color: #110E0F;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #000;
}

#menu {
	width:988px;
	margin: 0 0px;
	padding: 0px;
	height: 45px;
	background:url('images/menu.png');
	text-align:left;
	z-index:1000;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:720px; height:40px; z-index:2; font-family:arial, sans-serif; padding:5px 10px 0px 10px; float:left; z-index:2;}
/* remove all the bullets, borders and padding from the default list styling */

.menu ul {padding:0px 0px 8px 0px;margin:0;list-style-type:none; z-index:3;}
/*.menu .opacity {opacity:0.7; filter:alpha(opacity=70);} */
.menu ul ul {width:auto;opacity:0.8; filter:alpha(opacity=80);}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:auto;position:relative; border-bottom:1px solid #333; }
.menu .opacity {background:transparent; color:#fff;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#000; width:auto; height:40px; background:url('images/menu_item.png'); padding:0px 10px 0px 10px; line-height:40px; font-weight:bold; border-right:1px white solid; border-left:1px #dedede solid;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url('images/grey_arrow.gif') no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#000 url('images/blue_arrow.gif') no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#000 url('images/blue_arrow.gif') no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#000;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#000;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:40px;left:0; width:auto; }


/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse; vertical-align:left;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#000; color:#fff; height:auto; line-height:1.3em; padding:2px 10px; width:128px;border-width:1px 1px 1px 1px;}

/* style the top level hover */
.menu a:hover {color:#000; background:url('images/menu_hover.png');}
.menu ul ul a:hover{color:#fff; background:#000; text-decoration:underline;}
.menu :hover > a {color:#000; background:url('images/menu_hover.png');}
.menu ul ul :hover > a {color:#fff; background:#000;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; background:transparent}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden; }
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible; opacity:1; filter:alpha(opacity=100); margin-left:140px;}
.menu ul :hover ul :hover ul ul { visibility:hidden;}
.menu ul :hover ul :hover ul :hover ul { visibility:visible; opacity:1; filter:alpha(opacity=100);}
.menu ul :hover ul :hover ul :hover ul ul { visibility:hidden;}
.menu ul :hover ul :hover ul :hover ul :hover ul  { visibility:visible; opacity:1; filter:alpha(opacity=100);}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 988px;
	margin: 0 auto;
	padding: 0px;
	background:#fff repeat-y left top;
}

#page-bg {
	width: 988px;
	margin:0px;
	background:url(images/page_bg.png) repeat-y top left;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 480px;
	padding: 30px 20px 0px 20px;
	background:#fff;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 10px 0 4px 20px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #448ccb;
}

.title a:hover {
	text-decoration:underline;
}

.byline {
	border-bottom: 1px #BBBBBB dashed;
	margin: -10px 20px 20px 20px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 20px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
  text-decoration:underline;
}

/* Sidebars */

#sidebar1 {
	float: left;
	background:url(images/page_bg_left.png) repeat-y top left;
}

#sidebar2 {
	float: right;
	background:url(images/page_bg_right.png) repeat-y top right;
}
/*
.sidebar {
	float: left;
	width: 200px;
	padding: 20px 10px 5px 10px;
	font-size: 12px;
}

.sidebar ul {
	margin: 0;
	padding: 0px 0px 5px 0px;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
	background: url(images/widget.png) no-repeat top right;
	border-bottom:#ddd 1px solid;
	border-left:#ddd 1px solid;
	border-right:#ddd 1px solid;
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 0px 0px;
}


.sidebar li h2 {
	height: 30px;
	margin: 0 0 0 0;
	padding: 10px 15px 0px 15px;
	background: url(images/widget_header.png) repeat-x top right;
	letter-spacing: -1px;
	font-size: 16px;
	color:#448ccb;
	text-align:center;
}

.sidebar a:hover {
	text-decoration:underline;
}*/

.widget {
	float: left;
	width: 200px;
	padding: 20px 10px 5px 10px;
	font-size: 12px;
}

.widget ul {
	margin: 0;
	padding: 0px 0px 5px 0px;
	list-style: none;
}

.widget li {
	padding: 0 0 20px 0;
}

.widget li ul {
	background: url(images/widget.png) repeat-x top left;
	border-bottom:#ddd 1px solid;
	border-left:#ddd 1px solid;
	border-right:#ddd 1px solid;
}

.widget li li {
	margin: 0 20px 0 15px;
	padding: 0px 0px;
}


.widget li h2 {
	height: 30px;
	margin: 0 0 0 0;
	padding: 10px 15px 0px 15px;
	background: url(images/widget_header.png) repeat-x top right;
	letter-spacing: -1px;
	font-size: 16px;
	color:#448ccb;
	text-align:center;
}

.widget a:hover {
	text-decoration:underline;
}

/* Search */

#search ul {
	list-style-type:none;	
}

#searchform {
	margin: 0;
	padding: 13px 0px 0px 0px;
	height:24px;
	vertical-align:bottom;
}

#search input {
  vertical-align:middle;
}

#sbtn {
	background:url(images/search_button.png);
	color:#FFF;
	width:59px;
	height:24px;
	border:none;
	font-size: 11px;
	margin:0px
}

#searchform a :hover {
	opacity:0.7;
  filter:(alpha=70);;
}

/*#sbtn :hover {
	background:url(images/search_button_hover.png);	
}*/

#s {
	margin: 0;
	padding: 2px 5px;
	width: 147px;
	height: 20px;
	border: none;
	background: url(images/search.png);
	font-size: 11px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

/* Calendar */

#calendar_wrap {
	padding: 0 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	width: 988px;
	height: 44px;
	margin: 0 auto;
	line-height:40px;
	padding: 0px 0px 0px 0px;
	background: url('images/footer.png');
	color: #000;
}

#footer p {
	margin: 0;
	padding: 0px 20px 0 20px;
	line-height:40px;
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	color:#448ccb;
}

#footer a :hover {
	color: #448ccb;
	text-decoration:underline;
}

#footer .link {
	float: right;
}

#footer .private_policy {
	float: left;
}

#footer .copyright {
	float: left;
}

#commentform {
	margin: 0;
	padding-left: 20px;
}

#comment {
	margin: 0;
	width: 400px;
}

.comment_time {
  color:#999;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	padding-left: 20px;
	padding-top: 50px;
}

.navigation {
	padding: 20px 20px;
}

.pagetitle {
	padding-bottom: 20px;
}

#tag_cloud {
	display: block;
	margin: 20px;
	padding-top: 20px;
}

#tag_cloud h2 {
	margin: 0 -20px;
}

#comments {
	padding-left: 20px;
}

hr {
	display: none;
}

.pagetitle {
	padding-left: 20px;
}

#commentform {
	padding-left: 20px;
}

.commentlist {
	padding-left: 40px;
}

.language {
	float: left;
	width: 200px;
	padding: 20px 0px 0px 20px;
	font-size: 12px;
}

.language ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.language li {
	padding: 0 0 20px 0;
}

.language li ul {
}

.language li li {
	margin: 0 20px 0 15px;
	padding: 0px 0px;
}


.language li h2 {
	height: 30px;
	margin: 0 0 0 0;
	padding: 10px 15px 0px 15px;
	background: url(images/widget_header.png) repeat-x top right;
	letter-spacing: -1px;
	font-size: 16px;
	color:#448ccb;
	text-align:center;
	display:none;
}

.widget {
	width:200px;
}

#rss a:hover {
  text-decoration:none;
  color: #555;
  vertical-align:center;
}

#rss {
  vertical-align:center;
}

#rss img {
  vertical-align:middle;
}

#rss a {
  color:#000;
}

#rss a :hover {
  opacity:0.7;
  filter:alpha(opacity=70);
  text-decoration:underline;
}

#donation_body {
  background: url(images/widget.png) repeat-x top left;
	border-bottom:#ddd 1px solid;
	border-left:#ddd 1px solid;
	border-right:#ddd 1px solid;
	margin:0;
	padding:0;
}

.img_border {
  padding:2px;
  border:1px solid #ccc;
  margin:3px;
}

.css_form_submit {
  background:url(images/submit_bg.png) repeat-x;
  border:1px solid #999;
}

.css_form_submit :hover {
  background:url(images/submit_bg.png) repeat-x;
  border:1px solid #000;
}
