@import "content.css";

html 
{
    height: 100%;
    margin-bottom: 1px;
    }

body 
{
    background: #000;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    text-align: center;
    color: #000;
    line-height: 1.3em;
    height: 100%;
    }

img 
{
    border: 0px;
    }

a:visited, a:active, a
{
    color: #572159; 
    text-decoration: none;
    }  
  
a:hover
{
    text-decoration: underline;
    }   
    
h1, h2, h3, h4, h5, h6 
{
    margin-top: 10px;
    }

p
{
    font-family: Arial, sans-serif;
    font-size: 0.9em;
    color: #000000;
    line-height: 1.3em;
    }      

#wrapper 
{
    width: 960px;
    margin: 0px auto 0px auto;
    text-align: left;
    background: #FFF;
    min-height: 100%;
    }

#banner 
{
    width: 960px; 
    }
    
#banner img 
{
    border: 0px;
    }    
    
#breadcrumb
{
    padding: 10px 0px 10px 0px;
    font-size: 0.9em;
    font-weight: bold;
    } 

#breadcrumb a 
{
    text-decoration: underline;
    }    
    
#nav
{
    width:220px;
    float:left;
    overflow: auto;
    min-height: 400px;
    }  

#nav h2 
{
    font-size: 1em;
	color:#D10900;
	margin:0;
	padding:15px 5px 4px 6px;  
    }
    
.nav_menus
{}    

.container
{
    width: 740px;
    float: left;
    overflow: auto;
    }   
    
#content
{
    width:712px;
    border-left: dotted 1px #000;
    padding: 0px 0px 15px 15px;
    margin-left: 0px 0px 15px 15px;
    overflow: auto;
    min-height: 700px;
    }  
    
#content a 
{
    font-weight: bold;
    }        
    
#footer
{
    background: #FFFFFF url(/norwell/images/site/footer_line.gif) no-repeat center;
    width: 960px;
    height: 16px;
    padding-top: 12px;
    }  
    
#kids 
{
    margin: 20px 0px 10px 10px;
    }    
   
#footer-text
{
    margin: 10px 5px 20px 5px;
    text-align: center;
    font-size: 0.8em;
    }
    
.mail_link a
{
    text-decoration: none;
    }        

.dmsViewItemAnchor 
{
    font-weight:bold;
}

#blogwrap{
    width:720px;
    float: right;
    border-left: dotted 1px #977A88;
    padding: 0px 0px 15px 15px;
    margin-left: 0px 0px 15px 15px;
    overflow: auto;
    min-height: 400px;
}

#blogEntriesWrap {
width: 475px;
float: left;
}

#blogSidebarWrap {
width: 225px;
float:right;
list-style-type:none;
}

#library_intro {
    width: 680px;
    padding: 10px;
}

#library_menu {
    width: 200px;
    padding: 0px 10px 10px 10px;
    float: left;
    margin-right: 12px;
}

#library_menu a {
    font-weight:normal;
}

#library_menu ul, li {
    list-style-image: url(/images/mm_yellow_bullet2.gif);
    list-style-type: square;
}

ul.ekflexmenu_submenu_items {
    list-style-image: url(/images/mm_yellow_bullet2.gif);
    list-style-type: square;  
}

#library_book {
    width: 440px;
    border: dashed 2px red;
    padding: 10px;
    float: left;
    margin-top: 10px;
}

#library_book_list
{
    margin-top: 10px;}
    
#library_book_list a
{
    font-weight: normal;
    background-color: transparent;
    background-image: url(http://www.ugdsb.on.ca/images/bullet-arrow-red.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left center;
    padding-top: 0pt;
    padding-right: 0px;
    padding-bottom: 0pt;
    padding-left: 25px;
}       






