/*
	Image2Markup.com - Professional PSD Slicing
	info@image2markup.com
*/

/* -- Default "_RESET_" Rules -- */

* {margin: 0px; padding: 0px;}

body { color: #000;	text-align: center;	font-family: arial, sans-serif;	font-size: 11px; background: #897e5e;	}

a { color: #000; text-decoration: underline; outline: none; }
a img { text-decoration: none; border: none; cursor: pointer; }

img { margin: 0px; }

h1, h2 { margin: 5px 0; padding: 0px; font-family: arial, sans-serif; font-size: 14px; font-weight: bold; }

p { margin: 5px 0 5px 0; padding: 5px 0 5px 0; }

li { margin-left: 15px; }

table { border-collapse: collapse; border-spacing: 0; }

/* -- Standard Helpers -- */

.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }
.clear { display: block; }

.fl { float: left; }
.fr { float: right; }
.fn { float: none; }

.fw { width: 100%; }

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

/* -- Your Site Starts Here -- */

.wrapper { width: 883px; text-align: left; margin: auto; }

.logo {
	background: url(images/logo.png) top left no-repeat; 
	margin: auto;
	height: 103px;
	margin: 36px 0 0 314px;
	position: absolute;
	width: 234px;
}
	.logo a { display: block; height: 103px; width: 234px; }

/* header */
.header {
	background: #897e5e url(images/header.jpg) bottom left no-repeat;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 25px 22px 26px; 
}
	.header .h_text {
		border: 1px solid #d2d2d2;
		font-size: 11px;
		padding: 3px 4px;
		width: 113px;
	}
	.header .h_submit {
		background: #d9d8a7;
		border: 1px solid #d2d2d2;
		color: #fff;
		font-size: 11px;
		font-weight: bold;
		padding: 2px 3px;
	}
	.header .fr { height: 37px; }

.center {
	background: url(images/center.jpg) top left repeat-y; 
}

/* navigation */
.navigation {
	height: 28px;
	padding: 55px 22px 3px 59px;
}
	.navigation li {
		background: url(images/navigation_splitter.gif) center right no-repeat; 
		float: left;
		font: normal normal 14px/100% "Times new roman",serif;
		height: 28px;
		line-height: 28px;
		list-style-type: none;
		margin: 0;
		padding: 0 4px;
	}
		.navigation li.last { background: none;  }
		.navigation li a {
			color: #000;
			padding: 4px 5px;
			text-decoration: none;
		}
		.navigation li a.active, .navigation li a:hover { border: 1px solid #000; padding: 3px 4px; }

/* green line, inner page */
.green_line {
	background: url(images/green_line.gif) top left repeat-y; 
	height: 23px;
	margin: 0px 22px 0px;
}

.content {
	background: url(images/content.jpg) 40px top repeat-y; 
	padding: 20px 59px 0 59px;
}

/* WP DEFAULT */
.narrowcolumn {
	float: left;
	padding: 0 0 20px 15px;
	margin: 0px 0 0;
	width: 510px;
}
	.narrowcolumn input[type=text] {
		margin-right: 4px;
		padding: 2px 5px;
	}
	.narrowcolumn textarea {
		font-family: arial;
		font-size: 12px;
		padding: 5px;
		width: 500px;
	}
	
#sidebar {
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 210px;
}
	#sidebar li { list-style-type: none; padding: 0 0 10px; }


/* footer */
.footer {
	background: #897e5e url(images/footer.jpg) top left no-repeat;
	padding-top: 45px; 
}
	.footer .links_top {
		padding: 4px 0 10px;
		text-align: center;
	}
		.footer .links_top a {
			color: #000;
			font-size: 12px;
			text-decoration: none;
		}
		.footer .links_top span {
			font-size: 22px;
			padding: 0 2px;
		}
	.footer .tc {
		font-size: 10px;
		padding-bottom: 6px;
	}
	.hmm {
		background: #897e5e url(images/footer_home.jpg) top left no-repeat; 
	}
	


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.hidden {
	display: none;
	}
/* End Various Tags & Classes*/




