/* Start of CMSMS style sheet 'curvStudiosCurv_stylesheet' */
body {
  color: rgb(120,120,120);
  background-color: rgb(0,0,0);
  font-family: 'Lucida Grande', 'Trebuchet MS', futura, sans-serif;
}
a {     color: rgb(136,255,255); }

h1, .h1c { font-size: 160% ; color: rgb(85,143,194); }
h2, h3, legend { color: #ebebeb; }
h4 { color: #999999; }

div#innerPage {
  background-color: rgb(23,23,30);
  width: 800px;
  margin: 20px auto 20px auto;
  border: 6px solid rgb(32,75,131);
}

div#header {
  background-color: black;
  background-image: url(uploads/web_graphics/Curv_header.jpg);
  width: 800px;
  height: 154px;
  background-repeat: no-repeat;
  border: 1px solid rgb(85,143,194);

}

div#content {
  background-color: rgb(0,0,0);
  padding: 20px;
  font-size: 80%;
  border: 1px solid rgb(85,143,194);
}

div#footer {
  padding-top: 2px;
  background-color: rgb(33,33,33);
  color: rgb(180,180,180);
  text-align: center;
  font-size: 80%;
  border-left: 1px solid rgb(85,143,194);
  border-right: 1px solid rgb(85,143,194);
  border-bottom: 1px solid rgb(85,143,194);
}


input, textarea {
  background-color: rgb(140, 140, 140);
  border: 1px solid rgb(85,143,194);
}

fieldset {
  border: 1px solid rgb(85,143,194);
}


#reelmenu .reelcurrent {
  color: rgb(255, 186, 0);
}
#reelmenu a {
  color: rgb(200,100,0);
}

/*---- The wrapper clears the floating elements of the menu ----*/

#menuwrapper {

}


/*---- Styling the basic apperance of the menu elements ----*/


/* change the padding here to recenter the menu */
#primary-nav{
        list-style: none; 
	margin: 0px;
	padding: 0px 10px ;

  background-color: rgb(40,40,40);
  background-image: url(uploads/images/web_graphics/menu_bg.gif);
  background-repeat: repeat-x;
  height: 32px;
  margin: 0 auto 0 auto;
  font-size: 90%;

       }



#primary-nav ul { 
	list-style: none; 
	margin: 0px auto 0px auto; 
	padding: 0px;
	position: absolute; 
	top: auto; 
	display: none; 
	}

/* Adjust the width on this style to recenter the menu */
/* for 5 menu items use        width: 142px;  */

#primary-nav li { 
	display: block; 
	margin-left: -1px;
        padding-top: 7px;
	float: left;
        width: 130px; 
        text-align: center;
	}

#primary-nav a { 
	padding: 4px 10px; 
	text-decoration: none; 
        color: rgb(140, 140, 140)
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive a { 
     color: rgb(100,255,255);
     font-weight: bold;
}

/* Styling the apperance of menu items on hover */

#primary-nav li a:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh {
      color:  rgb(136,255,255)
}

/* End of 'curvStudiosCurv_stylesheet' */

