/* Valhalla Andalusians stylesheet.css */

/* these work with browsers supporting CSS-3 only (Opera 10, Firefox 3.6) */

@font-face {
  font-family: ALGER ;
  src: url('fonts/ALGER.TTF') format('truetype');
}

h1:first-letter {text-transform: lowercase;}

h1 { 
	font-family:ALGER, Algerian, 'STENCIL STD', Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	margin-top: 0.5em;
	padding: 0.2em;
	background-color: #eee;
	text-shadow: #aaa 1px 1px 5px;
	color: #111;
	text-transform: capitalize;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}


/*#para1 {font: 1.4em "Minya Nouvelle";}
#para2 {font: 1.6em 'Algerian';}
#para3 {font: 1.7em "Forgotten Futurist"; }*/
/*p:not([id=para3])::first-letter {font-size: 2.3em; float: left; padding: 0 0.1em 0 0; line-height: 1;}*/

/* --- end opera10 examples ---  */

body {	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#bodyContainer {
	margin: 0px;
	padding: 0px;
	width: 100%;

}
#heading {
	margin: 0px;
	padding: 0px;
	background: url(img/header.jpg) repeat-x left top;
	width: 100%;
	height: 120px;
}
#printheading {
	height: 20px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: none;
	}
#colLeft {
	float: left;
	height: 640px;
	width: 185px;
	background: #fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}	
#colMain {
	text-align: left;
	background: #fff;
	width: 61%;
	padding: 10px 0px 0px 10px;
	border: none;
	margin: 0px;
	float: left;
}		
#colRight {
	float: right;
	width: 182px;
	background: #fff;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	clear: both;
	padding-bottom: 1em;
	text-align: center;
	width: 98%;
}


@media print {
#heading {display: none;}
#printheading {height: 20px;width: 100%;margin: 0px;padding: 0px;} 
#colLeft {display: none;}
#colRight {display: none;}
#footer {display: none;}
#colMain {width: 640px;height: auto;padding: 0px 0px 0px 10px;}	
}	

.bcws {
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 10px;
}
address{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	padding-bottom: 5px;
}
address a{
	color: #333;
	text-decoration: underline;
}


/* Copyright */
.copyright {
	margin: 0;
	padding: 0em;
	color: #666;
	text-align: center;
	voice-family:"\"}\"";
	voice-family: inherit;
	height: 10px;
	width: 100%;
	font: x-small Arial, sans-serif;
}
html>body .copyright {
  font-size: x-small;
}
#contentWrap {
	height: auto;
	width: 100%;
}	
#weather {
	padding: 3px 1px 0px;
	height: 108px;
	width: 174px;
	border: 1px solid #99CCFF;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}


/*h1 {
	margin: 0px 0px 5px;
	padding: 0px;
	font: bold normal 24px Algerian, "Terminator Cyr",  Arial, Helvetica, sans-serif;
}*/

h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
/*h3 {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	text-decoration: underline;
	color: #FF0000;
}*/
#content {
	height: auto;
	width: 100%;
	margin: 10px;
}
.contentText, .contentText ul {
	list-style-position: inside;
	list-style-type: disc;
	line-height: 125%;
	text-align: left;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

.text-smaller {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	}
.text-smallerBorder {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	border: 1px solid #66CCFF;
	height: auto;
	width: 176px;
	margin: 0 4px;
	padding: 4px 0px;

}	
.text-small {
	font: 9px Arial, Helvetica, sans-serif;
	color: #006600;
	text-align: center;
}
.text-red {
	color: #ff0000;
}
.imgContainerWrap {
	width: 100%;
	display: block;
	float: left;
}
.imgContainer {
	margin: 0px;
	border: 1px solid #5a404d;
	padding: 2px;
}

.imgContainerLeft {
	width: 180px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.imgContainerRight {
	margin: 10px 0px 2px;
	padding: 0px;
	width: 180px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.imgLeft {
	float: left;
	margin-right: 10px;
	border: 1px solid #5a404d;
	padding: 2px;
	margin-bottom: 5px;
}
.imgRight {
	float: right;
	margin-left: 10px;
	border: 1px solid #5a404d;
	padding: 2px;
	margin-top: 10px;
}
.imgCentre {
	margin-left: auto;
	border: 1px solid #5a404d;
	padding: 2px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	clear: both;
}
.imgLeftNoBdr {
	float: left;
	margin-right: 10px;
	padding: 2px;
	margin-bottom: 5px;
}
.spacer { 
	clear:both;
	height: 10px;
}
.imgContainer {
	margin: 2px 0px 2px 5px;
	border: 1px solid #5a404d;
	padding: 2px;
}
#imgContainerWrap {
	width: 360px;
}
h3 {

	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
.sold {
	background: url(img/sold.GIF) no-repeat 200px 56%;
}
p.sold {
	background: url(img/sold.GIF) no-repeat 20px 50%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.raffle {
	border: 2px solid #FF0000;
	padding: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
dt {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 5px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: normal;
}
dd {
	text-align: left;
	margin-left: 0px;
	font-size: medium;
}
#youTube {
	height: 344px;
	width: 425px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.end {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: -30px;
	margin-top: -20px;
}
/* controls for mouse over images */

a.agostoBtn {
	margin: 0 6px;
	display: block;
	width: 140px;
	height: 130px;
	font-size: 1em;
	background: url(imgBtn/agosto09.jpg) no-repeat 0 0;
	text-decoration: none;
	float: left;
}
a.jacksonBtn {
	margin: 0 6px;
	display: block;
	width: 140px;
	height: 130px;
	font-size: 1em;
	background: url(imgBtn/jackson_tivios4-3.jpg) no-repeat 0 0;
	text-decoration: none;
	float: left;
}
a.escudoBtn {
	margin: 0 6px;
	display: block;
	width: 140px;
	height: 130px;
	font-size: 1em;
	background: url(imgBtn/escudo09.jpg) no-repeat 0 0;
	text-decoration: none;
	float: left;
}
a.estrellaBtn {
	margin: 0 6px;
	display: block;
	width: 140px;
	height: 130px;
	font-size: 1em;
	background: url(imgBtn/estrella-09.jpg) no-repeat 0 0;
	text-decoration: none;
	float: left;
}
a.enyaBtn {
	margin: 0 6px;
	display: block;
	width: 140px;
	height: 130px;
	font-size: 1em;
	background: url(imgBtn/enya-09.jpg) no-repeat 0 0;
	text-decoration: none;
	float: left;
}
a.amistosoBtn {
	margin: 0 6px;
	display: block;
	width: 140px;
	height: 130px;
	font-size: 1em;
	background: url(imgBtn/amistoso-09.jpg) no-repeat 0 0;
	text-decoration: none;
	float: left;
}
a.hugoBtn {
	margin: 0 6px;
	display: block;
	width: 140px;
	height: 130px;
	font-size: 1em;
	background: url(imgBtn/jugador-09.jpg) no-repeat 0 0;
	text-decoration: none;
	float: left;
}
.listed {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	width: 136px;
	border: 2px solid #66ccff;
	padding: 2px 0 3px 0;
	margin: 20px auto 0 auto;
	background: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
}
.listed a {
	color: #663;
	text-decoration: underline;
}
.listed a:hover {
	color: #e1e1e1;
}


a:hover.jacksonBtn, a:hover.agostoBtn, a:hover.escudoBtn, a:hover.estrellaBtn, a:hover.enyaBtn, a:hover.hugoBtn, a:hover.amistosoBtn  {
  background-position: 0 -130px;
}
