/*
Theme Name: YellowMX
Theme URI: http://www.atemplatefree.com
Description: 3 column, widget ready theme.  Adsense, food related, fixed width.
Version: 1.0
Author: S Dawkins
Author URI: http://www.ehozt.com
Tags: fixed width, three columns, valid XHTML, widgets
*/

/*--- Popup Variables ---*/


.dhtmlwindow{
position: absolute;
border: 2px solid #BABAA0;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #BABAA0;
color: white;
cursor: move;
overflow: hidden;
width: auto;
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid grey;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

/*--- UBBC Variables ---*/
.win2 {
	background: #F0F0EA;
}

.win3 {
	background: #F0F0EA;
}

#postbar img {
	margin: 1px;
}

#postbar a:hover img {
	margin    : 0;
	border    : 1px solid #000;
	background: #90A9C5;
}

/* begin Page */


body
{
	margin: 0 auto;
	padding: 0;
	background-color: #F0F0EA;
	background-image: url('images/Page-BgTexture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
}

.Main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}



.PageBackgroundGradient
{
	position: absolute;
	background-image: url('images/Page-BgGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width:100%;
	height: 900px;
	
}


.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 900px;
	min-width:67px;
	min-height:67px;
}

.Sheet-body
{
	position: relative;
	z-index:1;
	padding: 10px;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl, .Sheet-tc, .Sheet-bc,.Sheet-cr, .Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl
{
	width: 86px;
	height: 86px;
	background-image: url('images/Sheet-s.png');
}

.Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 43px, 43px, auto);
}

.Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 43px, 43px);
}

.Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(43px, 43px, auto, auto);
}

.Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(43px, auto, auto, 43px);
}

.Sheet-tc, .Sheet-bc
{
	left: 43px;
	right: 43px;
	height: 86px;
	background-image: url('images/Sheet-h.png');
}

.Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 43px, auto);
}

.Sheet-bc
{
	bottom: 0;
	clip: rect(43px, auto, auto, auto);
}

.Sheet-cr, .Sheet-cl
{
	top: 43px;
	bottom: 43px;
	width: 86px;
	background-image: url('images/Sheet-v.png');
}

.Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 43px);
}

.Sheet-cl
{
	left:0;
	clip: rect(auto, 43px, auto, auto);
}

.Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 43px;
	left: 43px;
	right: 43px;
	bottom: 43px;
	background-color: #EAEAE1;
}


.Sheet
{
	margin-top: 10px !important;
}

.PageBackgroundSimpleGradient, .PageBackgroundGradient, .PageBackgroundGlare
{
	min-width:860px;
}

/* end Box, Sheet */

/* begin Header */
div.Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 880px;
	height: 140px;
}

div.Header-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 880px;
	height: 150px;
	background-image: url('images/Header.png');
	background-repeat: no-repeat;
	background-position: left top;
}

div.Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 880px;
	height: 160px;
}
/* end Header */

/* begin Logo */
.logo
{
	display : block;
	position: absolute;
	left: 10px;
	top: 94px;
	width: 860px;
}

h1.logo-name
{
	display: block;
	text-align: center;
}

h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 32px;
	text-decoration: none;
	padding:0;
	margin:0;
	color: #FCF4DE !important;
}

.logo-text
{
	display: block;
	text-align: center;
}

.logo-text, .logo-text a
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding:0;
	margin:0;
	color: #0E0A01 !important;
}
/* end Logo */

/* begin Menu */
/* menu structure */

.menu a, .menu a:link, .menu a:visited, .menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.menu, .menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.menu li li
{
	float: none;
}

.menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.menu:after, .menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul
{
	min-height: 0;
}

.menu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}

/* menu structure */

.menu
{
	padding: 6px 6px 6px 6px;
}

.nav
{
	position: relative;
	margin: 10px;
	height: 40px;
	z-index: 100;
}

.nav .l, .nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 40px;
	background-image: url('images/nav.png');
}

.nav .l
{
	left: 0;
	right:0px;
}

.nav .r
{
	right: 0;
	width: 900px;
	clip: rect(auto, auto, auto, 900px);
}

/* end Menu */

/* begin MenuItem */
.menu ul li
{
	clear: both;
}

.menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 28px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}


.menu a .r, .menu a .l
{
	position:absolute;
	display: block;
	height: 87px;
	background-image: url('images/MenuItem.png');
}

.menu a .l
{
	left:0;
	right:4px;
}

.menu a .r
{
	width:408px;
	right:0;
	clip: rect(auto, auto, auto, 404px);
}

.menu a .t
{
	color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 19px;
	margin: 0 4px;
	line-height: 28px;
	text-align: center;
}

.menu a:hover .l, .menu a:hover .r
{
	top:-28px;
}

.menu li:hover>a .l, .menu li:hover>a .r
{
	top:-28px;
}

.menu li:hover a .l, .menu li:hover a .r
{
	top:-28px;
}
.menu a:hover .t
{
	color: #454545;
}

.menu li:hover a .t
{
	color: #454545;
}

.menu li:hover>a .t
{
	color: #454545;
}


.menu a.active .l, .menu a.active .r
{
	top: -56px;
}

.menu a.active .t
{
	color: #141414;
}


/* end MenuItem */

/* begin MenuSeparator */
.nav .separator
{
	display: block;
	width: 1px;
	height: 28px;

}

/* end MenuSeparator */


/* begin ContentLayout */
.contentLayout
{
	position: relative;
	margin-bottom: 10px;
	width: 880px;
}
/* end ContentLayout */

/* begin Box, Block */
.Block {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}
.Block-body {
	position: relative;
	z-index:1;
	padding: 0px;
}
.Block {
	margin: 7px;
}
/* end Box, Block */

/* begin BlockHeader */
.BlockHeader {
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 0px;
}
.BlockHeader .t {
	height: 30px;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 7px;
	line-height: 30px;
}
.BlockHeader .l, .BlockHeader .r {
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('images/BlockHeader.png');
}
.BlockHeader .l {
	left:0;
	right:6px;
}
.BlockHeader .r {
	width:894px;
	right:0;
	clip: rect(auto, auto, auto, 888px);
}
.header-tag-icon {
	display:inline-block;
	background-position:left top;
	background-image: url('images/BlockHeaderIcon.png');
	padding:0 0 0 23px;
	background-repeat: no-repeat;
	min-height: 16px;
	margin: 0 0 0 5px;
}
/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}
.BlockContent-body {
	position: relative;
	z-index:1;
	padding: 8px;
}
.BlockContent-tr, .BlockContent-tl, .BlockContent-br, .BlockContent-bl, .BlockContent-tc, .BlockContent-bc, .BlockContent-cr, .BlockContent-cl {
	position:absolute;
	z-index:-1;
}
.BlockContent-tr, .BlockContent-tl, .BlockContent-br, .BlockContent-bl {
	width: 14px;
	height: 14px;
	background-image: url('images/BlockContent-s.png');
}
.BlockContent-tl {
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}
.BlockContent-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}
.BlockContent-bl {
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}
.BlockContent-br {
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}
.BlockContent-tc, .BlockContent-bc {
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('images/BlockContent-h.png');
}
.BlockContent-tc {
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}
.BlockContent-bc {
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}
.BlockContent-cr, .BlockContent-cl {
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('images/BlockContent-v.png');
}
.BlockContent-cr {
	right:0;
	clip: rect(auto, auto, auto, 7px);
}
.BlockContent-cl {
	left:0;
	clip: rect(auto, 7px, auto, auto);
}
.BlockContent-cc {
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #DFDFD3;
}
.BlockContent-body {
	color:#5C5C42;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.BlockContent-body a:link {
	color: #8D530C;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.BlockContent-body a:visited, .BlockContent-body a.visited {
	color: #8D530C;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.BlockContent-body a:hover, .BlockContent-body a.hover {
	color: #595940;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.BlockContent-body ul {
	list-style-type: none;
	color: #5C5C42;
	margin:0;
	padding:0;
}
.BlockContent-body li {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}
.BlockContent-body ul li {
	padding:0px 0 0px 9px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
	border-bottom: dotted 1px #FF9900;
}
/* end Box, BlockContent */

/* begin Box, Post */
.Post {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:13px;
	min-height:13px;
}
.Post-body {
	position: relative;
	z-index:1;
	padding: 10px;
}
.Post-tr, .Post-tl, .Post-br, .Post-bl, .Post-tc, .Post-bc, .Post-cr, .Post-cl {
	position:absolute;
	z-index:-1;
}
.Post-tr, .Post-tl, .Post-br, .Post-bl {
	width: 12px;
	height: 12px;
	background-image: url('images/Post-s.png');
}
.Post-tl {
	top:0;
	left:0;
	clip: rect(auto, 6px, 6px, auto);
}
.Post-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 6px, 6px);
}
.Post-bl {
	bottom: 0;
	left: 0;
	clip: rect(6px, 6px, auto, auto);
}
.Post-br {
	bottom: 0;
	right: 0;
	clip: rect(6px, auto, auto, 6px);
}
.Post-tc, .Post-bc {
	left: 6px;
	right: 6px;
	height: 12px;
	background-image: url('images/Post-h.png');
}
.Post-tc {
	top: 0;
	clip: rect(auto, auto, 6px, auto);
}
.Post-bc {
	bottom: 0;
	clip: rect(6px, auto, auto, auto);
}
.Post-cr, .Post-cl {
	top: 6px;
	bottom: 6px;
	width: 12px;
	background-image: url('images/Post-v.png');
}
.Post-cr {
	right:0;
	clip: rect(auto, auto, auto, 6px);
}
.Post-cl {
	left:0;
	clip: rect(auto, 6px, auto, auto);
}
.Post-cc {
	position:absolute;
	z-index:-1;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	background-color: #F0F0EA;
}
.Post {
	margin: 15px;
}

/* Start images */
a img
{
	border: 0;
}

.article img, img.article
{
	margin: 1em;
}

.metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* Finish images */


/* end Box, Post */



/* begin PostContent */
/* Content Text Font & Color (Default) */
body {
	margin: 0 auto;
	padding: 0;
	background-color: #F0F0EA;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
	font-family: Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.PostContent {
	font-family: Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	text-indent: 0px;
	line-height: 125%;
	color: #333333;
}

/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #96580D;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #96580D;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #3E3E2D;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #5F5F45;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #5F5F45;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  text-align: left;
  color: #7C7C5A;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #7C7C5A;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  text-align: left;
  color: #6D6D4F;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  text-align: left;
  color: #6D6D4F;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  text-align: left;
  color: #6D6D4F;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #211803;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.Post li
{
	padding:2px 0 2px 20px;
	line-height:1.2em;
}

.Post ol li, .Post ul ol li
{
	background: none;
	padding-left:0;
}

.Post ul li, .Post ol ul li 
{
	background-image: url('images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:20px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote p
{
	color:#12120D;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-align: left;
}

blockquote
{
		border:solid 1px #CCCCB8; 
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 27px;
	background-color:#E3E3D9;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin PostMetadata */
.PostMetadataFooter
{
	padding:1px;
	background-color: #E3E3D9;
	border-color: #CCCCB8;
	border-style: dashed;
	border-width: 1px;
}
/* end PostMetadata */

/* begin PostIcons */
.PostFooterIcons
{
	padding:1px;
}

.PostFooterIcons, .PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	color: #4D4D38;
}

.PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover
{
	margin:0;
}

.PostFooterIcons a:link
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	color: #87650D;
}

.PostFooterIcons a:visited, .PostFooterIcons a.visited
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #87650D;
}

.PostFooterIcons a:hover, .PostFooterIcons a.hover
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #56563E;
}
/* end PostIcons */



/* begin Footer */
.Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 880px;
	margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 15px;
	text-align: center;
}

.Footer .Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 880px;
	height: 150px;
	bottom:0;
	left:0;
}


.rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 16px;
	width: 16px;
}




.Footer .Footer-text p
{
	margin: 0;
}

.Footer .Footer-text
{
	display:inline-block;
	color:#FFFFFF;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	letter-spacing: 1px;
}

.Footer .Footer-text a:link
{
	text-decoration: none;
	color: #FEFAF6;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.Footer .Footer-text a:visited
{
	text-decoration: none;
	color: #3B3B2B;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.Footer .Footer-text a:hover
{
	text-decoration: none;
	color: #2F1C04;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#BB8B11;
}

.page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#9A9A74;
}
/* end PageFooter */


.commentlist, .commentlist li
{
	background: none;
}

.commentlist li li
{
	margin-left:30px;
}

.commentlist li .avatar
{
	float: right;
	border: 1px solid #BABAA0;
	padding: 2px;
	margin:1px;
	background: #F0F0EA;
}

.commentlist li cite
{
	font-size:1.2em;
}

#commentform textarea
{
	width: 100%;
}


.navigation
{
	display: block;
	text-align: center;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter, .article .aligncenter img, .aligncenter img.article, .aligncenter img, img.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.alignright img, img.alignright
{
	margin: 1em;
	margin-right: 0;
}

.alignleft img, img.alignleft
{
	margin: 1em;
	margin-left: 0;
}


/* End */


.hidden
{
	display: none;
}



A.topsearch:link, A.topsearch:visited { /* advanced search link at top */
 text-decoration: none;
}
A.topsearch:active, A.topsearch:hover {
 text-decoration:none;
}
#toplinks { /* float here makes position absolute on next block disappear */
margin-left:450px;
font-size:80%;
text-transform:uppercase;
text-align:right;
color:#c90;
padding:2px 3px 3px 0;
}
A.helps:link, A.helps:visited { /* help, contact, recommend usually at top */
 font-size: 0.89em;
}
 A.helps:active, A.helps:hover {
 font-size: 0.89em;
}


/*--- Banner ---*/
.bannertable {
 display : block;
 position: absolute;
 right: 30px;
 top: 40px;
 font-size: 0.87em;
 text-align: center;
 line-height: 1.4em;
}
.bannertext {
}
.bannertexttitle {
}
A.bannerlink:link, A.bannerlink:visited,
A.bannerlink:active, A.bannerlink:hover {
}



/*--- Who's Online? ---*/
.whocat {
 font-size: 0.92em;
}
.cat ul.whocat {
 margin-left: 12px; /* Firefox */
}
.cat ul.whocat a {
 font-size: 1.1em;
}
.cat ul.whocat li {
 list-style-position: outside;
 text-indent: 0;
}
* html ul.whocat li {
 margin-left: 3px;
 padding-left: 3px;
}

A.whomenu:link, A.whomenu:visited, A.whomenu:active, A.whomenu:hover {
 font-weight: bold;
}

/*--- News ---*/
.newssubtitle { /* Notes under front article titles */
 font-size: 0.89em;
}
A.smallnewslink:link, A.smallnewslink:visited { /* Nickname author subtitle notes, more link long front page news */
 text-decoration: none;
}
A.smallnewslink:active, A.smallnewslink:hover {
 text-decoration:none;
}
.newsfootertable { /* bottom inset text tables (print, email, comments, ...) */
 background-color: #F0F0EA;
 border-color: #BABAA0;
 border-style: dashed;
 border-width: 1px;
 margin: 7px auto 0 auto;
 display: table;
 width: 99.5%;
 font-size: 0.87em;
 white-space: nowrap;
 padding: 2px 0;
}
.newsfootertable span {
 display: block;
 float: left;
 text-align: left;
/* display: table-cell; doesn't work in IE */
 width: 50%;
 margin: 0;
 padding: 0;
}
.newsfootertable span.newsfootertext { /* inset text bottoms front page news */
 display: block;
 float: right;
 text-align: right;
/* display: table-cell; doesn't work in IE */
 width: 49%;
}

A.newslink:link, A.newslink:visited, A.newslink:active, A.newslink:hover { /* links in news footers */
}

/* topics.pl only from here on: */
.fullnewstitle { /* article title news page */
 color: #000;
 font-weight: bold;
 font-size: 16px;
}
.newstextsmall { /* article subtitle notes news page */
 background-color: #F0F0EA;
 color: #000;
 font-size: 0.89em;
}
.newstextnormal { /* articles text news page */
 padding: 3px;
}
.newstexttitle { /* comments notes (title, number, post link) */
 color: #000;
 font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
 font-weight: normal;
}
.commenttitleback { /* Article comment title bar */
 background-color: #BABAA0;
 font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
 color: #000;
 font-weight: bold;
}
.commentsubtitleback {
 background-color: #BABAA0; /* Comment message subtitle */
 color: #000;
 font-size: 0.89em;
}
.commentbordercolor {
 background-color: #F0F0EA; /* these only show when making comment until HTML in topics.pl is fixed */
 color: #000;
}
.commentbackcolor {
 border: 3px double #BABAA0;
 background-color: #F0F0EA;
 color: #000;
}
A.commentlink:link, A.commentlink:visited,
A.commentlink:active, A.commentlink:hover {
 font-weight: bold;
}
.articlecatnormal { /* columns on topics page */
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 padding: 10px;
}
.articlecattitle { /* Title tops topics and category pages (also in user.pl) */
 color: #696969;
 font-weight: bold;
 font-size: 14px;
}

/*--- Poll ---*/
.pollquestion {
 margin-bottom: 5px;
}
.poll {
 text-align: center;
}
.poll .poll {
 text-align: left;
 font-size: 0.89em;
 padding-left: 17px;
 text-indent: -17px;
}
.votebutton { /* poll.pl */
 margin: 5px;
}
A.polllink:link, A.polllink:visited,
A.polllink:active, A.polllink:hover {
 font-size: 0.895em;
}

/*--- My Content ---*/
.mycontenttable { /* border around latest forum posts bottom of page (if turned on) */
 width: 98%;
 margin-left: auto; /* Firefox */
 margin-right: auto;
 margin-bottom: 10px;
}
.mycontenttext, .mycontenttexttitle {
}
A.mycontentlink:link, A.mycontentlink:visited,
A.mycontentlink:active, A.mycontentlink:hover {
 font-weight: bold;
}

/*--- Helps Nav ---*/
.helpsnavtable { /* small block at bottom (help, contact, stats, ...) */
 background-image: url(images/head.png);
 background-repeat: repeat-x;
 background-color: #333333;
 color: #000;
 font-family: Arial, Helvetica, sans-serif;
 border: 1px solid #BABAA0;
 margin: 10px 3px;
 padding: 3px 4px;
}
A.helpsnavlink:link, A.helpsnavlink:visited, A.helpsnavlink:active, A.helpsnavlink:hover { /* instantmessages.pl has this */
}

/*--- WebAPP Footer ---*/
.webapptext {
 font-size: 0.87em;
 text-align: center;
}
A.webapplink:link, A.webapplink:visited {
 text-decoration: none;
}
A.webapplink:active, A.webapplink:hover {
 text-decoration:none;
}

/*--- Forum ---*/
.forumtext { /* nav tree, site time and other text under index */
}
.forumtextbold {
 font-weight: bold;
}
.forumtitlebackcolor { /* table behind topics and messages indexes (makes grid) */
 border: 1px solid #BABAA0;
 background-color: #F0F0EA;
 color: #000;
}
.boardtitle { /* board and category title rows */
 background-image: url(images/headerbg.gif);
 background-repeat: repeat-x;
 background-color: #BABAA0;
 color: #000;
 font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
 font-weight: bold;
 padding: 3px;
}
.forumwindow1 {
 background-color: #BABAA0; /* stickies, link info, etc... */
 color: #000;
 font-weight: normal;
}
.forumwindow2 { /* (set link text separately) forum and board index category titles, messages, overview messages */
 border: 1px solid #BABAA0;
 background-color: #F0F0EA;
 color: #000;
 font-weight: normal;
}
.forumwindow3 { /* alternate messages, overview subtitles, alternate board index categories */
 border: 1px solid #BABAA0;
 background-color: #DFDFD3;
 color: #000;
 font-weight: normal;
}
A.forumlink:link, A.forumlink:visited,
A.forumlink:active, A.forumlink:hover { /* board titles */
 font-weight: bold;
}
A.forumnav:link, A.forumnav:visited, A.forumnav:active, A.forumnav:hover { /* navigation tree, mark as read */
}

/*--- Stats ---*/
.statstext {
 text-align: left;
}
.statstextbold {
 font-weight: bold;
 text-align: left;
}

/*--- IM ---*/
/* Grid background and each single message heading set in theme.pl variables */

.imtitle {
 background-image: url(/themes/refresh/images/headerbg.gif);
 background-repeat: repeat-x;
 background-color: #F0F0EA;
 color: #000;
}
.imselected { /* Highlight IM being read */
 background-color: #ffffe0;
 color: #000;
}
.imwindow1 { /* First, third, ..., message in list */
 background-color: #F0F0EA;
 color: #000;
}
.imwindow2 { /* Second, fourth, ..., message in list */
 background-color: #DFDFD3;
 color: #000;
}
A.newimlink:link, A.newimlink:visited,
A.newimlink:active, A.newimlink:hover {
 font-weight: bold;
}
A.oldimlink:link, A.oldimlink:visited, A.oldimlink:active, A.oldimlink:hover {
}

/*--- Text ---*/
.text {
 background-color: #F0F0EA;
 border: 0 solid #BABAA0;
 color: #000;
}
.textsmall {
 font-size: 0.85em;
 font-family: Arial, Helvetica, sans-serif;
}
.texttitle {
 color: #000; /* titles on pages various sections */
 font-weight: bold;
 font-size: 16px;
 padding-top: 0px;
 margin-top: 0px;
}
/* texttitle: palm article titles, about, caption in admin "Site Configuration", help, */
/* admin send newsletter, title on view article or comment from search, */
/* user welcome view profile, data_error, print_main (welcome) */

/*--- Form ---*/
form {
	padding:0 !important;
	margin:0 !important;
}
.formstextnormal {
 font-weight: bold; /* many forms */
 padding: 7px;
}

.formstext {
 /* text right of form field title post article, post comment, edit profile */
}
.formstexttitle {
 color: #000; /* edit profile titles */
 font-weight: bold;
 font-size: 16px;
}
.formstextsmall {
 font-size: 11px; /* edit profile (required fields note) */
}
/* begin Button */

.button {

}

/* end Button */

/*--- not in use, not implemented in any files in WebAPP ---*/
/* .articlecatempty, .time, .helpsnavtext, .helpsnavtexttitle */

/*--- Calendar (also still has settings in calendar.cfg) ---*/
.calhead {
 text-align: center;
}
.calbody {
}
.calhigh {
 background-color: #FFFFCC;
}
.calhigh a:link, .calhigh a:visited, .calhigh a:active, .calhigh a:hover {
 font-weight: bold;
}
.caltoday {
 font-weight: bold;
 color: #FF3300;
 font-size: 10px;
}

/*--- Custom ---*/
HR {
 color: #BABAA0;
 height: 1px;
 background-color: #BABAA0;
 border: 0;
}
.codepost { /* scroll boxes for posting code in forums or articles */
 margin: 5px 0;
 padding: 10px;
 text-align: left;
 display: block;
 overflow: auto;
 font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
 /* white-space: pre; */
 background: #FAFAFA;
 border: 1px solid #BABAA0;
}
blockquote {
 font-size: 0.98em;
 font-family: Arial;
 width: 65%;
 padding: 3px;
}

/* NEW CLASSES FOR 0.9.9.3: */

/* "More" link for long articles shortened on front page */
.morelink {
 font-size: 11px;
}

/* for firefox */
a img {
 border:0;
 text-decoration:none;
}

.highlight { /* 3 for whoson */
 color: #9FAD8A;
 font-weight: bold;
}
.mouseoveroff {
}
.mouseover {
 cursor: help;
 background-image: url(images/headerbg.gif);
 background-repeat: repeat-x;
 border: 1px outset #BABAA0;
}

/* these need to be kept below the other rules if to override an old style */
/* some of them are compound classes */
.tableback { /* behind whole table, makes edges if in different color */
 background-color: #F0F0EA;
 color: #000;
 font-weight: normal;
}
.titlebar { /* section titles */
 font-weight: bold;
}
.columnheader { /* column headers can be different color */
 background-color: #BABAA0;
 background-image: none;
 color: #000;
 font-weight: bold;
}
.tabletext { /* ordinary text in tables */
 background-color: #F0F0EA;
 color: #000;
}

/* for contributors list (action=ver) */
.ver A:link, .ver A:visited {
}
.ver A:active, .ver A:hover {
}

.spacer {
 background-color: #F0F0EA;
 border: 0;
}

table.forumtitlebackcolor {
 border-spacing: 1px; /* doesn't work IE */
 border-collapse: separate; /* doesn't work IE with cellspacing defined in tables */
}

/*--- NEW CLASSES FOR code moved from theme.pl by my2cents after 0.9.9.3.2 ---*/
.titlebg { /* grid behind admin, instantmessage, and memberlist */
    background-color:#BABAA0;
}
.titletext { /* column headings admin pages */
 background-color: #BABAA0;
}
.windowbg { /* articles admin, memberlist and instantmessage header rows */
 border: 1px solid #BABAA0;
 background-color: #BABAA0;
}
.windowbg2 { /* articles admin, memberlist rows */
    background-color:#F0F0EA;
}
.windowbg3 { /* articles admin, memberlist alternate rows */
    background-color:#DFDFD3;
}
/*------ end code moved from theme.pl -----------------------*/

.textinput { /* text inputs on forms */

}
textarea {

}
select  {
 font-size: 0.98em;
}
input {
 font-size: 0.98em;
}

.legend {}

.clear {
 clear: both;
 font-size: 1px;
 line-height: 1px;
}

div.shoutbox iframe {
 display: inline;
}
div.shoutbox input.textinput {
 margin: 3px;
}

/* 0.9.9.7 */
.discrete {
 color: #C0C0C0;
}

/* 0.9.9.8 */
a.inlinelink:link, a.inlinelink:visited { /* for links - can be hidden, or not */
 color: #000;
 text-decoration: none;
}
a.inlinelink:active, a.inlinelink:hover {
 color: #900;
 font-weight: bold;
 text-decoration:none;
}

#viewnews .fullnewstitle {} /* article title, example for action specific rules */

#breadcrumb { /* nav bar with breadcrumb links */
}
#breadcrumb a:link, #breadcrumb a:visited { /* links in the navbar - was .menutable */
 font-weight: bold; /* netscape 4.7 */
 text-decoration:none;
}
#breadcrumb a:active, #breadcrumb a:hover {
 font-weight: bold; /* netscape 4.7 */
 text-decoration:none;
}

#welcome { /* welcome message */
}
#frontcontent { /* content section of front page */
}
#insidecontent { /* content section of inside pages */
}
#leftcolumn {
 width: 170px;
}
#rightcolumn {
 width: 170px;
}

.menubox { /* main menu, member panel, member menus */
 font-weight: bold;
}

/* custom */

#logs table {
background-color:#f5f5f5;
}
#captcha {
width:200px;
}

.gallery .imageCaption {
 display: block;
 width: 150px;
 margin-right: auto;
 margin-left: auto;
}

/* nav buttons */

pagenavline
{
display: block;
border: 1px solid #BABAA0;
}

.pagenavline a.pagenav
{
background-color: #F0F0EA;
padding: 3px;
border: 1px solid #BABAA0 !important;
}

.pagenavline a.pagenav:link, a.pagenav:visited
{
color: #BABAA0 !important;
text-decoration: none !important;
}

.pagenavline a.pagenav:hover
{
background-color: #90A9C5 !important;
border: 1px solid #BABAA0 !important;
color: #000 !important;
}
