/* --------------------------------------------
    Lee's Blog - CSS
----------------------------------------------- */

body
{
	margin: 0;
	padding: 0;
	font: small Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	color: #565656;
	background: #F2F1ED;
}

hr    { display: none; }
a img { border: 0; }
a     { color: #E0717F; }
form  { margin: 0; }
input { font-size: 100%; }

/* Header
----------------------------------------------- */

#banner
{
    padding: 5px 0 0;
    height: 65px;
    background: #F8CBD0 url("../image/banner.gif") 0 0 repeat-x;
}

h1
{
    margin: 0;
    padding: 0;
}

h1 a
{
    display: block;
    padding-top: 60px;
    height: 0;
    width: 234px;
    overflow: hidden;
    font-size: 1px;
    background: url("../image/logo.gif") 0 0 no-repeat;
}

h1, h1 a
{
    background: url("../image/logo.gif") 0 0 no-repeat;
}

#banner h2
{
    display: none;
}

/* Content
----------------------------------------------- */

#container
{
    margin: 0 auto;
    padding: 0;
    width: 772px;
    font-size: 85%;
    text-align: left;
    background: #fff;
    border-bottom: 10px solid #fff;
}

body.home #container
{
    background: #fff url("../image/container.gif") 0 0 repeat-y;
}

#center
{
    float: left;
    width: 562px;
}

.content
{
    padding: 0 30px 30px;
    line-height: 1.6em;
}

.content h2
{
    font-size: 140%;
    color: #8C9A5C;
}

.content h3
{
    margin: 35px 0 10px;
    padding: 0 0 5px;
    color: #8C9A5C;
    border-bottom: 1px solid #E9E6E1;
}

.content h4
{
    margin: 0 0 5px;
    padding: 0;
    font-size: 110%;
}

.content p
{
    margin-top: 0;
}

.content a img
{
    padding: 10px;
    border: 1px solid #E9E6E1;
}

/* Sidebar
----------------------------------------------- */

#right
{
    float: left;
    width: 180px;
    padding: 30px 10px 10px;
    color: #000;
    background: #C5CCAD;
    border-top: 10px solid #fff;
}

#right h2
{
    display: block;
    margin: 20px 0 10px;
    padding-top: 22px;
    height: 0;
    width: 180px;
    overflow: hidden;
    font-size: 1px;
    background-position: 0 0;
    background-repeat: no-repeat;
    border-bottom: 1px solid #AEB88D;
}

#right #about h2      { margin-top: 0; background-image: url("../image/right_about.gif"); }
#right #categories h2 { background-image: url("../image/right_categories.gif"); }
#right #links h2      { background-image: url("../image/right_links.gif"); }
#right #search h2     { background-image: url("../image/right_search.gif"); }
#right #archives h2   { background-image: url("../image/right_archives.gif"); }
#right #recent h2     { background-image: url("../image/right_recent.gif"); }

#right ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#right li
{
    padding-bottom: 2px;
}

#right p
{
    margin: 0;
}

#right a
{
    color: #587000;
}

#right input#search
{
    width: 95%;
}

/* sIFR
----------------------------------------------- */

.sIFR-flash
{
    visibility: visible !important;
    margin: 0;
}

.sIFR-replaced
{
    visibility: visible !important;
}

span.sIFR-alternate
{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-hasFlash h3
{
	visibility: hidden;
}

/* -------------------------------------------- */