/*styles*/
body {
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
	font-size: 1em;
	text-align: center;
	color: #000000;
	line-height: 1em;
	background: #FAC6E4;
}
a {
	color: #F041A4;	
	font-weight: bold;
	text-decoration:none;
}
a:visited {
	color: #F041A4;
	font-weight: bold;
}
a:hover {
	color: #ACACAC;
	font-weight: bold;
	text-decoration:underline;
}
a img {
	border: none;
}
input, textarea {
	background: #F3F6ED;
	border: #E1D6C6 1px solid;
}
.list {
	margin-top: -15px;
	padding-left: 25px;
}

/*content*/
#rap 
{
	background: #FFFFFF;
	width:760px;
	margin:0 auto;
	padding: 5px 0px 10px 0px;
	text-align:left;
	font-family: Trebuchet MS,Georgia, Arial, serif;
	font-size: 1em;
	border-left: #000000 2px solid;
	border-right: #000000 2px solid;
}
#header {
	background: #FFFFFF url(../images/template/logo.gif) no-repeat top; 	
 	height: 200px;
	width: 760px;
	margin: 0 auto;
	padding:0;
}
#main 
{
	margin:0 auto;
	padding:0;
	background: #FFFFFF;
	width:760px;
	border: 0px;
}
#content {
	width:530px;
	float:left;
	padding: 5px 5px 5px 12px;
	margin:0;
	overflow:hidden;
	display:inline;
}
#sidebar {
	width: 186px;
	float: right;
	padding: 10px;
	margin:0;
	font-size:1em;
	color: #333333;
	display:inline;
} 

/*header*/
#header h1 
{
	margin: 0;	
	font-size: 1.6em;	
	padding:10px 20px 0 0;
	text-align:right;	
}
#header h1 a 
{
	color:#B5C09D;
	text-decoration:none;
}
#header h1 a:hover 
{
	color:#F7F3ED;
}
#header #desc
{
	font-weight: bold;
	font-style: italic;
	font-size: .9em;
	color: #FFFFFF;
	height: 170px;
	margin-top: 55px;
	padding: 20px 175px 0 10px;
	background: url(../images/template/header.gif) no-repeat top;
}
#header #desc .quote_by
{
	font-size: .7em;
	text-align: right;
	padding: 0 50px 0 0;
}

/*sidebar*/
#sidebar h2 {
	margin: 10px 0 0 0;
	padding: 12px 0px 0px 7px;
	font-size: 1em;
	color: #FFFFFF;
	text-align: left;
	background: url(../images/template/sidebar_top.gif) no-repeat center;
	border: 0px solid;
	height: 18px;
	font-weight: bold;
}
#sidebar .sidecont {
	list-style-type: none;
	background: #FFFFFF;
	padding: 5px;
	margin: 0;
	font-size: 0.8em;	
	border: #000000 1px solid;
	border-top: 0px;
}
#sidebar #quote {
	font-style: italic;
	margin: 0;
	font-size: .9em;	
	color: #666666;
}
#sidebar #quote_by {
	padding-left: 10px;
	font-size: .9em;	
}
#sidebar ul li {
	margin: 0.1em 0 0 -0.9em;
	padding: 0;
}
#sidebar ul ul li {
	font-size: .85em;
	margin: -0.1em 0 0 -3.2em;
	padding: 0;
}
#sidebar li a {
	text-decoration: none;
	border:none;
}
#sidebar li a:link {
	color: #1E4085;	
}
#sidebar li a:visited {
	color: #1E4085;	
}
#sidebar li a:hover, #sidebar li a:active {
	color: #4E7DCA;
}

/*content*/
#content ul {
	margin-left: 0;
	padding-left: 45px;
	list-style-type: none;
}
#content ul li {
	padding-left: 1.5em;
}

/*post*/
.post {
	background: #FFFFFF url(../images/template/post_bottom.gif) no-repeat bottom;
	border: 0px solid;
	width: 530px;
	text-align: left;
	padding-bottom: 15px;
}
.post-content {
	padding: 10px;
	font-family: Georgia, Verdana, Arial, serif;
	font-size: 13px;
}
.post-title {
	background: url(../images/template/post_title.gif) no-repeat;
	padding: 10px 10px 5px 30px;
	font-family:Georgia, Arial, Serif;
	font-size:1.3em;
	margin:0;
	font-weight:bold;
}
.post-title a:link, .post-title a:visited, .post-title a:hover, .post-title a:active
{
	text-decoration:none;
	color:#676E04;
}

/*footer*/
#footer {
	margin:0 auto;
	padding: 3px 3px 10px 3px;
	border-top: #000000 1px solid;
	clear: both;
	font-size: 0.6em;
	color: #000000;
	text-align:center;
	width:740px;
}
#footer a {
	border: none;
	color: #666666;
	text-decoration: underline;
}

/*topnav*/
#topnav {
	list-style: none;
	font-size: 9px;
	margin: 0 auto;	
	padding: 12px 20px 0 0;
	text-align: right;	
	font-family: Verdana, Arial, Sans-Serif;
}
#topnav li {
	list-style:none;
	display:inline;
	padding:0;
	margin:0;
	font-weight:bold;
}
#topnav li a:link, #topnav li a:visited {
	text-decoration:none;	
	color:#ACACAC;
}
#topnav li a:hover, #topnav li a:active {
	color:#F041A4;	
}

