/*
Theme Name: North Star Academy
Theme URI:http://www.OurLadyCS.org/
Version:1.0
Description:Widget-enabled fixed width 2-column design with left menu
Author:L. Keller
Author URI:http://SandstoneDigital.com/
*/
*{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	}
body{
	text-align:center;
	font:100% Arial,Verdana,Tahoma,sans-serif;
	line-height:1;
	}
table{
	table-layout:fixed;
	border-collapse:collapse;
	border-spacing:0;
	}
p{
	margin:5px 0 10px;
	line-height:1.2;
	font-size:87.5%;
	}
h1,h2,h3,h4,h5,h6{
	margin:0 0 5px;
	color:#000;
	font-size:130%;
	font-weight:normal;
	}
h2{
	font-size:137.5%;
	}
h3{
	font-size:125%;
	}
h4,h5,h6{
	font-size:112.5%;
	font-weight:bold;
	}
h5{
	font-size:100%;
	}
h6{
	font-size:90%;
	}
a:link,a:visited{
	text-decoration:none;
	}
a:focus,a:hover,a:active{
	text-decoration:underline;
	}
#page{
	width:999px;
	margin:0 auto;
	text-align:left;
	}
#head{
	width:100%;
	height:263px;
	background: #4279B2;
	border-bottom: solid 2px #333;
	}
#header {
	margin:0 auto;
	padding: 0;
	background: url('images/header.jpg') no-repeat;
	height: 263px;
	width: 999px;
	color: #FFF;
	font-family: 'Courier New', Courier, Fixed;
	font-size: 66%;
	line-height:1.5;
	position:relative;
	text-align:left;
	}
#header_left {
	position:absolute;
	left:110px;
	top:200px;
	}
#header_right {
	width:190px;
	position:absolute;
	left:290px;
	top:200px;
	}
#sidebar{
	float:left;
	width:240px;
	margin:0 0 5px 0px;
	font-size: 87.5%;
	font-family: Arial, Helvetica, Sans-Serif;
	}
#sidebar ul {
	margin: 0px 0px 2px 0;
	padding: 20px;
	background:#eee url('images/compass.jpg') no-repeat 0 bottom;
	list-style: none;
	line-height:1.5;
	}
#sidebar .page_folder .current_page_item {
	list-style-image: url('images/current_star.jpg');
	}
#sidebar ul ul {
	background: none;
	padding:0 18px;
	}
#sidebar ul a {
	font-weight:bold;
	color: black;
	}
#sidebar ul .current_page_item a, #sidebar .current_page_ancestor a {
	color: #009;
	}
#sidebar ul .current_page_item {
	color: #009;
	list-style-image: url('images/current_star.jpg');
	}
#sidebar ul ul li a, #sidebar ul ul .page_item a {
	font-weight:normal;
	color: #000;
	}
#sidebar a:hover {
	color: #009
	}
#sidebar li:hover{
	list-style-image: url('images/current_star.jpg');
	}

#under_sidebar img {
	padding: 1px;
	}
#content,#wide_content,#home{
	float:left;
	width:559px;
	margin:0 0 0 0;
	}
#wide_content{
	width:559px;
	}
.entry {
	margin: 15px 0px 0px 30px;
	width:700px;
	line-height:1.2;
	font-size:87.5%;
	}
.entry ul li {
	line-height:1.2;
	font-size:87.5%;
	}
.entry li {
	margin: 7px 5px 8px 10px;
	list-style: square inside;
	}
#foot{
	width:100%;
	clear:both;
	font-size:71%;
	background: #3568A7;
	border-top: solid 8px #333399;
	}
#foot a {
	color: #FFF;
	font-weight: normal;
	}
#foot_wrap{
	background:url('images/footer.jpg');
	width:752px;
	height:78px;
	margin:0px auto;
	padding: 15px 0 0 230px;
	}
#foot p{
	color: #FFF;
	text-align:left;
	}
#foot ul{
	list-style:none;
	float:left;
	width:100%;
	}
#foot li{
	display:inline;
	float:left;
	margin:0 0 0 6px;
	padding:0 0 0 6px;
	border-left:1px solid #FFF;
	}
#foot li:first-child{
	border:0;
	margin:0;
	padding:0;
	text-decoration:none;
	}
.clear-b{
	clear:both;
	}
.right{
	float:right;
	}
.left{
	float:left;
	}
.center{
	text-align:center;
	}
.bold{
	font-weight:bold;
	}