/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background: #E3ECE5 url(images/body.gif);
	font-size: 10px;
	margin: 0;
	padding: 0 10px;
}

/* Misc stuff */
img {
	border: none;
}

/* Header and logo */
#maintable {
    margin: 0 auto;
}

#mainrow {
    border-left: solid 1px #518357;
    border-right: solid 1px #518357;
    border-bottom: solid 1px #518357;
    background: #fff url(images/borders.gif);
    padding: 0 2px 2px;
}
#mainrow>div, #logorow, .navrow, #contentrow {
    margin-left: 0;
    margin-right: 0;
    border-left: solid 1px #518357;
    border-right: solid 1px #518357;
}
#mainrow>div#contentrow, #contentrow {
	border-bottom: solid 1px #518357;
}

#logorow { 
    background: #1B281F url(images/logo_bg.gif) top left repeat-x; 
}
#logo1 { 
    background: url(images/logo_left.jpg) top left no-repeat; 
    padding: 0; 
    min-height: 71px;
    max-height: 71px;
    height: 71px;
    overflow: hidden;
    text-align: center;
}
#logo2 { 
    background: url(images/logo_right.jpg) top right no-repeat; 
    padding: 0; 
    min-height: 71px;
}
#logo-text {
    padding-top: 2px; /* adjust this to center your logo */
}

#contentrow { background: #EEF4EF url(images/content.gif); padding: 4px 7px; }

/* Navigation buttons */
.navrow {
	height: 40px;
	overflow: hidden;
	color: #A5CCAF;
	background: #fff url(images/navbar.gif) top left repeat-x;
	border-top: solid 1px #518357;
	border-bottom: solid 1px #518357;
	text-align: center;
	font-size: 11px;
	padding: 4px;
}
/* * html .navrow { padding: 0; } */
.navrow b, .navrow strong { font-weight: normal; }
.navrow a, .navrow a:visited {
	color: #E8EFE9;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
.navrow a:hover { 
	color: #fff; 
	text-decoration: underline; 
}

a.link-new, a.link-new:visited { color: #E37203; }
a.link-new:hover, a.link-new:visited:hover { color: #D28D47; }

/* Content and tables */
.tablebg {
	border: solid 1px #518357; 
    background: #fff url(images/table.gif);
}
.block-start .tablebg, .block-start .tablebg .block-start .tablebg { 
    border-top-width: 0; 
}
.block-start .tablebg .tablebg { 
    border-top-width: 1px; 
}

.row1, .row2, .row3, .legend, .forumrules, tr.row1 .row, tr.row2 .row, tr.row3 .row, .postbottom {
	background: #DBE6DE url(images/cell.gif) top left repeat-x;
	border-left: solid 1px #7AA07E;
	border-top: solid 1px #5F8C64;
	border-bottom: solid 1px #518357;
	border-right: solid 1px #6C9772;
	padding: 4px;
}
th {
	color: #E7EFE9; 
	font-size: 11px; 
	font-weight: bold;
	background: #628A68 url(images/th.gif) top left repeat-x;
	border: solid 1px #365E3C;
	white-space: nowrap;
	padding: 0 5px;
	text-align: center;
	height: 20px;
}
th a, th a:visited {
	color: #E7EFE9 !important;
	text-decoration: underline;
}
th a:hover {
	color: #fff;
	text-decoration: underline;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}
.catdiv, .cat, .cathead {
	height: 24px;
	padding: 0 3px;
	background: #E6EDE7 url(images/cathead.gif) top left repeat-x;
	border-left: solid 1px #7AA07E;
	border-top: solid 1px #5F8C64;
	border-bottom: solid 1px #518357;
	border-right: solid 1px #6C9772;
}

.cat, .cathead {
	text-indent: 4px;
}

/* Table header */
caption, .cap-div { 
	margin: 0; 
	padding: 0;
	background: url(images/hdr_mid.gif) top left repeat-x;
	white-space: nowrap;
	height: 21px;
	text-align: left;
}
.cap-left {
	background: url(images/hdr_left.gif) top left no-repeat;
	padding-left: 17px;
}
.cap-right {
	background: url(images/hdr_right.gif) top right no-repeat;
	padding-right: 17px;
	padding-top: 5px;
	height: 16px;
}
caption, caption h1, caption h2, caption h3, caption h4, caption span,
.cap-div, .cap-div h1, .cap-div h2, .cap-div h3, .cap-div h4, .cap-div span { 
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F2F7F3;
}
caption h1, caption h2, caption h3, caption h4, caption span,
.cap-div h1, .cap-div h2, .cap-div h3, .cap-div h4, .cap-div span { 
	display: inline;
}
caption a, caption a:visited, .cap-div a, .cap-div a:visited {
	color: #F2F7F3;
	text-decoration: underline;
}
caption a:hover, .cap-div a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Footer */
#wrapfooter {
	text-align: center;
	color: #8a8a8a;
	padding-top: 10px;
}

.copyright {
	color: #666;
	font-weight: normal;
	font-size: 9px;
	line-height: 1.2em;
}
.copyright a, .copyright a:visited {
	color: #666;
	text-decoration: none;
}
.copyright a:hover { 
    color: #386F3F; 
	text-decoration: underline;
}


/* Breadcrumbs */
p.breadcrumbs {
	margin: 0;
	padding: 0;
	float: left;
	color: #5A775E;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

