/* Start of CMSMS style sheet 'SINGING LESSONS GENERAL STYLESHEET' */
body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}

h1 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10pt;
	color: #003366;
	margin-top: 2px;
	margin-bottom: 2px;
}

h2 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12pt;
	color: #B35A00;
	margin-top: 2px;
	margin-bottom: 2px;
}

h3 {
	font-family: Verdana;
	font-weight: normal;
	font-size: 12pt;
	color: #B35A00;
	margin-top: 2px;
	margin-bottom: 2px;
}

.style1 {font-size: 12px;
		color: #000000;
		}
.style2 {font-size: 12px;
		color: #D2000B;}
.style3 {font-size: 12px;
		color: #009CD7;}
.style4 {font-size: 12px;
		color: #D2000B;}



.style5 {font-size: 10px;
color: #666666;
line-height:normal;
		}






#outershell{ 

width: 950px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/

 }
 


#innershell{
	position:relative;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 950px;
	background-color: #ffffff;
	border: 1px solid #183048;
    padding: 5px;

}

#topsection{
	
    background-repeat: no-repeat;
	background-position: left top;
}

#pageheader {
                padding:5px;
	color: #b35a00;
	font-family: "Lucida Sans";
	font-size: 25px;
                letter-spacing: 5px;
                 margin_bottom: 3px;
                 }
#banner {  }

#pagetitle{
	height: 50px;
    padding-left: 22px;
    min-height: 50px;
	text-align: left;
	font-family: "Lucida Sans";
	font-size: 16px;
	font-weight: bold;
	color: #b35a00;
	letter-spacing: 0.3cm;
	text-transform: uppercase;
	line-height: 16px;

}

#posts {height: 250px;
 min-height:250px;   }
 


 html>body #posts {
	height: auto;} /* for not-IE */

a:link {

	color: #b35a00;
	text-decoration: none;
	}

a:visited {

	color: #003366;
	text-decoration: none; }
	
a:hover {

	color: #003366;
	text-decoration: none; }
	
a:visited:hover {

	color: #003366;
	text-decoration: none; }
	
#copyright {
	clear: left;
	width: 930px;
	height: 40px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:  #999999;
	background-repeat: no-repeat;
}

.copyright p {  
	line-height: 1em;
	color:  #999999;
margin-top: 10px; margin-bottom: 10px;

}

.copyright a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:  #999999;
	text-decoration: none;
	}

.copyright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:  #999999;
	text-decoration: none;	}

.copyright a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;		
}	

.copyright a:hover:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  10px;
	color: #000000;
	text-decoration: none;		
}	
 

img { border-style:none;
border: 0px none #951007}

a img { 
border: 0px solid #910D01}



ul {

	list-style-type: square;
	list-style-position: outside;
}

 div#content {
   margin: 1.5em auto 2em 0;   /* some air above and under menu and content */
}


div#main {
   margin-left: 29%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%; /* and some air on the right */
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 26%;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
}

div#sidebar ul{
list-style: none;
}



div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #CCCCCC;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}


/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}


/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */
/* End of 'SINGING LESSONS GENERAL STYLESHEET' */

