/*  
Theme Name: RT News
Theme URI: http://ruthandtodd.net
Description: Website's no longer about us getting married, is it?
Version: 0.1
Author:Todd Johnson
Author URI: http://ics.uci.edu/~johnsong/

*/


html{ 
  margin:0px;
}
body{
  background-color:#215e2c;
  margin:0px;
  padding:0px;
  font-family:"Linotype Palatino", "Book Antiqua",  serif;	
  font-size:16px;
}
#foo{
  position:relative;
  margin-top:10px;
  margin-bottom:10px;
  margin-left:auto;
  margin-right:auto;
  overflow:hidden;
  width:900px;
}
#header{
  height:167px;
}
#headertext{
  position:relative;
  top:80px;
  left:460px;
  font-family:"URW Chancery L", "Apple Chancery", serif;
  font-size:35px;
}
#header img{
  border:none;
}
#header a{
  text-decoration:none;
  color:black;
}
#footext{
  background-color:#fff;
  border-top:1px solid #215e2c;
  overflow:hidden;
}
#sidebar{
  float:left;
  width:180px;
  margin-top:20px;
  font-family:"Baekmuk Batang", "Academy Engraved LET", Perpetua, Garamond, Seville, serif;
  font-size:18px;
  overflow:hidden;
}
#foobody{
  float:left;
  border-left:1px solid #215e2c;
  margin-top:15px;
  margin-bottom:15px;
  padding-left:50px;
  padding-right:50px;
  width:615px;
}
#sidebar li{
  margin-bottom:10px;
}
#sidebar ul{
  list-style-image:url("bullet.gif");
  padding-left:30px; 
}
#sidebar a{
  text-decoration:none;
}
a:link{
  color:#215e2c;
}
a:visited{
  color:#8bc89c;
}
a:hover{
  color:#E799A3;
}
.entry{
  border-right:1px solid #215e2c;
  border-bottom:1px solid #215e2c;
  margin-bottom:30px;
}
.date{
  background-color:#8bc89c;
  border:1px solid #215e2c;
  border-right:0px solid #215e2c;
}
.message{
  margin-left:20px;
}
#guestbookHeader{
  margin-bottom:30px;
  font-size:20px;
  text-align:center;
  margin-right:50px;
}
.pager{
  text-align:center;
}
.heading{
  background-color:#afbed5;//#8bc89c;
  //background:url("images/header12.jpg");
  //background-position:50% 0px;
  border:1px solid #215e2c;
  font-size:25px;
  padding-left:3px;
}
.stuff{
  margin-bottom:20px;
}
.heading a:visited{ 
  color:black;
}
.heading a:link{ 
  color:black;
}
#sidebar h2{ 
  font-size:15px;
}
#footer{ 
  text-align:center;
  border-top:1px solid #215e2c;
  float:left;
  width:100%;
  margin:50px 0px 0px 0px;
}
.navigation{ 
  margin-bottom:7px;
  text-align:center;
}
.post-image-d{ 
  text-align:center;  
}
.post-image{ 
  width:525px;
  border:1px solid black;
}
