/*
Theme Name: Musaic
Theme URI: http://themes.chrisfay.net/musaic_wordpress
Description: Wordpress version of the Musiac theme for sale on Themeforest.net
Version: 21 (WP2.9.1+)
Author: Chris Fay
Author URI: http://chrisfay.net
Tags: music,fun,audio
*/

@import "css/reset.css";
@import "css/default.css";
@import "css/navMega.css";

/************* CUSTOM CSS *******/
body {
    background: url("images/bodyBG4.jpg") no-repeat scroll center top,url(images/background-bottom.jpg) bottom center repeat-y;
}
p {

}
h1 {
	padding-bottom: 20px;
}
#wrapper {
	background: rgba(255, 255, 255, 0.8); 
	margin-top: 140px;
	  overflow: auto;
	  min-height: 650px;
	margin-bottom: 20px;
	border-radius: 5px;
	moz-border-radius: 5px;
	webkit-border-radius: 5px;
}

#header {
    padding: 15px 24px 0 25px;
    background: none repeat scroll 0 0 #E6E6E1;
   }
.navigation {
	padding-top:0;
}

#contentWrapper {
    margin: 0 0 25px 25px;

}
#mainContent {
  
    width: 980px;
  }
#mainContent .col1  {
	width: 650px;
		font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 21px;
}
#mainContent .col2 {
	float: right;
	margin-right: 0;
	width: 300px;
	
}
.no-border {
	border: none;
}