/* Start of CMSMS style sheet 'newschoolaikido' */
* {
	margin: 0;
}
html {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
        padding: 0px 0px 0px 0px;
        width: 780px;
        background: #8D9A93;
}
.footer {
        left: 250px;
        margin: 10px auto 0;
        padding-top: 10px;
        text-align: center;
	height: 50px; 
        background: url(uploads/images/templates/nsa/footer.jpg);
        width: 780px;
        color: #5574A0;       
}
.push {
       height: 50px; /* .push must be the same height as .footer */
}

body {
      background: #333333;
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 12px;
      line-height: 16px;
      color: #000;
      height: 100%;
}

#header {
background: url(uploads/images/templates/nsa/header.jpg) repeat-y;
width: 780px;
height: 100px;
padding: 20px 0 0 50px;
}

#blogtitle {
margin: -20px 0 0 -50px;
font-family: sans-serif;
font-size: 3em;
font-weight: bold;
color: #FDD017;
}

h1 {
font-family: sans-serif;
font-weight: bold;
font-size: 16px;
color: #fff;
margin-bottom: 5px;
border-bottom: thin  dotted #fff;
padding: 0 0 7px 0;
}

.slideshow { height: 237px; margin: auto }
.slideshow IMG {
    position:absolute;    
    top:0;      
    left:0;       
    z-index:8;
}
  
.slideshow IMG.active {
    z-index:10;
}

.slideshow IMG.last-active {
    z-index:9;
}

.left {
clear: left;
float: left;
position: relative;
width: 150px;
position-left: -150px;
margin: 10px 0 0 0;
padding-left: 4px;

}

.content {
margin: 10px 0 0 180px;
/* margin-left: 180px; */
width: 400px;
}

#right {
top: 125px;
position: absolute;
margin: 0 0 0 600px;
/* margin-left: 600px; */
width: 180px;
padding-right: 25px;
}

#nsamenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.7em;
}

#nsamenu ul {
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}

#nsamenu li {
margin-bottom: 4px;
}

#nsamenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #FDD017;
display: block;
padding: 6px 0 0 10px;
background: #555555;
border-left: 4px solid #cccccc;
}

#nsamenu li a:hover {
background: #555555;
color: #01365E;
border-left: 4px solid #286ea0;
}

.currentpage {
font-weight: normal;
height: 20px;
text-decoration: none;
color: #ffffff;
display: block;
padding: 6px 0 0 10px;
background: #555555;
border-left: 4px solid #cccccc;
}

a:link, a:visited, a:hover { 
	color: #fff;
}

#facebook {
margin: 10px 0 20px 0;
}

/*
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;} */
/* End hide from IE-mac */

/* End of 'newschoolaikido' */

