#page{
  background-color: none;
  border-radius:    10px;
  padding:          10px;
  width:            1000px;
  margin:           auto 100px auto;
}

.site-header{
  margin-left:    auto;
  margin-right:   auto;
  width:          1000px;
  height:         300px;
  border:	  1px solid #e5cda6;
}
.site-content{
  float:            left;
  width:            700px;
  Text-align:       left;
  font-family:      'Jacques Francois', serif;
  margin-top:       20px;  
  margin-right:     15px;
  margin-bottom:    20px;   
}

.widget-area{
  background-color: #ffffff;
  float:            right;
  width:            190px;
  padding:          8px 20px 35px 20px;
  margin-top:       20px;
  margin-left;      15px;
  text-align:       left;
  font-family:      'Jacques Francois', serif;
  border:           1px solid #e5cda6;
}

.site-info{
  background-color:  red;
  clear:             both;
  border-top-style:  solid;
  border-top-color:  black;
}

.main-navigation{
  display:             none;
}
a {
	text-decoration:none;
	color:#58957c;
}
a:hover {
	text-decoration:none;
	color:#58171c;
}
a:visited{
  color:      #99886f;
}

ul { 
	list-style-type: none; 
        margin:0;
        padding:0;
}
#recent-comments-2 {
	display:none
}
#searchsubmit {
   background: #a61300;
   color: #fff;
   padding: 3px 7px;
   border-radius: 4px;
   margin-top: 5px;
   border: 0px;
   cursor: pointer;
}
.entry-title { 
	color:#a61300;
	text-align:center;
	border-bottom: 1px dotted #a61300;
	bottom-margin: 15px;
	
}
article {
	margin-bottom:55px;
	border:1px solid #e5cda6;
	background:#ffffff;
	padding:8px 20px 20px 20px;
}
#post-date {
	width:80px;
	background:#a61300;
	color:#ffffff;
	margin-top:-27px;
	margin-left:-20px;
	border-bottom-right-radius: 10%;
}