/*
Theme Name: 8some
Theme URI: http://www.wpcosmos.com/2008/09/02/free-wordpress-theme-8some/
Description: 2 columns, with a widget-enabled left-hand sidebar 
Version: 1.2
Tags: fixed width, two columns, widget ready, white, business, simple
Author: WpCosmos
Author URI: http://www.wpcosmos.com/
*/

/* GENERAL DEFAULT STYLES */
html {
	margin: 0;
	padding: 0;
}

body {
	background-image: url("images/njcdb_sidebar_bkgrnd.gif");
	background-repeat: repeat-y;
	background-position: left top;
	font-family: "Lucida Grande", Trebutchet, Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #036;
	text-decoration: underline;
}

a:hover {
	color: #069;
	text-decoration: none;
}

/* WRAPPER */
#wrapper {
	margin: 0;
	padding: 0;
}

/* SIDEBAR */
#sidebar {
	float: left;
	margin: 0;
	padding: 0;
	width: 290px;
}

/* HEADER */
#header {
	background-color: #069;
	background-image: url("images/njcdb_title_bkgrnd.jpg");
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom: 1px solid #002A53;
	margin: 0;
	padding: 15px;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a:link, #header h1 a:visited, #header h1 a:hover {
	color: #fff;
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, Times, "Times New Roman", serif;
	font-size: 1.2em;
	text-decoration: none;
	margin-bottom: 5px;
}

#header h2 {
	color: #fff;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

/* MENU */
.menu {
	color: #fff;
	margin: 0;
	padding: 0;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu ul li h3 {
	background-image: url("images/njcdb_sidebar_heading.jpg");
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: 1px solid #00346A;
	border-bottom: 1px solid #002146;
	font-size: 1em;
	color: #fff;
	margin: 0;
	padding: 10px 15px 10px 15px;
}

/* MENU LINKS */

.widget ul {
	padding: 15px 15px 5px 15px;
	list-style-type: none;
	border-top: 1px solid #00346A;
	border-bottom: 1px solid #002146;
}

.widget ul li {
	color: #fff;
	margin: 0;
	padding: 0 0 10px 0;
}

.widget ul li a:link, .widget ul li a:visited {
	color: #fff;
	text-decoration: none;
}

.widget ul li a:hover {
	color: #069;
	text-decoration: none;
}

.widget ul ul {
	border-top: none;
	border-bottom: none;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
}

/* GOOGLE TRANSLATOR */
.textwidget table {
	padding: 15px 15px 0 15px;
}

/* RSS Entries */
.textwidget p {
	color: #fff;
	padding-bottom: 15px;
}

.menu a:link, .menu a:visited {
	color: #fff;
	text-decoration: none;
}

.menu a:hover {
	color: #069;
	text-decoration: none;
}

.menu p img {
	padding-left: 15px;
}

/* WORDPRESS CREDITS */
#credit {
	display: none;
	padding: 15px;
}

#credit a:link, #credit a:visited {
	color: #069;
	text-decoration: none;
}

#credit a:hover {
	color: #069;
	text-decoration: underline;
}

/* CONTENT */
#content {
	/*background-image: url("images/content_bkgrnd.jpg"); */
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 290px;
}

#content-inner {
	padding: 25px;
}

/* COMMENT IMAGE */
.postmetadata .responses img {
	display: none;
}

/* ENTRY */
.entry h2 {
	border-bottom: 3px solid #eaeeee;
	margin: 4px 0 15px 0;
	padding: 0 0 15px 0;
}

.entry h2 a {
	font-family: Georgia, serif;
	font-size: 1.5em;
}

.entry h2 a:link, .entry h2 a:visited {
	color: #036;
	text-decoration: none;
}

.entry h2 a:hover {
	color: #069;
	text-decoration: none;
}

.entry p {
	color: #333;
	line-height: 1.6em;
}

.entry ul {
	margin: 15px 0 15px 30px;
	padding: 0;
	list-style-type: square;
}

.entry ul li {
	padding-bottom: 10px;
}

.entry h3 {
	font-size: 1.2em;
	margin: 4px 0 15px 0;
	border: 0;
}

/* POSTS: USED IN BLOG */
.blog .entry h2 {
	border-bottom: none;
	color: #036;
	font-family: "Lucida Grande", Trebutchet, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	margin: 15px 0 15px 0;
	padding: 0;
}

.blog .entry h2 a {
	font-family: "Lucida Grande", Trebutchet, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
}

.blog .entry h2 a:link, .blog h2 a:visited {
	color: #036;
	text-decoration: none;
}

.blog .entry h2 a:hover {
	color: #069;
	text-decoration: none;
}


.blog .postmetadata {
	padding-top: 15px;
}

.blog .categorymeta {
	border-bottom: 3px solid #eaeeee;
}

/* FORMS */
form {
	margin: 0;
	padding:0;
}

fieldset {
	padding: 15px;
	margin: 0;
	border: none;
}

form input[type="text"], form input[type="password"], form select
{
	color: #666;
    font-size: 1em;
	padding: 8px;
	margin-right: 5px;
    border: solid 1px #ccc;
    width: 250px;
}

form input[type="text"]:focus, form input[type="password"]:focus, form select:focus
{
	color: #666;
	font-size: 1em;
    padding: 8px;
	margin-right: 5px;
    border: solid 1px #69f;
    width: 250px;
}

label {
	color: #036;
	font-weight: bold;
}

code {
	font-size: 1em;
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}

/* TABLES */
.entry .tabular {
	border: 1px solid #BDDDEF;
	border-collapse: collapse;
	margin-bottom: 15px;
}

.entry .tabular th {
	background-color: #caeeff;
	border-bottom: 1px solid #BDDDEF;
	color: #036;
	text-align: left;
	padding: 15px;
	vertical-align: top;
}

.entry .tabular td {
	background-color: #fff;
	border-bottom: 1px solid #BDDDEF;
	color: #333;
	padding: 15px;
	vertical-align: top;
}

.entry .tabularhorizontal {
	border: 1px solid #BDDDEF;
	border-collapse: collapse;
	margin-bottom: 15px;
	width: 100%;
}

.entry .tabularhorizontal th {
	background-color: #caeeff;
	border-right: 1px solid #BDDDEF;
	border-bottom: 1px solid #BDDDEF;
	color: #036;
	text-align: left;
	padding: 15px;
	width: 25%;
	vertical-align: top;
}

.entry .tabularhorizontal td {
	background-color: #fff;
	border-bottom: 1px solid #BDDDEF;
	color: #333;
	padding: 15px;
	width: 75%;
	vertical-align: top;
}

.entry .tabularcalendar {
	border: 1px solid #BDDDEF;
	border-collapse: collapse;
	margin-bottom: 15px;
	width: 100%;
}

.entry .tabularcalendar th {
	background-color: #caeeff;
	border: 1px solid #BDDDEF;
	color: #036;
	text-align: left;
	padding: 15px;
	vertical-align: top;
	width: 14.28%;
}

.entry .tabularcalendar td {
	background-color: #fff;
	border: 1px solid #BDDDEF;
	color: #333;
	padding: 15px;
	vertical-align: top;
	height: 150px;
}

.entry .tabularcalendar td .calendarday {
	border-right: 1px solid #eaeeee;
	border-bottom: 1px solid #eaeeee;
	color: #036;
	padding: 3px;
	margin-top: -15px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: -15px;
	width: 15px;
	height: 15px;
}

.calendarmonth {
	text-align: center;
	margin-bottom: 15px;
	font-size: 1.5em;
}

/* BUTTONS */
.buttons {
	margin-bottom: 45px;
}

.buttons a, .buttons button{
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background-color: #eaeeee;
    border: 1px solid #dedede;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
	outline: none;
    padding: 5px 15px 6px 15px; /* Links */
}
.buttons button{
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding: 5px 10px 5px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}
*:first-child+html button[type]{
    padding: 4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin: 0 4px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}

/* BUTTONS: STANDARD */

button:hover, .buttons a:hover{
    background-color: #dff4ff;
    border: 1px solid #c2e1ef;
    color: #336699;
}
.buttons a:active{
    background-color: #6299c5;
    border: 1px solid #6299c5;
    color: #fff;
}

/* BUTTONS: POSITIVE */

button.positive, .buttons a.positive{
    color: #529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color: #E6EFC2;
    border: 1px solid #C6D880;
    color: #529214;
}
.buttons a.positive:active{
    background-color: #529214;
    border: 1px solid #529214;
    color: #fff;
}

/* BUTTONS: NEGATIVE */

.buttons a.negative, button.negative{
    color: #d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #d12f19;
}
.buttons a.negative:active{
    background-color: #d12f19;
    border: 1px solid #d12f19;
    color: #fff;
}

/* CONFIRMATION */
.confirmation {
	border: 1px solid #DCEBD7;
	color: #690;
	background-color: #EEFFE8;
	padding: 15px;
	margin-bottom: 15px;
}

/* ALIGN LEFT (Used for some images) */
.alignleft {
	float: left;
	margin-right: 10px;
}

/* NEWS (Found on welcome page) */
#news {
	width: 45%;
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #BDDDEF;
	min-height: 300px;
}

#news_header {
	border-bottom: 1px solid #BDDDEF;
	background-color: #caeeff;
	padding: 15px;;
}

#news_header a:link, #news_header a:visited {
	color: #036;
	font-size: 1.2em;
}

#news_header img {
	margin-right: 5px;
}

#news_header a:hover {
	color: #06c;
	font-size: 1.2em;
}

#news_content {
	padding: 15px;
}

#news_content ul {
	margin: 0 0 0 25px;
}

#events {
	width: 45%;
	float: left;
	margin: 0 0 10% 0;
	border: 1px solid #BDDDEF;
	min-height: 300px;
}

#events_header {
	border-bottom: 1px solid #BDDDEF;
	background-color: #caeeff;
	padding: 15px;;
}

#events_header a:link, #events_header a:visited {
	color: #036;
	font-size: 1.2em;
}

#events_header img {
	margin-right: 5px;
}

#events_header a:hover {
	color: #06c;
	font-size: 1.2em;
}

#events_content {
	padding: 15px;
}

#events_content ul {
	margin: 0 0 0 25px;
}



#emergency {
	width: 100%;
	margin: 0 0 0% 0;
	border: 1px solid #BDDDEF;
}

#emergency_header {
	border-bottom: 1px solid #BDDDEF;
	background-color: #caeeff;
	padding: 15px;;
}






