body
{
    background: url('/media/images/bg.png') fixed 0px 0px white;
    margin-top: 0;
	text-align: left;
}

ul
{
    margin-bottom: 0px;
}

img
{
    padding: 0;
    margin: 0;
}

em
{
    background: none;
}

#page
{
    width: 750px;
    margin: auto;
    padding-top: 1px;
    margin-top: -1px;
}

#header
{
    position: relative;
    margin-top: 10px;
	xborder: solid 1px red;
}

#header h1 {
	width: 444px;
	height: 63px;
	top: 35px;
	left: 200px;
	margin-top: 20px;
	position: absolute;
	overflow: hidden;
	vertical-align: bottom;
}

#header h1 a {
    color: white;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: bold;
    top: 30%;
}

#header h1 span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
    background: url('/media/images/header2.png') no-repeat;
}


#photo
{
    height: 176px;
    width: 176px;
    background: #ccc;
    border: solid 2px #222;
	top: 0px;
	left: 0px;

	position: absolute;
	overflow: hidden;
}

#photo a {
    text-decoration: none;
    font-size: 1.3em;
    font-weight: bold;
}

#photo span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url('/media/images/big_smile.jpg') no-repeat;
}

#photo img
{
    border: none;
}

#hbar
{

	background: #5e9ea1;
    background: url('/media/images/green_stripe.png') repeat-x #5e9ea1;
    position: absolute;
    left: 0;
    top: 47px;
    width: 100%;
    height: 100px;
    z-index: -10;
	overflow: hidden;
}

#hbar span
{
	height: 100%;
	width: 100%;
    background: url('/media/images/green_stripe.png') repeat-x #5e9ea1;
	position: absolute;
	top: 0px;
	left: 0px;
}

#vbar
{
    width: 100px;
    height: 100%;
    background: url('/media/images/pink_stripe.png') repeat-y #ee8ba7;
    position: fixed;
    left: 50%;
    top: 0;
    margin-left: -335px;
    z-index: -10;
}

.nav
{
    width: 180px;
    float: left;
    position: relative;
    text-align: center;    
}

.nav ul
{
    margin: 0;
    padding: 0;
    margin-top: 210px;
}

.nav ul li
{
    display: block;
    list-style: none;
    margin-bottom: 18px;
    xtext-align: center;
}

.nav ul li a
{
    color: #111;
    background: url('/media/images/green_stripe.png') 0px -50px #ccc;
    padding: 2px 10px;
    text-decoration: none;
    border: solid 2px #222;
    font-weight: bold;
    font-size: 1.5em;
}

.nav ul li a:focus,
.nav ul li a:hover,
.nav ul li a:active
{
    background: url('/media/images/green_stripe.png') 0px -10px #8be9ee;
}

.nav form
{
	xpadding-left: 6px;
}

#content
{
    background: url('/media/images/bg2.png') fixed 0px 0px white;
    color: #111111;
    margin-left: 200px;
    margin-top: 160px;
    padding: 10px;
}

#content ul
{
	margin-bottom: 1.5em;
}

#content h1
{
	margin-bottom: 0.2em;
}

#content h2, h3, h4, h5, h6
{
	margin-bottom: 0;
}

#content a
{
    color: #4a7c7f;
}

#content .post_date
{
    float: right;
    font-size: 120%;
}

.more
{
    float: right;
    display: block;
}

.preview p
{
    margin-bottom: 0;
    margin-top: 1em;
}


#footer
{
    text-align: right;
    font-size: 0.9em;
    color: #999;
    padding-top: 20px;
    margin-bottom: 20px;
}

#footer a
{
    color: #777;
}

#login, #logout
{
    position: absolute;
    top: 1px;
    right: 4px;
}

#login a em
{
    text-decoration: none;
    visibility: hidden;
}

#login a 
{
    text-decoration: none;
}

form p, form hr, form div{
	clear: none;
}

#content .admin_tools ul {
	margin-bottom: 0;
}
