/*
Theme Name: PCNP
Theme URI: http://GoVWS.com/
Author: GoVWS.com
Author URI: http://GoVWS.com/
*/

@charset "iso-8859-1";
@import url("htmlAttributes.css");
body 
	{
	margin: 0px;
	text-align:center;
	background: url(/images/bg.jpg) repeat-x;
	}
	
table#buttonbg
	{
	width:1000px;


	}

table#greybg
	{
	width:100%;
	height: 100%;
	background-color: #CCCCCC;
	text-align:center;
	}
table#login
	{
	width:346px;
	height: 92px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#00203E;
	font-size:11px;
	font-weight:normal;
	background-image:url(../siteimages/login_bg.jpg);
	}
table#header
	{
	width:1000px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#00203E;
	font-size:11px;
	font-weight:normal;

	}
table#mainBody
	{
	width:1000px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#00203E;
	font-size:13px;
	font-weight:normal;
	background-image: url(/images/innerBG.jpg);
	}
table#footer
	{
	width:1000px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#01295C;
	font-size:11px;
	font-weight:normal;
	}
table#95-width
	{
	width:95%;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	}
	.tdbanner-bg
 {
width:969px;
background-color: #EBEDE7;
} 


a.mainLinks
	{
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#000000;
	font-weight:normal;
	}

a.mainLinks:hover 
	{
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#A30F57;
	font-weight:normal;
	}
a.whiteLinks
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
	}

a.whiteLinks:hover 
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	font-weight:normal;
	}
	
	
	
a.footerLinks
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#999999;
	font-weight:normal;
	}

a.footerLinks:hover 
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:underline;
	color:#ffffff;
	font-weight:normal;
	}
h1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: #031D42;
	border-bottom-width: 1px;
	border-bottom-color: #D1D1D1;
}
h2
	{
	font-family: Arial,  Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #000000;
	margin:0px;	
	}	
h3
	{
	font-family: Arial,  Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#000000;
	margin:0px;	
	}	
	
h4
	{
	font-family: Arial,  Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px;	
	}	
h5
	{
	font-family: Arial,  Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #CF8803;
	margin:0px;	
	}	

html {scrollbar-face-color:  #85CAF5;
scrollbar-shadow-color: #838383;
scrollbar-highlight-color: #838383;
scrollbar-3dlight-color: #838383;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #1972AA;
scrollbar-arrow-color: #ffffff;
}



.errorMessage
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#ff0000;
font-size:11px;
font-weight:normal;
}

hr {
	height: 1px;
	width: 99%;
	text-align: left;
	border-left-style: none;
	border-top-width: 1;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #CCCCCC;
}
.font-white {
	color: #FFFFFF
	}
.font-small {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666
	}

/* Menu */

#menu

{

	background:#f10000;

	margin: 0em 2.5em 0em 15em;

	float:left;

	padding:8px;

	width:785px;

	margin-top:-33px;

}



#menu ul

{

	list-style: none;

}

#menu li

{

	display: inline;

}

#menu li a

{

	color: #fff;

	text-decoration: none;

	margin-right: 1em;

	padding:8px;

	font-size:14px;

}

#menu li a:hover, 

#menu li a:active,

#menu li.current_page_item a

{

	color: #fff;

	background:url(images/nav-hover.gif) repeat-x;

	padding:8px;



}

#menu li#feed

{

    float:right;

    margin-top:-20px;

	padding-left:15px;

	background:url(images/icon_feed.gif) no-repeat left;

}

/* This styles the unordered list element to remove bullets and align the text */
 ul#nav {
   list-style-type : none;
   text-align : right;
 }

 /*
  This styles the links. It’s a block-level link and the text is positioned
  with padding. Other styles are defined: width, colors, text attributes, etc.
 */
 ul#nav a, ul#nav a.rss {
   background-color : #d3d3a7;
   padding : 15px 5px 2px 10px;
   margin-bottom : 10px;
   width : 180px;
   height : auto;
   color : #333;
   font-weight : bold;
   font-style : normal;
   display : block;
   text-decoration : none;
 }

 /* This gives the “rss” class link a background image */
 ul#nav a.rss {
   background : #d3d3a7 url(images/rss.jpg) no-repeat 2px 2px;
 }

 /* This is only necessary for IE6 else the link margins will collapse on hover */
 ul#nav li {
   margin-bottom : 10px;
 }

 /* This removes the default left margin (indentation) */
 ul#nav li {
   margin-left : 0;
 }

 /*
  Now to offer some hover and focus styles. Further specification of focus/active styles
  could be added but I didn’t do it in this example. I didn’t feel it was needed
 */
 ul#nav a:hover, ul#nav a:focus, ul#nav a:active {
   background-color : #669900;
   color : #fff;
 }

 /* This offers up a hover/focus state image for the “rss” class link */
 ul#nav a.rss:hover, ul#nav a.rss:focus {
   background : #669900 url(images/rss_on.jpg) no-repeat 2px 2px;
 }

 /*
  This style the single state of the “current_page_item” class link. Not needed for
  the “rss” class link since that target page won’t display the menu
 */
 ul#nav li.current_page_item a, ul#nav li.current_page_item a:hover,
 ul#nav li.current_page_item a:focus, ul#nav li.current_page_item a:active {
   background-color : #9e9e55;
   color : #fff;
   cursor : default;
   text-align : left;
 }

li#upcoming-events { border:1px #DCDCDE solid; background:#EEEEF0;}

li#todays-events { border:1px #DCDCDE solid; background:#EEEEF0;}

h2.widgettitle { font-size:16px ; padding:12px 0px 12px 5px; background:#55B2ED; color:white; border:1px #55B2ED solid; }

ul#left li { border:none;}

#sidebar li {
	list-style-type: none;
	list-style-image: none;
	margin: 10px 0px 10px 0px;
	}

#pages li {
		list-style-type: none;
	list-style-image: none;
	margin: 5px 0px 5px 10px;
	}
	
#pages li ul li {
		list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 0px 0px;
	}

#pages li ul {
		list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 0px 0px;
	}
	
.post h2 a { font-size:20px;
	border-bottom: 1px dashed #000; }