/*
Theme Name: NAHREP Blog
Theme URI: http://nahrep.org/
Description: The default NAHREP Blog Theme.
Version: 1.0
Author: The Mitchum Design Group
Author URI: http://mitchumgroup.com/
Tags: blue, custom header, fixed width, two columns, widgets

	NAHREP v1.0
	 

	This theme was designed and built by Marc Spina,
	of the Mitchum Design Group
  	
*/

body {
    font-size: 13px;
    font-family:tahoma,arial, sans-serif;
    color:#27336F;
    background: #5378D1 url(images/bg-main.jpg) repeat-x;
    margin: 0px;
    padding: 0px 0px 40px;
    line-height:1.4em;
}
a {
    color: #5278D1;
    text-decoration: none;
}
a:visited {
    color: #5278D1;
    text-decoration: none;
}
a:hover {
    color: #7DA6DB;
    text-decoration: underline;
}
p {
    padding: 0px 0px 15px;
    margin: 0px;
}
h1 {
    margin:0px;
    background: url(images/header-icon.gif) no-repeat;
    padding-left: 70px;
    height: 60px;
    font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
    color: #c9eefe;
}
h1 a{
    color: #c9eefe;
    text-decoration: none;
}
h1 a:visited{
    color: #c9eefe;
    text-decoration: none;
}
h1 a:hover{
    color: #ffffff;
    text-decoration: none;
}
h2 {
    color: #27336F;
    margin: 0px 0px 2px;
    border-bottom: 1px dotted #CCCCCC;
    letter-spacing: -1px;
    font: normal 190%/100% Tahoma, Arial,sans-serif;
    padding-bottom: 3px;
}
h2 a, h2 a:visited {
    color: #27336F;
    text-decoration: none;
}
h2 a:hover {
    color: #81ABDB;
    text-decoration: none;
}
h3 {
    font-family: tahoma,arial,sans-serif;
    font-size:15px;
    color: #27336F;
    margin: 10px 0px 5px;
}
form {
    margin:0px;
    padding:0px;
}
#page {
    margin: 0px auto;
    width: 1006px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    background: transparent url(images/bg-page.png) repeat-y;
}
#header {
    background: #0FACEA url(images/bg-header.jpg) no-repeat;
    height: 310px;
    border-bottom: 0;
    position: relative;
}
#headerimg {
    position: relative;
    padding: 30px 0px 0px 40px;
    height: 60px;
}
#headerimg .description{
    position: absolute;
    left: 110px;
    bottom: 3px;
    color: #c9eefe;
    font-size: 14px;
}

#navHolder{
    position:relative;
    margin: 0px auto;
    width: 1006px;
    height:60px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    background: transparent url(images/bg-page-noshadow.png) repeat-y;
    
}


#nav {
    list-style: none;
    margin: 0px;
    position: absolute;
    left: -15px;
    top: 0px;
}
#nav li {
    float: left;
    margin-left: 5px;
}
#nav a {
    color: #ffffff;
    text-decoration: none;
    background: #6b9a11 url(images/nav-button-bg.gif) repeat-x;
    padding: 5px 15px;
    font: bold 14px/100% Arial, Helvetica, sans-serif;
    border-top: 1px solid #AAA;
    border-left: 1px solid #AAA;
    border-right: 1px solid #AAA;
    display: block;
}
#nav a:visited {
    color: #ffffff;
    text-decoration: none;
}
#nav a:hover {
    color: #000000;
}
#content {
    padding: 10px 0px 30px 20px;
    float: left;
    margin-left:10px;
    width: 585px;
    overflow: hidden;
}
.post {
    clear:both;
    padding-top: 10px;
}
.post-date {
    width: 45px;
    height: 49px;
    float:left;
    background: url(images/date-bg.gif) no-repeat;
}
.post-month {
    font-size: 11px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    display:block;
    line-height: 11px;
    padding-top: 2px;
    margin-left: -3px;
}
.post-day {
    font-size: 18px;
    text-transform: uppercase;
    color: #999999;
    text-align: center;
    display:block;
    line-height: 18px;
    padding-top: 7px;
    margin-left: -3px;
}

.post-title {
    float: left;
    margin-left: 10px;
    width: 430px;
}

.entry {
    clear: both;
    padding-top: 10px;
}

.post-cat {
    background: url(images/mini-category.gif) no-repeat left center;
    padding-left: 18px;
    float:left;
    font-size: 95%;
    color: #999999;
}
.post-comments {
    background: url(images/mini-comments.gif) no-repeat left center;
    padding-left: 18px;
    float: right;
    font-size: 95%;
}
.post-calendar {
    background: url(images/mini-calendar.gif) no-repeat left center;
    padding-left: 18px;
    float: right;
    font-size: 95%;
    color: #999999;
}
.post-content {
    clear: both;
    padding-top: 10px;
}
.navigation {
    clear: both;
    padding: 10px 0px;
}
.navigation a, .navigation a:visited {
    color: #5278D1;
}

.navigation a:hover{
    color: #7DA6DB;
}


.previous-entries {
    float: left;
    padding-left: 18px;
    background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries {
    float: right;
    padding-right: 18px;
    background: url(images/mini-nav-right.gif) no-repeat right center;
}
#comments, #respond {
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 5px;
}
.commentlist {
    margin: 10px 0px;
    padding-left: 20px;
    line-height: 130%;
}
.commentlist li{
    padding: 5px 10px;
    position: relative;
}
.commentlist .avatar {
    position: absolute;
    top: 5px;
    right: 5px;
    border: solid 1px #ededed;
    padding: 1px;
    background: #fff;
}
.commentlist .alt {
    background: #E1EFFF;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
    font-weight: bold;
    font-style: normal;
    font-size: 120%;
    color: #5278D1;
}
.commentlist small {
    margin-bottom: 5px;
    display: block;
    font-size: 87%;
}
#commentform {
    margin-top: 10px;
    font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
    padding: 6px 0px;
    margin: 0px;
}
#commentform label{
    font-weight: bold;
    color: #666666;
    font-size: 100%;
}
#commentform input{
    width: 153px;
    background:#E1EFFF;
    border: 1px solid #A0CDE1;
    padding: 3px;
    margin-top: 3px;
}
#commentform textarea{
    width: 478px;
    height: 115px;
    background:#E1EFFF;
    border: 1px solid #A0CDE1;
    padding: 2px;
    margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
    background: #ffffff;
}
#commentform #submit{
    background: url(images/btn-bg.gif) no-repeat;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    border: none;
    float:right;
    width: 144px;
    height: 29px;
}
#sidebar {
    float: right;
    padding: 0px 10px 20px 0px;
    width: 300px;
}
#searchform {
    background: #adbfe5 url(images/searchform-bg.gif) repeat-x;
    width: 300px;
    padding: 10px 10px 10px 10px;
    float:right;
    margin-right:10px;
}
#searchform #s {
    width: 135px;
    height: 22px;
    padding: 2px 5px 0px 5px;
    border: 1px solid #A0CDE1;
    background: #E1EFFF;
    vertical-align: middle;
}
#searchform #searchsubmit {
    background: url(images/search-btn-bg.gif) no-repeat;
    border: none;
    width: 28px;
    height: 24px;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    vertical-align: middle;
}
#searchform label {
    font-size: 11px;
    color: #41550e;
}
#sidebar h3 {
    font-family: tahoma,arial,sans-serif;
    font-size:18px;
    color: #27336F;
    margin: 10px 0px 5px;
}
.ul-cat {
    list-style: none;
    margin:0px 0px 15px;
    padding:0px;
    border-bottom: 1px solid #BBB;
}
.ul-cat li{
    margin: 0px;
    padding: 2px 0px 2px 20px;
    border-top: 1px solid #CCC;
    background: url(images/mini-category.gif) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited{
    color: #777;
    text-decoration: none;
}
.ul-cat li a:hover{
    color: #5278D1;
    text-decoration: none;
}
.ul-archives {
    list-style: none;
    margin:0px 0px 15px;
    padding:0px;
    border-bottom: 1px solid #BBB;
}
.ul-archives li{
    margin: 0px;
    padding: 2px 0px 2px 20px;
    border-top: 1px solid #CCC;
    background: url(images/mini-monthly-archive.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
    color: #777;
    text-decoration: none;
}
.ul-archives li a:hover{
    color: #5278D1;
    text-decoration: none;
}
#footer {
    clear: both;
    background: transparent url(images/bg-footer.png) repeat-y;
    width:999px;
    color: #ACD7EE;
    font-size: 95%;
    line-height: 130%;
    border-bottom:3px solid #CEA54B;
    
}
#footer a, #footer a:visited{
    color: #ffffff;
}
#footer .left-col{
    width: 240px;
    float: left;
    margin-left: 30px;
}
#footer .right-col{
    width: 300px;
    float: right;
    padding-right: 10px;
    padding-left: 10px;
    margin-right:20px;
    background: transparent;
}
#footer h4 {
    font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
    color: #CEA54B;
    margin: 10px 0px 5px;
}
.recent-comments {
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 110%;
}
.recent-comments li{
    background: url(images/mini-footer-comments.gif) no-repeat;
    padding: 0px 0px 10px 20px;
}
.recent-comments a{
    font-size: 105%;
    line-height: 130%;
    font-weight: bold;
}
.recent-posts {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 92%;
    line-height: 110%;
}
.recent-posts li{
    background: url(images/mini-footer-post.gif) no-repeat;
    padding: 0px 0px 10px 20px;
}
.recent-posts a{
    font-size: 115%;
    line-height: 130%;
    font-weight: bold;
}
#credits {
    margin: 0px auto;
    width: 1006px;
    color: #CEA54B;
    font-size: 85%;
    line-height: 120%;
}
#credits a, #credit a:visited{
    color: #FFF;
}
.rss {
    background: url(images/mini-rss.gif) no-repeat left center;
    padding-left: 18px;
    padding-bottom: 2px;
    margin-left: 10px;
}
.left {
    float: left;
}
img.left, a img.left {
    float:left;
    margin: 4px 10px 5px 0px;
    border: 1px solid #bdd77f;
    padding: 3px;
    background: #FFFFFF;
}
a:hover img.left{
    border-color: #FF6600;
    background: #FF6600;
}
.right {
    float: right;
}
img.right, a img.right {
    float:left;
    margin: 4px 10px 5px 0px;
    border: 1px solid #bdd77f;
    padding: 3px;
    background: #FFFFFF;
}
a:hover img.right{
    border-color: #FF6600;
    background: #FF6600;
}
.clear {
    clear:both;
}
hr.clear {
    clear:both;
    visibility: hidden;
    margin: 0px;
    padding: 0px;
}
img.img_border, a img.img_border {
    border: 1px solid #bdd77f;
    padding: 3px;
    background: #ffffff;
}
a:hover img.img_border{
    border-color: #FF6600;
    background: #FF6600;
}
