/*
Theme Name: Mini Alpe Adria
Theme URI: http://www.minialpeadria.com/
Description: Mini Alpe Aria
Version: 1.0
Author: Uros Gruber
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

* {
	outline: none;
}

body
{
	background: #f9f9f9 url("images/bg.jpg") repeat-x;
	font-family:"Georgia";
	font-size:16px;
	margin:0;
	padding:0;
}
ol, ul {
	list-style: none;
}
img {
	border: none;
}
h1 span, h3 span {
	display:none;
}
.clear {
	clear: both;
}

#content a, #content a:hover, #content a:active, #content a:visited {
	color: #395c4f;
	text-decoration: none;
	border-bottom: 1px dotted #395c4f;
}


#content .entry a, #content .entry a:hover, #content .entry a:active, #content .entry a:visited {
	border: none;
}

#wrapper {
	width: 850px;
	text-align: left;
	margin: auto;
}

/* Header */
#header 
{
	height: 380px;
	position: relative;
}

#header h1 a {
	background: transparent url("images/logo.png") no-repeat 20px top;
	display:block;
	height:168px;
	width:474px;
}

#mini {
	position: absolute;
	height: 264px; 
	width: 478px;
	bottom: 0px;
	right: -40px;
	background: transparent url("images/mini.png") no-repeat;
}

#lang {
	/*background: transparent url("images/lang-bg.png") no-repeat;*/
	height: 20px;
	width: 175px;
	padding: 0;
	margin: 0;
	position: absolute;
	top:-15px;
	right:0;
}

#lang li {
	background: transparent url("images/bullet.png") no-repeat center right;
	float: left;
	padding: 0 5px 0 0;
	width: 30px;
	font-size: 9px;
	text-align:center;
	font-family: Verdana;
}

#lang li.last {
	background-image: none;
}

#lang li a {
	color: #a6a6a6;
	text-decoration: none;
	display: block;
/*	width: 30px;*/
}

#lang li a.si {
	background: transparent url("images/lang-slo.png") no-repeat;
}

#lang li a span {
	display: none;
}

/* Counter*/
#counter {
	height: 110px;
	background: transparent url("images/counter-bg.png") no-repeat;
	padding-top: 15px;
	margin-left: 10px;
	position: relative;
}

#counter h3 a {
	background: transparent url("images/register.png") no-repeat left top;
	display:block;
	height:74px;
	width:301px;
	position: absolute;
	top: 10px;
	right: 40px;
}

#counter h3 a:hover {
	background-image: url("images/register-over.png");
}
	
#countdown div {
	float: left;
	width: 42px;
	height: 82px; 
	background: url("images/digits.png") no-repeat 0px 0px;
} 
	
#countdown div.image0 { background-position: -0px 0px;} 
#countdown div.image1 { background-position: -42px 0px; } 
#countdown div.image2 { background-position: -84px 0px; } 
#countdown div.image3 { background-position: -126px 0px; } 
#countdown div.image4 { background-position: -168px 0px; } 
#countdown div.image5 { background-position: -210px 0px; } 
#countdown div.image6 { background-position: -252px 0px; } 
#countdown div.image7 { background-position: -294px 0px; } 
#countdown div.image8 { background-position: -336px 0px; } 
#countdown div.image9 { background-position: -378px 0px; } 
#countdown div.imageDay { background-image: none; } 
#countdown div.imageSep { background-image: none; width: 20px;} 
#countdown div.imageSpace { background-image: none; width: 20px; }

/* Content */

#menu {
	background: transparent url("images/menu-bg.png") no-repeat;
	height: 45px;
        list-style-type: none;
        text-align: left;
	/*padding: 30px 20px 0 20px;*/
	text-align: center;
	/*font-size: 23px;*/
	color: #fff;
	/*font-weight: normal;
	font-family: "Georgia";*/
	margin: 0;
        padding-left: 8px;
}

#menu li { 
       float: left;
       line-height: 45px;
       height: 45px;
       text-align: center;
       width: 85px;
}

#menu li a {
    text-decoration: none;
    color: #fff;
}


/*#menu h1 strong {
	color: #292929;
	font-weight: normal;
}*/

#content {
	background: transparent url("images/content-bg.png") repeat-y;
	/*background: transparent url("images/contentf.png") no-repeat center bottom;*/
	/*padding-bottom: 113px;*/
}

#content h2 {
	margin: 0 0 0 -31px;
	background: transparent url("images/zavihek.png") no-repeat;
	height: 53px;
	font-weight: normal;
	line-height: 45px;
	color: white;
	padding-left: 30px;
}
/*
#content h2 span {
	padding-right: 50px;
	height: 53px;
	padding: 10px;
	background: transparent url("images/zavihek.png") no-repeat right center;	
}
*/
#content div {
	padding: 20px 30px 10px 30px;
	background: transparent url("images/contentf.png") no-repeat left bottom;
	/*padding-bottom: 10px;*/
	/*margin: 0;
	background: transparent url("images/content-bg.png") repeat-y;*/
}

#content div .entry {
    background-image: none;
    padding: 0px;
}

#content div .entry a:hover img {
	opacity: 0.7;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	filter:alpha(opacity=70);
}

/* Sponsors */
#footer {
	margin-top: 70px;
	margin-bottom: 30px;
	background: transparent url("images/sponsor-bg.png") no-repeat center top;
	height: 158px;
	position: relative;
}

#footer ul {
	padding: 10px 5px;
	margin: 0;
}

#footer ul li {
	padding:0;
	margin:0;
	float: left;
}

#footer ul li a {
	display: block;
	width: 208px;
	height: 130px;
	line-height: 130px;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	filter:alpha(opacity=50);
}
#footer ul li a:hover {
	opacity: 1;
	filter:alpha(opacity=100);

}

#footer ul li span {
	display: none;
}

#footer img.sponsor {
	position: absolute;
	top: -60px;
	left: -60px;
}

#footer .bmw {
	background: transparent url("images/bmw.png") no-repeat center center;
}
#footer .malgaj {
	background: transparent url("images/malgaj.png") no-repeat center center;
}
#footer .akrapovic {
	background: transparent url("images/akrapovic.png") no-repeat center center;
}
#footer .redbull {
	background: transparent url("images/redbull.png") no-repeat center center;
}
#footer .nmd {
	background: transparent url("images/nmd.png") no-repeat center center;
}

/* Events */
#events {
	margin:0;
	padding:0;
}

#events li strong {
	color: #828282;
}

#events li {
	padding-bottom: 15px;
}

#events li ul {
	padding-top: 15px;
}

#events li ul li{
	margin-left: 80px;
}

.event {
	display: block;
	margin-left: -100px;
	font-weight: bold;
	float: left;
	width: 80px;
	text-align: right;
	padding: 2px 4px 3px;
	font-size: 12px;
	background-color: #3a5e50;
	color: #f9f9f9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Map */

iframe {
	background: transparent url("images/map-bg.png") no-repeat;
	padding: 10px 11px 13px 11px;
}

.map {
	font-size: 11px;
	padding-left:10px;
}

/*Gallery*/
ul.gallery {
	width: 770px; /*--Adjust width according to your scenario--*/
/*	list-style: none;*/
	margin: 0; padding: 0;*/
	
}
ul.gallery li {
	float: left;
	margin: 10px; padding: 0;
	text-align: center;
	border: 1px solid #ccc;
	-moz-border-radius: 5px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 5px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px; /*--CSS3 Rounded Corners--*/
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.gallery li a.thumb {
	/*width: 204px;*/ /*--Width of image--*/
	/*height: 182px;*/ /*--Height of image--*/
	/*padding: 5px;*/
	/*border-bottom: 1px solid #ccc;*/
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	/*width: 204px;
	height: 182px;*/
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}

#content ul.gallery a, #content ul.gallery a:hover, #content ul.gallery a:active, #content ul.gallery a:visited {
	color: #395c4f;
	text-decoration: none;
	border: 0px;
}

/*ul.gallery li h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 10px;
	background: #f0f0f0;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
}*/
ul.gallery li a {text-decoration: none; color: #777; border: 0px; display: block;}


/* register */
/* ----------- stylized ----------- */
.myform{
/*	margin:0 auto;*/
	float: left;
	width:460px;
/*	padding:14px;*/
}

#registrationForm {
	border-top: 1px solid #eaeaea;
	padding: 20px 0 0 0 !important;
	margin-top: 5px;
	/*padding: 0 !important;*/
	background-image: none !important; /*#ebf4fb;*/
}

/*#registrationForm h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}*/
#registrationForm p{
/*	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;*/
	padding-bottom:15px;
}
#registrationForm label{
	display:block;
	font-weight:bold;
	text-align:right;
	color: #333;
	width:130px;
	padding-top: 5px;
	float:left;
}
#registrationForm .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:120px;
}
#registrationForm input{
	float:left;
	font-size:16px;
	padding:4px 2px;
	border:solid 1px #dedede;
	width:310px;
	margin:2px 0 10px 10px;
}

#registrationForm .terms input{
	font-size:16px;
	border:solid 1px #dedede;
	width:30px;
	margin:2px 0 10px 10px;
}

.terms{
	display:block;
	font-size: 14px;
}


#welcome-pckg button{ 
	clear:both;
	margin-left: 30px;
	text-align:center;
	margin-top: 20px;
	width:191px;
	height:63px;
	border: 0;
	text-indent: -1000em;
	padding:0;
	cursor: pointer;
 	cursor: hand;
	background: transparent url("images/register-now.png") no-repeat;
}

#welcome-pckg #submit { 
	clear: both;
	margin-left: 30px;
	text-align:center;
	margin-top: 20px;
	width:191px;
	height:63px;
	border: 1;
	color: black;
	text-indent: -1000em;
	padding:0;
	cursor: pointer;
 	cursor: hand;
	/*background: transparent url("images/register-now.png") no-repeat;*/
}


#content #welcome-pckg {
	width: 260px;
	float: right;
	padding: 10px;
	background-color: green;
	background-image: none;
	margin-top: 5px;
	margin-right: 20px;
/*	margin-left: -100px;*/
	font-style: italic;
	/*text-align: right;*/
	font-size: 14px;
	background-color: #cfe7de;
	color: #333333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#content #welcome-pckg h2 {
	background-image: none;
	line-height: 20px;
	padding: 0 5px 0 30px;
	color: #333333;
	height: 20px;
}

#content #welcome-pckg ul {
	list-style-type: disc;
	padding-left:20px;
}

#content #welcome-pckg #price {
	font-weight: bold;
	font-size: 44px;
	text-align: right;
	display:block;
	padding-right: 10px;
	margin-top: -30px;
}

.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border:1px solid #6593cf;
    background: #c3daf9;
    padding:2px;
}
.loadmask-msg div {
    padding:5px 10px 5px 25px;
    background: #fbfbfb url('../images/loading.gif') no-repeat 5px 5px;
    line-height: 16px;
	border:1px solid #a3bad9;
    color:#222;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    cursor:wait;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}

