@charset "UTF-8";
/* Other stylesheets */

@import url("layout.css");
@import url("navigation.css");
@import url("typography.css");

body,html {
	background: #d2e3fb url(../images/bg.png) repeat-x;
	font: 12px "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

img { border: 0px; }
input {	padding: 3px; }
.hide { display: none; }
.invisible { visibility:  hidden; }
.clear { clear: both; }

#home {
	position: absolute;
	display: none;
	color: #444444;
	border-bottom: 1px solid #8b2022;
	z-index: 1;
	margin: -13px 0px 0px 93px;
	padding: 2px;
}

div.aucms_debug {
	background: #FFFFFF;
	border: 4px solid #CCCCCC;
	padding: 10px;
	margin: 40px 0px 0px 20px;
	width: 200px;
	position: fixed;
	float: left;
	top: 0px;
}

/* AUCMS: MYNDALBÚM */
.thumbi_large {
	padding: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	clear: left;
	width: 510px;
	cursor: pointer;
}
.thumbi {
	padding: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	clear: none;
	width: 157px;
	min-height: 200px;
	cursor: pointer;
}
.thumbi2 {
	padding: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	clear: none;
	width: 150px;
	min-height: 140px;
	cursor: pointer;
}
.thumbi3 {
	padding: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	clear: none;
	width: 150px;
	min-height: 120px;
	cursor: pointer;
}
.thumbi_img {
	width: 150px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center center;
}
.thumbi h3, .thumbi h3 a {
	font-size: 12px;
	color: #444444;
	text-decoration: none;
}
.thumbi p {
	font-size: 10px;
	color: #535353;
}

/* AUCMS: ADMIN */
div.caption {
	color: #333333;
	padding: 3px;
	font-weight: bold;

}

div.row {
	padding: 3px 3px 10px 3px;

}