/* BACKGROUND AND BORDERS */

body {
	background-color: #034686; /* blue */
	text-align: center;
	margin-top: 5px;
	background: #000000 url('images/GrooveExpeditionBlueFire.jpg');
}
.borderOuter { /* green */
	margin: 0 auto; /* for centering */
	background-color: #00a650; 
	padding: 5px;
	width: 950px;
}
.borderCenter { /* yellow */
	margin: 0 auto; /* for centering */
	background-color: yellow; 
	padding: 5px;
}
.borderInner { /* orange */
	margin: 0 auto; /* for centering */
	background-color: orange; 
	padding: 5px;
}

/* CONTENT CONTAINERS */

.containerContent {
	margin: 0 auto; /* for centering */
	background-color: #ffffff;
	padding: 0px;
	text-align: center;
	min-height: 600px;
}
.containerNav {
	/*border: solid 1px #034686;  for dev only */
	margin-top: 10px;
	margin-left: 15px;
	padding: 0px;
	width: 90px;
	float: left;
	text-align: left; 
}
.containerBody {
	/*border: solid 1px #034686;  for dev only */
	margin-top: 10px;
	margin-left: 10px;
	padding: 0px;
	width: 590px;
	float: left;
	text-align: left;
}
.containerSidebar {
	/*border: solid 1px #034686;  for dev only */
	margin-top: 10px;
	margin-left: 10px;
	padding: 0px;
	width: 200px;
	float: left;
	text-align: left;
}
.containerCopyright {
	/*border: solid 1px #034686;  for dev only */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #00519d;
	text-align: center;
	width: 100%;
	clear: both;
}
.containerPlayer {
	/*border: solid 1px #034686;  for dev only */
	margin-bottom: 10px;
}
.containerDownloads {
	/* border: solid 1px #034686; for dev only */
	margin-bottom: 10px;
}

/* TEXT */

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #00519d;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin-bottom: 10px;
}
.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}
.tableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #00519d;
	margin-bottom: 10px;
	text-align: center;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	color: #000000;
	margin-bottom: 10px;
}
ul {
	list-style-type: none;
}
li {
	margin-bottom: 10px;
}

/* BLOG */

.containerBlog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin-left: -40px;
	margin-bottom: 10px;
	list-style-type: none;
}

.blogError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin-left: 40px;
	margin-bottom: 10px;
}

/* TWITTER */

.containerTweet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin-left: -40px;
	margin-bottom: 10px;
	list-style-type: none;
}
.tweet_intro, .tweet_outro, .tweet_loading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin-left: 40px;
	margin-bottom: 10px;
}


/* LINKS */

a:link, a:visited, a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #00519d;
}
a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: orange;
}

a.nav:link, a.nav:visited, a.nav:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #00519d;
	background: url('images/GrooveExpeditionNote.gif') no-repeat;
	padding-left: 15px;
	padding-bottom: 10px;
}
a.nav:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: orange;
	background: url('images/GrooveExpeditionNoteHover.gif') no-repeat;
	padding-left: 15px;
	padding-bottom: 10px;
}

a.navLit:link, a.navLit:visited, a.navLit:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #00a650;
	background: url('images/GrooveExpeditionNoteLit.gif') no-repeat;
	padding-left: 15px;
	padding-bottom: 10px;
}
a.navLit:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: orange;
	background: url('images/GrooveExpeditionNoteHover.gif') no-repeat;
	padding-left: 15px;
	padding-bottom: 10px;
}

a.navMyspace:link, a.navMyspace:visited, a.navMyspace:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #00519d;
	background: url('images/myspace.gif') no-repeat;
	padding-left: 25px;
	padding-bottom: 10px;
}
a.navMyspace:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: orange;
	background: url('images/myspaceHover.gif') no-repeat;
	padding-left: 25px;
	padding-bottom: 10px;
}

a.navFacebook:link, a.navFacebook:visited, a.navFacebook:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #00519d;
	background: url('images/facebook.gif') no-repeat;
	padding-left: 25px;
	padding-bottom: 10px;
}
a.navFacebook:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: orange;
	background: url('images/facebookHover.gif') no-repeat;
	padding-left: 25px;
	padding-bottom: 10px;
}

/* CONTACT FORM */

.buttonSubmit {
	border: solid 1px #034686;
	background-color: yellow;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #034686;
	cursor: pointer;
}