﻿
body {
	background : #CFCBAC url(../../images/bg6.gif) repeat-y fixed 0% 0%;
	background-color: #C9C5A0;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 86%;
	color : Black;
	padding-left : 15px;
	margin-left : 15px;
	letter-spacing : 1px;
}

p  {
	padding: 0.5em;
	margin: 0;
	font-size: 1em;
}

H1
{
	margin-top : 0px;
	font-weight: 700;
	font-size: 1.3em;
	padding-left : 8px;
}	
		
H2	{
	font-size:1.1em;
	font-weight:700;
	padding-left : 6px;
	margin-bottom:2px;
}	
	
H3	{
	font-size:.90em;
	font-weight:700;
	margin-bottom : -2px;
	
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-top : 0px;
}	
		
H4	{	
	font-size:	.75em;
	font-weight:	500;
	margin-top : -2px;
	margin-bottom : -2px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}	
	 
A:link	{
	text-decoration:none;
	color: #336699;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
}

/*  ---------------------
generator
  -------------------*/
  .chnavhead {
	background-color: #5A543A;
	position: relative;
	border-bottom : 1px solid #767249;
    border-top : 1px solid #5C5939;
	padding-top : 4px;
	padding-bottom : 4px;
	padding-left : 2px;
}
.chnav ul {
	padding-right: 0px;
	text-align: left;
	list-style : none outside;
	margin : 0 0 0 0px;
	padding-left : 0px;
}
.chnav LI {
	border-bottom : 2px groove #B3AB88;
	margin-top : 0px;
	margin-right : 0px;
	padding-right : 0px;
	background : #858255;
	display : block;
}
.chnav ul a:hover {
	color:#B7BF96;
	background-color: #9C9868;
	text-decoration : none;
	width: 100%;
}
.chnav ul a {
	width: 100%;
	display: block;  
	color : #B3AB88;
}
.chnav{
	float : right;
	width : 121px;
	background-color : #5A543A;
	vertical-align : top;
	font-size: .75em;
	color : #F9F1D3;
}  

.channelheader{
	background-color : #5A543A;
	color : #F9F1D3;
	height : 45px;  
	vertical-align : top;
}

.channelcontent{
	width : auto;
	padding-bottom:25px;
}

.typeheader2
{
    background-color : #9C9868;
    height:38px;
    padding-left:6px;
    font-size: 1.3em;
    color : #F9F1D3;
	vertical-align : bottom;
	border-top : 1px solid #5C5939;
}  
.typeheader{
	/*  background color for IE defined in generator  */
	font-size: 1.3em;
	border-bottom : 1px solid #767249;
    border-top : 1px solid #5C5939;
	color : #F9F1D3;
	vertical-align : bottom;
	border-bottom : 3px;
}

.itemcolor {
	background-color: #F9FDEA;
}


.altcolor {
	background-color: #F5FCD1;
}



.stream {
	FLOAT: left;
	PADDING-BOTTOM: 4px;
	WIDTH: 60px;
	padding-left : 10px;
}
	
#linktext {
	PADDING-LEFT: 4px;
	FLOAT: left;
	TEXT-ALIGN: left;
	border-top: -5px;
	width : 100%;
}

.link {
	width:100%;
	vertical-align : top;
	padding-left : 7px;
	padding-bottom : 5px;
}

.Altlink
{
	background-color: #f5f5f5;
}

.chfooter
{
    background-color: #5A543A;
    vertical-align: bottom;
    font-size: .75em;
    color: #B3AB88;
    padding-top: 2px;
    padding-bottom: 2px;
}  

.bodyfooter
{
    position:absolute;
    bottom:0px;
    width:100%;
    background-color: #5A543A;
    vertical-align: bottom;
    font-size: .75em;
    color: #B3AB88;
    padding-top: 2px;
    padding-bottom: 2px;
}  


.message
{
    padding-top:30px;
    padding-bottom:60px;
    padding-left:10px;
}

/*  ---------------------
Page Structure
  -------------------*/
.normal { font-style: normal; }

.wrapper {
	min-width: 400px;
	border: 0px solid Black; 
	margin: 0 -1px; 
	width: 100%;    /* total width */
          /* Allways good to have on full width liquid CSS layouts, 
             google "min-width IE" for JS solutions there */
       /* this is a border with marginal compensation to stop scroll bars */
 }
 
.outer {
	border-left-width: 160px;   /* left column width */
	border-left-color: #C9C5A0;   /*left column colour */
	border-right-width: 9px;   /* right column width */
	border-right-color: #C9C5A0;    /*right column colour */
	background-color: #C9C5A0;    /* center column colour */
	width: auto;
	border-left-style: solid;
	border-right-style: solid;
}

.left {
	width: 160px;              /* left column width */
	margin-left: -160px;       /* _negative_ left column width */
	float: left; 
	position: relative; 
	z-index: 10;
}

.right {
	width: 0px;   /* right column width */
	margin-right: -10px;   /* _negative_ right column width */
	float: left;
	position: relative;
	z-index: 11;
}


/*  ---------------------
TOP OF PAGE
  -------------------*/

.lcd {
	background-color : #B0C9B9;
}
.header {
	background-color: #B7BF96;    /* header  color */
	width: 100%; 
	position: relative; 
	z-index: 13;
	height : 90px;
	border : 1px solid Black;
	overflow:hidden;
}

/*  ---------------------
LEFT Navigation
  -------------------*/
.nav {
	background-color: #858255;
	position: relative;
	z-index: 15;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	border-bottom : 1px solid Black;
	margin-left : 10px;
	margin-right : 10px;
	color : #F9F1D3;
	
}

.navhead {
	background-color: #767249;
	position: relative;
	border-bottom : 1px solid #767249;
    border-top : 1px solid #5C5939;
	padding-top : 4px;
	padding-bottom : 4px;
}
.nav ul {
	padding-right: 0px;
	text-align: left;
	list-style : none outside;
	margin : 0 0 0 0px;
	padding-left : 0px;
}
.nav LI {
	border-bottom : 2px groove #B3AB88;
	margin-top : 0px;
	margin-right : 0px;
	padding-right : 0px;
	background : #858255;
	display : block;
}
.nav ul a:hover {
	color:#B7BF96;
	background-color: #9C9868;
	text-decoration : none;
	width: 100%;
}
.nav ul a {
	width: 100%;
	display: block;  
	color : #B3AB88;
}

.navitem {
    position: relative;
}

.formfield
{
    font-size: .70em;
    background-color: #999669;
    color: Window;

}


.fb_share_link 
{
    padding:2px 10px 0 20px; 
    height:16px; 
    font-size:8pt;
    letter-spacing:.5px;
    background:url(widgetfb.gif) no-repeat top left; 
    }
.tw_share_link 
{
    
    padding: 5px 0 0 20px; 
    font-size:8pt;
    letter-spacing:.5px;
    
    background:url(widgettwitter.png) no-repeat bottom left; 
    line-height:2em;
    }

.radiodial
{
    position:absolute;
    height:6px;
    width:35px;
    top:6px;
    left:-36px;
    
    
}

.radiodial2
{
    position:absolute;
    height:2px;
    width:33px;
    top:5px;
    left:-36px;
    z-index: 20;
    background:#B3AB88;
    border-left: 2px groove #B7BF96;
    border-top: 2px groove #B7BF96;
    border-bottom: 2px groove #B7BF96;
}

/*  -------------------------------
body 
-------------------------------  */
.inner {
	margin: 0;
	width: 100%;
}
.center {
	float: left;
	width: 100%;
	position: relative;
	z-index: 12;
	border-right: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background : #5A543A;
	
}

.centerhp {
	float: left;
	width: 100%;
	position: relative;
	z-index: 12;
	
	margin: 0 -3px 0 -2px;
}


.clear { clear: both; }

/*  -------------------------------
bottom
-------------------------------  */
.footer {
	background-color: #C9C5A0;   /* background color */
	position: relative;
	z-index: 13;
	padding-left : 158px;
	font-size:.75em;
	color : #666666;
	padding-top : -6px;
}





/* Mozilla code */
.outer > .inner { border-bottom: 1px solid transparent; }
.left { margin-right: 1px; }
.right { margin-left: 1px; }
.center { margin: 0 -3px 0 -2px; }

