body
{
	background: #637c49 url('themeimages/bodybg.jpg') repeat-x 0 0;
	font-size: 12px;
	color: #525252;
}

h2, a
{
	color: #525252;
}

pre, code {white-space: normal;}


#top
{

	text-align: right;
	height: 24px;
}

#top .menu
{
	padding-top: 7px;
}

#top .menu li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#top .menu a
{
	text-decoration: none;
	color: #fff;
}

#top .menu a:hover
{
	color: #000;
}

#contenttop
{
	background: transparent url('themeimages/topbg.png') no-repeat 0 0;
	height: 37px;
}

#contentwrapper
{
	background: transparent url('themeimages/contentbg.png') repeat-y 0 0;

}

#header
{
	height: 50px;
	clear: none;
}

#header #title
{
	clear: none;	
}

#header #title .logo
{
	float:left;
}

#header #title #blogtitle
{
	margin-left: 150px;
}

#header #title h1
{
	font-size: 24px;
	font-weight: bold;
	color: #525252;
	margin-bottom: 5px;
}

#header #title h2
{
	font-size: 14px;
	color: #525252;
}

.post
{
	clear: none;
	background: #fafafa;
	border: solid 1px #eeeeee;
	margin-top: 40px;
	margin-left: 50px;
	margin-bottom: 40px;
	padding: 15px;	
	_padding: 7px;
}

.post .postheader .posttitle
{
	
	line-height: 20px;
}

.post .postheader .posttitle h2
{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	padding: 0;
	margin: 0;
}

.post .postheader h2 a
{
	text-decoration: none;
}

.post .postheader .posttitle .postmeta
{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
}

.post .postcontent
{
	margin-top: 20px;
	line-height: 17px;
}
.post .postcontent p
{
	margin-bottom: 10px;
}

.navlinks
{
	margin: 0px 5px 40px 5px;	
}

.navlinks a
{
	text-decoration: none;
}

.navlinks img
{
	margin-right: 5px;
}

#sidebar #wrapbox
{
	width: 90px;
	background: #fafafa;
	border: solid 1px #eeeeee;	
	padding: 10px;
	margin: 40px 0px 50px 40px;
	_margin: 40px 0px 20px 0px;
}

#sidebar .sidebarbox
{
	clear: none;
	line-height: 20px;
	margin-bottom: 40px;
}
#sidebar .sidebarbox h3
{
	margin-top: 10px;
	font-size: 14px;
	color: #555;
}
#sidebar .sidebarbox h3:hover
{
	text-decoration: underline;
	color: #000000;
}
#sidebar .sidebarbox ul
{
	list-style-type: none;
	text-indent: -1.5em;
}
#sidebar .sidebarbox .pages ul
{
	text-indent: -3em;
}
#rightbar #wrapboxright
{
        background: #fafafa;
        border: solid 1px #eeeeee;
	width: 320px;
        padding: 10px;
        margin: 40px 0px 20px 5px;
        _margin: 40px 0px 20px 0px;
}

#rightbar .rightbarbox
{
        clear: none;
        line-height: 20px;
        margin-bottom: 10px;
}

#rightbar .rightbarbox img
{
	position: relative;
	right: -9px;
	bottom: -8px;
	border: 1px solid gray;
}

#rightbar .rightbarbox a
{
        text-decoration: none;
}

#rightbar .rightbarbox ul
{
        list-style-type: none;
        text-indent: -1.5em;
}

#rightbar .rightbarbox .pages ul
{
        text-indent: -3em;
}

#footer
{
	height: 52px;
	background: url('themeimages/bottombg.png') no-repeat 0 0;
}
.contact
{
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 0px;
}
table.property
{
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: separate;
	background-color: white;
}
table.property td
{
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
img.admin
{
	position: relative;
	left: 1px;
	top: 10px;
	height: 115px;
	width: auto;
	margin: 0px;
	padding-bottom: 0px;
	border: 1px solid gray;
}
img.detail
{
	position: relative;
	left: 1px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	border: 1px solid gray;
}
table.detail
{
	border-collapse: collapse;
}
td.detail
{
	border: 1px solid gray;
	text-align: center;
}

