@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: 130px;
	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: 720px;
		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-about {
		background-position: 0 -56px;
	}
	#mm-about:hover,
	#mm-about.selected {
		background-position: 0 0;
	}
	
	#mm-gallery {
		background-position: -120px -56px;
	}
	#mm-gallery:hover,
	#mm-gallery.selected {
		background-position: -120px 0;
	}
	
	#mm-events {
		background-position: -240px -56px;
	}
	#mm-events:hover,
	#mm-events.selected {
		background-position: -240px 0;
	}
	
	#mm-biography {
		background-position: -360px -56px;
	}
	#mm-biography:hover,
	#mm-biography.selected {
		background-position: -360px 0;
	}
	
	#mm-links {
		background-position: -480px -56px;
	}
	#mm-links:hover,
	#mm-links.selected {
		background-position: -480px 0;
	}
	
	#mm-contact {
		background-position: -600px -56px;
	}
	#mm-contact:hover,
	#mm-contact.selected {
		background-position: -600px 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 .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;
}
	


	