body {
  font-family: "Lucida Grande", "Verdana", sans-serif;
  font-size: 13px;
  background: #fff url("00.png") top repeat-x;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #000;
}

a {
  color: #004C7F;
  text-decoration: underline;
}

a:hover {
  background: #80CCFF;
  color: #000;
  text-decoration: underline;
}

img {
  border: none;
}

p {
  margin: 0 0 10px 0;
  line-height: 130%;
}

h3 {
  padding: 0;
  margin: 0;
  font-size: 12px;
}

#beta {
	width: 39px;
	height: 40px;
	background: url("beta.png") no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

#container {
  width: 760px;
  margin: 0 auto 0 auto;
  text-align: left;
}

#header {
  height: 100px;
}

#header h1 {
  margin: 0;
  padding: 0;
}

#header h1 a {
  margin: 30px 10px 0 0;
  width: 136px;
  height: 39px;
  float: left;
  display: block;
  background: url("itdarbs2.png") no-repeat;
}

#header h1 span {
  display: none;
}

#header .advert {
  margin: 20px 0 0 0;
  float: right;
  display: block;
}

#header p {
  margin: 0 190px 0 0;
  padding: 30px 0 0 0;
  font-size: 11px;
}

#addentrylink {
  width: 350px;
  height: 25px;
  padding: 5px 0 0 0;
  margin: 20px auto 0 auto;
  text-align: center;
  background: url("01.png") no-repeat;
}

#addentrylink a {
  text-decoration: none;
  color: #193300;
  font-size: 16px;
  text-decoration: underline;
}

#addentrylink a:hover {
  text-decoration: none;
  background: transparent;
}

#categories {
  margin: 10px 0 20px 0;
  text-align: center;
}

#popular {
  float: left;
  width: 370px;
  margin: 0 0 20px 0;
}

#recent {
  float: right;
  width: 370px;
  margin: 0 0 20px 0;
}

#popular h2, #recent h2 {
  height: 22px;
  margin: 0;
  padding: 0;
  background: url("02.png") no-repeat;
  font-size: 14px;
  font-weight: normal;
  color: #7F4C00;
  padding: 4px 0 0 10px;
}

#popular ul, #recent ul, #list ul {
  margin: 5px 0 0 0;
  padding: 0;
  list-style-type: none;
}

#popular li, #recent li, #list li {
  padding: 5px;
  background: #fafafa;
  margin: 0 0 1px 0;
}

#popular .alt, #recent .alt, #list .alt {
  background: #f0f0f0;
}

#addentry {
  width: 490px;
  float: left;
  margin: 20px 0 20px 0;
}

#addentry h2 {
  height: 22px;
  margin: 0 0 10px 0;
  padding: 0;
  background: url("03.png") no-repeat;
  font-size: 14px;
  font-weight: normal;
  color: #7F4C00;
  padding: 4px 0 0 10px;
}

#addentry form {
  padding: 0;
  margin: 0 0 10px 0;
}

#addentry div {
  margin: 0 0 5px 160px;
}

#addentry label {
  float: left;
  width: 160px;
  margin: 3px 0 0 0;
}

input, select, textarea {
  font-family: "Lucida Grande", "Verdana", sans-serif;
  font-size: 12px;
  color: #000;
}

textarea {
  width: 310px;
}

input {
  width: 290px;
}

.button {
  width: auto;
}

small {
  color: #999;
}

#aedescription {
  width: 230px;
  float: right;
  background: #E0F5CC;
  padding: 10px 10px 0 10px;
  margin: 20px 0 20px 0;
}

form .error {
  background: #Fcc;
}

#form_errors {
  border: #F33 2px solid;
  margin: 0 80px 10px 80px;
  padding: 10px 10px 10px 30px;
}

#entry {
  font-size: 14px;
}

#entry h2 {
  margin: 10px 0 10px 0;
  padding: 4px 0 0 0;
  background: url("04.png") top no-repeat
}

#entry .extra, #list .extra, #tagcloud .extra {
  background: url("05.png") bottom no-repeat;
  padding: 0 0 4px 10px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #BF7300;
}

#entry #title {
  color: #7F4C00;
  font-size: 18px;
  font-weight: bold;
}

#entry .metadata {
  padding: 3px 5px 3px 5px;
  background: #f3f3f3;
  font-size: 11px;
}

#list h2, #tagcloud h2 {
  margin: 20px 0 5px 0;
  padding: 4px 0 0 0;
  background: url("04.png") top no-repeat;
}

#list .extra, #tagcloud .extra {
  font-size: 12px;
}

.coolheader { /* ;) */
  color: #7F4C00;
  font-size: 14px;
}

#list h2 a, #tagcloud h2 a {
  color: #7F4C00;
  text-decoration: underline;
  font-size: 14px;
}

#list h2 a:hover, #tagcloud h2 a:hover, #recent h2 a:hover {
  text-decoration: none;
  background: #FFCC80;
}

#list, #tagcloud {
  margin: 0 0 20px 0;
}

.more {
  text-align: right;
  font-size: 11px;
  background: transparent;
}

.rsslink img {
  float: right;
  padding: 1px 5px 0 0;
}

.back {
  font-size: 11px;
  text-align: center;
  clear: both;
  margin: 10px 0 0 0;
}

.bold {
  font-weight: bold;
}

.grey {
  text-decoration: line-through;
  color: #999;
}

.grey a {
  text-decoration: line-through;
  color: #99B7CC;
}

#search {
	float: right;
	padding: 0 0 10px 0;
	background: url("google.png") right bottom no-repeat;
	height: 30px;
}

#search form {
	margin: 0;
	padding: 0;
}

#googleq {
	width: 150px;
}

#googlebtn {
	width: auto;
}


#info {
  clear: both;
  border-top: #ccc 1px dotted;
  margin: 20px 0 0 0;
  padding: 10px 0 0 0;
  font-size: 11px;
}

#footer {
  clear: both;
  border-top: #ccc 1px dotted;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  text-align: center;
  font-size: 11px;
}

#footer p {
  margin: 0 0 10px 0;
  padding: 0;
}