/*
Theme Name: Cherished Blessings
Theme URI: http://www.cherishedblessings.com/
Description: Custom WordPress theme for Gramm Photography
Version: 0.1
Author: Ramsey Tapia
Author URI: http://upbeataddict.dreamhosters.com/
Tags: photoblog, custom header, fixed width, fixed height
*/



/* Begin Typography & Colors */

*,html, body
{margin:0; padding: 0;}

body
{background: #bfbfbf; font: normal 11px Georgia; color: #fff;}

img
{border: 0;}

#page
{width:960px; height: 800px; margin: 30px auto; background: url('images/site_background.jpg') no-repeat; position:relative;}

#content_box
{height:100%;position:relative;}

#content
{margin: 20px auto;}

#content.default
{width: 50%;}

#content.default h2
{margin: 15px auto;}

#header
{width: 701px; padding: 30px 0px; margin: 0px auto;}

#sidebar 
{width: 121px; color: #fff;top: 250px; position:absolute;}

#sidebar ul
{list-style:none;}

#sidebar li
{width: 121px; height: 39px; background: transparent url('images/site_menuItem.png') no-repeat; text-align:right; line-height: 39px; vertical-align: baseline;}

#sidebar li a
{color: #fff; text-decoration: none; text-transform:uppercase; width:100%; height: 100%;}

#sidebar ul li ul
{display:none; background: transparent url('images/site_subMenuItemBackground.png') no-repeat;}

#sidebar ul li ul li
{width: 130px;}

#sidebar ul li ul li a
{padding-right: 30px;}

#sidebar ul li:hover ul
{display:block; position:relative; left: 120px; top: -39px;}

#quotes
{font-size: 1.3em; width:574px; margin: 40px auto; text-align:center;}

#footer
{width: 574px; position: absolute; bottom: 25px;}