/*************************************
	- CSS Style -
	CSS URI: http://ww.galeriecalifia.net/
	Version: 1.0
	Description:
	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;
	color: #3e310d;
}

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

a {
	color: #e75113;
}

a:hover {
	color: #d71f3b;
}

a.lightbox { }

a.lightbox:hover {  }

a.lightbox img { }


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

#wrap {
	width: 760px;
	margin: 4em auto;
	padding: 0;
	font-size: 1.3em;
	position: relative;
}

#current-exhibition {
	text-align: center;
	color: #444;
}

#slideshow {
	width: 760px;
	height: 714px;	
}

a.slideshow img {
	border: none;
	text-decoration: none;
}

a.noborder {
	border: none;
	background: none;
	text-decoration: underline;
}

a img {
	border: none;
}

.logo {
	margin: 10px 20px;
}


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

h2 {
	width: 760px;
	font-size: 1.8em;
	letter-spacing: .02em;
	word-spacing: .1em;
}

h2 a, h3 a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	color: #d71f3b;
}

h3 {
	font-size: 1.2em;
}

/*************************************
 +JQuery sdswitch
*************************************/
.sdswitch {
	position: relative;
	height: 714px;
}
			
.sdswitch *{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}
			
.sdswitch *.active {
	z-index: 10;
}
			
.sdswitch *.last-active {
	z-index: 9;
}
			
.sdwindow {	
	position: absolute;
	top: 10px;
	height: 20px;
	background: #000;
	color: #fff;
	font-weight: bold;
	z-index: 11;
	opacity: 0.6;
}


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

.info, .error {}

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

.cleaner {clear: both;}