/*
Theme Name: Royal Forest
Theme URI: http://thots.ave3362.com
Description: The WordPress theme that was created by Ave 3362 but loosely based on the default WordPress theme.
Version: 1.0
Author: Reme Ekoh
Author URI: http://www.ave3362.com/
Tags: Web design, Avenue 3362, ave3362, custom header, fixed width, two columns, nature, royalty, green, purple

	Royal_Forest 1.0
	
	This theme was designed and built by Reme Ekoh, loosely based on the WordPress Default 'Kubrick' Template
	You can read his blog, which you will find at http://thots.ave3362.com/
*/

*
{
padding: 0;
margin: 0;
}

body
{
	background:url(images/bckgrd.jpg) no-repeat;
	background-attachment:fixed;
	background-color: #2C2C2C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
}

#header
{
background:url(images/banner_img.jpg) no-repeat center;
background-color: #414141;
width: 760px;
margin-top:16px;
margin-left:auto;
margin-right:auto;
text-align:center;
padding-top: 0px;
padding-bottom: 240px;
}

#wrapper
{
background-color: #fff;
width: 760px;
margin: 0 auto;
position: relative;
color: #000;
}

#content
{
background-color: inherit;
width: 70%;
float: left;
padding-top: 20px;
padding-bottom: 20px;
color: #000;
}

#comments_content
{
background-color: #FFF;
width: 100%;
float: left;
padding-top: 10px;
padding-bottom: 20px;
color: #000;
}

#content h1, h2, h3, h4, h5, h6, p, small
{
margin-left: 25px;
margin-right: 25px;
}

.post
{
margin-bottom: 15px;
}

.entry
{
margin-top: 5px;
margin-bottom: 5px;
margin-left: 25px;
margin-right: 25px;
}

.postmetadata
{
padding: 5px;
padding-top: 10px;
font-size: 12px;
color: #030;
}

#postmetadata a
{
text-decoration: underline;
}

blockquote
{
margin: 1em 1.5em;
padding: 1em 1.5em;
}

.post li
{
margin-left: 25px;
}

.post ul
{
list-style-image: url(images/listitem.png);
list-style-type: bullet;
margin-bottom: 10px;
margin-left: 25px;
}

acronym, abbr, span.caps
{
cursor: help;
}

acronym, abbr
{
}

blockquote cite
{
margin: 5px 0 0;
display: block;
}

.center
{
text-align: center;
}

a img
{
border: none;
}

.alignleft
{
float: left;
text-align: left;
width: 20%;
margin-left: 35px;
}

.alignright
{
float: right;
text-align: right;
width: 20%;
margin-right:35px;
}

#sidebar
{
background-color: inherit;
width: 30%;
float: left;
padding-top: 20px;
padding-bottom: 20px;
color: #303;
}

#sidebar h3
{
color: #303;
}

#sidebar h4
{
color: #303;
text-align: center;
margin-top: 5px;
}

#sidebar ul
{
list-style: none;
}

#sidebar ul ul
{
list-style-image: url(images/listitem.png);
list-style-type: circle;
margin-left: 20px;
}

#footer
{
background-color: #fff;
text-align: center;
width: 760px;
margin:auto;
margin-bottom: 18px;
padding-bottom: 5px;
clear:both;
}

#footer hr
{
	color: #303;
	border-top-style: dotted;
}

#valid
{
text-align: center;
margin-bottom: 10px;
}

a:link 
{
	color: #903;
	text-decoration:none;
}

a:visited 
{
color: #903;
text-decoration:none;
}

a:hover 
{
text-decoration:underline;
}

#author
{
border: 1px solid #999;
margin: 10px auto;
text-align: center;
width: 130px;
padding: 2px;
}

#searchform input
{
border: 1px solid #030;
}

#searchform #s
{
width: 70%;
background-color: white;
}

#commentform input
{
border: 1px solid #999;
}

#wp-calendar
{
width: 80%;
margin: 0 auto;
text-align: center;
margin-bottom: 10px;
}

#wp-calendar th
{
background-color: #999;
}

#wp-calendar a
{
border: 1px solid #4A2C00;
background-color: white;
display: block;
}

#prev a, #next a
{
border: 0;
}

#wp-calendar caption
{
text-align: center;
width: 80%;
}

.entrytext .postmetadata
{
font-size: 1.1em;
background-color: #FDE5C3;
width: 70%;
margin: 2em auto 3.5em auto;
border: 1px dotted #e9b17b;
padding: 5px;
padding-left: 45px;
background: #FDE5C3 url(images/metadata.png) no-repeat scroll top left;
}

ol.commentlist
{
width: 80%;
margin: 0 auto;
}

ol.commentlist li
{
margin-bottom: 1.5em;
border: 1px solid #330033;
padding: 5px;
background-color: #AFAFAF;
}

ol.commentlist li.alt
{
background-color: #AFAFAF
}

ol.commentlist a
{
color: #030;
}

.commentlist li .avatar {
	float:right;
}

small.commentmetadata
{
font-size: 0.8em;
margin-bottom: 1em;
display: block;
}

small
{
font-size: 0.9em;
padding: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac *