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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-image: url(imgDesign/Recording_Studio_Background.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#header {
  margin-top: 2px;
  padding-left: 10px;
  background-image: url(imgDesign/header_bg.jpg);
  background-position: top;
	background-repeat: no-repeat;
	-moz-border-radius:6px;  /* for Firefox */
  -webkit-border-radius:6px; /* for Webkit-Browsers */
  border-radius:6px; /* regular */ 
}

#banner {
  clear: both;
  height: 325x;
  width: 979px;
  background-color: #000;
  margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #d20000;
	padding: 1px;
}

a:hover {
	text-decoration: none;
	color: #f0f0f0;
}

img {
	border-width: 0px;
	border-style: none;
}

h1 {
	font-size: 22px;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}

h2  {
	color: #61b2cc;
	font-size: 18px;
	margin: 0;
	text-align: center;
}

h3  {
	color: #fff;
	font-size: 16px;
}

h4  {
	color: #d20000;
	font-size: 16px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.redText {
	color: #FF0000;
}

.clearBoth {
	clear: both;
}

.smText {
	font-size: 11px;
}

.subTitle {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	color: #2C2C2C;
}

#headingText {
	text-align: center;
	padding-top: 20px;
}

.red {
	color: #FF0000;
}

.blue {
	color: #0000cc;
}

.center{
	width: 100%;
	text-align: center;
}

#divider {
	width: 979px;
	height: 10px;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
}   

#container {
/*	background-image: url(imgDesign/inner_shadow.gif);   */
	width: 979px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

#leftBottom {
  margin-top: 10px;
  height: 95px;
	padding: 10px;
	width: 327px;
	/*opacity:0.3; /* Transparent Background 50% */
	background-color: #d20000;
  background-color: rgba(209,1,1,0.2);/* slighly transparent white */
}

#header {
	width: 979px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
/*	background-image: url(imgDesign/top.gif);   
	background-repeat: repeat-x; */
}

#nav {
	text-align: center;
	left: 0px;
	margin: 0px;
}

#nav ul {
	left: 0px;
	list-style: none;
	padding:0px;
	margin:0px;
}

#nav li {
	font-size: 12px;
	width: 140px;
	text-align: left;
	display: inline;
	left: 0;
}

#nav li a {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	padding-right: 19px;
	padding-left: 19px;
	padding-top: 5px;
	padding-bottom: 11px;
	line-height:39px;
	margin: 0;
}

#nav li a:link, #nav a:active, #nav a:visited {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 11px;
	line-height:39px;
	margin: 0;
}


#nav li a:hover {
	margin: 0;
  color: #000;
	background-color: #fff;   
  border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #d20000;
}

#logo {
  margin-top: 15px;
  margin-bottom: 10px;
}

#bottom {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	background-color: #61b2cc;
	height: 40px;
	padding-top: 0px;
}

#footer {   
	margin-left: auto;
	margin-right: auto;
	width: 979px;
	text-align: center;
	color: #4B617E;
	font-size: 10px;
	clear: both;
}

#containerBottom {
	background-position: bottom;
	background-image: url(imgDesign/container_bg.jpg);
	background-repeat: repeat-x;
}

#footerNav {
	text-align: center;
	left: 0px;
	padding: 0px;
	margin: 0px;
}

#footerNav li {
	font-size: 11px;
	width: 140px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	display: inline;
	left: 0;
	list-style: none;
}

#footerNav a:link, #footerNav a:active, #footerNav a:visited {
	text-decoration: none;
	color: #f0f0f0;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height:18px;
}

#footerNav li a:hover {
	background-color: #9BACC3;
}

#rightColumn {
	float: right;
	width: 588px;
	margin-bottom: 0x;
	text-align: left;
	padding: 10px;
	border: 7px solid #b2b2b2;
	/*opacity:0.8; /* Transparent Background 50% */
  /*background-image: url(imgDesign/texture_gray.jpg);
	backround-repeat: repeat-x;  */
	background-color: #d0d0d0;
  background-color: rgba(255,255,255,0.7);/* slighly transparent white */
}

.curvyCorners {
-moz-border-radius:6px;  /* for Firefox */
-webkit-border-radius:6px; /* for Webkit-Browsers */
border-radius:6px; /* regular */     
}

#rightColumn a {
	text-decoration: underline;
}

#leftColumn {
	float: left;
}

#blog {
 	padding: 10px;
	width: 327px;
	/*opacity:0.3; /* Transparent Background 50% */
	background-color: #2e2e2e;
  background-color: rgba(255,255,255,0.1);/* slighly transparent white */
}

#leftColumn ul {
	padding: 0;
	left: 0px;
	margin-left: 0px;
	list-style-type: none;
}

#leftColumn li {
	margin-left: 5px;
	margin-right: 5px;
}

#leftColumn li a {
  color: #f0f0f0;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #61b2cc;	
	width: 288px;
	display: block;
}

#leftColumn li a.noTopBorder {
	border-top: none;	
}

#leftColumn li a.noBotBorder {
	border-bottom: none;	
}

#leftColumn li a:hover {
  background: none;
	border-bottom: dotted 1px #ff0000;
	background-image: none;
}

#copyright {
	font-size: 11px;
	color:#f0f0f0;
	padding-top: 1px;
}

.adminMainMenu ul {
	margin: 0;
	left: 0;
	padding: 0;
	text-align: center;
}

.adminMainMenu li {
	list-style-type: none;
	display: inline;
	margin: 0;
	left: 0;
	padding: 0;
	float: left;
}

.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

.adminMainMenu li a {
  margin: 4px;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 15px;
	background-color: #61b2cc;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	border: 5px solid #000;
	-moz-border-radius:10px;  /* for Firefox */
  -webkit-border-radius:10px; /* for Webkit-Browsers */
  border-radius:10px; /* regular */
}

.adminMainMenu li a:hover {
	background-color: #d20000;
	color: #fff;
}

#adminContainer {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 25px;
	text-align: center;
	padding: 25px;
}

#sitemap a {
	color: #ffffff;
}

#sitemap a:hover {
	background-color: #9BACC3;
}
