
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
    margin: 0;
    padding: 0;
    background: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #323a46;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    padding-top: 20px;
    font-weight: normal;
    color: #0347a4;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 2.4em;
}

h3 {
    font-size: 1.6em;
}

p, ul, ol {
    margin-top: 10px;
    line-height: 130%; 
}



}

ul, ol {
}

a {
    text-decoration: none;
    /* color: #8892ba; */
    color: #162586;
}

a:hover {
}

#wrapper {
    width: 940px;
    margin: 0 auto;
    padding: 0;
}

/* Header */

#header {
    width: 940px;
    height: 170px;
    margin: 0 auto;
}

/* Logo */

#logo {
    float: left;
    height: 90px;
    margin: 0;
    padding-top: 50px;
    background: url(images/img02.jpg) no-repeat left 20px;
    color: #000000;
}

#logo h1, #logo p {
    margin: 0;
    padding: 0;
}

#logo h1 {
    float: left;
    padding-left: 120px;
    letter-spacing: -1px;
    text-transform: lowercase;
    font-size: 3.8em;
}

#logo p {
    float: left;
    margin: 0;
    padding: 26px 0 0 10px;
    font: normal 14px Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #5E4E38;
} 

#logo p a {
    color: #5E4E38;
}

#logo a {
    border: none;
    background: none;
    text-decoration: none;
    color: #A83A01;
}


/* Search */

#search {
    float: right;
    width: 280px;
    height: 60px;
    padding: 20px 0px 0px 0px;
    background: #E9E3CB;
    border-bottom: 4px solid #FFFFFF;
}


/* Banner */

#banner {
    float: centre;
    height: 90px;
    margin: 2;
    padding-top: 0px;
    color: #000000;
}

#banner h1, #banner p {
    margin: 0;
    padding: 0;
}

#banner h1 {
    float: left;
    padding-left: 120px;
    letter-spacing: -1px;
    text-transform: lowercase;
    font-size: 3.8em;
}

#banner p {
    float: left;
    margin: 0;
    padding: 26px 0 0 10px;
    font: normal 14px Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #5E4E38;
} 

#banner p a {
    color: #5E4E38;
}

#banner a {
    border: none;
    background: none;
    text-decoration: none;
    color: #A83A01;
}


/* P5 stuff */
     

#p5_container {
     margin-left:64px; 
     margin-top: 30px;
    /* background-color:#fff; */

}

#p5_header {
    float:left;
    padding-top:24px;
    padding-bottom:48px;
}

#p5_menu {
    margin-top:16px;
    float:left;
    margin-bottom:64px;
}


#p5_about,
#p5_download,
#p5_examples,
#p5_demos,
#p5_misc {
    width:480px;
    float:left;
    margin-right:24px;
}

/*P5 related*/
#p5_resources, #p5_info {
    width:320px;
    float:left;
}


#p5_images {
 margin-bottom:100px;}

.p5_clear {
    clear:both;
}

#p5_footer {
    margin-top:300px;
    height:20px;
    margin-bottom:32px;
}




#p5wrapper {
    width: 900px;
    margin: 0 auto;
    background: #000000;
    border: 10px #DDDDDD solid;  

    border-top:none;
    border-bottom:none;
}


#p5canvas {
    display: none; 
}


#search form {
    height: 41px;
    margin: 0;
    padding: 10px 0 0 20px;
}

#search fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#search-text {
    width: 170px;
    padding: 6px 5px 2px 5px;
    border: none;
    background: #FFFFFF;
    text-transform: lowercase;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #464032;
}

#search-submit {
    width: 50px;
    height: 23px;
    border: 1px solid #AC9A79;
    background: #AC9A79;
    font-weight: bold;
    font-size: 10px;
    color: #FFFFFF;
}

/* Menu */

#menu {
    width: 920px;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    background: url(images/img01.jpg) no-repeat left top; 
}

#menu ul {
    margin: 0px 0px 0px 10px;
    padding: 0;
    list-style: none;
    line-height: normal;
}

#menu li {
  float: left; 
  font-size: 15px;
}

#menu a {
    display: block;
    height: 26px;
    margin-bottom: 10px;
    padding: 10px 20px 0px 20px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: black;
    border: none;
}

#menu a:hover, #menu .current_page_item a {
    background: #DDDDDD;
    color: white
    text-decoration: none;
}

#menu .current_page_item a {
    background: #DDDDDD;
    color: #FFFFFF;
}


.research td {
 padding-right:20px;
 vertical-align:middle;
}


/* Page */

#page {
    width: 900px;
    margin: 0 auto;
    padding: 0;
}

#page-bgtop {
    padding: 20px px;
}

#page ul {
position: relative;
left: 2em;
list-style-position: none;
text-indent: 0em;
}

#page li {
 font-size: 15px;
 line-height: 150%; 
}

#page-bgbtm {
}

/* Content */

#content {
    float: centre;
    width: 900px;
    padding: 20px 0px 0px 0px;
}

.title {
    margin-bottom: 30px;
}

.title h1 {
    
    padding: 5px 0 0 0px;
    letter-spacing: -.5px;
    color: #000000;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: bold;
}

.title h2 {
    
    padding: 4px 0 0 0px;
    letter-spacing: -.5px;
    color: #000000;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: italic;
}

.intro {
    
    margin-bottom: 15px;
    border-bottom: 2px solid #dddddd;
    padding: 0px 0 0 0px;
  
}

.intro .title {
    
    margin-bottom: 5px;
    padding: 12px 0 0 0px;
    letter-spacing: -.5px;
    color: #000000;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: bold;
}

.intro p {
    margin-bottom: 10px;
    padding: 1px 0 0 0px;
    color: #000000;
		text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}


.image a {
    border: none;
    background: none;
    text-decoration: none;
    color: #A83A01;
}


.post {
    padding-top: 15px;
    margin-bottom: 5px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
    margin-bottom: 10px;
    padding: 12px 0 0 0px;
    letter-spacing: -.5px;
    color: #000000;
}

.post .title a {
    color: #323d46;
    border: none;
}

.post .meta {
    height: 30px;
    border-bottom: 1px solid #dddddd;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.post .meta .type {
    float: left;
    height: 24px;
    padding: 3px 15px;
    margin-right: 10px;
    background: #dddddd;
    color: #323d46;
}

.post .meta .title {
    float: left;
    height: 24px;
    padding: 3px 0px;
    font-size: 16px;
    color: #323d46;
}

.post .meta .title a {
    float: left;
    height: 24px;
    padding: 3px 0px;
    font-size: 16px;
    color: #323d46;
}

.post .meta .date {
    float: right;
    height: 24px;
    padding: 3px 15px;
    background: #dddddd;
    color: #323d46;
}

.post .meta a {
    color: #323d46;
}

.post .entry {
    padding: 0px 0px 20px 0px;
    padding-bottom: 20px;
    text-align: justify;
    font-size: 15px;
}

.post .entry p {
    font-size: 15px;
		font-family: Arial, Helvetica, sans-serif;
    color: black;
}



.links {
    padding-top: 20px;
    font-size: 12px;
    font-weight: bold;
}

/*Contact page*/
.contact {
}

.contact .block{
    float: left;
    margin-right: 15px;

}

.contact h1 {
padding: 5px 0px 15px 0px;
    letter-spacing: -.5px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: bold;
    color: #0347A4;
}

/*Directions section*/

/*Contact page*/
.directions {
}

.directions .block{
    float: left;
    margin-right: 20px;

}

.directions h1 {
padding: 5px 0px 15px 0px;
    letter-spacing: -.5px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: bold;
    color: #0347A4;
}

/* People page*/
.people {
    
}

.people .title {
    
    padding: 5px 0 0 0px;
    letter-spacing: -.5px;
    text-align: left;
    
    font-weight: bold;
    margin-bottom: 5px;
}

.people .sub-title {
    
    padding: 0px 0px 20px 0px;
    letter-spacing: -.5px;
    color: #000000;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: italic;
}

.people .section {
    width: 400px;
    margin-right:40px;
    margin-bottom:35px;
    float:left;
    
}

.people .section .title h1 {
    padding: 5px 0px 15px 0px;
    letter-spacing: -.5px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: bold;
    color: #0347A4;
    
}

.people .section .person {
  
/*
    border-bottom: 2px dotted #E5E0C6;
    border-top: 2px dotted #E5E0C6;
*/

}

.people .section .person img {
   float:right;
   

}

.people .section .person .details{
    float:left;
}
.people .section .person .details p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.people .section .person .details h1 {
    padding: 5px 0 0 0px;
    letter-spacing: -.5px;
    color: #000000;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;

}

/* Outreach*/

.outreach .entry{
    margin-bottom:50px;
}

.outreach .entry img{
    float: left;
    margin-right: 50px;
    margin-top:5px;
    
    
}

.outreach .entry p{
    float: right;
    width: 400px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: black;
}


/* Sidebar */

#sidebar {
    float: left;
    width: 280px;
    padding: 0px;
    color: #787878;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li {
    margin: 0;
    padding: 0;
    border-right: 1px solid #E9E3CB;
}

#sidebar li ul {
    margin: 0px 0px;
    padding-bottom: 30px;
}

#sidebar li li {
    line-height: 35px;
    border-bottom: 1px dotted #E5E0C6;
    margin: 0px 30px;
    border-right: none;
}

#sidebar li li span {
    display: block;
    margin-top: -20px;
    padding: 0;
    font-size: 11px;
    font-style: italic;
}

#sidebar h2 {
    padding-left: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    background: #E9E3CB;
    letter-spacing: -.5px;
    font-size: 1.8em;
    color: #464032;
}

#sidebar p {
    margin: 0 0px;
    padding: 10px 30px 20px 30px;
    text-align: justify;
}

#sidebar a {
    border: none;
    color: #464032;
}

#sidebar a:hover {
    text-decoration: underline;
    color: #8A8A8A;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
    padding: 20px;
}

#calendar table {
    width: 100%;
}

#calendar tbody td {
    text-align: center;
}

#calendar #next {
    text-align: right;
}

/* Footer */

#footer {
    width: 910px;
    height: 50px;
    margin: 0 auto;
    padding: 0px 0 15px 0;
    border-top: 4px solid #EBE6D1;
    font-family: Arial, Helvetica, sans-serif;
}

#footer p {
    margin: 0;
    padding-top: 20px;
    line-height: normal;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #444444;
}

#footer a {
    color: #464032;
}

/* Hyperlink cues */
a[href ^="mailto:"] {
   padding-left: 20px;
   background: transparent url(images/icon_mailto.gif) no-repeat center left;
}

/*
a[href ^="http:"] {
   padding-left: 15px;
   background: transparent url(images/icon_web.png) no-repeat center left;
}
*/
