#banditos {
	background-color:#CCCCCC;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
	background-color:#FFFFFF;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9 em;
	
}

#wrapper img, div { behavior: url(iepngfix.htc) }
	

#homeHeader {
	width: 900px;
	height: 681px;
	padding: 0;
	background-image:url(../images/banditos_home_header_bg.jpg);
}
#subHeader {
	width: 900px;
	height: 265px;
	padding: 0;
	background-image:url(../images/banditos_sub_header_bg.jpg);
}

#pageContent {
	width:900px;
	
	/*padding-bottom: 100px;*/
	background-color: #FFFFFF;
}
#pageContent a img {
	border: none;
}
ol, ul {
	list-style: none;
}
	

/*--------------------------PNG FIX---------------------*/
/*#pageContent img{

    behavior: url(”pngbehavior.htc”);

}*/


/*----------------------FOOTER------------------------*/
#footer {
	clear: both;
	width: 900px;
	font-size: 10px;
	color:#999999;
	background-color:#FFFFFF;
	padding-top: 10px;
	border-top: solid #CCCCCC thin;
	border-bottom: solid #CCCCCC thin;
}
.bottomBar {
	width: 900px;
	height: 30px;
	background-color:#000000;
}


/*----------Top Nav----------------*/
#mainNav {
	float: right;
	width: 900px;
	position:absolute; 
	top: 30px;
	font-size: 12px;
}

#mainNav a:active,
#mainNav a:visited,
#mainNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#mainNav a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

#mainNav .flameIcon {
	float:left;
	padding-right: 5px;
	margin-top: -5px;
}

#mainNav .button {
	float: right;
	padding: 0 10px;
}

/*----------BANDITOS GIRL-----------*/
#banditosGirl {
	position: absolute;
	top: 60px;
	width:950px;
	height:357;
	float:right;
	padding: 0;
}
#banditosGirl .girlIcon {
	float: right;
}

/*--------------BANDITOS FLAMING LOGO-------------*/
#homeHeader .flamingLogo,
#subHeader .flamingLogo {
	position: absolute;
		margin-top: -20px;
	margin-left: -20px;
	z-index: 98;
}


/*--------------------FEATURE NAV------------------*/
#pageContent .featureNav {
	width:920px;
	margin-left: -5px;
	position:absolute;
	top:410px;
	padding:0;
	z-index: 99;
}

/*------------------HOME PAGE COLUMNS----------------*/

#pageContent .col1 {
	float: left;
	border-right: dotted #FFFF00 thick;
	width: 422px;
	padding: 10px;
	display: inline;
	
}
#pageContent .col2 {
	float: right;
	width: 410px;
	padding: 10px 10px 10px 20px;
	display: inline;
	
}
#pageContent .row { 
	padding-bottom: 10px;
	border-bottom: solid #FF0000 thin;
}

/*------------------------FONT STYLES-----------------*/

#pageContent h1{
	font-size: 16px;
	font-weight: bold;
	color:#FF0000;
}
#pageContent h2{
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
}
/*#pageContent h3{
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}*/
#pageContent strong{
	font-size: 1em;
	font-weight: bold;
	color:#FF0000;
}
#pageContent p,
#pageContent li{
	font-size: .9em;
	color:#666666
}
#pageContent .subColRight span {
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
}

/*------------------------HOME EVENTS-------------------------*/
#pageContent .eventRow {
	
	margin-left: -10px;
	padding-bottom: 10px;
	height: 215px;
	border-bottom: solid #FF0000 thin;
	
}
#pageContent .eventRow img {
	float: left;
	padding: 0px 10px 0px 0px;
	
}

/*-------------------------SUB PAGES------------------------*/
#pageContent .subTitle {
	clear: both;
	background-color:#000000;
	padding: 10px;
	height: 50px;
}
#pageContent .subTitle span {
	font-size: 36px;
	font-weight: bold;
	color:#FFFFFF;
}
#pageContent .rowStaff,
#pageContent .rowEvents {
	clear: both;
	padding: 10px;
	border-bottom: solid #FF0000 thin;
	height: 215px;
	
}
#pageContent .rowEvents {
	width: 850px;
}
#pageContent .rowStaff img,
#pageContent .rowEvents img {
	float: left;
	padding: 0px 20px 0px 0px;
	
}
#pageContent .staffPhoto,
#pageContent .staffCaption
#pageContent .eventsCaption
#pageContent .eventsPhoto, {
	float: left;
}
#pageContent .rowLocation {
	margin-left: 100px;
	padding-top: 50px;
	width: 350px;
	float: left;
}
#pageContent .locationCaption {
	padding-bottom: 50px;
}
#pageContent .rowFriendsLinks {
	
	float: right;
	padding: 50px 100px 50px 0px;
}

#pageContent .subColRight {
	padding: 10px;
	margin-left: 240px;
	border-left: dotted #FFFF00 thick;
	
}

#pageContent .rowMenu {
	border-bottom: solid #FF0000 thin;
	width: 400px;
}
#pageContent .photosCol {
	padding: 10px;
	margin-left: 240px;
	border-left: dotted #FFFF00 thick;
	
}
#pageContent .photosCol img {
	padding: 5px;
}


/*--------------------------SIDE NAV--------------------*/
#pageContent .sideNav {
	width:210px;
	float: left;
	padding-left: 10px;
	margin-top: -10px;
	
}

#pageContent ul.nav {
	/*list-style-type: none;*/
	padding-left: 0;
	margin-left: 0px z
}
#pageContent ul.nav a {
	display: block;
	width: 190px;
	border: 1px solid #000000;
	padding: 5px 10px;
	background-color:#FF0000;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
}
#pageContent ul.nav a:hover {
	text-decoration: underline;
	color:#FFFF00;
}
#pageContent ul.nav li {
	display: inline;
	list-style: none;
	/*background-image:url(../images/flame_icon_blk.png);
	background-repeat:none;*/
	padding-left: 2px;
	
	
}
	
/*-------------------- TABLE ---------------*/
.calendar {
	/*margin-left: 40px;*/
}
.calendar strong {
	font-size: 14px !important;
}

.calendar ul li {
	padding: 5px 0 5px 0;
	font-size: 12px;
}
.calendar tr td {
	border-bottom: dotted #FF0000;
}
.calendar td.day {
	
	text-align: center;
	background-color:#FFCC00;
	color: #FFF;
	font-weight: bold;
	font-size: 22px;
	border-bottom: none !important;
}

/*-------------------- MUSIC CAL ---------------*/
table.music-cal {
	font-family: Arial, Helvetica;
	text-align: left;
	color: #FFFFFF;
}
table.music-cal td {
	padding: 5px;
}
table.music-cal tr.odd {
	background-color:#CCCCCC;
	color: #000000;
}
table.music-cal th {
	color:#FF0000;
	border-bottom: 1px solid #FF0000;
} 