/*  
Theme Name: NCCSS
Version: 1
*/
/* Reset Defaults Starts */
* {
  margin: 0;
  padding: 0;
  }
h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }
a {
  color: #215679;
  }
a:hover {
  color: #4C82A6;
  }
blockquote {
  margin: 5px 15px;
  padding: 5px 5px;
  background: #8CB5D8;
  border: 1px solid #3A7CAC;
  }
code {
  color: #3366CC;
  }
a img {
  border: none;
  }
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;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.center{
  text-align: center;
  }
.ngg-custom2-title{
font-weight: bold;
width: 250px;
font-size: .7em;
}
.ngg-custom2-caption{
width: 250px;
font-size: .7em;
margin-left: 5px;
padding: 0 0 10px 0;
 text-align: left;
}
/* Reset Defaults Ends */
body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0 auto 10px auto;
  width: 950px;
/*  font-family: Trebuchet MS, sans-serif; */
  font-size: 12px;
  font-family: Arial, Trebuchet MS, sans-serif 
  text-align: center; /* IE Centering Technique */
  background: #656565 url(images/bgbody.jpg) repeat-x top left;;
  }
#wrapper {
  text-align: left; /* IE Centering Technique */
  }
.topcurve {
  margin-top: 15px;
  height: 13px;
  background: url(images/bgtop.gif) left top no-repeat;
  }
.topcurvewhite {
  list-style-type: none;
  width:950px;
  height:32px;
  background-image:url('images/red.jpg');
  }
 
.bottomcurve {
  margin: 0;
  height: 13px;
  background: url(images/bgbottom.gif) left bottom no-repeat;
  }
.bottomcurvewhite {
  margin: 0;
  height: 13px;
  background: url(images/bgbottomwhite.gif) left bottom no-repeat;
  }
#header {
  margin: 0;
  padding: 0 0 0 0; 
  }
#header .topright {
  float: right;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: right;
  color: #fff;
  }
#header .topleft {
  float: left;
  font-size: 8pt;
  position: relative;
  margin-top: 3px;
  padding: 0;
  text-align: right;
  color: #fff;
  }
#searchform {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  }
#searchform {
  margin-left: 5px;
  width: 213px;
  padding-top: 8px;
  
  height: 28px;
  background: #ccc;
  background: url(images/search.gif) left 3px no-repeat;
  }
*:first-child+html #searchform { /* Filter for IE7 */
  padding: 6px 0;
  }
* html #searchform { /* Filter for IE6 */
  padding: 6px 0;
  }
#searchbox {
  margin-left: 5px;
  margin-bottom: 3px;
  width: 150px;
  background: none;
  border: none;
  }
#searchbutton {
  width: 50px;
  background: none;
  border: none;
  }
#searchbutton:hover {
  cursor: pointer;
  }
#underheader {
  clear: both;
  margin-top: 0px;
  padding: 0 0 0px 0;
  height:90px;
  }
#underheader h1.sitename {
  padding: 0 0 0 0;
  position: relative;
  font-size: 23pt;
  width: 600px;
  }
#underheader h1.sitename a {
  color: #fff;
  text-decoration: none;
  }
#underheader h1.sitename a:hover {
  color: #4C82A6;
  text-decoration: none;
  }
#underheader h2.sitedesc {
  padding: 0 0 0 0;
  position: relative;
  font-size: 12pt;
  color: #4C82A6;
  }
#underheader #toprss{
  float: right;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  text-align: right;
  }
/* Menu */
#nav {
  clear: both;
  margin: 0px 0 -15px 0;
  }
#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
#nav li {
  float: left;
  margin-right: 10px;
  }
* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }
* html #nav li a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
  }
#nav li a {
  display: block;
  height: 26px;
  background: url(images/bgtableft.gif) left top no-repeat;
  text-transform: lowercase;
  font-size: 10pt;
  text-decoration: none;
  }
#nav li a span {
  display: block;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 12px;
  line-height: 26px;
  font-weight: bold;
  color: #FFF;
  background: url(images/bgtabright.gif) right top no-repeat;
  text-decoration: none;
  }
#nav li a:hover {
  background-position: left -26px;
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  }
#nav li a:hover span {
  background-position: right -26px;
  color: #000;
  }
#nav li.current_page a {
  background-position: left -26px;
  }
#nav li.current_page a span {
  background-position: right -26px;
  color: #000;
  }
/* Main content */
#main {
  clear: both
  width: 925px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0;
  padding: 0 15px 15px 10px;
  background: #fff;
  }
#contentwrapper {
  float: left;
  width: 550px;
  }
  #fullcontentwrapper {
  float: left;
  width: 850px;
  padding: 0 15px 0 15px;
  }
#content {
font-size: 12pt;
  }
  #content ul{
padding-left:  20px;
  }
#content .pageTitle {
  padding: 5px 10px 0 10px;
  font-size: 14pt;
  color: #215679;
  }
.contentsearch {
  margin: 0 0 40px 100px;
  }
.contentsponsors {
  margin: 0 0 30px 190px;
  }
.image_sidebar {
  text-align:center;
  margin:0 0 20px 0;
  font-size:9pt;
  }
.post {
  margin: 20px 0 25px 0;
  }
#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0 10px;
  font-weight: bold;
  }
#content h2 {
  font-size: 14pt;
  }
#content h3 {
  font-size: 12pt;
  }

#content h4, #content h5, #content h6 {
  font-size: 11pt;
  }
h2.homeTitle {
  margin: 0 0 15px 0;
  }
h2.postTitle {
  padding: 0 10px;
  font-size: 14pt;
  font-weight: bold;
  color: #000;
  }
h2.postTitle a {
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  letter-spacing: -1px;
  }
h2.postTitle a:hover {
  color: #215679;
  }
.postMeta {
  padding: 2px 10px 4px 10px;
  font-size: 9pt;
  color: #333;
  }
.postMeta .date {
  background: url(images/date.gif) left no-repeat;
  padding: 0 0 0 15px;
  }
.postMeta .filed {
  background: url(images/folder.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }
.postMeta .commentcount {
  background: url(images/comments.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }
.postMeta .tags {
  background: url(images/tags.gif) left no-repeat;
  padding: 0 0 0 15px;
  }
.postMeta a {
  text-decoration: none;
  }
.postContent img {
/*  margin: 10px;
  border: 3px solid #CCC;*/
  }
#content p, .postContent p {
  padding: 5px 10px;
  color: #000;
  }
.postContent ul, ol {
  padding: 0 0 0 35px;
  }
.postContent ul li, ol li {
  font-size: 12pt;
  color: #000;
  padding: 3px 0;
  }
p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }
p.comments a {
  padding-left: 20px;
  background: url(images/comment.gif) left top no-repeat;
  font-size: 11pt;
  text-decoration: none;
  }
.commentlist {
  margin: 10px 0;
  font-size: 11pt;
  list-style: none;
  }
.commentlist li {
  margin: 0 0 5px -25px;
  width: 510px;
  }
.commentlist cite {
  padding: 10px;
  font-size: 11pt;
  }
.commentlist cite a {
  }
.commentmetadata {
  padding: 10px;
  }
.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }
.comment p {
  padding: 10px;
  font-size: 11pt;
  color: #000;
  }
.comment a {
  text-decoration: none;
  }
.comment a:hover {
  text-decoration: underline;
  }
.comment textarea {
  width: 510px;
  }
.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  }
.comment #submit:hover {
  cursor: pointer;
  }
.navigation {
  margin: 10px 0;
  color: #406E8D;
  text-align: center;
  font-size: 11pt;
  }
.navigation a {
  text-decoration: none;
  }
a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }/* Start of sidebar */
#allsidebars {
  width:355px;
padding-top: 13px;
  float:right;
  }/* Sidebar top welcome box */
.sidebarswrapper {
  margin-top: 0px;
  padding-top: 9px;
  width: 355px;
  background: url(images/bgsidebartop.gif) left top no-repeat;
  }
.sidebars {
  width: 355px;
  background: #363636;
  }
.sidebars h2 {
  padding: 0 0 2px 0;
  font-size: 11pt;
  color: #fff;
  letter-spacing: -1px;
  }
.sidebars p {
  padding: 2px 0;
  font-size: 11pt;
  }
#welcome {
  clear: both;
  padding: 0 10px;
  }

#welcome a {
  display: inline;
  color: #4C82A6;
  }
#welcome a:hover {
  color:#fff;
  }
#welcome p {
  color: #fff;
  margin-top: 5px;
/*  padding-left: 70px;*/
 /* background: url(images/welcome.gif) left no-repeat; */
  }
.sidebarsbottom {
  clear: both;
  width: 355px;
  height: 18px;
  background: url(images/bgsidebarbottom.gif) left bottom no-repeat;
  }
/* Sidebar 2 columns widget-ready */
.sidebarsB {
  width: 355px;
  margin-top: 15px;
  }
.topleft2 {
 text-align: center;
  font-size: 10pt;
  margin-top: -13px;
margin-bottom: 10px;
  padding: 0;
  }
.sidebar1 {
  float: left;
  width: 165px;
  }
.sidebar2 {
  float: right;
  width: 165px;
  }
.sidebarsB h2 {
  padding: 2px 7px;
  font-size: 11pt;
  color: #dddddd;
  letter-spacing: -1px;
  background: url(images/sidebar_h2.gif) left no-repeat;
  margin-bottom: 3px;
  }
.sidebarsB table {
  width: 160px;
  }
.sidebarsB ul {
  margin: 0;
  padding: 0 0 5px 0;
  }
.sidebarsB li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 10pt;
  }
.sidebarsB li ul {
  padding: 0;
  }
.sidebarsB ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #222;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dotted #ccc;
  }
.sidebarsB a {
  display: block;
  color: #333;
  text-decoration: none;
  display: inline;
  }
.sidebarsB a.trsswidget {
 display: block;
color: #DDDDDD;
  text-decoration: none;
  display: inline;
}
.sidebarsB a.trsswidget:hover {
  color: #DDDDDD;
  text-decoration: none;
}
h2.widgettitle a{
color: #DDDDDD;
}
h2.widgettitle a:hover {
    color: #DDDDDD;
}
.sidebarsB a:hover {
  text-decoration: underline;
  }
.sidebarsB p {
  padding: 2px 0;
  font-size: 10pt;
  }
#tag_cloud a {
  display: inline;
  }
.sidebarsB ul.children li {border-bottom:none;}
.sidebarsB ul.children {margin-bottom:-5px;}
/* Footer */
#footer {
  clear: both;
  padding-top: 0;
  color: #fff;
  text-align: center; /* IE Centering Technique */
  background: #000;
  }
#footer p {
  padding: 0;
  font-size: 9pt;
  color: #fff;
  text-align: center;
  }
#footer a {
  color: #fff;
text-decoration: none;
  }
#footer a:hover {
  color: #87BBD9;
text-decoration: none;
  }
#credits {
  clear: both;
  margin: 0 auto;
  line-height: 19px;
  }
/* Extras */
.cleared {
  clear: both;
  }
.left {
  float:left;
  }
.right {
  float:right;
  }
#nextprevious {
  padding:10px;
  font-size:80%;
  }
.commentbody {
  float:right;
  width: 420px;
  margin-bottom: 20px;
  padding: 10px 0 10px 0;
  }
 /* Reg FORM */ 
 .formtr{
 height:30px;
 }

.rimage{
-moz-border-radius: .3em;
-webkit-border-radius: .3em;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #9B2223 url("images/red.jpg") repeat-x;
	display: block;
	float: left;
	margin: 0 auto;
	list-style: none;
	z-index: 1000;
}
#access .menu-header,
div.menu {
	font-size: 14px;
	font-weight: bold;
/*	height:38px; */
	margin-left: 12px;
	width: 938px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #efefef;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	font-family: Trebuchet MS,sans-serif;

}

#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #9B1E22;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #CC0009 ;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
.ngg-custom2-caption {
/* height:50px; */
overflow:hidden;
width:250px;
}
.ada-div{
text-align: left;
/*border: 2px solid #a0a0a0;*/
padding:10px;

}
h2 a{
text-decoration: none;
}
h2 a:hover{
text-decoration: underline;
}
.txtleft{
text-align:left;
}
