/* ------------------------------------------------------------------ */
/* --- [info] ------------------------------------------------------- *

 * templeate: default
 * author: voi
 * date: 2009.06.09
 * colors:
   #dasffg - red
   #dasffg - green
   #dasffg - black

 * ------------------------------------------------------------------ */
* {
	margin:0;
	padding:0;
}
html, body {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight:normal;
}
img {
	border: none;
}

/* ------------------------------------------------------------------ */
/* --- Links -------------------------------------------------------- */
/* ------------------------------------------------------------------ */
a:link, a:visited, a:active {
	color:#666666;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
/* ------------------------------------------------------------------ */
/* --- [image links] ------------------------------------------------ */
/* ------------------------------------------------------------------ */
a:link img, a:visited img, a:active img {
	border: none;
}
a:hover img {
	border: none;
}

/* --- [Images] ----------------------------------------------------- */

/*img.img {
	float:left;
	margin: 0 0px 10px 10px;
}*/

/* ------------------------------------------------------------------ */
/* --- Typography --------------------------------------------------- */
/* ------------------------------------------------------------------ */
h1 {
	font-size: 3em;
	line-height: 1em;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-size:2.4em;
	line-height: 1em;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -1px;
}
h3 {
	font-size:2em;
	line-height: 1em;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -1px;
}
h4 {
	font-size:1.6em;
	line-height: 1em;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -1px;
}
h5 {
	font-size:1.4em;
	line-height: 1em;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -1px;
}
h6 {
	font-size:1.2em;
	line-height: 1em;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: normal;
}

p {
	font-size: 1em;
	line-height: 1.8em;
	margin: 0 0 1em 5px;
}

blockquote, .pastaba {
	color: #333333;
	border-left: 4px solid #353535;
	line-height: 1.8em;
	padding-left: 1em;
	margin: 0 0 1em 0;
}
.hr {
	background-image: url(../images/hr.gif);
	background-repeat: repeat-x;
	background-position: center;
	border: none;
	margin:1em 0; padding:0;
	display: block;
	height: 1px;
	background-color: transparent;
}
fieldset {
	border: 1px solid #353535;
	padding: 1em;
	margin: 1em 0;

}
legend {
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
	padding: 5px 15px;
	margin: 0;
}
label {
	cursor: pointer;
}

pre {
	font-family: "Courier New", Courier, monospace;
	border: 1px dashed #353535;
	overflow: auto;
	width: 400px; /* content width */
}


/* ------------------------------------------------------------------ */
/* --- Lists -------------------------------------------------------- */
/* ------------------------------------------------------------------ */
ul, ol, dl {
	padding: 0px;
	margin: 1em;
	list-style-position: outside;
}

ul {
	list-style-image: none;
	list-style-type: none;
}

dl {
	list-style-image: none;
	list-style-type: none;
}

ol {
	list-style-image: none;
}

ul li {
	margin-left: 1em;
	padding-left: 1em;
	white-space: normal;
	line-height: 1.8em;
}

ul li ul {
	margin: 0;
}
ul li ul li {

}

dl dt {
	text-decoration: underline;
}

dl dd {
	margin-left: 1em;
	padding-left: 1em;
	line-height: 1.8em;
}

ol li {
	margin-left: 1em;
	padding-left: 1em;
	line-height: 1.8em;
}
ol li ol {
	margin: 0;
}
ol li ol li {
	list-style-type: lower-alpha;
	margin-left: 1em;
}

.important {
	color: #bc1e1e;
	font-weight: bold;
	font-size: inherit;
}

.error-msg {
	background-color: #bc1e1e; /* red */
	color: #FFFFFF;
	padding: 1em;
	margin: 0 0 1em 0;
}
.good-msg {
	background-color: #83B933; /* green */
	color: #FFFFFF;
	padding: 1em;
	margin: 0 0 1em 0;
}
.soso-msg {
	background-color: #35BAE3; /* blue */
	color: #FFFFFF;
	padding: 1em;
	margin: 0 0 1em 0;
}

/* ------------------------------------------------------------------ */
/* --- Meniu [] ----------------------------------------------------- */
/* ------------------------------------------------------------------ */
#menu {padding:16px 0 0 0; font-family: eurofurence;}
#menu ul.menu, #menu #m2 ul {
	margin:0; padding:0;
}

#menu #m1 {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 20px;
	width: 120px;
	float: left;
}

#menu #m2 {
	font-size: 14px;
	line-height: 20px;
	width: 818px;
	float: left;
}
#menu #m2 ul {
	margin:0; padding:22px 0 0 0;
	background-repeat: no-repeat;
}
#menu #m2 ul li {
	font-size: 16px;
	color: #b3b3b3;
	text-transform: uppercase;
	margin:0 0 0 8px; 
	padding:0;
	background-image: none;
	line-height: 20px;
	float: left;
}
#menu #m2 ul li a {
/*	background-image: url(../images/smenu-li.gif);*/
	background-repeat: no-repeat;
	background-position: right;
	color: #b3b3b3;
}

#menu ul.menu li {
	font-size: 18px;
	text-transform: uppercase;
	margin:0; 
	padding:0;
	background-image: none;
	line-height: 18px;
}
#menu ul.menu li ul.children {
	position: relative;
	top: -24px;
	margin-left: 140px;
	clear: both;
	margin-bottom: -26px;
}
#menu ul.menu li ul.children li {
	font-size: 14px;
	display: inline;
	padding-right: 15px;
	line-height: 20px;
	color: #999999;
}
#menu a:link, #menu a:visited, #menu a:active {
	font-weight: normal;
	color: #FFFFFF;
}
#menu a:hover {
	color: #999999;
}

/* ------------------------------------------------------------------ */
/* --- [Form style] ------------------------------------------------- */
/* ------------------------------------------------------------------ */
label {
	cursor: pointer;
}
form {
	width: 266px;
	color: #666;
	padding-left: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
input {
	border: 1px solid #999;
	background-color: #fff;
	color: #666;
	width: 260px;
	padding: 3px;
	font-size: 11px;
}
input#send {
	border: none;
	color: #999;
	background-color: #353535;
	background-image: url(../images/title-bg.gif);
	background-repeat: no-repeat;
	background-position: right -4px;
	width: auto;
	padding: 3px 7px;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}
textarea {
	border: 1px solid #999;
	background-color: #fff;
	color: #666;
	font-size: 11px;
	width: 260px;
	height: 80px;
	overflow: auto;
	padding: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* ------------------------------------------------------------------ */
/* --- [custom blocks] ---------------------------------------------- */
/* ------------------------------------------------------------------ */
.wp-caption-text {
	display: none;
	visibility: hidden;
}
.error-msg {
	padding: 3px;
	background-color: #FF0000;
	color: #FFFFFF;
	text-align: center;
}
.contactform_respons {
	background-color: #6699FF;
	padding: 3px;
	color: #FFFFFF;
	text-align: center;
}
label {
	font-weight: bold;
	cursor: pointer;
}
.contactform input {
	margin-bottom: 4px;
}
#contactsubmit {
	background-color: #353535;
	display: block;
	width: 64px;
	text-align: center;
	font-size: 11px;
	margin-top: 4px;
	padding-bottom: 4px;
	color: #ffffff;
	cursor: pointer;
	font-weight: normal;
	border: none;
}
#contactsubmit:hover {
	color: #353535;
	background-color: #dedede;
	cursor: pointer;
}
.post .opa {
	display: block;
	float: left;
	position: relative;
	width: 105px;
	height: 105px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.post .opa img {
	float:none; margin: 0;
}
.post .opa span {
	display: none;
	position: absolute;
	left:0; top:0;
}