@import url("base-weblog.css");


/*	COLORS */

/*	color 1 */
	a:link {
		color: #72a61f;
	}

	a:link.module h2{
		color: #000;
	}

/*	color 2 */
	.date-header,
	.trackbacks h3,
	.comments h3,
	.comments form h2 {
		color: #428408;
	}
	
	body.layout-two-column-right div#beta,
	body.layout-two-column-left div#alpha,
	body.layout-three-column div#alpha,
	body.layout-three-column div#gamma {
		border-color: 0px #2b5daf;
		
	}
	
	.module h2,
	.module-search label {
		border-bottom-color: #2b5daf;
		background: #fef2c8;
		margin-top: -2px;
	}
	
/*	color 3 */
	a:visited,
	a:hover {
		color: #ff9900;
	}

	
/*	color 4 */
	body,
	.module h2,
	.module-search label,
	.module h2 a {
		color: #d88c34;
	}

	#container-inner {
		background-color: #e7d07d;
	}
	#banner, #banner a {
		color: #000;
	}

/* LAYOUT */

body {
	background: #6d9e30;
	background-image: url("designimages/bk.jpg");
	background-repeat: repeat-x;
	font: small "Lucida Grande", Arial, sans-serif;
	font-size: 10px;
}

#container {
	width: 850px;
	margin: 0 auto;
	/*border: 5px solid #000;*/
}


#container-inner {
	border:0;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

body.layout-three-column div#container-inner {
	width: 980px;
}

#banner {
	background: url("designimages/sodbanner.jpg") 0 0 repeat-x;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	width: 800px;
	height: 130px;
}

#banner-inner {
	padding: 35px;
	height: 60px;
	margin: 0;
}

#banner a { text-decoration: none; }
#banner a:hover { text-decoration: underline; }

#banner h1 {
	padding: 0; 
	margin: 0; 
	font-weight: bold; 
}

#banner h2 { 
	padding: 0; 
	margin: 4px 0 0 0; 
	font-size: 100%;
}

#pagebody {
	width: auto;
	padding: 0px;
	/*border: 2px solid #000;*/
	background: url("designimages/bodybk.jpg");
	background-repeat: repeat-y;
	padding-left: 3px;
}


body.layout-two-column-right div#alpha {
	float: right;
	width: 500px;

}

body.layout-two-column-right div#beta,
body.layout-three-column div#gamma {
	float: left;
	width: 180px;
	background: #fe7d07d;
	border-bottom: 3px solid #fef2c8;
	padding-left: 2px;
	color: #d98c34;
	font-size: 10px;
}


body.layout-two-column-left div#alpha,
body.layout-three-column div#alpha {
	float: left;
	width: 180px;
	border-right-width: 1px;
	border-right-style: solid;
	padding: 0 18px 0 0;
}

/* reset the side columns for 3 col layout */
body.layout-three-column div#gamma,
body.layout-three-column div#alpha {
	width: 180px;
}

.date-header {
	font-family: Arial, Helvetica,	"Trebuchet MS", sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 40px;
	margin-top: -4px;
	color: #b6dd7a;
	position: relative;
	left: 0px;
	top: -1px;
	_top: 15px; */ /* hax for IE ^ */
}

.entry {
	font-family: Arial, Helvetica,	"Trebuchet MS", sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 30px;
	position: relative;
	overflow: visible;
	background: #f9fdf4;
	border: 1px solid #f2f5ee;	
	width: 560px;
}

.entry-body {
	font-family: Arial, Helvetica,	"Trebuchet MS", sans-serif;
	width: auto;
	margin: 5px 0 0 0;
	padding-left: 10px;
	padding-right: 15px;
	color: #513009;
	font-size: 12px;
}

.entry-userpic {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 30px;
	left: 30px;
	border: 1px solid #f90;
	padding: 10px;
	background: #fff;
	display: none;
}

	
	.entry-body ul {
	}
	
	.entry-body li {
		margin-bottom: .4em;
	}
	
	.entry-body img {
		float: left;
		width: auto;
		margin: 0 15px 5px 15px;
	}

	.entry-body blockquote {
		margin: .6em 0 .8em 1.2em;
		color: #cb7c1e;
		font-size: 12px;
	}
	
.entry-header {
	margin: 0;
	margin-right: -16px;
	padding: 0;
	font-family:  Garamond, "Trebuchet MS", Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #60a40d;
	background: #FFF;
	background-image: url("designimages/headerbk.jpg");
	height: 40px;
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	left: -16px;
	top: -4px;
	_margin-top: -14px; /* hax for IE 6 */
}



.entry-header a {
	text-decoration: none;
	color: #60a40d;
	font-family: Garamond;
}
	
.entry-header a:hover {
	text-decoration: none;
}
	
	
.entry-footer {
	font-size: 10px;
	padding-top: 1em;
	padding: 0;
	margin: 20px 0 0 0;
	text-align: left;
	padding-left: 20px;
}
	
	.entry-footer a {
		text-decoration: none;
		color: #60a40d;
	}
	
	.entry-footer a:hover {
		text-decoration: none;
	}
	
	.permalink {
	}
	
	.post-footers {
		display: block;
		padding-bottom: .4em;
		font-size: 10px;
		color: #4b2f1a;
	}
	
	.entry-footer .separator {
		/*display: none;*/
		font-size: 12px;
		color: #bd3a42;
	}


.module {
	margin: 0px 1px 5px 1px;
	width: auto;
	background: #e7d07d;
	background-image: url("designimages/sidenavbk.jpg");
	background-repeat: repeat-x;
	border-left: 2px solid #fef2c8;
	border-right: 2px solid #fef2c8;
	border-bottom: 2px solid #fef2c8;
}

.module-content {
	margin: 0;
	font-size: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.module h2,
.module-search label {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	padding-bottom: 3px;
	margin-top: 0;
}

.module h2 a {
	text-decoration: none;
	font-size: 12px;
}

.module h2 a:hover {
	text-decoration: underline;
}

.module a {
	color: #ca4f56;
	text-decoration: none;
	font-size: 12px;
}

.module a:hover {
	color: #f29496;
	text-decoration: underline;
}

.module-search h2 {
	display: none;
}

.module-search label {
	display: block;
	font-size: 114%;
}

.module-list {
	margin-left: 5px;
}

.module-list li {
	margin: 8px 0;
}

.module-list ul {
	margin-left: 8px;
}

.module-syndicate,
.module-powered {
	padding: 10px;
}

.module-syndicate .module-content {
	padding-left: 20px;
	background: url(rss-icon.gif) 0 0 no-repeat;
}

.trackbacks, 
.comments,
.comments form {
	border-top: 1px dotted #333;
}

.trackbacks h3,
.comments h3,
.comments form h2 {
	font-size: 100%;
}

.comments form label {
	margin-bottom: 4px;
}
	.trackback-footer,
	.comment-footer {
		font-size: 100%;
		padding-top: 1em;
		padding: 0;
		margin: 1.4em 0;
		text-align: left;
		color: #784a15;

	}
	
	.trackback-footer a,
	.comment-footer a {
		text-decoration: none;
	}
	
	.trackback-footer a:hover,
	.comment-footer a:hover {
		text-decoration: underline;
	}
	
	p.comments-open-moderated {
		padding: 5px 10px;
	}
	
#comment-text {
	width: 495px;
}

.comments .comment-userpic {
	float: right;
}


#thecookies {
	background: url("designimages/sidenavtitlecookies.jpg") no-repeat;
	position: relative;
	top: 0px;
	left: -2px;
	height: 37px;
	width: 187px;
}

.headerpad {
	padding-left: 35px;
	_position: relative; /* hax for IE 6 */
	_left: 0px; /* hax for IE 6 */
	_top: 17px; /* hax for IE 6 */
}

.fixbody {
	position: relative;
	left: -90px;
	top: 0px;
	font-size: 12px;
	_left: 10px;  /* hax for IE 6 */
}	

.entry-body a {
	color: #6ca043;
}

.entry-body a:hover {
	color: #c8de78;
}

.copyright {
	font-size: 10px;
	color: #FFF;
}

#cookiebanner {
	position: relative;
	left: -20px;
	_left: -15px;  /* hax for IE 6 */
}

.linkfooter {
}

a:link.linkfooter {
	color:  #FFF;
	text-decoration: underline;
	font-weight: bold;

}

a:visited.linkfooter {
	color:  #FFF;
	font-weight: bold;
}

a:hover.linkfooter, a:active.linkfooter {
	color:  #e88c1f;
	text-decoration: none;
	font-weight: bold;
}

.imgcaption {
	font-family:  Arial, "Trebuchet MS", sans-serif;
	font-size: 10px;
	color: #cb7c1e;
	padding-top: -10px;
}

.module-header {
	font-size: 10px;
}

.clear {
	clear: both;
}

.entry-body {
	font-size: 12px;
}

.gladdos {
	font-family: Courier, "Courier New", monospace;
	font-size: 12px;
	color: #ff9900;
	background-color: #000;
}

.trackbacks-header {
	color: #428408;
}

.imgfloatleft {
	float: left;
	padding-right: 5px;
}


