﻿/* BASIC HTML DEFINITIONS */

body{
background-color: #F2F2F2; 
color: White ; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
margin: 0;
}

ul{
margin-left: 25px;
}

li{
list-style-image: url("../images/bullet.gif"); 
margin-left: 0px;
}

img{
border-style:none; 
border-width:0
}

form{
border-style:solid;
border-width:1px;
padding: 20px;
background-color:silver; 
}

/* HEADING DEFINITIONS */

h1 { color: #BA3931; font-size: 20px; }
h2 { color: #BA3931; font-size: 16px; }
h3 { color: #BA3931; font-size: 12px; } /* same as bold text */

h4 { color: #000000; font-size: 20px; }
h5 { color: #000000; font-size: 16px; }
h6 { color: #000000; font-size: 12px; } /* same as bold text */

/* BASIC LINK COLORS */

a:link    {color: #BA3931; text-decoration: none;      }
a:visited {color: #BA3931; text-decoration: none;      }
a:hover   {color: #8C8793; text-decoration: underline; }
a:active  {color: #BA3931; text-decoration: none;      }

a:link    {color: Red; text-decoration: none;      }
a:visited {color: Red; text-decoration: none;      }
a:hover   {color: maroon; text-decoration: underline; }
a:active  {color: Red; text-decoration: none;      }

/* MAIN LAYOUT TABLES - ALL */

.main { 
width: 953px;
border-style:none;
border-width:0px;
background-color: White; 
color: black;
margin:auto; 
font-size: 12px; 
color: Black ; 
}

#body-left {
width:625px;
border-style: none;
border-width: 0px;
vertical-align:top;
padding: 20px 25px 25px 25px;
}

#body-line {
width:3px;
border-style: none;
border-width: 0px;
padding: 20px 0px 25px 0px ;
margin:  25px 0px 25px 0px ;
background-color: silver ;
}

hr { /* match "body-line" */
color: silver; 
height: 3px ; 
width: 100% ;
}

#body-right {
width:325px;
border-style: none;
border-width: 0px;
vertical-align: top;
padding: 20px 25px 25px 25px ;
}

.outside{
color: White ;	
}

/* NAVIGATION SECTION */

#nav-left {
width:275px;
border-style: none;
border-width: 0px;
vertical-align:top;
padding: 15px 10px 0px 25px ;
}

#nav-center {
width:320px;
border-style: none;
border-width: 0px;
vertical-align:top;
padding: 15px 10px 0px 10px ;
}

#nav-right {
width:380px;
border-style: none;
border-width: 0px;
vertical-align:top;
padding: 15px 25px 0px 10px ;
}

#crossbar{
padding: 0px 25px 0px 25px;
}


.archives {
	font-family:Arial; font-size:12px;
}

/** CONTAINER  ================================================================ **/

div#container {
margin: 0 auto; 
width: 953px;
border: thin gray solid;
}

/** WELCOME  ================================================================ **/

div#Welcome { 
position:absolute; 
z-index:-1; 
top:100px; 
margin: 0px 200px; 
width:500px; 
height:500px; 
padding:20px; 
color:Black; 
background-color:White; 
border-style:solid; 
border-width:1px;
}

/** HEADER & FOOTER ================================================================ **/

#header-top{
font-family: "Bradley Hand ITC" ; 
font-size: 24px ;
font-weight: normal ;
color: White ;	
}

#header-new {
	height:150px;
	background-image:url('../pictures/nj-trends-header.jpg');
	background-repeat:no-repeat;
}

div.header-footer {
margin: 0 auto;
background-color: #6579AC; 
color: White ;
padding: 0px ;
}
	
div.header-footer-inner {
padding: 15px ;
}
	
.header-footer a:link    {color: White;  text-decoration: none; }
.header-footer a:visited {color: White;  text-decoration: none; }
.header-footer a:hover   {color: Silver; text-decoration: none; }
.header-footer a:active  {color: White;  text-decoration: none; }

.outside a:link    {color: White;  text-decoration: none; }
.outside a:visited {color: White;  text-decoration: none; }
.outside a:hover   {color: Silver; text-decoration: none; }
.outside a:active  {color: White;  text-decoration: none; }

#header-sig{
font-family: "Arial" ; 
font-size: 40px ;
font-weight: bold ;
}

#header-sig-shadow{
font-family: "Bradley Hand ITC" ; 
font-size: 40px ;
font-weight: bold ;
color:Black;
}

.normal-text {
	font-family:Arial;
	font-size:11px;
}

#community-col1 {
	width:150px;
	float:left;

}

#community-col2 {
	width:150px;
	float:left;

}

#community-box {
	width:100%;
}


#ads {
	width:290px;
}