/* COLORS USED  
lightblue: 53a9e4
orange: c05e37
mustard: c1c858
green: 34a975
darkgray: 2b2b2b
litegray: 3c3c3c
*/

/* v010910 */

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #2b2b2b url(images/bodyBg.gif) repeat 0 0;
	color: #000000;
}

a:link {
	color: #53a9e4;
	text-decoration: none;
}
a:visited {
	color: #53a9e4;
	text-decoration: none;
}
a:active {
	color: #34a975;
	text-decoration: none;
}
a:hover {
	color: #34a975;
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	position: relative;
	background: #3c3c3c url(images/wrapperBg.gif) repeat-y 0 0;
	border-bottom: 7px solid #3c3c3c;
}

#container {
	margin: 0 auto;
	width: 940px;
	position: relative;
	background-color: transparent;	
}

#header {
	background: transparent url(images/headerBg.gif) no-repeat;
	height: 117px;
}

.logo {
	background: url(images/VividLogo.gif) no-repeat 0 0;
	height: 95px;
	width: 500px;
}

#navigation {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 80%;
	background-color: #c05e37;
	height: 35px;
	line-height: 33px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
}

#navigation a:link, #navigation a:visited { 
	padding: 10px 8px 10px 8px; 
	color: #fff;
	background-color: #c05e37;
	text-decoration: none;
}

#navigation a:hover {
	color: #c05e37;
	background-color: #c1c858;
}

#content {
	position: relative;
}

h1 {
	margin: 0;
	padding: 10px 10px 10px 0;
	font: 100% "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: right;
	color: #fff;
}

h2 {
	margin: 0;
	padding: 2px 0 3px 7px;
	font: 80% "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	border-top: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a;
	color: #c1c858;
	background-color: #2b2b2b;
}

h3 {
	margin: 0 0 5px 10px;
	padding: 0;
	font: 105% "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
}

#content {
	min-height: 300px;
}

#content p {
	padding: 0 20px 0 20px;
	font-size: 80%;
	line-height: 1.7em; 
	color: #fff;
}

#content p.italic {
	font-style: italic;
}

#content p.bold {
	font-weight: bold;
}

#content ol {
	padding: 0 40px 0 60px;
	font-size: 80%;
	color: #fff;
}

#content li {
	line-height: 1.6em; 
	margin: 5px 0 5px 0;
}

/* BAND COVERS */

.thumbnail
{
	text-align: center;
	float: left;
	width: 150px;
	border: 1px solid #2b2b2b;
	margin: 0 15px 15px 0;
	padding: 5px;
	background: #2b2b2b url(images/bodyBg.gif) repeat 0 0;
}

.thumbnail img {
	margin: 0 0 5px 0;
}

.bandMainImg {
	float: right;
	border: 1px solid #2b2b2b;
	margin: 20px;
	padding: 5px;
	background-color: #484848;
}

#bandPageIndent {
	margin: 20px 0 20px 35px;
}

.bandName {
	text-align: center;
	padding: 0;
	font-size: 75%;
	font-weight: bold;
	line-height: 1.2em; 
	color: #fff;
}

.bandTitle {
	text-align: center;
	padding: 0;
	font-size: 70%;
	line-height: 1.8em; 
	color: #eee;
}

.bandName a:link {
	color: #53a9e4;
	text-decoration: none;
}
.bandName a:visited {
	color: #53a9e4;
	text-decoration: none;
}
.bandName a:active {
	color: #34a975;
	text-decoration: none;
}
.bandName a:hover {
	color: #34a975;
	text-decoration: none;
}


.bandDesc {
	padding: 0 10px 0 10px;
	font-size: 70%;
	line-height: 1.2em; 
	color: #808080;
}

.col1 {	
	float: left;
	width: 220px;
	padding: 0;
	margin: 0 0 20px 0;
}

.col2 {	
	float: left;
	width: 220px;
	margin: 0 0 20px 20px;
	padding: 0;
	text-align: center;
}

.col3 {
	float: right;
	width: 460px;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: center;
}

/* EMAIL FORM */

input.txt {
  color: #2b2b2b;
  background-color: #ededed;
  border: 1px solid #2b2b2b;
  width: 150px;
  margin: 5px 0 5px 0;
}

input.btn {
  color: #fff;
  background-color: #34a975;
  border: 1px solid #2b2b2b;
  margin: 10px 0 0 0;
}

form p {
  clear: left;
  margin: 0;
  padding: 0;
}

form p label {
padding: 5px 0 0 0;
  float: left;
  width: 10%;
  font: 100% "Lucida Grande", Verdana, Arial, sans-serif;
}

.clearBoth {
	clear: both;
}


#footer {
	margin: 10px 0 0 0;
	padding: 3px 0 3px 7px;
	font-size: 70%;
	line-height: 1.2em; 
	border-top: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a;
	color: #3c3c3c;
	background-color: #53a9e4;
}

