@import url(http://wedgwoodelementary.org/mt/mt-static/themes-base/blog.css);
@import url(http://wedgwoodelementary.org/mt/mt-static/addons/Commercial.pack/themes/professional-black/screen.css);


#homepage-image { 
     background-image: url(http://wedgwoodelementary.org/images/banners/rotate.php) !important; 
}
.widget-recent-entries  { font-size: 80%; }
.widget-recent-entries dt a { font-size: 80%; }
.widget-recent-entries .entry-meta {text-align: right;}
.widget-recent-entries .more-entries {text-align: center;}
.image-left-tite { float: left; margin: 0 10px 5px 0; }

#header {
	background: #fff url(/images/header-background.gif) repeat-x 0 0;
	text-shadow: #464646 2px 2px 5px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#header-description {
    color: #ddd;
    font-size: 14px;  
}

#header-inner {
	background: url(/images/dolphin.gif) no-repeat 100% 20px;
}

.widget-header,
.layout-wm .widget-header,
.layout-wt .widget-header {
    background-color: #eee;
    background-image: none;
    color: #555;
}

.widget-header a {
    color: black;
}

#footer { 
    background-color: #eee;
    color: #777;
}


/* Navigation */

/* these are copied from the theme template (to override)... */

#main-navigation ul li a {
    border-left: none;
}

#main-navigation ul li.on ul li a {
	background: #eee none;
	color: #666;
}

/* these are new */
#nav, #nav * {
        margin:0;
        list-style: none;
}

#nav li {
        float: left;
        list-style:none;
}

#nav li a {
        color: #666;
        display: block;
        padding: 0 13px;
        font-size: 11px;
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav li a:hover {
        text-decoration: none;
}

#nav li ul {
        position:absolute;
        left: -999em;
        width:15em;
}

#nav li:hover ul, #nav2 li.sfhover ul {
		border-top: 1px solid #ddd;
        left: auto;
        z-index:10 !important;
}

#nav li ul li {
        display:block !important;
        width:15em;
        border:1px solid #ddd !important;
        border-top:none !important;
        background:#eee;
}


/* Tables */

table.ww-std {
    border: thin solid #d6d6d6;
    margin: 10px 0 10px 10px;
}

table.ww-std th {
    padding: 5px;
    background-color: #f8f8f8;
    font-style: italic;
    font-weight: bold;
    border-bottom: 1px solid #b3b3b3;
    vertical-align: bottom;
}

table.ww-std td {
    padding: 6px 15px;
    background-color: #fbfbfb;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
}




