body {
    font:100%/1.2 arial, helvetica, sans-serif;
    margin:0;
    padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:1.25em;
	color:#443322;
    background:#B6A990 url(/images/body-bg.png) repeat-x 0 0;
	padding-bottom:10px;
	font-style:normal;
}
.markdown {
	color:#FF0033;
	text-decoration:line-through;
	}
ul {
    margin:0;
    padding:0;
    list-style: none;
}
#contents_wp{
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:20px 0px 20px 0px;
}
#verse {
	text-align:center;
	}
#submit {
	cursor:pointer;
	}
.contents_wp{
	padding:20px;
	margin-left:-40px;
}
.btnmain {
	cursor:pointer;
	}
.btnbbcode {
	cursor:pointer;
	}
.btnlite {
	cursor:pointer;
	}
.btnfile {
	cursor:pointer;
	}			
#wrapper {
    width:1225px;
    margin:0 auto;
}
#wrapper-noah {
    width:1225px;
    margin:0 auto;
}
#align-center {
	text-align:center;
	}
.align-center {
	text-align:center;
	}
#align-right {
	text-align:right;
	}	
.align-right {
	text-align:right;
	}
#youtube {
	text-align:center;
}
.youtube {
	text-align:center;
	}
.video{
	float:right;
	width:440;
	height:340;
	text-align:center;
	padding:0px;
	margin:0px 0px 16px 16px;
}
#logo {/*these styles are for image replacement text and logo anchor*/
    position:relative;
    width:712px;
    height:180px;/*230px with top padding (224px actual image height)*/
    margin:0 auto;
    padding:50px 0 0;
    font:italic bold 50px/30px sans-serif;
    color:#444;
    text-align:center;
    }
#logo em {
    font-size:18px;
    padding-left:180px;
    color:#884214;
    }
#logo span, #logo b, #logo a {
    position:absolute;
    left:0; top:0;
    width:712px;
    height:224px;
    background: url(/images/Show-Cattle-for-Sale.png) no-repeat 0 0;/*for the "b" element*/
    }
#logo span {/*repeat body BG image here to hide replacement text*/
    background: url(/images/body-bg.png) repeat-x 0 0;
    }
#logo a {background:none}/*remove the BG image from the anchor*/
	
#inner { /*wrap the floated columns in their own container*/
    width:1225px;
    margin:0 auto 20px;
}
#inner:after {/*clearfix adaption for float containment*/
    clear:both;
    content:"";
    display:block;
    height:0;
    font-size:0;
}
#content-wrap {
    width:750px;
    float:left;
	padding-left:19px;
    padding-bottom:19px;/*1/2 of cap BG image height*/
    background: url(/images/content-cap.png) no-repeat 19px 100%;
}
#content-top {
    height:19px;/*1/2 of BG image height*/
    font-size:0;
    background: url(/images/content-cap.png) no-repeat 0 0;
}
#content-main {
    width:710px;/*750px with padding*/
    padding:0 20px;
    overflow:hidden;/*establish margin clearance*/
    background: url(/images/content-bg.png) repeat-y;
}
#content-main a {
	font-weight:bold;
	}
#ad-wrap {
    width:225px;
    float:right;
	text-align:center;
}
#ad-main {
    width:225px;/*750px with padding*/
    padding:0 0px;
	text-align:center;
	float:right;
}
#ad-sub {
	height:120px;
	width:225px;
	text-align:center;
}
.ad-sub {
	height:120px;
	width:225px;
}
#menu-main {
    width:230px;
    float:left;
    background: url(/images/nav-cap.png) no-repeat 0 100%;
    padding-bottom:19px;/*1/2 of BG image height*/
}
#menu-top {/*sandbag for #nav top cap*/
    height:19px;/*1/2 of BG image height*/
    font-size:0;
    background: url(/images/nav-cap.png) no-repeat 0 0;
}
.headline{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#881414;
	font-size:20px;
	padding:0px 0px 24px 0px;
	margin:8px 0px 24px 0px;
	line-height:1.0em;
	border-bottom:1px solid #443322;
}
.center {
	text-align:center
	}
div.form {
	margin-left: 2em
	}
.form_submit {
	cursor:pointer;
	}
#search {
	float:right;
	}
/* Begin Nav Styles */
#nav-main {
    float:left;
    width:230px;
    background:#F1EFDF url(/images/nav-bg.png) repeat-y;
}
#nav-main li {/* all list items (reset as needed on sub-li)*/
    position:relative;
    float:left;/*kill IE whitespace bug*/
    width:230px;
    color:#AA4414;
    font:bold 20px/1.5 "Times New Roman", Times, serif;
    text-transform: uppercase;
    background: url(/images/nav-over.png) no-repeat 15px 100%;/*preload a:hover BG image*/
}
#nav-main li.separator { /*since this is just for the border we can use this to preload li.subdot:hover image*/
    width:190px;
    margin:14px 20px;
    display:inline; /*IE6*/
    font-size:0;
    background:none;
    border-bottom:1px solid #AA4414;
    background: url(/images/nav1-over.png) -999px 0 no-repeat; /*preload li.subdot:hover image and hide it*/
}
#nav-main li a {
    width:185px;
    display:block;
    color: #675C4A;
    text-decoration:none;
    padding:0 0 0 45px;
    background: url(/images/nav.png) no-repeat 15px 100%;
}
#nav-main li a:hover {
    color:#884214;
    text-decoration:underline;
    background: url(/images/nav-over.png) no-repeat 15px 100%;
}

#nav-main .subdot {background: url(/images/nav1.png) 15px 100% no-repeat;}
#nav-main .subdot:hover {background: url(/images/nav1-over.png) 15px 100% no-repeat;}

    #nav-main .subdot:hover a {/*keep parent link underlined on li:hover*/
        color: #884214;
        text-decoration:underline;
    }
    #nav-main .subdot:hover li a {/*reset child links back to normal "a" rules*/
        color: #675C4A;
        text-decoration:none;
    }
    #nav-main .subdot:hover li a:hover {/*reset child links back to normal "a:hover" rules*/
        color: #884214;
        text-decoration:underline;
    }
#nav-main .subdot a,
#nav-main .subdot a:hover {background:none}

#nav-main .subdot li a {background: url(/images/nav.png) no-repeat 15px 100%;} /*reset for li li a*/
#nav-main .subdot li a:hover {background: url(/images/nav-over.png) no-repeat 15px 100%;} /*reset for li li a*/

/* Flyout Sub-list Styles */
#nav-main div {
    position:absolute;
    z-index:2;/*keep it above the RPd' LIs' that are below the active sublist*/
    top:0; 
    left:0;
    width:300px;
    margin-left:-999em;
    padding-bottom:21px;/*1/2 of BG image height*/
    background:#F1EFDF url(/images/sub-cap.png) no-repeat 0 100%;
}
#nav-main div span {/*sandbag for sub-ul top cap*/
    display:block;
    height:21px;/*1/2 of BG image height*/
    overflow:hidden;
    background:#F1EFDF url(/images/sub-cap.png) no-repeat 0 0;
}
#nav-main div ul {
    float:left;
    width:300px;
    background:#F1EFDF url(/images/sub-bg.png) repeat-y;
}
#nav-main div li {width:300px;}
#nav-main div li a {width:255px;}/*this accounts for 45px left padding on all li>a*/

#nav-main li:hover div,
#nav-main li.sfhover div {/*hide any second level sub uls' on "li:hover"*/
    margin-left: -999em; /*hide the sublist*/
}
#nav-main li:hover div,
#nav-main li.sfhover div {
    margin-left:195px;/*230px (reveal the sublist on li:hover)*/
}
#nav-main div li li {background:none;} /* remove preloaded a;hover image from div>li>li*/
#nav-main div li li a {
    font-size:15px;
    line-height:1.6;
    background:none!important;
}

/*=== Mail List Styles ===*/
#nav-main #maillist {
    width:190px;
    margin:25px 0 0 20px;
    display:inline;/*IE6 (float is set on #nav li)*/
    padding-bottom:12px;/*1/2 of BG image height*/
    color:#000;
    font-weight:normal;
    background:#CCC url(/images/mail-cap.png) no-repeat 0 100%;
}
    #maillist span {/*sandbag for #mail-list top cap*/
        display:block;
        height:12px;/*1/2 of BG image height*/
        overflow:hidden;
        background:#CCC url(/images/mail-cap.png) no-repeat 0 0;
    }
    #nav-main #email { /*this ID is set on the form to hook the repeating BG image to*/
        margin:0;
        padding:0 10px;
        text-align:center;
        font:normal 13px/15px sans, sans-serif;
        background:#CCC url(/images/mail-bg.png) repeat-y;
    }
    #nav-main #email div { /*reset styles from the "#nav div" cascade*/
        position:static;
        width:auto;
        margin:0;
        padding:0;
        background:none;
    }
    #mail-text {margin-top:6px; cursor:text;}
    #mail-submit {margin-top:12px; cursor:pointer;}
    
    input,textarea{
        color:#000;
        padding:4px 2px;
        background:#FFF;
        border:2px solid #884214;
    }

/*=== Begin Footer Styles ===*/    
#footer-wrap {
    width:1225px;
    padding-bottom:19px;/*1/2 of cap BG image height*/
    background: url(/images/footer-cap2.png) no-repeat 0 100%;
}
#footer-wrap-noah {
    width:1225px;
    padding-bottom:19px;/*1/2 of cap BG image height*/
    background: url(/images/footer-cap2.png) no-repeat 0 100%;
	position:relative;
}
#footer-top {
    height:19px;/*1/2 of BG image height*/
    font-size:0;
    background: url(/images/footer-cap2.png) no-repeat 0 0;
}
#footer {
    width:1185px;/*750px with padding*/
    padding:0 20px;
    background: url(/images/footer-bg2.png) repeat-y;
    text-align:center;
	list-style:none;
	font-size:13px;
	line-height:2em;
}    

/*############ Forum stuff #############*/

/* layout */
div#container{
	width:100%;
	background-color:#F1EFDF;
	margin:0 auto;
}
div#content {
	margin:0px 0px;
	font-size:0.8em;
}
div#footer p {
	font-size:0.8em;
	text-align:center;
}
/* links */
a, a:visited {
	color:#80401D;
	text-decoration:none;
}
a:hover {
	color:#486997;
	text-decoration:underline;
}
h1 a,
h1 a:link,
h1 a:visited,
h1 a:active 
{
	color:#675C4A !important;
	text-decoration:none;
	text-align:center;
	line-height:1.5em;
	list-style:none;
}
h1 a:hover
{
	color:#8b4021 !important;
	text-decoration:underline;
	text-align:center;
	line-height:1.5em;
}
p.searchbar a {
	text-decoration:underline;
}
a.titles {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	text-decoration:none;
}
.cat a,
.cat a:link,
.cat a:visited,
.cat a:active {
	color:#ffffff;
}
a.forumlink {
	color:#B6A990;
	font-weight:bold;
	font-size:1.2em;
}
a.topictitle {
	color:#B6A990;
	margin: 1px 0;
	font-size:1.1em;
	font-weight:bold;
}
a.topictitle:visited {
	color:#4B6DA0;
	font-weight:normal;
	text-decoration:none;
}
p.breadcrumbs a {
	color:#486997;
}
h4 a {
	text-decoration:none;
}
th a,
th a:visited {
	color:#ffffff;
	text-decoration:underline;
}
th a:hover {
	text-decoration:underline;
}
.postreported, 
.postreported a:visited, 
.postreported a:hover, 
.postreported a:link, 
.postreported a:active {
	margin:0;
	color:#B80201;
	font-weight:bold;
}
.postapprove, 
.postapprove a:visited, 
.postapprove a:hover, 
.postapprove a:link, 
.postapprove a:active {
	color:#009900;
	font-weight:bold;
}


/* paragraphs */
p {
	margin:6px 0 10px 0;
}
p.moderators {
	margin:0;
	float:left;
	color:#000000;
	font-weight:bold;
}
p.linkmcp {
	margin:0;
	padding:0;
	float:right;
	color:#486997;
}
p.breadcrumbs {
	margin:0;
	float:left;
	color:#000000;
	font-weight:bold;
	padding:5px;
}
p.datetime {
	margin:0;
	float:right;
	padding:5px;
	font-size:1.0em;
}
p.searchbar {
	padding:2px 0;
	color:#486997;
	font-size:0.9em;
} 
p.searchbarreg {
	margin:0;
	float:right;
}
.rtl p.searchbarreg,
.rtl p.datetime,
.rtl p.linkmcp {
	float:left;
}
.rtl p.breadcrumbs,
.rtl p.moderators {
	float:right;
}
p.forumdesc {
	padding:0px;
	margin:0;
}
p.topicauthor {
	margin:1px 0;
}
p.topicdetails {
	margin:1px 0;
}
ol {
	margin:4px 0 4px 27px;
}
code {	
	font-family:"Courier New", Courier, monospace;
	margin:10px;
	padding:10px;
	border:1px solid #CCCCCC;
	background-color:#E2E2E2;
	display:block;	
}
pre {
	font-size:1.1em;
	font-family:"Courier New", Courier, monospace;
}
hr {
	height:1px;
	border-width:0px;
	background-color:#D1D7DC;
	color:#D1D7DC;
}


/* date and find bars */
div#datebar {
	margin:0;
}
div#findbar {
	width:100%;
	margin:0;
	padding:0;
	border:none;
}


/* forum rules */
div.forumrules {
	background-color:#B6A990;
	border:3px solid #223249;
	padding:7px;
	font-size:1.1em;
	color:#cccccc;
}
div.forumrules h3 {
	color:#ffffff;
	margin:0;
	padding:0;
	font-weight:normal;
	text-decoration:underline;
}


/* posts */
.postauthor {
	color:#000000;
}
.postdetails {
	color:#000000;
}
.postbody {
	font-size:1.1em;
	line-height:1.6em;
}
.posthilit {
	background-color:#FFFF00;
}
.nav {
	margin:0;
	font-weight:bold;
}
.pagination {
	padding:4px;
	color:#000000;
	font-weight:bold;
}


/* tables */
th {
	color:#ffffff;
	font-weight:bold;
	background-color:#B6A990;
	padding:7px 5px;
}
td {
	padding:2px;
}
td.profile {
	padding:4px;
	text-align:center;
}
table.tablebg {
	background-color:#fff;
}
td.catdiv,
td.cat {
	height:28px;
	margin:0;
	padding:0;
	color:#ffffff;
	border:none;
	background-color: #80401D;
}
td.cat {
	text-indent:5px;
}
.row1,
.row2,
.row3 {
	background-color:#dddddd;
	padding:4px;
}
.row2 {
	background-color:#cccccc;
}
.row3  {
	background-color:#999999;
	color:#ffffff;
}
table *.spacer {
	background-color:#dddddd;
}
table.legend {
	text-align:center;
	margin:0 auto;
}


/* bbcode */
.quotetitle, .attachtitle, .codetitle {
	margin:10px 5px 0 5px;
	padding:4px;
	color:#ffffff;
	background-color:#B6A990;
	font-size:0.85em;
	font-weight:bold;
}
.quotecontent, .attachcontent, .codecontent {
	margin:0 5px 10px 5px;
	padding:5px;
	border:1px solid #B6A990;
	font-weight:normal;
	line-height:1.5em;
	background-color:#ffffff;
}
.attachcontent {
	font-size:0.85em;
}
.codecontent {
	color:#333333;
	font-family:"Courier New", Courier, monospace;
}
.syntaxbg {
	color:#FFFFFF;
}
.syntaxcomment {
	color:#FF8000;
}
.syntaxdefault {
	color:#0000BB;
}
.syntaxhtml {
	color:#000000;
}

.syntaxkeyword {
	color:#007700;
}
.syntaxstring {
	color:#DD0000;
}


/* PM message colours */
.pm_marked_colour {
	background-color:#000000;
}
.pm_replied_colour {
	background-color:#A9B8C2;
}
.pm_friend_colour {
	background-color:#007700;
}
.pm_foe_colour {
	background-color:#DD0000;
}


/* images */
img {
	border:none;
}
.postapprove img, 
.postreported img {
	vertical-align:bottom;
	margin-right:5px;
}


/* misc */
.sep {
	color:#000000;
	background-color:#FFA34F;
}
table.colortable td {
	padding:0 !important;
}


/* generic classes */
.nowrap {
	white-space:nowrap;
}
.username-coloured {
	font-weight:bold;
}
.bold {
	font-weight:bold;
}
.clear { 
	clear:both; 
}
.gen {
	margin:1px;
	font-size:1.2em;
}
.genmed {
	margin:1px;
	font-size:1.1em;
}
.gensmall {
	margin:1px;
	font-size:0.85em;
}
.copyright {
	color:#333333;
}
.error {
	color:#B80201;
}
