/*  
Theme Name: NVLSC
Description: WordPress theme designed for NVLSC
*/

body {
	background: #777 url(images/bg.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-width: 0;
	margin: 0;
	padding: 0;
	color: #010101;
}

html{
	border-width: 0;
	margin: 0;
	padding: 0;
}

a {
	color: #069;
	text-decoration: underline;
}
a:visited {
	color: #069;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0px 0px 15px;
}
img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}
#page {
}
#wrapper {
	width: 970px;
	margin: 0px auto 10px auto;
	position: relative;
}

.container{
background:#fff;
padding:0 0px 0 0;
}

.photo{
padding:12px 0 0px 7px;
}

#header h1 {
padding:0;
margin:0;
}

.description { display:none;}

#searchform {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(images/searchform_bg.gif) no-repeat right bottom;
	height: 40px;
	width: 317px;
	padding:0;
	margin:0;
}

#searchform #s{
	background: #fff;
	height: 16px;
	width: 174px;
	margin: 9px 2px 0px 80px;
	padding: 3px 7px 2px 5px;
	color: #000;
	border:1px solid #bac4d1;
}

#searchform #searchsubmit { 
	background: url(images/search-btn.gif) no-repeat left top;
	height: 22px;
	width: 26px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}

#leftcol {
	width: 700px;
	float: left;
	margin-top: 11px;
}

#nav {
	height:48px;
}
#nav ul{
	list-style: none;
	margin: 0px 0px 0px 25px;
	padding: 18px 0 0 0px;
	font-size:14px;
	font-weight:bold;
}
#nav ul li{
	margin: 0px 1px 0px 0px;
	padding: 0px 32px 0px 32px;
    display:inline;
}
#nav ul li a{
	text-decoration: none;
	color: #fff;
}
#nav li a:visited{
	text-decoration: none;
	color: #fff;
}
#nav li a:hover, #nav .current_page_item a{
	text-decoration: none;
	color: #8de4f9;
}

#content {
	padding: 25px 10px 15px 20px;
	width: 680px;
	background: #fff;
	clear: both;
	overflow: hidden;
}
.post {
	padding: 0px;
	clear: both;
	margin:0;
	overflow: hidden;
}
.post .date {
	height: 50px;
	width: 45px;
	background: url(images/calendar.gif) no-repeat;
	font-size:11px;
	color: #010101;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
}
.post .date span {
	height: 16px;
	display: block;
    font-size:10px;
	color: #fff;
	text-align: center;
	padding-top: 5px;
}

.postdata {
	font-size: 90%;
	color: #999;
	padding:0 10px 0 10px;
	margin:0;
}
.postdata a, .postdata a:visited {
	color: #999;
	text-decoration: none;
}
.postdata a:hover {
	color: #069;
	text-decoration: none;
}
.postdata .category{
	padding-left: 0px;
	float: left;
}
.postdata .comments{
	padding-left:0px;
	float: right;
}
.mini-add-comment {
	padding-left:0px;
	float: right;
}
.entry {
	padding: 10px 10px 5px 10px;
	clear: both;
	line-height:18px;
}

.nocomments{
padding-left:10px;
}

/* post title */
h2, #content h1 {
	color: #165787;
	margin: 3px 0 0px;
	padding:0 0 10px 5px;
	font-size:18px;
	background:url(images/headline_bg.gif) 0 100% no-repeat;
}
h2 a, h2 a:visited {
	color: #165787;
	text-decoration: none;
}
h2 a:hover {
	color: #999;
	text-decoration: none;
}
h3 {
	color: #789809;
	font-size:13px;
	margin: 5px 0px 5px;
}

h4 {
	color: #0389cb;
	font-size:13px;
	background:url(images/star.gif) 0 8px no-repeat;
	padding:10px 0 10px 33px;
	margin: 15px 0px 0px 0;
}

h3 a, h3 a:visited, h3 a:link{
	color: #789809;
text-decoration:none;
}

h3 a:hover{
color:#069;
text-decoration:underline;
}

/* next & previous page navigation */
.page-nav {
	clear: both;
	height: 21px;
}
.page-nav a, .page-nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
.page-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(images/navigation-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(images/navigation-right.gif) no-repeat right center;
}

/* next & previous post navigation */
.post-nav {
	clear: both;
	padding-bottom: 35px;
	margin-top: -15px;
	font-size: 95%;
}
.post-nav a, .post-nav a:visited {
	color: #010101;
	text-decoration: none;
}
.post-nav a:hover {
	color: #069;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 10px;
	background: url(images/arrow_previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
    padding-right: 10px;
	background: url(images/arrow.gif) no-repeat right center;
	text-align: right;
}

p.edit {
	padding-left: 10px;
	background: url(images/arrow.gif) 0 6px no-repeat;
}

#content .entry .alignleft{
clear:left;
margin-right:10px;
float:left;
}

#content tale td{
vertical-align:top;
}

/* ------------------------------------- comment area  */
h3#comments {
	padding-left: 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	clear: both;
}
h3#respond {
	padding-left: 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px;
	clear: both;
}
/* commentform */
#commentform {
	margin-top: 10px;
}
#commentform label {
	font-weight: bold;
	color:#666;
	font-size: 100%;
	padding-left: 5px;
}
#commentform small {
	color: #999999;
	font-size: 90%;
}
#commentform input {
	font: 110% Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 5px 3px 3px 7px;
	background: url(images/form-field-bg.gif) no-repeat;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #e6e6e6;
}
#commentform textarea {
	font: 110% Arial, Helvetica, sans-serif;
	width: 480px;
	height: 140px;
	background:url(images/form-field-bg.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}
#commentform #submit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	background: #1367b5;
	border: none;
	font-weight:bold;
	padding-bottom: 6px;
	margin-left: 355px;
}
#commentform #submit:hover {
	background:#4d9de7;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #3b9acc;
}

/* comment list */
.commentlist {
	margin: 10px 0px;
	padding-left: 45px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #F4F4F4;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	color: #669900;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #669900;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentlist small a, .commentlist small a:visited{
	color: #999999;
}

/* ------------------------------------- sidebar area  */
/* sidebar */
#sidebar {
	float:right;
	width: 232px;
	color: #000;
	line-height: 160%;
	margin-right:20px;

}
#sidebar p {
	margin: 0px 0px 15px;
}

#sidebar h3 {
clear:left;
background:url(images/sideheader_bg.gif) 0 0 no-repeat;
color:#fff;
padding:14px 0 0px 15px;
font-size:17px;
height:28px;
margin:0;
font-weight:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;
margin-top:15px;
}

#sidebar h3 a, #sidebar h3 a:visited {
	color: #fff;
}
#sidebar h3 img {
	vertical-align: middle;
}
#sidebar a, #sidebar a:visited {
	color: #000;
	text-decoration:none;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	text-decoration:underline;
}
#sidebar ul {
	list-style: none;
	margin: 0 ;
	padding: 0 ;
}

#sidebar ul li {
	background: url(images/bullet_blue.gif) 20px 11px no-repeat;
	padding:5px 5px 3px 30px;
}

#sidebar ul li a{
color:#000;
}

#sidebar ul li ul li {
	background: url(images/bullet_blue.gif) no-repeat;
	padding-left: 12px ;
}

/* ------------------------------------- widget styles  */
/* archives widget */
#archives ul li {

}
/* recent comments widget */
#recent-comments ul li {

}

.dbx-content{
background:#fff url(images/gradient.gif) 0 0 repeat-x;
}

.dbx-content{
padding:0;
margin:0;
}

/* category widget */
#sidebar .widget_pages .dbx-content ul li {
	float:left;
	clear:left;
	width:230px;
	padding:0;
	margin:0;
    border-bottom:1px solid #bababa;
	border-top:1px solid #fff;
}
#sidebar .widget_pages .dbx-content ul li a{
    display:block;
    background:#e8edda url(images/bullet_green.gif) 20px 12px no-repeat;
	padding:5px 5px 5px 30px;
	margin:0;
}
	
#sidebar .widget_pages .dbx-content ul li a:hover{
    background:#f5f8eb url(images/bullet_green.gif) 20px 12px no-repeat;
}

#sidebar .widget_pages .dbx-content ul li ul{
margin:0;
padding:0;
position:relative;
}

#sidebar .widget_pages .dbx-content ul li li{
border:0;
padding:0px 0px 2px 0px;
background-image:none;
background-color:#e8edda;
display:list-item;
font-size:10px;
}

#sidebar .widget_pages .dbx-content ul li li a{
text-decoration:underline;
display:list-item;
padding:0 0 0px 30px;
border:0;
background-image:none;
}

#sidebar .widget_pages .dbx-content ul li li a:hover{
text-decoration:none;
background:#e8edda;
}

.widget_categories h3.dbx-handle, #archives h3.dbx-handle, #links h3.dbx-handle, .widget_text h3.dbx-handle{
}

.widget_text .dbx-content{
padding:10px 15px;
font-size:11px;
line-height:16px;
color:#000;
}




/* recent posts widget */
#recent-posts ul li {
	
}
/* links widget */
#links ul li {
	
}
/* meta */
#meta .rss {
	
}
#meta .login {
	
}
#meta .check {
	
}
#meta .wordpress {
	
}
/* calendar */
#calendar table {
	margin: 0px auto;
}
#calendar td {
	padding: 0px 4px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}
img.left, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.right {
	float: right;
}
img.right, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}

/* ------------------------------------- footer area  */
#footer {
	background:#acacac;
	padding: 10px 0px 10px 10px;
	font-size: 11px;
	color: #fff;
	font-weight:bold;
	margin:0;
	text-align:center;
	border:5px solid #fff;
}

#footer ul{
list-style-type:none;
padding:0;
margin:0;
}

#footer li{
background:none;
padding:0 15px;
display:inline;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
