/*************************************
**************************************
mainStyles.css
Author: Clifton Quinn
Date: April 29, 2013
Description: This CSS main style sheet is used for MangoBayBand.com. For this website, this is the only style
sheet file being used.  All pages use this one file.

Outline:
1. Reset  
2. Header
3. Navigation
4. Main Body
5. Footer
***************************************
***************************************/

/*****************************************
Starting with a CSS "re-set" to initialize all tags based on the Meyers Re-set
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
*******************************************/

@charset "utf-8";
/* CSS Document */


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, 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,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: solid 1px;
}
td {
	border: solid 1px;
	padding: 3px 0 3px 0;
}


/**************************************
Color Guide:
# Brown (text) #930
# Yellowish (background behind the gradient image)  #eadf63
# Yellow - Orange (link background) #f63
# Brownish, back of Song list #E0AB5F
***************************************/

/*************************************
**************************************
2. Header
Here is where header info would go, in this case, just one image:
img src="../images/MangoLogo.jpg" width="960"
***************************************
***************************************/

header {
	float: right;
	padding-right: 20px;
	padding-top: 10px;
}

/*************************************
**************************************
3. Main Body
***************************************
***************************************/
body { 

background: url(../images/gradientDarkblue.jpg) repeat-x
#0dacce;

  	font-family: Arial, Helvetica, sans-serif;
	color: #930;
	height: 100%;
 }	
	
	
		 
#container {
	width: 960px;
	background-color: #000;
	background-image: url(../images/backBeach.jpg) 
, url(../images/backBeachRepeat.jpg);
background-repeat: no-repeat, repeat;
	border: solid 1px #ffc;
	margin: 15px auto;
	border-radius: 15px;
	color: #ffc;
	
}
		 
h1 {
	background-color:#900;
	text-align:center;
	color:#fff;
	padding:15px;
	font-size:40px;
	}
h2 {
	color:#930;
	border-bottom:dotted 2px #c60;
	text-align:right;
	padding-right:15px;
	margin-bottom:15px;
	font-size: 1.6em;
}
h3 {
	color:#930;
	text-align:right;
	padding-right:15px;
	margin-bottom:15px;
	font-size: 1.4em;
	font-weight: strong;
}

h4 {
	text-align: center;
}

p {
	font-size:1em;
	margin-bottom:15px;
	line-height:20px;
	color:#930;	
}
a img {
	border:none;
}
a:link {
	color:#930;
	}

a:hover {
	color:#036;
}


.clearIt {
	clear:both;
}

.rightSide {
	float:right;
	margin-left:10px;
	margin-bottom:10px;	
}
span.rightSide {
	width:300px;
	background-color:#fc3;
	border:dotted 3px #930;
	font-size:16px;
	font-weight:bold;
	padding:15px;
	margin:0 0 10px 10px;
	float: right;
}

#mainContent {
	width:725px;
	float:left;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 15px;
	padding-top:10px;
	background-color: #ffc;
	padding-left: 15px;
	 background: rgba(255, 255, 204, 0.9); /* nice browsers */
	
	-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px; 
}

#imageLeft { 
	float: left; 
	padding: 10px;	
}

#textRight { 
	float: right; 
	padding: 10px;	
}

#mainContent div {
	clear: both;
	text-size: 1.3em;
}

td {
		padding-left:15px;
	}
	
table {
	margin: 23px auto;	
	width: 600px;
	padding: 5px;
	border: 1px solid #3333CC;
	color: #930;
}
table a:link, a:visited {
	color: #630;
	font-style: italic;	
}

#noFlash {
		background-color: #FC0;
		float: right;
		margin: 20px;
		padding: 10px 10px;
		border-radius: 7px;
		color: #ffc !important;
		width: 140px;
		border:dotted;	
	}

/*************************************
**************************************
4. Navigation
***************************************
***************************************/

#nav {
	margin-top:150px;
	margin-left:15px;
	margin-right: 15px;
	float:left;
	width:160px;
}
#nav a {
	background-color:#fc3;
	border:solid 1px #930;
	padding: 10px;
	color:#930;
	text-decoration:none;
	display:block;
	width:140px;
	margin-bottom:8px;
	border-radius: 5px;
	letter-spacing:2px;
	font-size: .8em;
}

#nav a:hover {
	color: #882D00;
	background-color: #ff9;
}
#nav a.imageLink {
	background-color:white;
	border:solid 2px black;
}

#nav a.currentPage {
	background-color:#fff;
	border:solid 1px;
	cursor:default;
}

/*************************************
**************************************
5. Footer
***************************************
***************************************/
#footer {
	clear:left;
	height: 20px;
	background-color:#cc480a;
	text-align:center;
	font-size:12px;
	color:#fff;
	margin-top: 20px;
	border-bottom-right-radius:15px;
    border-bottom-left-radius:15px; 
	
}

.loveText {
	color:#fcc;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
