/*  
Theme Name: WordPress JNCS
Theme URI: http://www.johnnapoletano.com/
Description: Modified WordPress theme <a href="http://www.johnnapoletano.com/">John Napoletano</a>
Version: 1.5
Author: John Napoletano
Author URI: http://www.johnnapoletano.com/
*/

/* Page Structure & Style Basics */
body {
	width: 700px;
	margin: 0;
	padding: 0; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	background-color: #FFFFFF;
	}
#pageHeader {
	height: 75px;
	width: 700px;
	margin: 0;
	margin-top: 15px;
	margin-left: 20px;
	padding: 0;
	background: #FFFFFF;
	/*
	border-top: 1px solid #999999;
	border-bottom: 6px solid #777777;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	*/		
	}
#header {
	height: 120px;
	width: 700px;
	margin: 0;
	margin-left: 20px;
	padding: 0;
	background: #FFFFFF;
	}
#headerimg {
	margin: 0;
	height: 75px;
	width: 700px;
	margin-left: 20px;	
	}
#page {
	width: 700px;
	border: 1px solid #959596;
	border-top: none;	
	padding: 0;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: white;
	background: #FFFFFF;
	overflow: hidden;
	text-align: left;
}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 18px;
	width: 660px;
	}
.widecolumn .postmetadata {
	margin: 30px 0;
	}
.widecolumn .post {
	margin: 0;
	}
.post {
	margin: 0 0 40px;
	text-align: justify;
	}
.narrowcolumn {
	float: left;
	padding: 0 0 20px 30px;
	margin: 0px 0 0;
	width: 470px;
	}
.narrowcolumn .postmetadata {
	text-align: center;
	}
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}
#footer {
	clear: both;
	width: 700px;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	border-top: 5px solid #777777;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	}
#footerlinks {
	padding: 5px;
	font-size: 12px;
	color: #000000;
	background-color: #443399;
	}
#footerlinks a:link, #footerlinks a:visited {
	color: #CCCCCC;
	background-color: #443399;
	text-decoration: none;
}
#footerlinks a:hover, #footerlinks a:active {
	color: #FFFF33;
	background-color: #443399;	
	text-decoration: underline;
}
#footercopyright {
	font-size: 10px;
	padding: 5px 0px 10px 0px;	
	color: #000000;
	background-color: #659F42;
	}	
#footercopyright a, #footercopyright a:visited {
	text-decoration: underline;
	color: #020180;
	background-color: #659F42;
	}
#footercopyright a:hover, #footercopyright a:active {
	text-decoration: underline;
	color: #0000CC;
	background-color: #659F42;
	}	
/* End Page Structure & Style Basics */

/* Global Navigation */
#globalNav {
	width: 702px;
	margin: 0;
	margin-left: 20px;
	background-color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
#globalNav ul {
	background-color: #FFFFFF;
	border-bottom: 1px solid #959596;
	margin: 0;
	padding: 15px 0px 3px;
}
#globalNav ul li {
	list-style: none;
	margin: 0;
	display: inline;
}
#globalNav ul li a {
	color: #020180;
	padding: 4px 4px 3px 4px; 
	margin-left: 3px; 
	border: 1px solid #CCCCCC; 
	border-bottom: none; 
	background: #E6E6E6; 
	text-decoration: none;
}
#globalNav ul li a:hover {
	background-color: #659f42;
}
#globalNav ul li a#current {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
/* End Global Navigation */

/* Breadcrumb */
#breadcrumb {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 7px;
	font-size: 11px;
	font-weight: normal;
	color: #990000;	
	background-color:#ffffff;		
}
#breadcrumb a:link, #breadcrumb a:visited {
	text-decoration: underline;
	color: #990000;	
	background-color:#ffffff;		
	font-weight: normal
}
#breadcrumb a:hover {
	text-decoration: underline;
	color: #0000CC;
	background-color:#FFFFFF;
	font-weight: normal;	
}
/* End Breadcrumb */

/* Headings */
h1, h2, h3 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: -5px;
	}
h1 {
	font-size: 15px;
	padding: 0;
	padding-top: 70px;
	margin: 0;
	}
h2 {
	font-size: 13px;
	margin: 30px 0 0;
	}
h2.pagetitle {
	font-size: 13px;
	margin-top: 30px;
	text-align: center;
	}
h3 {
	font-size: 12px;
	padding: 0;
	margin: 30px 0 0;
	}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #333333;
	}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333333;
	}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}
h2 a:hover, h3 a:hover {
	text-decoration: underline;
	}	
.description {
	font-size: 12px;
	text-align: center;
	}
.post h2, .post h2 a, .post h2 a:visited {
	font-size: 15px;
	color: #669900;
	text-transform: uppercase;
	}
/* End Headers */


/* Tables */
table.centerall tr, table.centerall td {
	text-align: center;
	}
table.nounder a, table.nounder a:visited {
	text-decoration: none;
	}
table.nounder a:hover, table.nounder a:active {
	text-decoration: underline;
	}	
/* end Tables */

small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	}
.post small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	}
.entry p a:visited {
	color: #b85b5a;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	}

.commentlist p {
	font-weight: normal;
	line-height: normal;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777777;
	}
	
code {
	font: 11px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: inherit;
	letter-spacing: normal;
	}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}
a:hover {
	color: #147;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* End Typography & Colors */



/* Begin Structure */
#homeIntro {
	background-color: #FFFFFF;
	padding-left: 8px;
	padding-right: 5px;
}
	

/* End Structure */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */

/* Begin Sidebar */
#sidebar {
	width: 165px;
	margin-top: 20px;	
	margin-left: 525px;
	}
#sidebar #freeinfo {
	margin: 0;
	width: 165px;
	padding: 9px 4px 9px 10px;
	background-color: #E6E6E6;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	}	
#sidebar #brochures {
	margin-top: -15px;
	width: 160px;
	padding-left: 5px;
	overflow: hidden;	
	}	
#sidebar #programs {
	margin-top: -15px;
	margin-bottom: 20px;	
	width: 165px;
	padding: 9px 4px 9px 15px;
	color: #333333;
	background-color: #E6E6E6;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;		
	font-family: Arial, Helvetica, sans-serif;
	}
#sidebar #featured {
	width: 165px;
	margin-bottom: 20px;	
	padding: 9px 4px 9px 10px;
	background-color: #E6E6E6;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;	
	}
#sidebar #state {
	width: 165px;
	margin-bottom: 20px;	
	padding: 9px 4px 9px 10px;
	background-color: #E6E6E6;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;	
	}
#sidebar #programs a, #sidebar #programs a:visited {
	text-decoration: none;
	}
#sidebar #programs a:hover, #sidebar #programs a:active {
	text-decoration: underline;
	}	
#sidebar ul ul li, #sidebar ul ol li {
	color: #777777;
	}
#sidebar ul ul li:before {
	content: "\00BB \0020";
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#sidebar ul ol li {
	list-style: decimal outside;
	}
/* End Sidebar */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}
#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}
#sidebar #searchsubmit {
	padding: 1px;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
select {
	width: 130px;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */


/* Begin Lists */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 
html>body .entry li {
	margin: 7px 0 8px 10px;
	}
.entry ul li:before {
	content: "\00BB \0020";
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry ol li {
	margin: 0;
	padding: 0;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
ol li {
	list-style: decimal outside;
	}
/* End Entry Lists */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
.commentlist {
	padding: 0;
	text-align: justify;
	}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}
.commentlist p {
	margin: 10px 5px 10px 0;
	}
#commentform p {
	margin: 5px 0;
	}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}
#wp-calendar a {
	display: block;
	}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.center {
	text-align: center;
	}
hr {
	display: none;
	}
a img {
	border: none;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* end various */


/* Fonts Sizes Colors */
.arial {
 	font-family: Arial, Helvetica, sans-serif;
}
.courier {
 	font-family: "Courier New", Courier, mono;
}
.geneva {
 	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.georgia {
 	font-family: Georgia, "Times New Roman", Times, serif;
}
.times {
 	font-family: "Times New Roman", Times, serif;
}
.verdana {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.px7 {
 	font-size: 7px;
}
.px8 {
 	font-size: 8px;
}
.px9 {
 	font-size: 9px;
}
.px10 {
 	font-size: 10px;
}
.px11 {
 	font-size: 11px;
}
.px12 {
 	font-size: 12px;
}
.px13 {
 	font-size: 13px;
}
.px14 {
 	font-size: 14px;
}
.px15 {
 	font-size: 15px;
}
.px16 {
 	font-size: 16px;
}
.px17 {
 	font-size: 17px;
}
.px18 {
 	font-size: 18px;
}
.px19 {
 	font-size: 19px;
}
.px20 {
 	font-size: 20px;
}
.black {
	color: #000000;
}
.black_333 {
	color: #333333;
}
.blue {
	color: #0000CC;
}
.blue_logo {
	color: #020180;
}
.grey {
	color: #666666;
}
.green {
	color: #009900;
}
.green_dark {
	color: #669900;
}
.green_logo {
	color: #A0CB9E;
}
.orange {
	color: #CC6633;	
}
.purple {
	color: #443399;	
}
.red {
	color: #FF0000;
}
.red_dark {
	color: #990000;
}
.white {
	color: #FFFFFF;
}
.block {
	display: block;
}
.bold {
	font-weight: bold;
}
.bordertoppad10 {
	border-top: 1px dashed #669966;
	padding-top: 20px;
}
.bordertoppad15 {
	border-top: 1px dashed #669966;
	padding-top: 20px;
}
.bordertoppad20 {
	border-top: 1px dashed #669966;
	padding-top: 20px;
}
.center {
	text-align: center;
	}
.hilite {
	background-color: #FFFF99;
	padding-left: 2px;
	padding-right: 2px;	
}
.ital {
	font-style: italic;
}
.left {
	float: left
	}
.right {
	float: right;
	}
.undr {
	text-decoration: underline;
}
.undr_none {
	text-decoration: none;
}
.upcase {
	text-transform: uppercase;
}
/* End Class Styles */

/* Request Info Buttons */
a.requestButton:link, a.requestButton:visited {
	margin-left: 5px;
	padding: 3px 11px 2px 10px;
	color: #111111;
	background-color: #B6D8A0;
	text-decoration: none;
	border-top: 1px solid #99CC99;
	border-left: 1px solid #99CC99;
	border-bottom: 1px solid  #000066;
	border-right: 1px solid #000066;
	font-weight: bold;
}
a.requestButton:hover {
	border-top: 1px solid #000066;
	border-left: 1px solid #000066;
	border-bottom: 1px solid #99CC99;
	border-right: 1px solid #99CC99;
}
a.requestButtonDir:link, a.requestButtonDir:visited {
	padding: 3px 11px 2px 10px;
	color: #111111;
	background-color: #B6D8A0;
	text-decoration: none;
	border-top: 1px solid #99CC99;
	border-left: 1px solid #99CC99;
	border-bottom: 1px solid  #000066;
	border-right: 1px solid #000066;
	font-weight: bold;
	font-size: 12px;
}
a.requestButtonDir:hover {
	border-top: 1px solid #000066;
	border-left: 1px solid #000066;
	border-bottom: 1px solid #99CC99;
	border-right: 1px solid #99CC99;
}
/* end Request Info Button */
