a {
  color: #993300;
}
a:visited {
  color: #993300;
}
a:hover, a:visited:hover {
  color: #CC3300;
  text-decoration: none;
}

body {

background:url(http://ubuntu.bg/bgrnd.gif);
background-repeat: repeat;
/*background-position: center;*/
/*position: absolute;*/
background-attachment: 
fixed;
 font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  padding: 0;
  margin: 0;
  text-align: center;
}
h1 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 250%;
  font-weight: normal;
}
h3 {
  color: #A3A39C;
  font-family: "Trebuchet MS", 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 {
  margin-left: auto;
  margin-right: auto;
  width: 950px;
  text-align: left;
}
#header {
 /* background-color: #E56717; */
  background-color: #ee692c;
  background-image: url('header.jpg');
  border-bottom: 5px solid brown;
  color: white;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 0px;
  text-align: center;
}
#site-title {
  color: white;
  font-size: 325%;
}
#site-title a, #site-title a:visited {
  color: white;
  text-decoration: none;
}
#site-title a:hover, #site-title a:hover {
  color: orange;
  text-decoration: underline;
}
#site-subtitle {
  font-style: italic;
  letter-spacing: 2px;
  text-transform: lowercase;
}
#main {
  background-color: #F8F8EF;
 /* border-bottom: 4px solid #fc0; */
border-bottom: 2px dashed orange;
border-left: 2px dashed orange;

  float: left;
  width: 100%;
/* for IE */
  filter:alpha(opacity=98);
  /* CSS3 standard */
  opacity:0.98;  

}
#content-wrapper {
  float: left;
  width: 700px;
}
#content {
  padding: 25px;
  border-right: 1px dotted #FF9933;
}
#content h1 {
  margin-top: 0;
}
#content h3 a {
  border-bottom: 1px dotted #FF9933;
  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 {
  /*background-color: #f7f3e8;*/
background-color: #F8F8EF;
  margin: -25px;
  margin-bottom: 0;
  padding: 25px;
}
#content .first.entry h3 {
  margin-top: 0.25em;
}
#sidebar-wrapper {
  float: right;
  width: 250px;
}
#sidebar {

  font-size: 90%;
  background-color: #F8F8EF;
  padding: 15px;
  padding-top: 0px;
}
#sidebar h3 {
  font-size: 160%;
}
#sidebar p {
  line-height: 140%;
}
#sidebar ul {
  margin-left: 1.5em;
  padding: 0;
}
#sidebar li {
  margin-bottom: .25em;
}
#footer {
  color: #FFFFFF;
  float: left;
  font-size: 90%;
  padding-top: 1px;
  padding-bottom: 20px;
  width: 100%;
}
