/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
table { border-spacing: 0; }
acronym { cursor: help; }


body { 
    width: 980px; 
    margin: 10px auto; 
    /* background: url(images/snake2.gif) #04048c top left repeat-y;  */
    background: #04048c;
    font: 0.8125em 'Lucida Grande', 'Verdana', 'Geneva', 'Lucida', 'Arial', 'Helvetica', sans-serif; 
    line-height: 1; }
#content { 
    background: white; 
    padding: 20px; 
    width: 593px;
    margin-top: 20px;
    border: 1px solid #ca7;
    }

#snake-wrapper {
    background: url(images/snake2.gif) #04048c top left repeat-y;
    padding-left: 120px;
    }
#wrapper { background: #D3B65D; padding: 20px; 
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    }
#footer {
    color: #66a;
    padding: 10px;
    font-size: 80%;
    padding-top: 40px;
    }
    #footer h2 { font-weight: normal; margin-bottom: 3px; font-size: 120%;}

#site-navigation2 { 
    margin-bottom: 18px; padding: 0; height: 30px;
    }
#site-navigation2 li a { 
    text-decoration: none; 
    }
#site-navigation2 li { 
    float: left; position: relative;
    padding: 7px; 
    background: #D3B65D;
    margin: 8px;
    margin-left: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #04048c;
    text-transform: uppercase;
    font-size: 95%;
    }
#site-navigation2 li.active, 
#site-navigation2 li:hover {
    background: #b45c34;
    }
#site-navigation2 li ul { 
    display: none; 
    position: absolute; 
    top: 1em;
    left: 0;
    color: #04048c;
    border: 1px solid #a97;
    background: #ddd;
    margin-top: 0.5em;
    margin-left: -100px;
    width: 410px;
    padding: 10px;
    }
#site-navigation2 li ul li { 
    background: none;
    padding: 0;
    }
#site-navigation2 li ul li a { 
    padding: 8px;
    width: 180px;
    margin: 4px 0;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    }
#site-navigation2 li ul li a:hover { 
    background: #aaa;
    }
#site-navigation2 li>ul {
    top: auto;
    left: auto;
    }
#site-navigation2 li:hover ul, #site-navigation2 li.over ul { display: block; }

#site-navigation { 
    margin-bottom: 30px;  
    background: #04048c; 
    color: #D3B65D; 
    padding: 10px; 
    padding-left: 0;
    font-size: 120%; 
    width: 960px; 
    height: 30px;
    }
#site-navigation ul {
    list-style: none; float: left;
    }
#site-navigation li { margin: 0; padding: 0; display: inline; }
#site-navigation li a { width: 300px; color: #D3B65D; padding: 5px; text-decoration: none; padding-left: 0; padding-right: 10px;}

#page-navigation {
    float: right;
    width: 180px;
    padding-top: 190px;
    }
#page-navigation li {
    padding: 3px 0;
    }
#page-navigation li a {
    padding: 3px 0;
    text-decoration: none; 
    }

#header {
    background: url(images/scpi-logo.png) transparent top left no-repeat; 
    height: 200px;
    padding-left: 180px;
    }

#header h1 { height: 200px; font-size: 260%; margin-top: 0; text-align: left; width: 500px; color: #00099c; background: url(images/scpi-name.png) transparent left center no-repeat;}
#header h1 span { display: none; }
h2#content-title { padding: 6px 0; font-size: 190%; margin-bottom: 30px;}
h3 { padding: 9px 0; font-size: 120%;}
p { margin-bottom: 10px; line-height: 1.3em; margin-top: 4px; }

img {padding: 15px 10px; padding-left: 0; }

a:link, a:visited { color: #04048c; text-decoration: none; }
a:hover { text-decoration: underline; }
.blurb {font-size: 120%; font-family: "georgia", "palatino", "Times New Roman", serif; font-style: italic; line-height: 1.2em; margin-bottom: 15px;}

.clear { clear: both; }

#content {
    }
#included-content {
    background: #bbb;
    background: rgba(0,0,0,0.5);
    background: #b29345;
    padding: 20px;
    margin: -20px;
    margin-top: 0;
    padding-top: 0;
    }
    #included-content #upcoming-events {
        padding-right: 10px;
        width: 45%;
        float: left;
        }
    #included-content #blog-entry {
        padding-left: 10px;
        width: 45%;
        float: left;
        }
    #included-content {
        color: #444;
        color: #423619;
        }
    #included-content a {
        color: #42366c;
        color: #04048c;
        }
    #included-content h3 {
        padding-top: 40px;
        color: #777;
        color: #423619;
        font-size: 170%;
        letter-spacing: -2px;
        border-bottom: 1px solid #777;
        border-bottom: 1px solid #423619;
        margin-bottom: 15px; padding-bottom: 0;
        }

form table td {
    padding: 4px 0;
    }
form table th {
    padding: 4px 5px;
    vertical-align: top;
    }
a.register {
    color: #D3B65D;
    background: #b45c34;
    padding: 4px; 
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 8px;
    border: 1px solid #423619;
    color: #D3B65D;
    background: #42366c;
    background: #04048c;
}
#included-content a.register {
    color: #D3B65D;
    background: #42366c;
    background: #04048c;
    }
a.register:hover, #included-content a.register:hover {
    text-decoration: none; 
    background: #b45c34;
    }

.event {
    margin-bottom: 30px;
    }

#included-content .event {
    margin-bottom: 0;
    }

#blog-title {
    font-size: 180%; 
    margin: 20px 0;
    }

#content ul {
    padding-left: 2.5em;
    list-style: disc;
    }
#content li {
    margin-top: 0.8em;
    }

