body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	height: 100%;
	color:#444;
}


#wrapper {
	background: url(../images/body_bg.jpg) center top;
	background-repeat: repeat;
	background-color:#0f4255;
	width: 100%;
	display: table;
	height: 1000px;
}

a {
	color: #265164;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #829c29;
}
p{
	color:#000;	
	font-size:13px;
	line-height: 18px;
	margin-bottom: 18px;
}

h1{
	color:#000;	
	font-size:16px;
	line-height: 20px;
	margin-bottom: 10px;
}

.footer{
	color:#FFF;
	margin-top: 8px;
	padding-left: 20px;
	font-size: 10px;
}

.nav{
	margin-left: 241px; margin-top:20px; margin-bottom:-3px;
}

#logo_blog{
	width:358px;
	height: 121px;
	background:url(../images/logo.png) no-repeat 0 0;
	margin-left:-50px; margin-top:18px;
	position: relative;
}

#logo_blog li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#logo_blog a {display: block; text-indent: -9999px; text-decoration: none;}

#blog {left: 261px; top: 0px; width: 55px; height: 30px;}
#blog a{height: 30px;}


#blog a:hover{
	background:url(../images/logo.png) no-repeat -261px -121px;
}

.plain_container{
	background:url(../images/plain_content_bg.jpg); 
	height: 538px;
}

.home_container{
	background:url(../images/home_content_bg.jpg); 
	height: 538px;
}
.blog_container{
	
	background:url(../images/blog_content_bg.jpg);
	background-repeat:repeat-y;
	height: 100%;
	min-height: 600px;
	display:inline; float: left; position: relative;
	margin-left: 15px;
	padding-right: 8px;

}


* html .blog_container{
height:100%;
}

.comm{
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 12px;
}


#link_terrell { 
  display: block;
  height: 28px;
  background: url(../images/link_terrell.png) no-repeat 0 0;
  background-position: 0 0;
  margin-left: 190px;

}
#link_terrell:hover{
background-position: 0 -28px;
}

#link_calah { 
  display: block;
  height: 28px;
  background: url(../images/link_calah.png) no-repeat 0 0;
  background-position: 0 0;
  margin: 15px 0px 0px 178px;

}
#link_calah:hover{
background-position: 0 -28px;
}

#link_kelli { 
  display: block;
  height: 31px;
  background: url(../images/link_kelli.png) no-repeat 0 0;
  background-position: 0 0;
  margin: 15px 0px 0px 158px;

}
#link_kelli:hover{
background-position: 0 -31px;
}

#link_janis { 
  display: block;

  height: 28px;
  background: url(../images/link_debbie.png) no-repeat 0 0;
  background-position: 0 0;
  margin: 15px 0px 0px 125px;

}
#link_janis:hover{
background-position: 0 -28px;
}

.sidebar
{
	padding-right: 40px;
	font-size: 13px;
	line-height: 18px;

}

.sidebar li
{
	margin-top:10px;

}


.textwidget{
	font-weight:bold;
	
}

#commentform textarea
{
	width: 400px;
	margin: 10px;
	height: 80px;
}

.commentlist
{
	margin: 10px;
	padding: 10px;
	font-size: 12px;
	
}

.commentlist li
{
	margin: 10px 0px;
	border-top: 1px solid #999;
	
}

.home_right ul{
	list-style:circle;
	margin-left: 20px;
	margin-bottom: 18px;
	
}

.home_right ul li{
	color:#000;	
	font-size:13px;
	line-height: 18px;
	margin-bottom: 6px; 
	
}




