

* {
/*	border: 1px red solid; */
}



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background-color: #000;
	color: #333;
	text-align: center;

	}

#page {
	background-color: white;
	border: 0px solid #959596;
	text-align: left;

	}

#header {
	background-color: #73a0c5;
	}


/*- Main Menu in Header */

#themenu {
	padding: 0px;
	height: auto;
	float: right;
	width: 760px;
	background: #7AA3CD;
	display: table;
	color: #aaaaaa;
	

}

ul.menu {
	text-align: left;
	font-size: 11px;
	padding: 0px;
	margin: 0 0 0 15px;
        }

ul.menu li {
        display: inline;
        margin: 0;
        }

ul.menu li.reg {
        display: inline;
        margin: 0;
		clear: left;
        }

ul.menu,
ul.menu li a {
        padding: 5px 15px 6px;
        }

ul.menu li a {
        font: 1.4em Arial, Sans-Serif;
        text-transform: lowercase;
        color: white;
		background: #7AA3CD;
        margin: 0;
		font-weight: bold;
        }

ul.menu li a:hover {
        background: #000;
        color: #eee !important;
        text-decoration: none;
        }

ul.menu li.current-cat a,
ul.menu li.current-cat a:hover {
        color: #333 !important;
        background: white;
        text-decoration: none;
        }



#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}


.narrowcolumn .entry,
.widecolumn .entry {
	line-height: 1.6em;
	margin: 0px 0 0 0;
	}

.narrowcolumn .entry p,
.widecolumn .entry p {
	margin: 7px 0 0 0;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: right;
	margin: 0 0 25px 0;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #eee;


	}

small {
	font-family: Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.9em;
	letter-spacing: 1px;

	}

h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	}

h1 {
	font-size: 3em;
	text-align: center;
	}

	.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.5em;
	}

h2.pagetitle {
	font-size: 1.2em;
	float: left;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
    text-align: left;
    margin-left: 45px;
	}

/h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;

	}

#content div.post h2 a {
	padding: 3px 5px 3px 5px;
	color: #fff;
    background-color: #7AA3CD;
	display: block; /**/

}

#content div.post h2 a:hover {
    background-color: #000;
	padding: 3px 5px 3px 5px;


}

#content div.post h2.akcie a {
    background-color: red;

}

#content div.post h2.akcie a:hover {
    background-color: #000;
}

/*
.entry p a:visited {
	color: #b85b5a;
	}
*/
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}





small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #000;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #7AA3CD;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: none;
	font-style: none;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: #fff;
	margin: 20px auto 20px auto;
	padding: 0;
	width: 760px;
	border-bottom: 20px solid #000;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: auto;
	width: 100%;
	background-color: #73a0c5;
    border-bottom: 5px black solid;

	}

#headerimg {
	margin: 0;
	height: auto;
	width: 100%;
        text-align: left;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.post {
	margin: 0 0 0 0;
	text-align: left;
	border-top: 0px #000 solid;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	border-top: 5px #000 solid;
	border-botom: 20px #000 solid;
	width: 760px;
	clear: both;
	background: #000;

	}

#footer p {
	margin: 0;
	padding: 20px 20px 20px 0;
	text-align: right;
	color: #000000;
	font-size: 1.2em;	
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 40px;
	margin: 0;
	}

.description {
        text-align: left;
        margin-left: 115px;
	}

h2 {
	margin: 3px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	float: right;
	width: 450px;
}



h3 {
	padding: 0;
	margin: 30px 0 0;
	font-weight: bold;
	font-size: 1.2em;
	}	

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	width: auto;
	margin: 0 0px 10px 0;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 5px 10px 10px;
	display: inline;
	}

.alignright {
	text-align: left;
	display: inline;
	width: auto;
	margin: 0px 0px 10px 0px;
	}

.post .alignright {
	padding-top: 7px;
	text-align: left;
	display: block;
}

.commentalignright {
	text-align: right;
	display: table;
	width: auto;
	clear:  both;
	margin: 3px 0 0 0;
	float: right;
	}

.alignleft {
	text-align: right;
	display: inline;
	width: auto;
	float: left;
	clear: left;
}

.alignright img {
	text-align: right;
	display: table;
	width: auto;
	float: right;
	clear: right;
}
	
.alignlefttext {
	text-align: left;
	float: left;
	width: auto;		
	margin: 10px 20px 10px 0;
	clear: left;
	}
	
.alignleft img {
	width: auto;		
	margin: 0 12px 10px 0px;
	display: table;
	}

#sidebar p.pagenav img {
	text-align: left;
	width: auto;		
	margin: 0 0px 0 0;
	}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	text-align: right;
	}


/* Begin Sidebar */

#sidebar
{
	padding: 0px 0 10px 0;
	margin-left: 545px;
	width: 180px;
	}


#sidebar h2 {
	font-family: Arial, Sans-Serif;
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
	}

#sidebar div.pagenav {
	font-family: Arial, Sans-Serif;
	margin: 20px 0 0 0;
/*	border: 1px green dashed; */
	width: 180px;
	}


#sidebar div.pagenavevents a {	
        font: 1.0em Arial, Sans-Serif;
        color: red;
        margin: 0;
        }

#sidebar div.pagenavevents a:hover {
        color: black;
        text-decoration: none;
        }

#sidebar div.pagenav p.pagenav, div.pagenavevents p.pagenav {
	font-family: Arial, Sans-Serif;
	font-size: 1.4em;
	margin: 5px 0 0px 0;
/*	border: 1px green solid; */
	width: 180px;
	}

#sidebar div.pagenav div.pagenavchild p {
	font-family: Arial, Sans-Serif;
	font-size: 1.4em;
	margin-left: 10px;
/*	border: 1px blue solid; */
	}


#sidebar form {
	margin: 0;
	}


/* not used */

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* End Sidebar */




/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px 0 10px 0;
	padding: 0; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 172px;
	padding: 2px;
	margin: 10px auto 10px auto;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.narrowcolumn .comment {
	clear: left;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.pagenav h3 {
	margin: 20px 0 3px 3px;
	padding: 0;
	display: block;
	float: left;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */






/* Begin Calendar */



#wp-calendar {
	font: normal 1.4em Arial, Sans-Serif;
	empty-cells: show;
	margin: 10px 0 0 0;
	width: 155px;
	text-align: left;
	}

#wp-calendar caption {
	padding-left: 7px;
	text-align: left;
	width: 100%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	text-decoration: none;
	display: block;

	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td {
	padding: 3px 0;

	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	text-align: right;
	display: block;
	}

blockquote {
	margin: 15px 30px 0 0px;
	padding-left: 15px;
	border-left: 5px solid #ddd; /**/
	background: url("http://bmx.localhost.sk/wp-content/themes/default_sk/images/quote.gif") no-repeat left top; border: none; }
	display: block;
	width: 500px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: table;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 450px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, giv