﻿/* CSS Document */

body
{
/* text attributes (may be overridden in div tags) do not put any attributes here if you want the default font and color and size to inherit from the workarea*/
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
background-color:#0005a0;
margin:0px;
text-align:center;
color:#0005a0;

/*color of page background  - default is #FFFFFF */

/*background image (tiled or stationary) - example given is single image centered on background*/

/* select repeat to allow to tile on background */

/* make these 0px if you want the page to go to the edges of the browser; if site is completely left-aligned, add to margin*/
margin:0px;
padding:0px;
}

/* this next group changes the look of the schoolmaster.master template */

.trtitle
{
   color:#ffffff;
}

.mainlogo
{
    color:#ffffff;
}

.maintitle
{
    color:#ffffff;
}

.links
{
    color:#ffffff;
}
a.maintitle, a.maintitle:visited
{
	font-size: 20px;
	color:#FFFFFF;
	/*font-family:Arial;*/
}


.footer
{
}

/* end of schoolmaster.master section */

/* school_container holds the school website area */
#school_container
{

padding:5px 5px 0px 5px;
margin:0px;
margin-left:5px;
width:981px;
background-image: url(../../dodgepark/bannernew.jpg);
background-repeat:no-repeat;
text-align:left;
background-color:#ffffff;
}


/* school_header - attributes for the school_header from content block */
#school_header
{
float:left;
margin:0px; 
padding:0px; /* may have to be changed according to design */
height:335px;
margin-left:5px;
}

#school_name
{
padding:0px;
margin-left:5px;
margin-top:55px;
}

#school_motto
{
padding:0px;
/*margin-top: 50px;
margin-left:350px;*/
font-size:32px;
color:#0005a0;
}

.school_name
{
font-size:40px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#0005a0;
}
.school_type
{
font-size:30px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#0005a0;
}
/* school_subheader is optional area for horizontal menu */
#school_subheader
{
float:right;
clear:both;
margin:0px;
padding:0px; /* may have to be changed according to design */
/*background-color:#FFFFFF;*/
margin-top:-30px;
margin-right:15px;
}

#sub_motto_header
{
padding:0px;
margin-top: 50px;
margin-left:350px;
font-size:32px;
color:#0005a0;
}
#letters
{
    background-image: url(../../dodgepark/dpes.gif);
    height:150px;
    width:400px;
    margin-left:-15px;
    margin-top:-10px;
    float:left;
}
/* school_maincontent holds the menus and content blocks of the school website */

#school_maincontent
{
    float:left;
    clear:both;
margin:10px;
margin-top:0px;
padding:0px; /* may have to be changed according to design */
margin-bottom:0px;
width:100%; /*if this area stretches too far, change and adjust by pixels*/
}

#school_menu_container
{ /* may float right or left depending on template design */
float:left;
margin:0px;
padding:0px;
width:200px; /* may have to be adjusted according to menu style */
background-color:#ffffff;

}

#school_menu
{
float:left;
background-color:#f9e710;
margin:0px 0px 3px 0px;
text-align:right;
padding-right:5px;
}
#school_information
{
float:left;
margin:0px 0px 3px 0px;
width:200px;
padding-right:5px;
}
/* school_content holds content block; depending on template, you may have to create more than one school_content div tag e.g. school_content1, school_content2, etc. */

#school_content
{
margin:0px;
padding:5px;
width:740px;
float:left;
}
#school_footer
{
clear:both;
padding:0px;
width:100%;
margin-bottom:0px;
}

#school_footer_border
{
clear:both;
margin-bottom:-5px;
padding:0px;
background-image:url(../../dodgepark/footer.gif);
background-repeat:repeat-x;
background-position:bottom;
width:100%;
height:16px;
}  

