/**
 * Monalisa layout.css
 *
 * @author vince
 * @project monalisa
 * @since 2009.01.08. 10:10:14
 * @CHARSET "UTF-8";
 */

html body.nosidebar {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background: #fff url(../images/body.bg.jpg) repeat-x 0 0;
}

.menu ul {
	margin: 0 2em;
}

#wrapper {
	text-align: left;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	height: 690px;
}

#header {
	background: transparent url(../images/header.bg.jpg) repeat-x;
	color: #EE0066;
	height: 100px;
	line-height: 100px;
	padding: 0 30px;
	margin-bottom: 3px;
	position: relative;
	top: 3px;
	left: 1px;
}
#header h1 {
	padding: 20px 0 0;
	line-height: 1em;
	text-align: center;
	position: relative;
	width: 240px;
	height: 80px;
	font-size: 20px;
}
#header h1 a {
	text-decoration: none;
}
#header h1 #logo {
	background: #fff url(../images/logo.jpg) no-repeat;
	position: absolute;
	top: 10px;
	left: 0;
	width: 240px;
	height: 80px;
	cursor: pointer;
}
#navigation {
	background: url(../images/navi.left.bg.jpg) no-repeat 0 0;
	color: #fff;
	padding-left: 20px;
	height: 60px;
	
}

#navigation #menu {
	background: #e06 url(../images/navi.content.bg.jpg) repeat-x;
	height: 60px;
}

#content {
	background: #fff url(../images/content.left.bg.jpg) no-repeat 0 0;
	position: relative;
	padding-left: 10px;
}
#content-middle {
	background: url(../images/content.right.bg.jpg) no-repeat top right;
	position: relative;
	padding-right: 10px;
} 
#main-content,
#main-content-holder {
	position: relative;
}
#main-content-holder {
	width: 960px;
	height: 500px;
	overflow: auto;
}
#main-content.content {
	background: url(../images/bg.kapcsolat.jpg) no-repeat;
}
#main-content-wrapper {
	position: relative;
}
#main-content.content #main-content-wrapper {
	padding: 10px;
}
.nosidebar #main-content {
	margin: 0;
}
.sidebar-left #main-content {
	margin: 0 0 0 220px;
	border-left: 5px solid #CBE86B;
}
.sidebar-right #main-content {
	margin: 0 220px 0 0;
	border-right: 5px solid #CBE86B;
}
.two-sidebars #main-content {
	margin: 0 220px 0 0;
	border: solid #CBE86B;
	border-width: 0 5px;
}
.sidebar {
	padding: 1em 1em;
	width: 200px;
	height: 100%;

	float: left;
	position: relative;
	top: 0;
	left: 0;
	
	z-index: 10;
}
.layout-left {
}
.layout-center {
}

#footer {
	color: #999;
	font-size: .8em;
	padding: 5px 10px;
}
#footer a {
	color: #999;
}

#footer .footer-box {
	float: left;
	width: 48%;
}

#footer .fingerprint {
	float: right;
	text-align: right;
}
.menu ul {
	margin: 0;
	text-align: left;
	height: 55px;
	padding-right: 20px;
	padding-top: 5px;
	position: relative;
	list-style-type: none;
}
.menu ul li {
	float: left;
	position: relative;
	line-height: 50px;
	padding: 0 20px;
}
.menu ul li a {
	text-decoration: none;
	color: #000;
}
#navigation .menu ul {
	background: url(../images/navi.right.bg.jpg) no-repeat top right;
}
#navigation .menu li {
	
}
#navigation .menu li.active {
	font-weight: bold;
}
#navigation .menu li a {
	color: #fff;
}
#navigation .menu li.sale {
	text-align: right;
	position: absolute;
	right: 30px;
}

#album-list {
	background: #fff;
	opacity: .7;
	-moz-opacity: .7;
	position: absolute;
	top: 465px;
	left: 0;
	width: 960px;
	height: 35px;
	z-index: 20;
}
#album-list.menu ul#albums {
	margin: 0;
	padding: 3px 0 0;
	line-height: 40px;
	height: 37px;
	list-style-type: none;
	background: #fff;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
#album-list.menu ul li {
	line-height: 35px;
}
#album-list.menu ul li.active {
	font-weight: bold;
	color: #F20070;
}

#album-list.menu #thumb-list-wraper {
	margin: 0;
	padding: 0;
	height: 95px;
	overflow: auto;
	position: relative;
	width: 100%;
}
#album-list.menu #thumb-list-wraper .overcover {
	background: #fff;
	opacity: .5;
	-moz-opacity: .5;
	width: 100%;
	height: 100%;
}
#album-list.menu ul#thumbs {
	margin: 0;
	padding: 0 30px;
	height: 95px;
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
}
#album-list.menu ul#thumbs li,
#album-list.menu ul#thumbs li a,
#album-list.menu ul#thumbs li a span {
	width: auto;
	height: 75px;				
}
#album-list.menu ul#thumbs li {
	overflow: hidden;
	padding: 10px 10px 10px 0;
	display: inline;
}
.gallery #main-content {
	overflow: hidden;
	background: #fff url(../images/dia.bg.png) repeat-y 0 0;
}
.gallery #main-content-wrapper {
	background: url(../images/ajax.gif) no-repeat center !important;
	width: 960px;
	height: 500px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
.gallery #main-content-wrapper img {
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
}

.gallery #album-list.menu ul#thumbs a img {
	width: auto;
	height: auto;
	opacity: .5;
	-moz-opacity: .5;
}
.gallery #album-list.menu ul#thumbs a:hover img {
	opacity: 1;
	-moz-opacity: 1;
}
.gallery #main-content-wrapper .galery-image-title, 
.gallery #main-content-wrapper  a.galery-nav {
	z-index: 10;
}
.gallery #main-content-wrapper .galery-image-title{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	padding: 5px 10px;
	background: #fff;
	opacity: .7;
	font-size: .9em;
	font-weight: bold;
	color: #666;
}
.gallery #main-content-wrapper a.galery-nav {
	font-size: 16px;
	display: block;
	width: 55px;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	position: absolute;
	top: 380px;
	opacity: .8;
}
.gallery #main-content-wrapper a.galery-nav span {
	display: block;
	
}
.gallery #main-content-wrapper a.galery-nav-next {
	background: #fff url(../images/btn.png) no-repeat -55px 0;
	color: #fff;
	right: 0;
}
.gallery #main-content-wrapper a.galery-nav-next:hover {
	background: #e06 url(../images/btn.png) no-repeat -55px -35px;	
}
.gallery #main-content-wrapper a.galery-nav-next .btn-label {
	padding-left: 15px;
	display:none;
}
.gallery #main-content-wrapper a.galery-nav-prev {
	left: 0;
	color: #e06;
	background: #fff url(../images/btn.png) no-repeat 0 0;
	text-align: right;
}
.gallery #main-content-wrapper a.galery-nav-prev:hover {
	background: #e06 url(../images/btn.png) no-repeat 0 -35px;	
}
.gallery #main-content-wrapper a.galery-nav-prev .btn-label {
	padding-right: 15px;
	display:none;
}


/* end */

