/* CSS Document */

/* ######  CSS Stylesheet for SoulsaFest.com #######  */

/*	Author:	Jason Armstrong (http://elegantmachines.com/) */


/* ####### Global CSS Reset Courtesy of Eric Meyer - meyerweb.com  ######### */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* #########  END Global Reset ######### */



body {
  background-color: #000;
  color: #bababa;
  font-family: Futura, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  text-align: center;
}



/* ##############################  HEADER STYLING  ############################## */

h1 { color: #fff; font-size: 40px; font-weight: normal; line-height: 44px; margin: 20px 0 10px 0; }
h2 { color: #fff; font-size: 32px; font-weight: normal; line-height: 40px; margin: 20px 0 10px 0; }
h3 { color: #fff; font-size: 28px; font-weight: normal; line-height: 36px; margin: 10px 0 10px 0; }




/* ##############################  LINK STYLING  ############################## */

a,  a:link {
  color: #f00;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px dotted #f00;
}

a:visited {
  color: #f00;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px dotted #f00;
}

a:hover {
  color: #f00;
  text-decoration: none;
  border-bottom: 1px solid #f00;
}

a:focus {
  color: #f00;
}

a:active {
  color: #f00;
}



/* ##############################  PAGE STYLING  ############################## */

#outerWrapper {
  background-color: #000;
  margin: 0 auto 0 auto;
  text-align: center;
  width: 960px;
}


/* ##############################  MASTHEAD STYLING  ############################## */

#outerWrapper #header {
  background: #000 url(images/masthead_soulsafest_2009.jpg) no-repeat top center;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 10px 10px 10px 10px;
  height: 200px;
}

#header h1 {
	text-indent: -9999px;
}



/* ##############################  CONTENT STYLING  ############################## */

#outerWrapper #contentWrapper #content {
  margin: 0;
  padding: 0;
}

#contentColumnRight {
	width: 330px;
	float: right;
	padding: 16px;
}

.photoRight {
	border: 4px solid #fff;
	margin: 15px 0 25px 0;
	width: 300px;
	float: right;
}

#contentColumnLeft {
	text-align: left;
	width: 550px;
	padding: 16px;
}


#instructorInfo {
	margin: 20px 0 20px 0;
}

#luciaInfo {
	margin: 20px 0 20px 40px;
}

#eddyInfo {
	margin: 20px 0 20px 40px;
}


.contentDivider {
	border-bottom: 1px solid #333;
	margin: 40px 0 30px 0;
	width: 550px;
}

.listContainer {
	width: 550px;
	margin: 10px auto 20px auto;
}

ul.standardList {
	list-style: square;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 20px;
}

.standardList > li {
	text-align: left;
	list-style-position: inside;
}


/* ##############################  FOOTER STYLING  ############################## */

#outerWrapper #footer {
  background-color: #000;
  text-align: left;
  padding: 10px 10px 40px 10px;
}
