/* Chris Barr - CSS for portfolio site. */

html, body {background-color:#eee;}

/* h1, h2, h3, h4, h5, h6 {color:#666;} */

a {color:#cc3300; text-decoration: none;}

a:hover {text-decoration: underline;color:#cc3300;}

h1 {font-family: "Times New Roman", Times, Georgia, serif;font-weight: normal;font-size: 2.5em;}

#logo {display:block;}

/* hr {height:1px;border-top:#ddd 1px solid;border-bottom:#fff 1px solid;} */

.projThumb {background-color: #fff; padding:6px; border:1px solid #ddd;margin-bottom:.5em;}

/* .gallery img {background-color: #fff; padding:3px; border:1px solid #ddd;} */

.thumbscontainer .thumbs li {
    display:block; width:85px; height:50px; overflow:hidden;
    background-color: #fff; padding:3px; border:1px solid #ddd;
}

.thumbscontainer .thumbs li img {width:85px;}

div.colborder{border-right:1px solid #ddd;}

div.mainmenu {text-align: right;padding-top: 55px;
font-family: "Times New Roman", Times, Georgia, serif;font-weight: normal;font-size: 1.5em;
color:#ddd;
}

div.mainmenu a {color:#333;}