/* --- MARADONA JAZZ MAIN STYLESHEET --- */

html, body {
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #00a2de;
	background-image: url(img/container-bg.gif); 
	background-repeat: repeat-y;
	min-height: 100%;
}

h1 {
	font-size: 24px;
	color: white;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 5px;
}

h1 a {
	color: #ffd700;
	font-weight: bold;
	text-decoration: none;
}

h1 a:link, a:hover, a:visited {
	text-decoration: none;
}


/* CONTAINERS */

#container {
	top: 0;
	width: 800px;
	height: 100%;
	text-align: left;
	font-size: 12px;
	background-image: url(img/container-bg.gif); 
	background-repeat: repeat;
}

/* ------ */

#left {
	width: 459px;
	margin: 0;
/*	background-image: url(img/bg-left.gif); 
	background-repeat: repeat-y; */
	float: left;
	clear: right;
	overflow: hidden;
}

/* ------ */

#right {
	width: 331px;
	min-height: 300px;
	float: right;
	background-image: url(img/bg-right.jpg); 
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 10px;
	overflow: hidden;
}

#right a {
	color: #ffd700;
	font-weight: bold;
	text-decoration: none;
}

#right a:hover {
	border-bottom: 1px solid #ffd700;
}

/* ------ */

#pagefooter {
	width: 800px;
	top: 0;
	background-color: #000000;
}

p.bodytext {
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.img {
	margin: 4px 6px 5px 0px; 
	float: left; 
	clear: right;
}

/* ------ */

.posthead {
	font-size: 16px;
	color: #006699;
	margin: 5px 0px 0px 0px;
	padding-top: 2px;
	border-top: 1px solid #ffd700;
}

.title {
	font-size: 14px;
	color: #006699;
	margin: 0;
}

.forumpost {
	font-size: 14px;
	color: #006699;
	margin: 0px 0px 10px 10px;
}

/* ------ */ 

#diegobox {
	position: fixed;
	left: 805px;
	bottom: -5px;
	color: #990000;
}

/* -- subcontainers -- */

#program {
	width: 443px;
	height: auto;
	padding: 5px 0px 0px 5px;
	margin-bottom: 5px;
}

#program p {
	font-size: 12px;
}

#program li {
	font-size: 12px;
	line-height: 20px;
	border-bottom: 1px solid #33b5e5;
	list-style-type: none;
}

#program li:hover {
	background-color: #0196cd;
}

#program a {
	color: #ffd700;
	font-weight: bold;
	text-decoration: none;
}

#program a:hover {
	border-top: 3px solid #33b5e5;
	border-bottom: 2px solid #33b5e5;
}

#randomimage {
	margin-top: 5px;
}

/* -- gallery elements -- */

#gallerythumb {
	width: 95px;
	height: 95px;
	color: #666666;
	margin-right: 5px;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 5px;
	float: left;
	border: 1px solid #666666;
	text-align: center;
}

/* MAIN MENU */


/* FOOTER */

#pagefooter {
	width: 794px;
	height: 150px;
	clear: both;
	margin-top: 3px;
	padding: 3px;
}

#pagefooter p {
	font-size: 10px;
	font-weight: normal;
	line-height: 11px;
}

/* ----------- DEBUG ------------- */

#debugbox {
	width: 250px;
	min-height: 100px;
	background-color: #000000;
	color: #FF6600;
	position: fixed;
	top: 0;
	right: 0;
	font-size: 12px;
	margin: 0px 2px 0px 5px;
	color: #00FF66;
}

#debugbox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px 2px 0px 5px;
	color: #00FF66;
}

