/*
    Document   : sheet2
    Created on : Mar 16, 2010, 10:57:19 PM
    Author     : jocelynplater
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body {
    background: #ffffff;
    background-position: center;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    overflow: scroll;
}
#outer{
    background-color: #fc6;
    width: 730px;
    /*for IE*/
    filter: alpha(opacity=80);
    /*CSS3 Standard*/
    opacity: 0.8;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: thin solid #eeeeee;
}
#outerassignments, #outercontact{
    background-color: #F2AFB3;
    width: 730px;
    /*for IE*/
    filter: alpha(opacity=80);
    /*CSS3 Standard*/
    opacity: 0.8;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: thin solid #eeeeee;
}
#outerblog{
    background-color: #60B5AC;
    width: 730px;
    /*for IE*/
    filter: alpha(opacity=80);
    /*CSS3 Standard*/
    opacity: 0.8;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: thin solid #eeeeee;
}
#outerphotos{
    background-color: #F06565;
    width: 730px;
    /*for IE*/
    filter: alpha(opacity=80);
    /*CSS3 Standard*/
    opacity: 0.8;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: thin solid #eeeeee;
}

#header {
   padding: 15px;
   margin:0px;
   text-align: center;
}
#img.source-image{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#navcontainer{
    font-family: helvetica, Arial, sans-serif;
    margin: 0 auto;
    width:70%;
    border-bottom: 1px solid #646566;
}
#navlist {
    width: 70%;
    height: 30px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    text-indent: 0;
    list-style-type: none;
}
#navlist li{
    padding:0;
    margin:0;
    text-indent: 0;
    display: inline;
}
#navlist li a{
    letter-spacing: -1px;
    text-decoration: none;
    color: #646566;
    font-size:1.5em;
    padding: 0 2px 2px;
    border-top: .5em solid #646566;
}
#navlist li a:hover, #navlist a current{
    letter-spacing: -1px;
    color:#000000;
    border-top: none;
    padding: 0 2px 2px;
    font-size: 1.5em;
    border-top: .5em solid #000000;
}

#navlist a:active {
    color:#fc6;
}

#subnav{
    width: 25%;
    padding:10px;
    margin-top: 1px;
    float:right;
}
#content{
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 1px;
    padding:10px;
}
#content, #footer a:link{
    color: #646566;
    font-weight: bold;
}
#content, #footer a:visited {
    color:#000000;
    font-weight: bold;
}
#content, #footer a:hover {
    color: #ffffff;
    font-weight: bold;
}
#content, #footer a:active{
    color: #000000;
    font-weight: bold;
}

#inline {
    display: inline;
}
img.floatright{
    float: right;
    margin:4px;
}
html, body, #wrap{
    height: 100%;
}
body > #main {
    height: auto;
    min-height: 100%
}
#main {
    padding-bottom: 20px;
}
#footer {
   padding: 15px;
   margin:0px;
   text-align: center;
}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
#pipe ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	}

#pipe ul li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	}


#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}