/*  
Theme Name: NWS Blog
Theme URI: http://www.newtekwebservices.com
Description: Blog theme for NWS website.
Version: 1.0
Author: Anne Burker

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, dd, dl, hr, form {
	margin: 0;
	padding: 0;
}

body {
	background-color: #e2e2e2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}

h1 {
	font-family: "Gill Sans", "Gill Sans MT", Verdana, Helvetica, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0d5dbc;
}

a:hover {
	text-decoration: none;
	color:#000099;
}

p {
	padding: 10px 0 0 0;
}

#container {
	width: 945px;
	margin: 0 auto;
	background-color:#FFFFFF;
	background-image:url(images/container_bk.gif);
	background-position: top left;
	background-repeat:repeat-y;
}

#container_top {
	width: 945px;
	height: 9px;
	background-image:url(images/container_top.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#main_container {
	width: 930px;
	margin-left: 7px;
}

#topbar {
	width: 100%;
	height: 15px;
	margin-top: 0;
	margin-left: 0;
	background-color: #93b2de;
}

#header {
	width: 100%;
	height: 60px;
	background-color: #f9f9f9;
}

#logoarea {
	float: left;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-left: 20px;
	padding-top: 4px;
	line-height: 20px;
}

#contact_info {
	float: right;
	padding-top: 5px;
	width: 400px;
}

#contact_info .top {
	text-align: right;
	padding-right: 25px;
	float: right;
	height: 25px;
	width: 320px;
	font-family: "Gill Sans", "Gill Sans MT", Verdana, Helvetica, Sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

#contact_info .top span {
	color: #f7941d;
}

#contact_info .telephone {
	clear: both;
	float: right;
	font-family: "Gill Sans", "Gill Sans MT", Verdana, Helvetica, Sans-serif;
	font-size: 17px;
	padding-right: 25px;
}

#contact_info .telephone span {
	color: #f7941d;
	font-size: 26px;

}

#navigation {
	width: 100%;
	background-color:#ebebeb;
}

#navigation .topshadow {
	background-image:url(images/nav_top_shadow.png);
	background-repeat:repeat-x;
	background-position: top left;
	width: 100%;
	height: 10px;
}

#navigation .main {
	font-family: "Gill Sans", "Gill Sans MT", Verdana, Helvetica, Sans-serif;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 5px;
	height: 25px;
	color: #000000;
}

#navigation .main a, a:visited {
	color: #000000;
	text-decoration:none;
}

.bottomshadow {
	background-image:url(images/nav_bottom_shadow.png);
	background-repeat:repeat-x;
	background-position: bottom left;
	width: 100%;
	height: 9px;
}

#content_container {
	width: 100%;
	margin: 0 auto;
	background-color:#FFFFFF;
}

.maincontent {
	width: 93%;
	overflow: auto;
	margin: 0 auto;
}

.blue {
	color: #0d5dbc;
}

#left_content {
	float: left;
	width: 500px;
}

.post {
	padding: 10px 0 10px 0;
}

.post h2 {
	font-family: "Gill Sans", "Gill Sans MT", Verdana, Helvetica, Sans-serif;
	font-size: 19px;
	line-height: 26px;
	text-decoration: none;
}

.post h2 a, a:visited {
	color: #0d5dbc;
	text-decoration: none;
}

.post .date {
	font-size: 11px;
	color: #999999;
	line-height: 20px;
}

.post .categories {
	font-size: 11px;
	color: #999999;
	padding-bottom: 1em;
}

.entry {
	border-top: 1px solid #ccc;
	border-top-style: dotted;
	line-height: 18px;
}


p.postmetadata {
	margin: 5px 0 0 0;
	background-color:#BBD5F4;
	padding: 10px;
	font-size: 11px;
}

.sub_navigation {
	padding: 10px;
}

.sidebar {
	float: left; 
	width: 340px;
	margin: 0 0 0 20px;
	display: inline;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li {
	padding: 10px 0 10px 0;
}

.sidebar ul li h2 {
	font-family: "Gill Sans", "Gill Sans MT", Verdana, Helvetica, Sans-serif;
	font-size: 17px;
}

.sidebar ul ul li {
	padding: 0;
	line-height: 24px;
}


#bottomblue {
	width: 100%;
	height: 39px;
	background-color:#7d9fd4;
}

#bottomblue .topshadow {
	background-image:url(images/nav_top_shadow.png);
	background-repeat:repeat-x;
	background-position: top left;
	width: 100%;
	height: 10px;
}

#bottomblue .main {
	height: 29px;
	font-family: "Gill Sans", "Gill Sans MT", Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
	color: #000000;
	background-image:url(images/bottomblue_bk.gif);
	background-position:left top;
	background-repeat:repeat-x;
}

#bottomblue .main span {
	color: #a3620a;
}

#footer {
	background-color: #e5e5e5;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	padding-top: 10px;
}

#footer a, a:visited {
	color: #0d5dbc;
	text-decoration: none;
}

#container_bottom {
	width: 945px;
	height: 9px;
	background-image:url(images/container_bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: "Gill Sans", "Gill Sans MT", Verdana, Helvetica, Sans-serif;
	font-size: 14px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
