a {
  color: #3256B6;
}
a:visited {
  color: #161616;
  text-decoration:none;
}
a:hover, a:visited:hover {
  color: #e00;
  text-decoration: none;
}
.pink {
  color: #ff0066;
}
body {
  background:url("/images/neuzee/bg-tile.png") repeat scroll 0 0 #f2f2f2;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .8em;
  padding: 0;
  margin: 0;
  text-align: center;
}

.wf-font-watcher {
 display:none;
}

h1, h2, h3, h4 a{
color: #161616;
}
h2 {
font-weight:normal !important;}
h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 250%;
  font-weight: normal;
}
h3 {
  color: #161616;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 180%;
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: .5em;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
#page {
  width: 940px;
  text-align: left;
}
#header {
  color: white;
  padding: 0;
  height: 210px;
  margin-bottom:20px;

}
#header_text{  
  float:right;
  display:block;
  margin-top:55px;
  text-align:right;

}
#header_name {
  color:#161616;

}

#header_sub {
  color:#161616;
  font-family:museo;
  font-size:12pt;

}

#site-title img{
  position:fixed;
  border:none !important;
  padding:5px;


  
}
#site-title a, #site-title a:visited {
  text-decoration: none;
  opacity:1;
}
#site-title a:hover {
  opacity:.9 !important;
}
#navigation{
 float:right;
 display:none;

}
#navigation li{
  float:left;
  padding:1px 7px;
  list-style-type:none;
}
#navigation li a{
  text-decoration:none;
  
}
#main {
  background: url('../images/neuzee/inner-tle.jpg') repeat scroll 0 0 #fff;
  float: left;
  min-height: 600px;
  width: 100%;
  padding-top:20px;
 }
#content-wrapper {
  float: left;
  width: 650px;
}
#content {
  padding: 0 25px 25px 25px;
  border-right: 1px dotted #a3a39c;
}
#content h1 {
  margin-top: 0;
  text-align:center;
}
#content h3 a {
  border-bottom: 1px dotted #a3a39c;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}
#content p {
  line-height: 160%;
}
#content .info {
  color: #b0af99;
  font-size: 80%;
  margin-top: 1.5em;
}
#content .entry .info {
  margin-top: 1em;
}
#content .first.entry {
}
#content .first.entry h3 {
  margin-top: 0.25em;
}
#front_page {
}
#sidebar-wrapper {
  float: right;
  width: 25%;
}
#sidebar {
  font-size: 90%;
  padding: 0 15px 15px 15px;
  margin-top:-25px;
}
#sidebar h3 {
  font-size: 160%;
}
#sidebar p {
  line-height: 140%;
}
#sidebar ul {
  margin-left: 1.5em;
  padding: 0;
}
#sidebar li {
  margin-bottom: .25em;
}
#contact a {
 text-decoration:none;
 color:black;
}
#contact a:hover {
  text-decoration:underline;
}
#footer {
  color: #818cb0;
  float: left;
  font-size: 90%;
  padding-top: 1px;
  padding-bottom: 20px;
  width: 100%;
  margin-top: 40px;
  border-top: 1px solid #c2c2c2;
}
