/**
 * Theme Name: Manliosity Splash
 * Theme URI: http://www.manliosity.com
 * Description: The Official Manliosity theme until we come up with something better.
 * Version: 1.0
 * Author: Michael Schoonmaker
 * Author URI: http://theschoon.com/
 */
/*
 * Manliosity.com style
 *
 * Color scheme
 * Dark green: 06390C
 * Bright green: 008510
 * Brown: 522d08
 * Orange: d26e0a
 */

/*
 *	Copyright 2008 Michael Schoonmaker
 */

/*
 *	My Reset
 */
* { margin: 0; padding: 0; border: 0; }
a { text-decoration: none; }
html, body { width: 100%; height: 100%; overflow: auto; }
ul { list-style: square inside; }
img { border: 0; }

/*
 *	Global
 */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.center { text-align: center; }
.half { width: 360px; }

/*
 *	Page
 */
html { background: url("images/page-bg.jpg") center top repeat-y; }
#page-wrap { background: #522d08; width: 720px; margin: auto; }
#page-header { background: url("images/header-bg.jpg"); text-indent: -9999px; height: 128px; line-height: 128px; }
#content-wrap { font: 16px Times, Georgia, serif; color: #fff; padding: 12px; }
#content-wrap p, #content-wrap li { margin-bottom: 12px; }

/*
 *	Manliosity
 */
#what-is-manliosity { background: url("images/what-is-manliosity.png") center center no-repeat; text-indent: -9999px; width: 100%; height: 48px; }
div.sity, div.manly { padding-top: 20px; }
div.sity { color: #eee; }
div.manly { text-align: right; font-style: italic; }
