@import url(base-weblog.css);

body {
	background-color: #fffff;
        background-image: url(background.gif);
        background-repeat: repeat;
	color: #00000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: trebuchet MS, tahoma, georgia, sans-serif;
}
a { font-weight: bold; text-decoration: none; }
a:hover { font-weight: bold; text-decoration: none; }
#container {
	background-position: center top;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 748px;
}

/*  LAYOUTS  */

.layout-two-column-right #container { background-image: url(columnright.gif); }
.layout-two-column-left #container { background-image: url(columnleft.gif); }
.layout-one-column #container { background-image: url(onecolumn.gif); }

.layout-two-column-right #container-inner { background-image: url(columnrightbottom.gif); }
.layout-two-column-left #container-inner { background-image: url(columnleftbottom.gif); }
.layout-one-column #container-inner { background-image: url(onecolumnbottom.gif); }

.layout-two-column-right #banner, .layout-one-column #banner { background-image: url(bannerbackground.gif); }
.layout-two-column-left #banner { background-image: url(none); }

.layout-two-column-right #alpha, .layout-two-column-left #beta {
	margin-left: 25px;
	width: 485px;
}
.layout-two-column-right #beta, .layout-two-column-left #alpha {
	width: 204px!important;
	margin-right: 11px;
}
.layout-two-column-right #beta, .layout-two-column-left #alpha {
	background-image: url(sidebarbackground.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: -11px;
	width: 206px!important;
}
.layout-two-column-left #alpha { 
	background-image: url(none); 
	background-position: 11px top;
	width: 217px!important;
	margin-right: 0!important;
}
.layout-two-column-right #beta {
	float: right;
}
.layout-two-column-left #beta {
	margin-right: 25px;
	margin-left: 0;
	float: right;
}
.layout-two-column-right #beta-inner, .layout-two-column-left #alpha-inner {
	padding-left: 12px;
	padding-right: 12px;
}
.layout-two-column-left #alpha-inner {
	margin-left: 11px;
}
.layout-one-column #alpha {
	padding-left: 70px;
	padding-right: 70px;
}

/*  BANNER & PAGE DIVS  */

#container-inner {
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
#banner {
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 223px;
	margin-left: 0px;
	margin-top: 0px;
}
h1#banner-header {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin-top: 0;
	margin-left: 122px;
	padding-top: 30px;
}
h1#banner-header a {
	color: #fff;
	text-decoration: none;
}
h2#banner-description {
	color: #4f825b;
	font-size: 10px;
	margin-top: -15px;
	margin-left: 122px;
}
h2#banner-description a { color: #990000; }
h2#banner-description a:hover { color: #cc0000; }
#pagebody {
	line-height: 140%;
}
.content-nav { 
	margin-bottom: 15px;
}

/*  MODULE */

.module-header {
	color: #000000;
	font-size: 17px;
	margin: 0;
	padding: 8px;
	font-weight: none;
	line-height: 70%;
	letter-spacing: .1em;
    margin-top: 3px;
}
.module-footer {
	color: #ffffff;
	font-size: 17px;
	margin: 0;
	padding: 0px;
	font-weight: none;
	line-height: 70%;
	letter-spacing: .1em;
    margin-bottom: 3px;
}
body.layout-two-column-left .module-header {
	background: transparent url("modulelefttop.gif") top left no-repeat;
	}
body.layout-two-column-left .module-content {
	background: transparent url("moduleleftbackground.gif") top left repeat-y;
    margin: 0;
	padding: 5px 5px 5px;
	}
body.layout-two-column-left .module-footer {
	background: transparent url("moduleleftbottom.gif") bottom left no-repeat;
	}
.module-content { margin: 0; color: #000000; font-weight: bold; text-decoration: none; }
.module a { color: #663300!important; font-weight: bold; text-decoration: none; }
.module a:hover { color: #cc9966!important; font-weight: bold; text-decoration: none; }
}
}
.module-search input { font-size: 10px; }
.module-search #search { width: 95px; }
.module-list li, .module-list li ul li {
	background-position: 3px 4px;
	background-repeat: no-repeat;
	padding-left: 18px;
    font-size: 11px;
}
.module-list li {
	background-image: url(lbullet.gif);
}
.module-list li ul li {
	background-image: url(sbullet.gif);
}
.module-list li a {color: #336666;
	display: block;width: 100%;
    font-size: 11px;
}
.module-list li a:hover {
	text-decoration: none;
}
.module-categories { margin-top: -24px; }
.module-syndicate, .module-powered {
	color: #888;
	font-size: 11px;
	line-height: 120%;
	margin-top: 20px;
}
.module-powered {
	margin-top: 7px;
}

/*  ENTRY  */

.entry a, .content-nav a, .trackbacks a, .comments a{ color: #990000; }
.entry a:hover, .content-nav a:hover, .trackbacks a:hover, .comments a:hover { color: #cc0000; font-weight: bold; text-decoration: none; }
h3.comments-header, h3.trackbacks-header, h2.comments-open-header {
	color: #800080;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 18px;
}
h2.date-header {
	color: #669933;
	margin-top: 12px;
	margin-bottom: 5px;
	font-size: 12px;
    text-align: center;
}
h3.entry-header {
	margin: 0;
	color: #000000;
    font-family: trebuchet MS, tahoma, georgia, sans-serif;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
    text-align: center;
}
#trackbacks-info { color: #999; }
.entry {
	padding-bottom: 20px;
}
.entry-userpic, .comment-userpic {
	display: none;
}
.entry-body ul, .entry-more ul { 
	padding-left: 10px; 
	margin-left: 0;
}
.entry-body ul li, .entry-body ul li {
	list-style: none;
	padding-left: 15px;
	background-image: url(lbulletgray.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin-bottom: 7px;
}
.entry-body img, .entry-more img {
	padding: 2px;
	margin-left: 2px;
	margin-right: 0;
}
.entry-body img[align="right"], .entry-more img[align="right"] {
	margin-left: 15px;
}
.entry-body img[align="absmiddle"], .entry-more img[align="absmiddle"] {
	margin-left: 0;
    margin-right: 0;
}
.entry-body img[align="texttop"], .entry-more img[align="texttop"] {
	margin-left: 0;
    margin-right: 0;
}
.entry-body img[align="left"], .entry-more img[align="left"] {
	margin-right: 15px;
}
.entry-body blockquote, .entry-more blockquote {
	background-image: url(blockquote.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-style: italic;
	margin-left: 20px;
	padding-left: 30px;
}
.entry-footer, .comment-footer, .trackback-footer {
	background-image: url(entryfooterflower.gif);
	background-position: right 1px;
	background-repeat: no-repeat;
	color: #64a465;
	padding-top: 1px;
	padding-bottom: 10px;
	padding-right: 48px;
	margin: 0;
	margin-top: 20px;
	text-align: right;
    font-size: 11px;
}
.comment-footer, .trackback-footer {
	background-image: none;
	padding-right: 0;
	margin-top: 5px;
}
.entry-footer .post-footers {
	display: block;
}
.entry-footer .separator {
	display: none;
}
