@import url(blueprint/reset_clearfix.css);

BODY {
	color: #4a2306;
	font-family: Tahoma, Arial,Helvetica,sans-serif;
	font-size: 12px;
}

A, A:visited {
	color:#cd0904;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

.left {
	float: left;
}
.right {
	float: right;
}

#header {
	height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 900px;	
}
	#header .title {
		text-indent: -9000px;
		float:left;
		position: absolute;
	}
	
#menu {
	width: 900px;
	height: 56px;
	margin: 0 auto;
	text-align: center;
}
	#menu .inner {
		width: 600px;
		margin: 0 auto;
		text-align: left;
	}
	
	#menu LI {
		float: left;
	}
	#menu LI A {
		display: block;
		text-align: center;
		width: 120px;
		height: 56px;
		line-height: 56px;

		background-image: url(../images/_theme/nav.png);
		background-repeat: no-repeat;
		background-color: transparent;
	}
	#menu LI A:hover {
	}
	#menu LI A B {
		display: none;
	}
	
	/* ALL MENUS*/
	#mm-artist {
		background-position: 0 -56px;
	}
	#mm-artist:hover,
	#mm-artist.selected {
		background-position: 0 0;
	}
	
	#mm-works {
		background-position: -120px -56px;
	}
	#mm-works:hover,
	#mm-works.selected {
		background-position: -120px 0;
	}
	
	#mm-news {
		background-position: -240px -56px;
	}
	#mm-news:hover,
	#mm-news.selected {
		background-position: -240px 0;
	}
	
	#mm-exhibitions {
		background-position: -360px -56px;
	}
	#mm-exhibitions:hover,
	#mm-exhibitions.selected {
		background-position: -360px 0;
	}
	
	/*#mm-archive {
		background-position: -480px -56px;
	}
	#mm-archive:hover,
	#mm-archive.selected {
		background-position: -480px 0;
	}*/
	
	#mm-contact {
		background-position: -480px -56px;
	}
	#mm-contact:hover,
	#mm-contact.selected {
		background-position: -480px 0;
	}
	
#main {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 60px;
}
	#main .inner {
		
	}
	
	#main H1 {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 24px;
		line-height: 110%;
		margin-bottom: 10px;
	}
	
	#main H3 {
		font-weight: bold;
	}
	
	#main UL LI {
		padding-left: 12px;
	}
	
	#main .branka-ridicki {
		height: 80px;
		position: relative;
	}
	#main .branka-ridicki IMG {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	#main .onecol {
		border: 1px solid #4a2306;
		min-height: 500px;
	}
	
	#main .onecol .inner {
		margin: 30px;
		text-align: left;
	}
	
	#main .onecol .inner .rightCol {
		float: right;
		width: 506px;
		margin: 0px;
		padding: 0px;
				
	}
	
	#main .onecol .inner .leftCol {
		float: left;
		width: 230px;
		margin: 0px;
		padding: 0px;		
	}
	
	#main .twocol .right,
	#main .twocol .left {
		border: 1px solid #4a2306;
	}
	
	#main .twocol .right {
		width: 566px;
	}
	
	#main .twocol .left {
		width: 300px;
	}
	
	#main .twocol .inner,
	#main .twocol .inner {
		margin: 30px;
		text-align: left;
	}
	
#galerije {
	text-align: center;
	padding-top: 20px;
}
	
#galerije LI {
	display: inline;
	width:100px;
	height: 50px;
	padding: 7px 10px !important;
	border-top: 10px solid #444;
	font-size: 10px;
	text-transform: uppercase;
}
#galerije LI A {
	padding: 20px 0;
}

.galThumb {
	display: block;
	width: 147px;
	height: 168px;
	overflow: hidden;
	float: left;
}
.galTitle {
	height: 30px;
	/*background-color: #ffd;*/
	font-size: 10px;
	width: 138px;
	overflow: hidden;
	line-height: 110%;
}
.last {
	width: 138px;
}
	
#footer {
	text-align: center;
	margin: 0 auto;
	width: 900px;
	color: #c2b94d;
	padding-top: 5px;
	background: transparent url(../images/_theme/nav.png) no-repeat 50% 0;
}
#footer .inner {
	background-color: #4a2306;
	text-align: center;
	line-height: 20px;
}
#footer .inner A {
	color: #d3ce81;
}
	
table tr { vertical-align:top;
}

table tr td { vertical-align:top;
}


div#rotator { 
	width:240px;
	height:297px;
 	margin:0px 10px 0 0;
	padding:0px;
	float:left;
}
/* rotator css */
div#rotator ul, div#rotatorNsl ul  {
	margin:0px;
	padding:0px;
}

div#rotator ul li {
	float:left;
	position:absolute;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

/* rotator image style */
div#rotator ul li img {
background: #FFF;
}

div#rotator ul li.show {
z-index:500
}


	
