* {
  margin:0;
  padding:0;
  border: none;
  outline: none;
  font-family: helvetica, arial, sans-serif;
  color: #000000;
}
html {
  width: 100%;
}
body {
  background: #FFFFFF url(images/bg-top.jpg) no-repeat top left;
	text-align: left;
	font-size: 10px;
	width: 100%;
}
h1 {
  font-size: 2em;
}
h2 {
  color: black;
  font-size: 2em;
  height: 1.5em;
}
h2 a {
  color: black;
}
#page {
	display: block; 
	width:330px;
	height: 100%;
}

#header {
  height: 200px;
  width: 350px;
}

body #page #header h1 a {
  text-decoration: none;
  display: block;
  color: #FFFFFF;
  height: 200px;
  width: 350px;
}

#header h1 a img {
  text-decoration: none;
  color: #FFFFFF;
  border: none;
}

#header h1 a:hover img {
  text-decoration: none;
  color: #FFFFFF;
  border: none;
}
#header h1 a:hover {
  background-color: transparent;
}
#main {
  padding-left: 25px;
	height: 100%;
}
#content {
  background: url(images/bg.gif) repeat-y -25px 0px;
	padding-left: 100px;
	width: 550px;
	margin-top: 20px;
}
#content a {
  text-decoration: none !important;
}
#content a img {
  text-decoration: none;
  padding:1px;
  border: 5px solid white;
  margin-left: -5px;
}
#content a:hover img {
  text-decoration: none;
  padding:1px;
  border: 5px solid black;
}

.post {
  width: 300px;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
}.post .date {
  padding-bottom: 10px;
}
.post .wp-caption-text{
  margin-top: 5px;
  margin-bottom:10px;
}
.post .feedback{
  border-top: 1px solid #c1c1c1;
  padding-top: 10px;
  margin-top: 10px;
}
.post .feedback a{
  color: #999999;
  text-decoration: underline;
}

.post .feedback a:hover{
  background-color: #999999;
  color: #FFFFFF;
  text-decoration: none;
}
.post p img {
	width: 300px;
}

#menu a{
  color: #000000;
  text-decoration: underline;
}

#menu a:hover{
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
}
#menu {
  background: url(images/bg.gif) repeat-y -25px 0;
	padding-left: 100px;
	padding-right: 100px;
	width: 300px;
	height: auto;
}
#menu li {
  width: 136px;
  height: auto;
  float:left;
  padding:10px 10px 10px 2px;
  margin:1px;
  list-style-type: none;
  list-style-position: inside;
  background-color: #f7f7f7;  
  min-height: 250px;
}
#menu li.center {
  text-align: center;
  padding:0 0 0px 0px; 
}
#menu li a img {
  border: 5px solid #f7f7f7;
}
#menu li a:hover img {
  border: 5px solid black;
}
#menu li input {
  background-color: #EEEEEE;
  border: 1px inset black;
  width: 75px;
  font-family: arial, helvetica, sans-serif;
  font-size: 10px;
  padding:5px;
  margin-top:5px;  
}
#menu li form {
  padding-left:10px;
}
#menu li input#s {
  width: 64px;
  border: 1px inset black;
}
#menu li input#ss {
  width: 76px;
  border: 1px outset black;
  background-color: #777;
}
#menu li input#ss:hover {
  width: 76px;
  border: 1px outset black;
  background-color: #555;
  color: #DDDDDD;
}
#menu li input#ss:active {
  width: 76px;
  border: 1px inset black;
  background-color: #DDDDDD;
  color: #DDDDDD;
}
#menu li ul li {
  border-right: none;
  width: 120px;
  height: auto;
  margin:0;
  padding:0;
  margin-left:5px;
  padding-left:5px;
  margin-top:5px;
  float:none;
  list-style-type: none;
  list-style-position: inside;
  min-height: 0;
}

#both {
	clear: both;
}

#footer {
}

.title {
	font-size: 11pt;
	font-family: verdana;
	font-weight: bold;
}
#content .post .commentlist {
	list-style: none;
}
#content .post .commentlist a {
	color: #9a9eb5;
	background-color: white;
}
#content .post .commentlist a:hover {
	color: white;
	background-color: #9a9eb5;
}
#content .post .commentlist li {
	margin: 15px 20px;
	border-bottom: 1px solid black;
	padding-bottom: 15px;
}
#content .post .commentlist li .avatar {
	display: none;
}
#content .post .commentlist li .vcard {
	font-size: 1.2em;
}
#content .post .commentlist li .commentmetadata {
	font-size: 1em;
	border-bottom: 1px solid #e6e7ef;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#content .post #respond form {
	margin: 15px 20px;
	border-bottom: 1px solid black;
	padding-bottom: 15px;
}
#content .post #respond input, #content .post #respond textarea {
	border: 1px inset black;
	margin: 5px;
	padding: 5px;
	font-size: 10px;
	width: 260px;	
}
#content .post #respond p {
	font-weight: bold;	
}

#content .post #respond input#submit {
	border: 1px outset black;
	width: 160px;	
	cursor: pointer;
}
#content .post #respond input#submit:hover {
	border: 1px outset black;
	background-color: #e6e7ef;
}
#content .post #respond input#submit:active {
	border: 1px inset black;
	background-color: #e6e7ef;
}