/**
* CSS
* 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: .7em;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
	line-height: 1.2em;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color:#888; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #bbb; }
a:hover { text-decoration: none; color: #080808; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 30px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	text-align:right;
}

#menu ul {
	list-style: none;
	margin: 0 0 30px 0;
}

#menu ul li.section-title { text-transform: uppercase; font-size: .9em; }
#menu ul li.active { list-style-type:disc; }
#menu ul li.active a { color: #000; }

#content {
    height: 100%;
    margin: 0 0 0 260px;
    padding: 100px 0 0 0;
}

.container {
    padding: 5px 5px 50px 5px;
}

#content p { margin-bottom: 10px; }

ul#twitter_update_list span { font-size:4em; line-height:1em; color: #555; padding-right: 50px; }
a#twitter-link { display: none; }

p {
    margin: 0 0 9px 0;
}

h1 { 
	height:22px;
	width:100% !important;
	width:200px;
	margin:0 0 35px 0;
	padding:0;
	left:40px;
	top:10px;
	position:relative;
	background-image:url("../../../files/header.jpg"); 
	background-repeat:no-repeat;
	background-position:0px 0px !important;
	background-position:-5px 10px;
}

h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

li.thumb-gallery { float:left;text-align:center;margin:0 40px 15px 0;width:170px;padding:0; }
li.thumb-gallery a span { padding:0;margin-bottom:5px;float:left;height:116px;background-repeat:no-repeat; }
li.thumb-gallery a span img { border-style:solid;border-width:8px; }

li.thumb-gallery a span { background-position:8px 8px; }
li.thumb-gallery a:hover span { background-position:8px -92px; }
li.thumb-gallery a span img {border-color:#f3f3f3; }
li.thumb-gallery a:hover span img { border-color:#dedede; }