/* Styles.css
	Site: 
	Author: Matthew McCloskey, Kemso LLC
	Date:
*/


body {
	margin: 0px auto;
	padding: 0px;
	
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #5a3f1f;
	
	background: #E4DDD2;
	/* background: #3B2814 url(../images/backgrounds/brown1.jpg); */
}


/* Links & Buttons
--------------------------------------------------------------------------------- Links & Buttons
*/

a, a:visited {
	color: #859DB3;
}
a:hover, a:active {
	color: #5A3F1F;
}




/* Headers
--------------------------------------------------------------------------------- Headers
*/

h1 {
	text-transform: uppercase;
}
h2 {
	text-transform: uppercase;
	color: #fff;
	background-color: #5A3F1F;
	/* background: #3B2814 url(../images/backgrounds/brown1.jpg) repeat; */
	padding: 7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
h3 {
	color: #859DB3;
	margin: 0px;
}
h4 {
	color: #5A3F1F;
	margin: 0px;
}



/* Standards & Hacks
------------------------------------------------------------- Standards & Hacks
*/
.clearer {
	display: block;
	clear: both;
	height: 1px;
	line-height: 1px;
	margin-top: -1px;
	text-indent: -9999px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ol {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

img {
	border: none;
}


/* Structure
--------------------------------------------------------------------------------- Structure
*/

#header {
}
#main {
}
#footer {
	clear: both;
	height: 80px;
	padding: 30px;
	text-align: center;
}

.content { /* Set's site width */
	width: 800px;
	margin: 0px auto;
}


/* Navigation 
--------------------------------------------------------------------------------- Navigation
*/

#navigation {
}



/* ! Forms  */
/* --------------------------------------------------------------------------------- 
 */
label {
	display: block;
	font-size: 13px;
	font-weight: bold;
}
input, textarea {
	width: 380px;
	padding: 6px 5px 5px 5px;
	margin: 0px;
	border: none;
	border-width: 0px;
	outline: none;
	font-size: 13px;
}

form p {
	margin: 5px 0;
}

form .alert {	
	display: block;
	color: #BF5823;
}




/* ! Columns  */
/* --------------------------------------------------------------------------------- 
 */
.column {
	width: 390px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.column.left {
	margin-right: 20px;
}




/* ! Record section  */
/* --------------------------------------------------------------------------------- 
 */

#record {
	background: #3B2814 url(../images/backgrounds/brown1.jpg);
	padding: 30px 0;
	font-size: 14px;
	margin-bottom: 20px;
}
#record .content {
	background: #E4DDD2;
	padding: 15px;
	width: 770px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#record img {
	float: left;
	margin: 0px 20px 0 0;
}
#record #info-container {
	display: block;
	position: relative;
	float: left;
	width: 350px;
	height: 400px;
	overflow: hidden;
}
#record #info-wrap {
	width: 1095px;
	position: relative;
}
#record #record-info,
#record #download-form,
#record #purchase {
	position: relative;
	width: 350px;
	height: 400px;
	float: left;
}
#record #record-info {
	margin-right: 15px;
}

#record h1, #record h2 {
	font-size: 24px;
	background: transparent;
}
#record h1 {
	margin: 14px 0 5px 0;
	padding: 0px;
	color: #fff;
}

#record h2 {
	margin: 0 0 15px 0;
	padding: 0px;
	color: #5A3F1F;
}


#record a.play {
	position: absolute;
	top: 14px;
	right: 0px;
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	background-image: url(../images/media-buttons.jpg);
	background-position: -18px 0px;
}
#record a.play:hover {
	background-position: -18px -18px;
}

#record a.pause {
	background-position: 0px 0px;
}
#record a.pause:hover {
	background-position: 0px -18px;
}


/* Track list */

#tracklist li {
	position: relative;
}
#tracklist li .statusbar {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 3px;
	z-index: 10;
}
#tracklist li.selected .statusbar {
	display: block;
}
#tracklist li .loadingbar {
	width: 0%;
	background-color: #FFF;
	display: block;
	height: 3px;
}
#tracklist li.selected a {
	color: #fff;
	background-color: #5A3F1F;
}
#tracklist a {
	display: block;
	padding: 3px 6px;
	text-decoration: none;
	color: #859DB3;
}
#tracklist a:hover {
	background: #fff;
	color: #5A3F1F;
}

#tracklist a.buffering {
	background-image: url(../images/loading2.gif);
	background-position: right center;
	background-repeat: no-repeat;
}


a.button, button {
	border: none;
	display: inline;
	background-color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #5A3F1F;
}
a.button:hover, button:hover {
	background: #5A3F1F;
	color: #fff;
}

#download, #form-back, #buy-btn, #buy-back {
	display: block;
	position: absolute;
	bottom: 0px;
}
#download {
	left: 75px;
}



/* ! Download form  */
/* --------------------------------------------------------------------------------- 
 */

#download-form {
}

#email {
	width: auto;
	padding: 5px 5px;
	border: none;
	width: 260px;
	outline: none;
}


#download-form .alert {	
	display: block;
	color: #BF5823;
}




/* ! Sound Manager Debug  */
/* --------------------------------------------------------------------------------- 
 */
#soundmanager-debug {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #ccc;
}







/* ! Comments List  */
/* --------------------------------------------------------------------------------- 
 */
 
#comment-form {
	margin-bottom: 15px;
}
ul#comments {
}
#comments li {
	background: transparent url(../images/comment-bubble.jpg) no-repeat scroll left 3px;
	padding-left: 24px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #859DB3;
	margin-bottom: 10px;
}
#comments .author {
	font-weight: bold;
}
#comments p {
	margin: 0px;
}


#add-comment {
	display: block;
	background: transparent url(../images/comment-bubble.jpg) no-repeat scroll left 3px;
	padding-left: 24px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #859DB3;
	margin-bottom: 10px;
}





/* ! Dates list  */
/* --------------------------------------------------------------------------------- 
 */
.dateList {
	background: transparent;
    list-style: none;
    margin: 0;
}

.dateList li {
	display: block;
    clear: both;
    color: #382401;
    margin-bottom: 20px;
    padding: 0px 0px 5px 0px;
    position: relative;
   /*  width: 310px; */
}

.dateList li.hoverState {
    background: #f2f1ee;
    cursor: pointer;
}

.dateList li h3 {
	background: transparent;
    float: left;
    margin: 0;
    width: 170px;
}

.dateList li .time {
	display: block;
	float: none;
}
.dateList li p {
    line-height: 20px;
    margin: 0;
}
.dateList li .location {
	display: block;
	float: right;
}

.dateList li .description {
	float: left;
	width: 325px;
	font-size: 12px;
}

.dateList li a {
   /*  float: right; */
   color: inherit;
}
.dateList li h3 a {
	text-decoration: none;
}
.dateList li h3 a:hover {
	text-decoration: underline;
}

.dateBox {
	background: #3B2814 url(../images/backgrounds/brown1.jpg) repeat;
   /*  background: transparent url("../images/bg-dateBox.gif") no-repeat; */
	/* height: 50px; */
	text-align: center;
	width: 35px;
	padding: 5px;
	float: left;
	 margin-right: 10px;
	  -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.dateList li .dateBox h3 {
    float: none !important;
    font-size: 11px;
    line-height: 11px;
    margin: 0px auto;
    width: auto !important;
    color: #E4DDD2;
}

.dateBox p {
    float: none !important;
    font-size: 18px;
    color: #fff;
}
