/*************************************
	- CSS Style -
	CSS URI: http://ww.galeriecalifia.net/
	Version: 1.0
	Description: CSS for browsers with Gecko core - default
	Author: Alex
	Author URI: http://www.apollo1.cz/
*************************************/

/*************************************
 +Body, Html
*************************************/

html { }

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	background: url('images/bg-body.gif') center top repeat-y;
	color: #3e310d;
}

/*************************************
 +A
*************************************/

a {
	color: #e75113;
}

a:hover {
	color: #e9bc5e;
}

a.lightbox { }

a.lightbox:hover {  }

a.lightbox img { }



/*************************************
 +(X)HTML
*************************************/

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}


/*************************************
 +Containers
*************************************/

#wrap {
	width: 620px;
	margin: 0 auto;
	padding: 0;
	font-size: 1.3em;
	padding-left: 160px;
	position: relative;
}



/*************************************
 +Hn
*************************************/

h1, h2, h3 {
	margin: 0;
	padding: 0;
	line-height: 1.1em;
}

h1 a {
	display: block;
	width: 160px;
	height: 77px;
	background: url('images/h1.gif') center top no-repeat;
}

h1 span {
	display: none;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
}

h3 {
	font-size: 1.8em;
	font-weight: normal;
	color: #e75113;
	margin: 1em 0 1em -32px;
}

h3 a {
	text-decoration: none;
}



h4 { }


/*************************************
 +Header
*************************************/

#header {
	position: absolute;
	left: -105px;
	top: 3px;
}

#header a {
	color: #e75113;
	text-decoration: none;
}

#header a:hover {
	color: #e9bc5e;
}

#header a img {
	border: none;
	background: none;
	
}


/*************************************
 +Main Menu
*************************************/

#main-menu {
	margin: 2em 0 0 0;
}

#main-menu ul {
	font-size: 1.3em;
	font-weight: normal;
}

#main-menu ul li {
	margin: 1px 0;
}

#main-menu ul li a {
	display: block;
	padding: 4px 0;
	text-decoration: none;
	color: #e75113;
}

#main-menu ul li a:hover, #main-menu ul li a.active {
	color: #e9bc5e;
}


/*************************************
 +Content
*************************************/

#wrap-content {
	margin: 4em 0;
}
	#wrap-content ul {
		margin: 0 0 0 12px;
	}
	
		#wrap-content ul li {
			list-style-type: disc;
			list-style-position: inside;
		}

#wrap-blog { }

.entry {
	margin: 0 0 6em 0;
	/*position: relative;*/
}

#partners {
	position: relative;
	display: block;
	top: 70px;
}

	#partners a {
		color: #555;
	}
	
	#partners a:hover {
		color: #000;
	}

	#partners .horazdovice {
		text-align: right;
	}
	
	#partners .item {
		margin: 20px 0;
		display: block;
		text-align: center;
	}

/*************************************
 +Language
*************************************/

#language {
	position: relative;
	top: 30px;
	text-align: center;
	float: left;
	width: 50px;
	padding-left: 120px;
}

#language a {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .8em;
	color: #e75113;
}




/*************************************
 +Footer
*************************************/

#wrap-footer {
	margin: 1em 0 1em -32px;
	font-size: .9em;
	color: #aaa;
}

#wrap-footer a {
	color: #e75113;
}

#wrap-footer a:hover {
	color: #e9bc5e;
}

#footer { }


/*************************************
 +Table
*************************************/

table {
	width: 100%;
	margin: 1em 0;
}

th { }

th small { }

td { }

/*************************************
 +Gallery
*************************************/

#gallery {}

#gallery .cell {
	float: left;
	margin: 0 10px 10px 0;
}

#gallery.simple .caption {
	display: none;
}

#gallery .cell a img {
	color: #9eb93c;
	padding: 5px 3px;
	border: none;
	border-left: 2px solid #e75113;
	border-right: 2px solid #e75113;
}

#gallery .cell a:hover img {
	color: #e9bc5e;
	padding: 3px 5px;
	border: none;
	border-bottom: 2px solid;
	border-top: 2px solid;
	
}

#gallery .cell a {
	
}

#gallery .cell a:hover img {
	
	
}

/*************************************
 +Calendar
*************************************/

#calendar {}

#calendar table { }

#calendar td { }

#calendar .calendar-in td { }

#calendar td.link { }

#calendar td.calendar-today { }

#calendar td.calendar-nav a { }


/*************************************
 +JQuery
*************************************/

#scrollable {
	overflow: hidden;
}

#scrollable .cell {
	height: 105px;
}

#scrollable .cell a { }

#scrollable a img, #scrollable a:hover img { }


.jqm-window {
	display: none;
	position: fixed;
	top: 100px;
	width: 460px;
	border: 1px solid #999;
	padding: .5em 1.5em;
	background: #fff;
}

.jqm-dnr {
	height: 10px;
	background: #ccc;
	cursor: move;
	
}

.jqmClose {
	position: absolute;
	top: 2px;
	right: 20px;
	font-size: .9em;
	background: #fff;
	padding: 1px 8px;
}


/*************************************
 +ShoutBoard
*************************************/



/*************************************
 +Misc
*************************************/
hr {}

.info, .error {}

.error {color: red;}
.info {color: green;}

.cleaner {clear: both;}