/* 
divergentmindmedia.com
(c)2008 Mindtonic Media, LLC

authors:

jay sanders (mindtonic@gmail.com)

Colors:

	Black:
	White:
	Grey: #4f4f4f


*/

/* RESET ============================= */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* TAGS ============================= */

body {
	font-family: gothic, verdana, arial sans-serif;
	font-size: 12px;
	letter-spacing: 1.5px;
	line-height: 21px;
	background: black;
	color: red;
	margin: auto;
}

a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: red;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

p {
	line-height: 22px;
	margin-bottom: 14px;
}

li {
	line-height: 22px;
}

input {
	background: black;
	color: red;
	padding: 3px;
	border: 0;
	border-bottom: groove 1px #4f4f4f;
}

select {
	background: black;
	color: red;
	padding: 3px;
	border: 0;
	border-bottom: groove 1px #4f4f4f;
}

textarea {
	background: black;
	color: red;
	padding: 3px;
	border: groove 1px #4f4f4f;
}

label {
	display: block;
	margin-bottom: 5px;
	background: black;
	color: red;
}

/* FORMS ============================ */

.form {
	margin-bottom: 20px;
}

.toggleBox {
	width: 400px;
	border: solid 1px #4f4f4f;
	margin: auto;
	padding: 10px;
	padding-bottom: 30px;
}

.toggleButton {
	margin: auto;
}

.submit {
	border: 0;
}
.errors {
	color: #BF2323;
	font-size: 12px;
}

/* MASTER =========================== */

#master {

}

/* HEADER =========================== */

#header {
	width: 800px;
	margin: auto;
	text-align: center;
}

#header #menu {
	text-align: center;
	font-size: 16px;
}
#header #menu a {
	padding: 10px;
}

/* CONTENT =========================== */

#content {
	width: 600px;
	margin: auto;
	text-align: center;
	padding-top: 10px;
}

#content #contentBox {

}

#content #contactInfo {
	height: 500px;
}

#content #contactForm {
	float: right;
	border-left: solid 1px red;
	padding-left: 30px;
}
#content #about img {
	padding: 10px;
}
#content #about li {
	padding: 10px;
}
#content #about h1 {
	font-size: 16px;
}
#content #about h3 {
	font-size: 14px;
}


#home {

}
#home #musicPlayer {
	float: right;
	width: 300px;
	height: 200px;
	margin: 10px 0px 10px 10px;
	border: solid 1px #6F0000;
}
#home h1 {
	line-height: 20px;
	padding-bottom: 10px;
}
#home h2 {
	padding-bottom: 10px;
}
#home #homeDescription {
	text-align: left;
}


.concert {
	height: 150px;
	margin-top: 20px;
	border: solid 3px #000;
	text-align: center;
}
.concert .image {
	float: left;
	width: 150px;
	height: 100%;
	background: black;
	text-align: center;
}
.concert .details {
	float: right;
	width: 200px;
	height: 100%;
	margin-left: 20px;
	border-left: solid 1px #5f5f5f;
	padding-left: 10px;
	text-align: left;
	background: black;
}
.concert .details ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}
.concert .details li {
	margin: 5px 5px 5px 5px;
	color: white;
}
.concert h2 {
	font-size: 26px;
}
.concert h3 {
	font-size: 18px;
}
.concert h4 {
	padding: 5px;
}
.concert .details .advance {
	float: right;
	padding: 2px;
	font-size: 11px;
	margin: 10px 20px 0px 0px;
	background: gold;
	border: solid 1px grey;
}




/* FOOTER =========================== */

#footer {
	width: 600px;
	margin: auto;
	padding-top: 10px;
	font-size: 9px;
	color: #4f4f4f;
	text-align: left;
}
#footer #login {
	float: right;
}
#footer input {
	border: 0;
}

/* ADMIN ============================ */

#admin {

}
#admin table {
	margin: auto;
	font-size: 12px;
}
#admin th {
	padding: 10px;
	border-bottom: solid 1px #dfdfdf;
}
#admin td {
	padding: 10px;
	border-bottom: solid 1px #dfdfdf;
}
#admin ul {
	list-style-type: none;
	padding: 20px;
}
#admin li {

}
#admin .form {
	margin: auto;
	margin-top: 40px;
}
#admin .form h3 {
	margin-bottom: 10px;
}
#admin #tree {
	width: 400px;
	padding: 10px;
	border: solid 1px #dfdfdf;
	margin: auto;
}
#admin #tree ul {
	text-align: left;
}
#admin #tree li {
	padding-bottom: 20px;
}


/* SYSTEM =========================== */
/* please keep this style in place for troubleshooting ~jay */

#diagnostics {
	background: white;
	color: black;
	padding:10px;
	margin:10px;
}

