/*
COLORS

orange: #FB7600
red: #CC0001

light gray: #BCBCBC
med gray: #787878
dk gray: #444444

green: #849F1C

*/


body {
	margin: 0px;
	/* background: url(images/bg01.jpg) repeat-x left top; */
	background: url(images/backgrounds_1920x1440/bg24.png);
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444; /* gray */
}

h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #444444; /* gray */
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}




a:link /* unvisited link */
	{
		text-decoration: none;
		border-bottom: 1px dotted #CC0001; /* red */
		color: #849F1C; /* green */
	}



a:visited /* visited link */
	{
		text-decoration: none;
		border-bottom: 1px dotted #CC0001; /* red */
		color: #849F1C; /* green */
	}
	
	

a:hover /* mouse over link */
	{
		background: none;
		border-bottom: none;
		color: #444444; /* gray */
	}
	


a:active /* selected link */
	{
		background: none;
	}
	
	

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: url(images/img04.jpg) no-repeat left top;
}

#wrapper .btm {
	/* background: url(images/img05.gif) no-repeat left bottom; */
}

/* Header */

#header {
	width: 900px;
	height: 105px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-y left top;
	text-decoration: none;
}

/* Logo */

#logo {
	float: left;
	width: 640px;
	color: #000000;
	text-decoration: none;
}


#logo a img {
	text-decoration: none;
}


#logo h1, #logo p {
	text-decoration: none;
}

#logo h1 {
	float: left;
	padding: 30px 0 0 20px;
	margin-right: 10px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.8em;
	text-decoration: none;
}

#logo h1 a:link /* unvisited link */
	{
		color: #849F1C; /* green */
		text-decoration: none;
	}

#logo p {
	float: left;
	margin: 44px 0 0 0;
	padding: 3px 10px 3px 0px;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: none;
} 

#logo a:link /* unvisited link */
	{
		border: none;
		background: none;
		text-decoration: none;
		color: #000000;
	}

/* Search */

#search {
	float: right;
	width: 230px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 70px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 900px;
	height: 44px;
	background: url(images/img03.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 13px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}





#menu a:link /* unvisited link */
	{
		display: block;
		margin-right: 3px;
		padding: 5px 20px 7px 20px;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		color: #FFFFFF;
		border: none;
	}
	
	
	

#menu a:visited /* visited link */
	{
		display: block;
		margin-right: 3px;
		padding: 5px 20px 7px 20px;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		color: #FFFFFF;
		border: none;
	}


#menu a:hover /* mouse over link */
	{
		display: block;
		margin-right: 3px;
		padding: 5px 20px 7px 20px;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		color: #FFFFFF;
		border: none;
		
		background: #849F1C; /* green */
	}
	
	
#menu a:active /* selected link */
	{
		display: block;
		margin-right: 3px;
		padding: 5px 20px 7px 20px;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		color: #FFFFFF;
		border: none;
		
		background: #849F1C; /* green */
	}	
	
	
	
	

	
#menu .current_page_item
	{
		background: #849F1C; /* green */
	}



	
	

#menu .first {
	margin-right: 3px;
	background: #849F1C; /* green */
}




/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	background-color: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 610px;
	padding: 20px 20px 0 0;
}

.post {
	margin-left: 20px;
	padding-bottom: 30px;
}

.post .title {
	padding-left: 10px;
	border-left: 4px solid #849F1C; /* green */
	color: #000000;
}

.post .title a {
	background: none;
	color: #444444; /* gray */
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}



.post .meta {
	background: #E0E0E0;
	border-left: 4px double #849F1C; /* green */
	border-right: 4px double #849F1C; /* green */
	padding: 3px 10px 3px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}



hr {
	background: #E0E0E0;
	border-left: 4px double #849F1C; /* green */
	border-right: 4px double #849F1C; /* green */
	padding: 3px 10px 3px 10px;
	clear: both;
	border-top: none;
}



.post .meta .comments,.post .meta .permalink {
}

.post .entry {
	padding: 10px 20px 20px 20px;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding: 25px 10px 0 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #BCBCBC; /* light gray */
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	color: #BCBCBC; /* light gray */
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #849F1C; /* green */
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}


#sidebar img {
	margin: auto;
	display: inline;
	margin-left: 25%;
}


#sidebar a {
	color: #000000;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878; /* med gray */
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #444444;/* gray */
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: none;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}



.co_name {
 	font-weight: bold;
	color: #849F1C; /* green */
	}
	


.contain_pieces, #contain_pieces
	{
		width: 100%;
		height: auto;
	}
	
	
	

.piece, #piece
	{
		width: 48%;
		height: auto;
		float: left;
		display: inline;
		padding: 5px;
	}
	
	
	
.txt, #txt
	{
		width: 100%
		height: auto;
		line-height: 20px;
	}
	
	
.thumbnail, #thumbnail
	{
		width: auto;
		height: auto;
		margin-top: 10px;
	}
