/*
Theme Name: Anna Belknap Online
Description: Coded by Megan
Version: 1.0
Tags: 
*/

body   {
	font-family: Tahoma; 
	background-color: #e5d8c8;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	color: #ffffff; 
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 13px; 
	text-align: justify;
}

input, textarea, select   {
	background-color: transparent; 
	color: #ffffff; 
	font-size: 11px; 
	font-family: Tahoma; 
	border: 1px solid #ffffff;
	margin-bottom: 5px;
	padding: 5px 5px 5px 5px;
} 

*    {
	margin: 0px;
	padding: 0px;
}

a, a:link, a:active, a:visited   {
	text-decoration: none;
	color: #9a6076;
}

a:hover   {
	color: #d8b990;
}	

u   {
	color: #d8b990; 
	text-decoration: underline;
}

s   {
	color: #d8b990; 
	text-decoration: line through;
}

i   { 
	color: #d8b990; 
	font-style: italic;
}
	
b   {
	color: #d8b990; 
	font-weight: bold;
}

blockquote   {
	border-left: 8px solid #ffb15d;
	background-color: #e8d6c0;
	padding: 5px;
	text-align: justify;
  	margin: 20px;
}

ul   {
	list-style-position: inside;
}

li   {
	list-style-position: inside;
}

ol   {
	list-style-position: inside;
}

hr   {
	color: #d8b990;
	background-color: #d8b990;
	height: 1px;
	width: 350px;
	border: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	clear: both;
}



/********************** Div IDs ***************************/
/********** <div id="nameafterhashhere"></div> ***********/

#container   {
	text-align: justify;
	width: 1200px;
	margin: 0px auto;
}

#content   {
	text-align: justify;
	width: 1000px;
	margin: 0px auto;
}

#main   {
	position: absolute;
	width: 557px;
	top: 680px;
	font-size: 11px;
	color: #ffffff;
	margin: 0px 10px 10px 460px;
	padding: 0px 0px 10px 0px;
	line-height: 13px;
	text-align: justify;
}

#sidebar   {
	position: absolute;
  	width: 360px;
  	top: 680px;
   	font-size: 11px;
   	color: #ffffff;
   	line-height: 13px;
   	margin: 0px 10px 10px 50px;
   	padding: 0px 0px 10px 0px;
   	text-align: justify;
}


/********************** Div Classes ***************************/
/********** <div class="nameafterperiodhere"></div> ***********/

.clear   {
	clear: both;
}

.maintop   {
   	background: url('images/m_top.jpg') no-repeat;
   	width: 552px;
	height: 135px;
}

.h1   {
	color: #d8b990;
	background: url('images/m_bg.jpg') repeat-y;
	font-family: Times;
	font-size: 25px;
	font-style: italic;
	text-align: center;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.maincontent   {
	background: url('images/m_bg.jpg') repeat-y;
	padding: 0px 0px 0px 0px;
	width: 552px;
}

.maintext   {
	padding: 5px 32px 10px 30px;
}

.mainbottom   {
	background: url('images/m_bottom.jpg') no-repeat;
   	width: 552px;
	height: 183px;
	padding: 40px 0px 0px 190px;
	margin-bottom: 0px;
}

.sidetop   {
   	background: url('images/s_top.jpg') no-repeat;
   	width: 355px;
	height: 112px;
}

.sidecontent   {
	background: url('images/s_bg.jpg') repeat-y;
	padding: 0px 0px 15px 0px;
	width: 355px;
}

.sidetext   {
	padding: 0px 17px 0px 15px;
}

.sidebottom   {
	background: url('images/s_bottom.jpg') no-repeat;
   	width: 355px;
	height: 97px;
}

.post2   {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #bc865a;
	text-align: center;
	line-height: 34px;
	width: 320px;
	height: 35px;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
}