@charset "utf-8";
/* CSS Document */

body  {
	font-size: 12px;
	font-family: Tahoma, Verdana, sans-serif;
	color: #684714;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #FEFEFE url(/images/background/bg.jpg) top left repeat-x;
}
.thrColAbsHdr #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E7F1B4;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColAbsHdr #header { 
	height: 436px;
	background: url(/images/background/header.jpg) top center no-repeat;
	margin: 0 auto;
	width: 942px;
} 
.thrColAbsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#headerimg {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 370px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#headerimg .logo {
	float: left;
	padding-left: 60px;
}

#headerimg .search {
	float: right;
	padding-right: 50px;
	padding-top: 10px;
}

.thrColAbsHdr #menu {
	text-align: left;
	background: #E7F1B4;
	width: 920px;
	height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.thrColAbsHdr #menu .padding {
	padding-left: 15px;
}

.thrColAbsHdr #sidebar1 {
	top: 60px;
	left: 0;
	width: 480px; /* padding keeps the content of the div away from the edges */
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.thrColAbsHdr #sidebar1 h1 {
	color: #0D743C;
	font-family: Tahoma;
	font-size: 18px;
	padding: 0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: capitalize;
}

.thrColAbsHdr #sidebar1 .title {
	margin-left: 50px;
	width: 420px;
	padding-bottom: 2px;
}

.thrColAbsHdr #sidebar1 .author {
	margin-left: 50px;
	width: 420px;
	font-family: Tahoma;
	font-size: 12px;
	color: #0D743C;
	text-transform: capitalize;
	padding-bottom: 2px;
}

.thrColAbsHdr #sidebar1 .date {
	margin-left: 50px;
	width: 420px;
	font-family: Tahoma;
	font-size: 12px;
	color: #0D743C;
	text-transform: capitalize;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #30AE64; 
}
.thrColAbsHdr #sidebar2 {
	top: 60px;
	right: 0;
	width: 180px; /* padding keeps the content of the div away from the edges */
	float: right;
	margin-right: 15px;
	font-weight: bold;
	font-weight: bold;
	width: 400px;
	width: 180px;
}
.thrColAbsHdr #mainContent {
	width: 180px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 515px;
	margin-right: 200px;
	background-image: url(/images/background/column_bottom.jpg);
}
.thrColAbsHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #17A752;
} 
.thrColAbsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColAbsHdr #footer .domain {
	font-family: Tahoma;
	color: #FEFEFE;
	font-size: 12px;
	width: 200px;
}
.thrColAbsHdr #footer .footerlinks {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 12px;
	float: right;
	width: 300px;
	padding-top: 10px;
}
.thrColAbsHdr #container #footeradsense {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.thrColAbsHdr #container #topofpage {
	padding-left: 10px;
	color: #5F4314;
}

.topmenubox {
	background-image: url(/images/background/h2.jpg);
	width: 180px;
	font-family: Tahoma;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	line-height: 43px;
	font-weight: bold;
	letter-spacing: 1px;
}

.boxbg {
	background-image: url(/images/background/column_bottom.jpg);
	padding-bottom: 10px;
}

.middlemenubox {
	background-image: url(/images/background/column_bottom.jpg);
}

.middlemenuboxAdsense {
	background-image: url(/images/background/column_bottom.jpg);
	padding-left: 5px;
	padding-right: 5px;
}

.post-date {
	width: 42px;
	float: left;
	padding: 2px;
	margin: 2px 10px 10px 0;
	background: url(/images/icons/datebg.jpg) top center no-repeat;
	height: 48px;
}
.subhead {
	font-family: Tahoma;
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	height: 18px;
	background-image: url(/images/icons/menu_row.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 7px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
	line-height: 18px;
	margin-bottom: 5px;
}
.subhead-google {
	font-family: Tahoma;
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	margin-left: 7px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
	line-height: 18px;
	margin-bottom: 5px;
}

a.brown-mo:link {
	font-family: tahoma;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #5F4314;
	text-decoration: none;
	text-align: left;
}
a.brown-mo:active {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #5F4314;
	text-decoration: none;
	text-align: left;
}
a.brown-mo:visited {
	font-family: tahoma;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #5F4314;
	text-decoration: none;
	text-align: left;
}
a.brown-mo:hover {
	font-family: tahoma;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #5F4314;
	border-bottom: 1px dotted #5F4314;
	text-align: left;
}

a.green-mo:link {
	font-family: tahoma;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0D743C;
	text-decoration: underline;
	text-align: left;
}
a.green-mo:active {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #0D743C;
	text-decoration: none;
	text-align: left;
}
a.green-mo:visited {
	font-family: tahoma;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #0D743C;
	text-decoration: underline;
	text-align: left;
}
a.green-mo:hover {
	font-family: tahoma;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0D743C;
	text-decoration: none;
	text-align: left;
}

a.white-mo:link {
	font-family: tahoma;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}
a.white-mo:active {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}
a.white-mo:visited {
	font-family: tahoma;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}
a.white-mo:hover {
	font-family: tahoma;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	text-align: left;
}

a.print-mo:link {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #0D743C;
	text-decoration: none;
	letter-spacing: 1px;
}
a.print-mo:active {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #0D743C;
	text-decoration: none;
	text-align: left;
}
a.print-mo:visited {
	font-family: tahoma;
	font-size: 10px;
	color: #0D743C;
	text-decoration: none;
	text-align: left;
}
a.print-mo:hover {
	font-family: tahoma;
	font-size: 10px;
	color: #0D743C;
	border-bottom: 1px dotted #0D743C;
	text-align: left;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat {	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #684714;
	width: 45%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #684714;
	font-weight: bold;
}
.headerExtend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #684714;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #684714;
	font-weight: bold;
}

/*------------------------TABLE-------------------------*/
table.sortable{
	border:1px solid #369;
	font-family:Tahoma, Helvetica, sans-serif;
	border-collapse:collapse;
	}
.sortable th.descend{background: #E4EDFC 95% 50% url('/images/icons/caret_up.gif') no-repeat;}
.sortable th.ascend{background: #E4EDFC 95% 50% url('/images/icons/caret_down.gif') no-repeat;}
.sortable th{
	background-color: #E4EDFC;
	border-bottom: 3px solid #336699;
	border-right: 1px solid #336699;
	cursor:pointer;
	padding: 6px 15px 6px 6px;
	text-align:left;
	white-space: nowrap;
	}
.sortable td img{
	padding:0 4px 0 0;
	margin:0 0 -1px 0;
	}
.sortable td input,
.sortable td.in_cell{
	padding:0;
	margin:0;
	}
.sortable td{
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #222222;
	font-size:12px;
	margin:0;
	padding: 1px 6px 2px 7px;
	white-space: nowrap;
	text-align:left;
	vertical-align:top;
	}
.tagcloud {
	padding: 4px;
	width: 480px;
	border: 1px dashed #684714;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}