/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
	color: #000;
	font-family: Georgia;
	font-size: 12px;
	line-height: 17px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	min-width: 780px;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

ul, ol
{
	list-style: circle default;
	margin: 0;
}

li { margin-bottom: 4px; }

/***** Links *****/

a, a:visited {
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table
{
	border: 0;
	margin: 0 0 18px 0;
	padding: 0;
	width: 100%;
}

table tr td {
padding:2px;
}

/***** Wrapper *****/

#wrap {
width:760px;
margin:0 auto;
text-align: left;
}

#wrap p {
	margin-top: 9px;
}

/***** Head *****/

#head { background-color: #b40127; }


/***** Nav *****/

#nav
{
	background-color: #FFF;
	color: #000;
	font-family: Georgia;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	border-color: #000;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	background-image: url(http://www.loosies.com/images/bg_nav.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin: 0 0 25px 0;
}

#nav a, #nav a:visited {
	color: #000;
	text-decoration: none;
	margin: 0 20px 0 20px;
}

#nav a:hover {
	color: #c01422;
}

#nav a strong
{
	color: #C01422;
	font-weight: normal;
}

#wrap table {
	border-collapse: collapse;
	border: 1px solid #666;
}
#wrap th, #wrap td { padding: 0.4em 1em 0.4em 1em; }
#wrap .odd { background-color: #ddd; }
#wrap .even { background-color: #fff; }


/***** Main Area *****/

#main
{
	width: 485px;
	float: left;
}

#main h1, #wrap h1  {
	font-family: Georgia;
	font-size: 22px;
	line-height: 26px;
}

#main h2, #wrap h2  
{
	font-family: Georgia;
	color: #000;
	font-size: 22px;
	line-height: 22px;
	margin: 8px 0 2px 0;
}

#main h3, #wrap h3   {
	font-family: Georgia;
	color: #000;
	font-size: 18px;
	line-height: 22px;
}

#main img
{
	border: 0;
}


/***** Side Column *****/

#side
{
	width: 250px;
	float: right;
}

#side h1
{
	font-family: Georgia;
	color: #b40127;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	margin: 25px 0 -6px 0;
	border-bottom: #000;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

#side h2
{
	font-family: Georgia;
	color: #000;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin: 10px 0 2px 0;
}

#side h1 a, #side h1 a:visited
{
	text-decoration: none;
	color: #b40127;
}

#side h1 a:hover {
    text-decoration:none;
	color: #b40127;
}

#side
{
	width: 250px;
	float: right;
	margin: 25px 0 0 0;
}

.download
{
	margin: 0px 15px 0px 15px;
	font-family: Georgia;
}

.download a
{
	font-size: 11px;
	font-family: Courier;
	font-weight: bold;
}

.calendar { margin: 0 15px 0 15px; }

#footer
{
	clear: both;
	border-top: #b40127;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	color: #ccc;
	font-family: Georgia;
	font-size: 9px;
	line-height: 12px;
	padding: 4px 0 0 0;
}


/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

/***** Photo Gallery *****/

#pics #wrap img
{
	margin: 0 10px 10px 0;
	border-color: #333;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	max-width: 225px;
	width: expression(this.width > 225 ? 225: true);
}

#pics #wrap a img
{
	border-color: #b40127;
	border-width: 1px;
	border-style: solid;
	display: block;
}

.picheading
{
	border-bottom: #333;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	font-size: 16px;
	line-height: 17px;
	margin: 0;
	padding: 10px 0 2px 0;
	clear: both;
}

.gallery { margin: 0; }

/***** Home Page *****/

#home #main img { margin: 10px 0 0px 0; }

.caption
{
	font-size: 10px;
	line-height: 12px;
	margin: 0 10px 20px 10px;
}

/***** Meet the Loosies *****/

.bio
{
	clear: both;
	padding: 12px 0 0 0;
	border-color: #999;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
}

#biolist
{
	padding: 30px 0 0 0;
	clear: both;
}

#meet #wrap .bio img
{
	margin: 0 12px 12px 0;
	float: left;
	border-color: #333;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	max-width: 225px;
	width: expression(this.width > 225 ? 225: true);
}

.mugshot
{
	float:left;
	text-align:center;
	font-family: Georgia;
	font-size: 14px;
	line-height: 14px;
}

#meet #wrap #lineup img
{
	margin: 0px 6px 4px 6px;
	padding: 0px;
}

#meet #lineup a { text-decoration: none; }

/***** Upcoming Appearances *****/


#calendar table
{
	padding: 0;
	font-family: Georgia;
	font-size: 13px;
	line-height: 16px;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 0 1em;
	color: #000;
	border-color: #666;
	border-width: 1px;
	border-style: none solid solid solid;
	width: 100%;
}

#calendar tbody tr.month th, #calendar tbody tr.month td
{
	font-family: Georgia;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	border-color: #333;
	border-width: 1px 0 1px 0;
	border-style: solid none solid none;
}

#calendar tr, #calendar td
{
	padding: 5px;
}

#calendar tr.odd, #calendar tr.odd td
{
	background-color: #eee;
	border-bottom: #ddd;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}
#calendar tr.even, #calendar tr.even td
{
	background-color: #fff;
	border-bottom: #DDD;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}
	
#calendar thead th, #calendar thead td, #calendar tfoot th, #calendar tfoot td {
	}
#calendar th {
	text-align:left;
	font-size: 18px;
	font-family: Georgia;
	}
#calendar tbody th, #calendar td {
	text-align:left;
	vertical-align:top;
	}
#calendar tbody th {
	font-weight:normal;
	white-space:nowrap;
	}
#calendar tbody td, #calendar tbody th {
	}

#calendar tbody tr:hover td, #calendar tbody tr:hover th {
	}