@charset "UTF-8";
/* CSS Document */


/*==================================== 
  General Styles 
  ====================================*/

body{
	background-color: #F3F3F3;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	font-size: 12px;
}

  img {
	border: 0;
}

h1{
	font-size: 16px;
	color: #339999;
}

h2{
	font-size: 14px;
}

h3{color: #669999;
	
}


a {
	color: #339999;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #669999;
	text-decoration: underline;
}

  /*==================================== 
   Container
  ====================================*/

#container {
	width: 974px;
	margin-left: auto;
	margin-right: auto;
}




 /*==================================== 
   Wrapper
  ====================================*/

#wrapper {
	float: left;
	width: 974px;
	background-image: url(../images/mainbg.jpg);
	
	background-repeat: repeat;
}




  /*==================================== 
   Header
  ====================================*/

#header {
	width: 974px;
	height: 75px;
	float: left;
	margin-right: 20px;
	background-repeat: repeat;
	background-color: #000000;
}
#logo {
	float: left;
	margin-left: 10px;
	color: #FFFFFF;
	margin-top: 10px;
}
#title {
	float: right;
	padding-top: 15px;
	margin-right: 20px;
	color: #FFFFFF;
	width: 300px;
}

/*==================================== 
   Navigation
  ==================================== */
  
#mainNav{
	background-color: #000000;
	float: left;
	width: 974px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	margin-top: 20px;
}

#mainNav #mainNav-links {
	background-color: #000000;
	float: left;
	padding: 0;
	width: 630px;
}


#mainNav  #mainNav-links ul {
	margin: 0;
	padding: 0;
}


#mainNav  #mainNav-links ul li {
	margin: 0;
	padding: 0;
	display: inline;
	text-transform: capitalize;
}
#mainNav  #mainNav-links ul li a {
	color: #FFFFFF;
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#mainNav  #mainNav-links ul li a:hover {
	background-color: #339999;
	background-image: url(../images/fatblue.jpg);
}

#search {
	float: right;
	width: 180px;
	padding-right: 20px;
	padding-top: 10px;
}




 /*==================================== 
   Main
  ====================================*/

#main  {
	float: left;
	width: 974px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	background-color: #ffffff;
	margin-top: 20px;
	padding-top: 20px;
}


 /*==================================== 
   Left Column
  ====================================*/

#leftColumn {
	float: left;
	width: 630px;
}



#latest{
	width: 590px;
	margin-left: 20px;
	margin-bottom: 0px;
    -moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	background-color: #FFFFFF;
	background-color: rgba(241,241,241,0.5);
	padding: 5px;
	float: left;
	}	

#latest1{
	width: 630px;
	margin-left: 20px;
	margin-bottom: 20px;
    -moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	background-color: #FFFFFF;
	background-color: rgba(241,241,241,0.5);
	padding: 10px;
	float: left;
	}	
	
#info {
	width: 410px;
	float: left;
}

#info1 {
	width: 610px;
	float: left;
}

#artwork {
	height: 163px;
	width: 163px;
	float: right;
}
/*==================================== 
  Column Container
  ====================================*/

#columnContainer {
	float: left;
	width: 344px;
	height: auto;
}

/*==================================== 
   Right Column
  ====================================*/

#rightColumn {
	float: right;
	height: auto;
	width: 300px;
	margin-right: 20px;
}

#small {
	background-color: rgba(241,241,241,0.5);
    -moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
}


/*==================================== 
  Footer
  ====================================*/

#footer {
	float: left;
	width: 974px;
	color: #FFFFFF;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	}



/*==================================== 
  Copyright
  ====================================*/


#copyright {
	float: left;
	font-size: 12px;
	color: #000000;
}


/*==================================== 
  ebow
  ====================================*/	
	

#ebow {
	float: right;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 9px;
	font-style: italic;
}

#ebow a{
	color: #339999;
}
#ebow a:hover{
	color: #669999;
	text-decoration: underline;
}

/*==================================== 
   Navigation
  ==================================== */
  
#bottomNav{
	background-color: #000000;
	font-size: 10px;
	float: left;
	width: 974px;
	margin-right: 10px;
	margin-top: 20px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;}


#bottomNav #bottomNav-links {
	background-color: #000000;
	width: 600px;
	float: left;
	padding: 0;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}
#social img {
	padding-left: 5px;
}
#social {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}


#bottomNav #bottomNav-links ul {
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
#bottomNav #bottomNav-links ul li {
	margin: 0;
	padding: 0;
	display: inline;
	
}

#bottomNav #bottomNav-links ul li a {
	color: #FFFFFF;
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#bottomNav #bottomNav-links ul li a:hover {
	background-color: #339999;
	background-image: url(../images/fatblue.jpg);
}
