/*  
Theme Name: RowlandVille
Theme URI: http://www.rowlandville.com
Description: Amazing Grace is a lightweight, super-optimized WordPress theme packed with features (SEO, Adsense & Widget Ready). Brought to you by <a href="http://www.prelovac.com/vladimir/">Vladimir Prelovac</a>
Version: 3.1
Tags: fixed width, widgets, valid CSS, valid XHTML, SEO, SEO friendly, adsense, custom header, three columns, clean, right sidebar, gray, green, brown, photoblogging, widget ready, simple, gravatars
Author: Vladimir Prelovac
Author URI: http://www.prelovac.com/vladimir/

The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php
*/

/* UNIVERSAL */

html, body {
margin: 0;
padding: 0;
border: 0;
font-family: "arial";
font-weight: normal;
font-size: 13px;
line-height: 210%;
color: #333333;
} 

a, .entrybody a {
text-decoration: none; 
color: #7a5a21;
}

.entrybody a {
text-decoration: underline; 
}

h1, h2, h3 {
font-size: 23px;
font-weight: normal;
letter-spacing: 1px;
line-height: 120%;
}

h2 {
font-size: 18px;
}

h3 {
font-size: 15px;
font-weight: bold;
}

/*********************************************************/
/* WRAPPERS */

#outerwrapper {
position: absolute;
top: 0px; 
left: 0px;
width: 100%;
z-index: 1;
}

#midwrapper {
position: relative;
top: 0px; 
left: 0px;
width: 950px;
margin: 0 auto;
z-index: 1;
}

#innerwrapper {
float: left;
width: 950px;
z-index: 1;
}

/*********************************************************/
/* PRIMARY CONTENT */

#header {
float: left;
width: 100%;
height: 174px;
text-align: center;
}

#content {
float: left;
text-align: left;
margin-top: 0px;
padding: 0 50px 0 75px;
background: url(/wp-content/themes/singlepane/images/text-bg.gif) 0 0 repeat;
width: 825px;
}

#content-posts {
float: left;
text-align: left;
width: 594px;
margin-right: 25px;
padding-right: 25px;
border-right: solid 1px #000;
}

.postinfo {
border-bottom: solid 1px #000;
padding-bottom: 20px;
margin-bottom: 20px;
}

#sidebar {
float: left;
text-align: left;
width: 180px;
}

/*********************************************************/
/* NAVIGATION */

#menu {
float: right;
padding: 0 30px 0 30px;
width: 890px;
line-height: 28px;
z-index: 50;
}

/* UL: FLOATS LEFT, BG COLOR */

#menu li { 
display:block;
float:right;
margin:0;
padding:0;
line-height: 28px;
font-size: 15px;

}

/* A: MAKES A INTO DISPLAY BLOCK, MARGIN SEPARATES TOP LEV LINKS*/

#menu li > a {
display:block;
text-decoration:none;
margin-left:20px;
font-size: 12px;  
color: #aa742b;
}

/* LI: FLOATS LEFT */

#menu li {
display:block;
float: right;
padding: 0;
vertical-align: middle;
}

/* SIDEBAR */

#sidebar ul li {
list-style: none;
}


