/* Style for Sitemap */
.showSwitch {
	display: block;
}
.hideSwitch {
	display: none;
}
div.feedburnerFeedBlock ul {
display:block;
padding-top:0px;
padding-bottom:22px;
padding-left:30px;
padding-right:2px;
margin-bottom:0px;
margin-left:0px;
list-style-type:square;
}
div.feedburnerFeedBlock ul li span.headline {
font-size: 15.5px color red;
font-weight: bold;
font-style:underline;
}


/* Normal, standard links. */
a:link
{
	color: navy;
     	font-weight:500;
	text-decoration: none;
}
a:hover
{
	color: red;
	text-decoration: underline;
}
a:visited
{
	color: navy; 
      	font-weight:500;                                                       
	text-decoration: none;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color:navy;
	text-decoration: none;
}
a.nav:hover
{

	color: green;
	text-decoration: none;
}

 /* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000000;
	font-size: 10pt;
	font-family: verdana, sans-serif;

}

/* The main body of the entire forum. */     
body
{
	background-color: //images/bg.jpg;  
	margin:0px;
	padding:0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}



/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 1;
	color: #666666;
	background-color: #222222;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color:#E5E2E6;   
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #ccccff;
	border: 1px solid #000000;
	font-family: "courier new", helvetica, "times new roman", serif;
	font-size: small;
	margin: 1px ;
	padding: 1px;
	width: 630px;

}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: small;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 75%;
}

/* Highlighted text - such as search results ;). */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
	color: #000000;
	background-color: white;
}
.windowbg2
{
	color: #000000;
	background-color: whitesmoke;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	color: black;
	font-style: normal;
	background: url(/images/bgside.jpg);
}
.titlebg a:hover
{
	color: black;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg
{
       	color: #000000;
	background:https://occasion-to-be.com/images/bgside.jpg;
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
	color: #000000;
	background: url(/images/bgside.jpg);
}

.catbg, .catbg2
{
	font-weight: bold;
	color: #000000;
	background: url(/images/bgside.jpg);
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background: url(/images/bgside.jpg);
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px #708090;
	background: url(/images/bgside.jpg);
	padding: 1px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: 1.4em;
}
.largetext
{
	font-size: large;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 91%;
	overflow: inherit;
	line-height: 1.3em;
   
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{   border: 0px;  
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
} 




/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
	background-color: #222222;   
}

/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
	background: url(/images/bgside.jpg); 
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: white;
	background: url(/images/bgside.jpg);
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
	background: url(/images/bgside.jpg);
	border: 1px solid #ADD8E6; 
}
.headerbodies
{
	border: 1px solid #E1e1f1;
	background: url(/images/bgside.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
 #newstitle {border-bottom: 1px solid #96965E; background-color: #FFF7E5;  border-top: 1px solid #96965E;}
#smfFadeScroller {border-bottom: 1px solid #96965E; background-color: #DDF7DD;}
#upshrinkHeader { 	background: url(/images/bgside.jpg);} 
.shrink {background-color: #A0C6E5;}
.logo {color: black; font-size: 25px;}
.whitebold {color: white;  font-size: 17px; font-weight: bold;}
li.list {list-style: disc inside; color: black;}
.blacktext {color: black;  font-size: 12px; }
.bmtext {color: white; font-size: 12px;}
.search {color: white;}
.cr A:link {color: white; text-decoration: none}
.cr A:visited {color: white; text-decoration: none}
.cr A:active {color: white; text-decoration: none}
.cr A:hover {color: #DBEAF5; text-decoration: none}
.cr { color:white; font-size: x-small;}
.index 
{
	font-size: 8pt;
        color: #000000;
	background-color: white;
	border-bottom:0px solid #C1CDD8;
}
.redtext
{
	font-size: small;
	color: #800000;
}
.topicbg
{
	color: black;
	background-color: white;   
	border-bottom: 1px solid #E1e1f1;
}
.loginborder {border: 1px solid #0033CC;}
.logintitle {background-color: #0033CC;}
.windowbg3 {background-color:  #E1e1f1;} 
.loginlogo {background-image: url(images/layout/loginlogobg.gif);background-repeat: repeat-x;background-position: bottom right; background-color:#EEEEE2;}
.bloginlogo {background-color: #E2E1D8;}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 91%;
	overflow: inherit;
	line-height: 1.3em;
   
}

#ereferrer  {
font-family:tahoma,arial,verdana;
font-size:10px;
}
#enumber{
color:red;
font-size:9px;
}
