body {
  font-family:Arial,Verdana,Tahoma,sans serif;
  font-size:12px;
  margin:0;
  padding:0;
  text-align:center;
  background-color: #201d1d;  
}
a img {
  border:0;
}
#header {
  margin-bottom: 30px;
  position: relative;
}
#header .inner{
  margin: 0 auto;
  width: 930px;
  text-align: left;
  position: relative;
  }
#header .inner a#logo{
  	background: url("/css/img/logo-green.png") no-repeat left top;
  	display: block;
	overflow: hidden;
	text-indent: -9000px;
  	height: 199px;
	width: 188px;
	position: relative;
	top: -45px;
	left: -180px;
	float: left;
}
#header .inner h1{
	font: 2.8em Georgia, "Times New Roman", Times, serif;
	padding: 15px;
  	border: 1px solid #eee;
	border-right: 0;
	border-left: 0;
	margin: 20px;
	color: #222;
	background-color: #B3885F;
	position: absolute;
	top: 60px;
}
#header .inner h1 strong{
  	color: white;
	font-weight: normal;
	
}
#header .inner h1 em{
  	color: #eee;
}
#header div#compactor{
	
  	text-align: center;
}
#header div#compactor a{
  	background: #eee;
	color: black;
	font-size: 9px;
	text-transform: uppercase;
	padding: 2px;
	display: inline-block;
	margin: 0 auto;
}
#header a {
  border:0;
	
}
#header #shownew{
  	position: absolute;
	top: 10px;
	right: 0;
}
#header ul#the_feed {position:absolute; top:30px; right:0; padding: 7px; background-color:#7A695C; padding: 10px;}
#header ul#the_feed li {border: 0; margin: 0; padding: 1px 0 3px 0; list-style: none; background: url("/css/img/rss_add.png") no-repeat left top; float: left; margin-right: 10px; font-size: .9em; padding-left: 22px}
#header ul#the_feed .email { background-image: url("/css/img/email.png")}
#header ul#the_feed .post {background-image: url("/css/img/pencil_add.png")}
#header ul#the_feed .twitter {background-image: url("/css/img/twitter.png")}
#header ul#the_feed li a{border: 0}

div#content {
  margin:0 auto;
  text-align:center;
  width:984px;
  min-height: 200px;
  display: block;
}

div.chunk {
  clear:both;
  padding:0;
  width:960px;
  margin:0 auto;
  display: block;
  text-align:center;
}

div.avr{
  text-align: center;
	position: relative;
	margin-bottom: 15px;
}

a.close{
  position: absolute;
	display: block;
	top: 25px;
	right: 60px;
	height: 15px;
	width: 15px;
	background:url('/css/img/x_close.png') no-repeat top left;
}

.avr a:hover{
  border-bottom: 0 !important;
  text-decoration: none !important;
}

a:hover.close{
  background-position: 0 -15px;
}

h2 {
  font:normal 18px Georgia,"Georgia MS","Times New Roman",serif;
  margin:20px 0 0;
}

#header h2 {
  color:white;
  float:right;
  font-family:Arial,Verdana,Helvetica,sans serif;
  font-size:12px;
  font-weight:normal;
  margin:40px 40px 0 0;
  text-align:right;
  width:500px;
}
h2 a {
  color:black;
}
a {
  border-bottom:0 none;
  color: white;
  text-decoration:none;
}

a:hover {
  color:gold;
  text-decoration:none;
}

ul, ul li {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
}

ul li {
  border-bottom:1px dotted #CCCCCC;
  padding:5px;
}

ul li:first-child {
  border-top:1px dotted #CCCCCC;
}

ul li:hover{
  background-color: #FFF3EF;
}

ul li a{
  border-bottom: 1px dotted #CAE8FF;
}

li strong {
  color:#CCCCCC;
  display:block;
  font-size:11px;
  font-weight:normal;
  margin:0;
  padding:0;
}

ul li:hover strong{
  color: #333333;
}

li.new {
  background:transparent url("/css/img/new.gif") no-repeat scroll right top;
}

li div.description{
  display: none;
}

#tooltip {
  width: 300px;
  background-color:#F2F2F2;
  border:5px solid white;
  font-family:Arial,Verdana,Tahoma,sans serif;
  font-size:11px;
  line-height:1.5em;
  padding:20px;
  position:absolute;
  text-align:left;
  text-decoration:none;
	overflow-y: hidden;
  z-index:3000;
}
#tooltip img{
  display: none;
}
#tooltip h3 {
  font: normal 11px Arial,Verdana,Tahoma,sans serif;
}
#tooltip .url {
  color:#00A4FC;
  margin:5px 0;
}
#tooltip h3, #tooltip div {
  margin:0;
}
div.footer {
  background-color:#393A3A;
  color:white;
  float:left;
  font-size:11px;
  height:14em;
  margin-top:30px;
  padding-top:12px;
  text-align:center;
  width:100%;
}
div.footer ul,
div.footer ul li,
div.footer ul li a,
div.footer ul li a:hover{
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  color: #ccc;
  text-decoration: none
}
#footer-contents {
  margin:0 auto;
  text-align:left;
  width:950px;
}
#footer-copyright {
 float: right;
}
#footer-col1 {
 float: left;
 display: inline;
 width: 120px;
}
#footer-col2 {
 float: left;
 display: inline;
 margin-left: 50px;
 width: 120px;
}
#footer-col3 {
 float: left;
 display: inline;
 margin-left: 50px;
 width: 130px;
}
#footer-col4 {
 float: left;
 display: inline;
 margin-left: 30px;
 width: 185px;
}

.footer a {
  color:white;
  text-decoration:none;
}

.footer a:hover {
  border-bottom:1px dotted #FFFFFF;
  color:#B9E4FF;
  text-decoration:none;
}

div#topbar ul,
div#topbar ul li,
div#topbar ul li a,
div#topbar ul li:hover,
div#topbar ul li:hover a,
div#topbar ul li a:hover{
  background: none;
  height: auto;
  width: auto;
  color: auto;
  margin: auto;
  padding: auto;
  border: 0;
  text-decoration: none;
}


div#topbar{
  height: 30px;
  background: #111 url("/css/img/topbar-bg.jpg") repeat-x top left;
  text-align: center;
}

div#topbar ul{
  width: 930px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: right;
	overflow: hidden
}

div#topbar ul li{
  float: right;
  height: 30px;
  line-height: 30px;
  border: 0;
  color: #999999;
  font-weight: bold;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-size: 10px
}

div#topbar ul li:hover{
  background-color: none;
  border: 0;
}
div#topbar ul li a{
  background-color: none;
  color: #999;
  border: 0;
  font-weight: normal;
  height: 30px;
  padding: 0 10px;
}
div#topbar ul li span{
  height: 30px;
  padding: 0 10px;
}
div#topbar ul li:hover a,
div#topbar ul li a:hover{
  color: #fff;
  border: 0;
  background-color: none;
  height: auto;
}

div#topbar ul li.selected{
  background: #1E1E1E;
	border: 1px solid #272727;
	border-top: 0;
	border-bottom: 0
}

div#topbar ul li.selected a{
 color: #ccc
}

div#content .item{
	float: left;
	padding: 5px;
	margin: 10px;
	border: 1px dashed black;
	width: 160px;
	background-color: #acd27e;
	overflow: hidden;
}

div#content .item img{
	min-width: 120px;
	min-height: 120px;
	max-width: 140px;
	max-height: 140px;
	margin: 3px;
}

a.voucher, a.voucher:visited {
	color: #7a695c;
	font-weight: bold;
}

a.voucher:hover {
	color: brown;
	text-decoration: none;
}



