* {
  padding: 0;
  margin: 0;
}

body {
  font-family: Arial, sans-serif;
  color: #333;
  font-size: 100%;
  background: #e8e5c0;
}

a {
  color: #0099ff;
  text-decoration: none;
  padding: 1px 0;
}

a:hover {
  color: #fff;
  background: #0099ff;
}

ul {
   list-style: none;
}

#wrapper {
  width: 900px;
  margin: 0 auto;
  font-size: 0.8125em;
  padding: 20px 0 0;
}

#header h1 {
  color: #4180b6;
  color: #0b3e63;
  color: #000;
  font-size: 60px;
}


#header h1 a {
	background: none;
	outline: none;
}

#header h1 a img {
   border: none;
}

#header p {
  color: #777;
}

#header ul {
  list-style: none;
  height: 34px;
  margin-top: 10px;
  border-top: 1px dotted #000;
  border-bottom: 3px solid #000;
}

#header ul li {
  display: inline;
}

#header ul li a {
  text-decoration: none;
  color: #000;
  padding: 10px 20px;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: bold;
  height: 14px;
  outline: none;
}

#header ul li a:hover, #header ul li a.active {
  background: #000;;
  color: #fff;
}

#header form {
  float: right;
  margin-top: -32px;
}

#header form #search_button {
  background: #000;;
  color: #fff;
  border: none;
  padding: 1px;
  text-transform: uppercase;
}

#content {
  width: 600px;
  float: left;
  padding: 20px 0;
}

#content .post {
  padding: 40px 30px 0;
   margin-bottom: 20px;
  background: #fff;
  line-height: 1.5em;
  border-top: 1px solid #ccc9c3;
  border-left: 1px solid #ccc9c3;
  border-right: 2px solid #9a9894;
  border-bottom: 2px solid #9a9894;
}

#content .post h2 {
  margin-bottom: 5px;
}

#content .post h2 a {
  color: #000;
}

#content .post h2 a:hover {
  background: #000;
  color: #fff;
}

#content .post .date {
  color: #999;
  font-size: 11px;
}

#content .post .date a {
    color: #000;
    font-weight: bold;
}


#content .post .date a:hover {
    color: #fff;
    background: #000;
}

#content .post p {
  margin-bottom: 10px;
  line-height: 1.7em;
}

#content .post img {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

#content .post .discuss a {
    font-weight: bold;
    text-decoration: underline;
}

#content .post .tags {
  padding: 10px 0 0;
  margin-top: 30px;
  color: #999;
  font-size: 0.9em;
  border-top: 1px dotted #999;
}

#content .post .tags a {
  color: #000;
}

#content .post .tags a:hover {
  color: #fff;
  background: #000;
}

#content ul.operation {
  padding: 10px 0;
  background: #fff;
}

#content ul.operation li {
  display: inline;
  
}


#sidebar {
  padding: 20px 0;
  width: 280px;
  float: right;
  //font-weight: bold;
}

#sidebar h2 {
  font-size: 130%;
  padding: 5px 0 3px;
  border-bottom: 1px solid #000;
  clear: left;
}

#sidebar a.more {
  display: block;
  float: right;
  font-size: 11px;
  margin-top: -20px;
}

#sidebar ol {
  padding: 10px 10px 10px 35px;
  line-height: 1.5em;
  list-style-position: outside;
  margin-bottom: 25px;
}

#sidebar ol a, #sidebar ul a {
  color: #000;
}


#sidebar ol a:hover, #sidebar ul a:hover {
  text-decoration: underline;
  background: none;
}



#sidebar #author_pics {
  margin: 10px 10px 25px;
  float: left;
}

#sidebar .author_pic {
  border: 1px solid #999;
  padding: 4px;
  background: #fff;
  width: 60px;
  height: 60px;
  float: left;
  margin: 0 5px;
  margin-bottom: 10px;
}

#sidebar .author_pic img {
  width: 60px;
  height: 60px;
}

#footer {
  clear: both;
  background: #000;
  color: #ccc;
  padding: 5px;
}


