/* CSS Document */
html, body { margin:0; padding:0; }
body { font:12px/1.5 Arial, Helvetica, sans-serif; color:#666; background:#333;  }
p, h1, h2, h3, h4, h5, h6, ol, ul, table, form, .wrapper { margin:0 0 10px; }
p img.left { float:left; margin:5px 10px 0 0; }
p img.right { float:right; margin:5px 0 0 10px; }
h2 { font-size:24px; font-weight:bold; color:#333; padding-bottom:12px; margin-bottom:18px; border-bottom:1px solid #ddd; }
h3 { font-size:18px; margin:0; }
a { color:#c60; text-decoration:none; }
a:hover { color:#ea0; }
a:focus { outline:none; }
strong { color:#333; }
table { width:100%; border-collapse:separate; border:none; clear:both; }
th { background:#fd0; color:#000; }
th, td, caption { text-align:left; padding:5px 6px; border:none; }
tfoot { font-style:italic; }
caption { background:#333; color:#fff; }
/* grid */
#skip { display:none; }
#wrapper-wrapper { background-color:#fff; background-image:url(images/bg-page.png); background-repeat:repeat-x; }
.home #wrapper-wrapper { background-image:url(images/bg-home.png); }
#wrapper { width:950px; margin:0 auto; position:relative; padding-top:51px; }
/* header */
#header { width:310px; height:120px; background:url(images/header.png) no-repeat; float:left; }
.home #header { height:100px; }
#header .logo { margin:0; padding:26px 0 0 32px; }
#header .logo a { display:block; width:200px; height:36px; background:url(images/logo.png) no-repeat; text-indent:-99999px; }
#header .date { text-align:center; color:#333; margin-right:46px; padding:0 34px; }
/* utilities */
#utilities .social { position:absolute; top:0px; left:30px; }
#utilities .social ul { margin:14px 0; padding:0; list-style-type:none; }
#utilities .social li { float:left; }
#utilities .search { position:absolute; top:0px; right:30px; }
#utilities .search form { margin:12px 0; }
#utilities .search input[type=text] { border:1px solid #666; background:#444; padding:4px; color:#999; width:180px; margin-right:10px; float:left; }
#utilities .search button { float:left; border:none; background-color:transparent; cursor:pointer; }
/* nav */
#nav { float:right; margin:32px 20px 0 0; }
#nav ul { margin:0; padding:0; list-style-type:none; text-transform:uppercase; font-size:11px; }
#nav li { float:left; padding:0; }
#nav li a { float:left; color:#333; padding:10px 0; }
#nav li a span { padding:20px; }
#nav li a:hover { background: url(images/nav-right.png) right no-repeat;}
#nav li a:hover span { background:url(images/nav-left.png) left no-repeat;}
/* slideshow */
#slideshow { clear:both; }
/* main */
#main { clear:both; min-height:200px; padding:20px 30px 40px; overflow:hidden; }
/* sidebar */
#sidebar { float:right; width:240px; }
#sidebar #info img { margin-bottom:10px; }
/* content */
#content { float:left; width:570px; }
/* footer */
#wrapper-footer { width:100%; color:#999; padding:20px 0 30px; }
#footer { width:950px; margin:0 auto; overflow:hidden; }
#footer a { color:#999; }
#footer a:hover { color:#fff; }
#footer ul { margin:0; padding:0 10px; list-style-type:none; text-transform:uppercase; font-size:11px; }
#footer li { float:left; padding:0 20px; margin-top:2px; }
#footer li a { float:left; padding:0; }
#footer p { float:right; margin:0; padding:0 30px; }
/* box */
.box { margin-bottom:40px;}
/* grid */
.grid { border-top:1px solid #ccc; border-left:1px solid #ccc; }
.grid td, .grid th { border-bottom:1px solid #ccc; border-right:1px solid #ccc; }
.grid tr { background:#fff; }
/* calendar */
.calendar caption { font-weight:bold; text-align:center; }
.calendar th, .calendar td { text-align:center; }
/* list */
.list { padding:0; list-style-type:none; }
/* form */
form#form1 { padding-top:20px; }
.form { padding:0; list-style-type:none; }
.form li { clear:both; margin-bottom:8px; }
.form li>label { width:80px; display:block; text-align:right; float:left; margin-right:5px; }
.form .error { color:#333 }
#confirm { display:none; }
#response { font-weight:bold; color:#333; }
/* posts */
.posts { padding:0; list-style-type:none; overflow:hidden; }
.posts li { background:url(images/icons.png) -200px 4px no-repeat; margin-bottom:10px; }
.posts li .item { padding:0 0 0 20px; overflow:hidden; }
.posts li .item h3 { margin-bottom:5px;}
.posts li .item strong { margin-bottom:10px; }
/* pages */
.pages li { margin:0; border:0; padding:0; }
.pages a, .pages strong { float:left; padding:0 6px; margin-left:.5em; }
.pages a { border:1px solid #ccc; background:#fff; color:#c60; font-weight:bold; }
.pages strong { border:1px solid #333; background:#333; color:#fff; }
/* comments */
#comments ol { padding:0; list-style-type:none; }
#comments li { padding:10px; overflow:hidden; }
#comments ol ol { padding-left:1em; }
#comments .item { padding-left:70px; background:url(images/placeholder.png) no-repeat; }
#comments .item div { margin-bottom:4px; }
a.reflink { font-weight:bold; }
a.reply { margin-right:20px; font-weight:bold; }
/* events */
.events li { margin-bottom:20px; }
/* thumbnails */
.thumbnails { margin:0; padding:0; list-style-type:none; }
.thumbnails li { float:none; display:inline-block; text-align:center; vertical-align:bottom; margin:10px 20px 10px 0; }
.thumbnails a, .thumbnails div { display:block; width:120px; padding:0; text-decoration:none; }
.thumbnails img { display:block; margin:0 auto 2px; }
.shadow { -webkit-box-shadow:0 0 8px #999; -moz-box-shadow: 0 0 8px #999; box-shadow:0 0 8px #999; }
/* classes */
.small { font-size:.9em; }
.left { float:left; }
.right { float:right; }
.clear { clear:both; }
.more { border:1px solid #333; background:#333;float:left; padding:0 6px; color:#999; }
.more:hover { color:#fff; }
.hidden { display:none; }
.evidence { color:#c60; }
.print { display:none; }
.odd { background:#eee; }
.boxed { padding:10px; border:1px solid #ccc; background:#eee; margin-bottom:20px; }
/* icons */
.icons { background-image:url(images/icons.png); background-repeat:no-repeat; }
span.icons { width:16px; height:16px; border:0; display:inline-block; float:left; vertical-align:middle; overflow:hidden; text-align:left; text-indent:-99999px; margin:2px 4px 0 0; }
a.icons { padding:0 0 2px 20px; }
.icon-edit { background-position:-200px 0; }
.icon-mail { background-position:-180px -20px; }
.icon-comments { background-position:-160px -40px; }
.icon-comment { background-position:-140px -60px; }
.icon-calendar { background-position:-120px -80px; }
.icon-light-1 { background-position:-100px -100px; }
.icon-light-0 { background-position:-80px -120px; }
.icon-help { background-position:-60px -140px; }
.icon-1 { background-position:-40px -160px; }
.icon-0 { background-position:-20px -180px; }
.icon-map { background-position:0 -200px; }
.icons-24 { background-image:url(images/icons-24.png); background-repeat:no-repeat; display:block; width:24px; height:24px; text-indent:-99999px; }
.icon-24-facebook { background-position:0 0; }
.icon-24-search { background-position:0 -40px; }