@charset "utf-8";
/* CSS Document */


/* width classes - apply these to the container divs */

.skinny{
width: 370px;
}

.wide{
width: 570px;
}

h1.cat_title{
color:#5D4C3B;
font-size:17px;
margin-bottom:14px;
text-transform:uppercase;
}

/* next-posts previous posts */

.post-nav a{
font-weight:bold;
font-size:14px;
margin:15px 20px 0 0;
text-transform:uppercase;
text-decoration:none;
float:left;
}

/* Single posts page */

#single{
float:left;
height: auto;
margin-left: 10px;
margin-top: 10px;
}

#single h1.title{
font-size: 18px;
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
float:left;
clear: left;
padding-bottom: 3px;
}

#single p.date{
font-size: 12px;
float:left;
clear:left;
margin:0 5px 3px 0;
font-weight:bold;
color: #9d9d93;
width:auto;
}

#single .cat-link a{
font-size:12px;
text-decoration:none;
color:#9D9D93;
font-weight:bold;
}

#single .popular{
float:left;
width:100%;
border-top:1px dashed #ccc;
padding:10px 0;
}

#single .popular h1{
font-size:14px;
margin:0 0 8px 0;
}

#single .popular li{
margin:0 0 4px 0;
font-size:12px;
}

#single .popular li a{
text-decoration:none;
}

#single .popular li a:hover{
text-decoration:underline;
}

#single .more-from-cat{
float:left;
width:100%;
border-top:1px dashed #ccc;
padding:10px 0;
}

#single .more-from-cat li.heading{
font-size:14px;
margin:0 0 8px 0;
font-weight:bold;
}

#single .more-from-cat li.heading a{
text-decoration:none;
}

#single .more-from-cat li.title{
margin:0 0 4px 0;
font-size:12px;
}

#single .more-from-cat li.title a{
text-decoration:none;
}

#single .more-from-cat li.title a:hover{
text-decoration:underline;
}

#single .next-post span {
color:#4B4B49;
font-weight:bold;
text-transform:uppercase;
margin-top: 5px;
}


/*pages*/

#pages{
float:left;
height: auto;
margin-left: 10px;
margin-top: 10px;
}

#pages h1.title{
font-size: 17px;
margin-bottom: 12px;
color: #5d4c3b;
text-transform: uppercase;
}


/* any pages that are made up of multiple posts listings*/

#multiple_posts{
float:left;
height: auto;
margin-left: 10px;
margin-top: 10px;
font-size: 12px;
}

#multiple_posts .post_group{
height: auto;
width:100%;
clear:both;
margin-bottom: 0px;
float:left;
margin-bottom:12px;
}

#multiple_posts .post_group2{
height: auto;
width:100%;
clear:both;
margin-bottom: 0px;
float:left;
margin-bottom:12px;
border-top:1px dashed #ccc;
padding-top:10px;
}

#multiple_posts p{
font-size: 12px;
line-height: 16px;
margin-bottom: 10px;
clear: left;
float:left;
width: 100%;
}

#multiple_posts .cat_title{
font-size: 17px;
margin-bottom: 12px;
color: #5d4c3b;
text-transform: uppercase;
}

#multiple_posts a.link_cat:link, #multiple_posts a.link_cat:visited{
float:left;
clear:left;
font-size: 17px;
color:#3E74BA;
text-decoration:underline;
width:auto;
font-weight:bold;
margin-bottom:4px;
}

#multiple_posts a.link_cat:hover, #multiple_posts a.link_cat:active{
text-decoration:none;
}

#multiple_posts h2.dept_cat{
margin-bottom:4px;
font-size:11px;
color:#9b9a94;
}

#multiple_posts .title{
font-size: 14px;
text-decoration:none;
float:left;
margin-bottom: 6px;
width: auto;
}

#multiple_posts .excerpt{
clear:both;
float:left;
width: 100%;
}

#multiple_posts .excerpt .postimg{
float: left;
margin-right: 10px;
height:70px;
overflow:hidden;
width:80px;
}

#multiple_posts .excerpt .postimg img{
width:90px;
}

#multiple_posts .excerpt p{
float: none;
clear:none;
}

#multiple_posts .excerpt .more-link{
margin-top: 5px;
font-weight: bold;
}

#multiple_posts h4.date{
margin-left: 5px;
margin-bottom: 8px;
margin-top: 2px;
color:#3E74BA;
font-weight: bold;
font-size: 12px;
height: auto;
float:left;
}

#multiple_posts h5.date{
margin-top: 11px;
margin-bottom: 10px;
color:#3E74BA;
font-weight: bold;
font-size: 15px;
height: auto;
float:left;
width:100%;
border-bottom:1px dashed #ccc;
padding-bottom:3px;
}

#multiple_posts table{
float:left;
font-size: 12px;
}

#multiple_posts  table img{
padding: 4px;
}

#multiple_posts  td{
text-align: left;
padding: 5px;
}

#multiple_posts ul{
float:left;
clear: left;
font-size: 12px;
list-style-type: disc;
padding-left: 20px;
margin-left: 5px;
margin-bottom: 10px;
}

#multiple_posts li{
margin-top: 7px;
margin-bottom: 7px;
}

#multiple_posts .links li{
float:left;
clear:left;
list-style-type:none;
font-weight:bold;
}

#multiple_posts .main_cat_title{
font-size: 18px;
margin-bottom: 11px;
margin-top: 8px;
color:#3E74BA;
float:left;
clear: left;
}


/*extra nav -
the navigation to the right on .skinny pages that provides room for extra navigation*/


#extra_nav{
height: auto;
min-height: 80px;
width: 185px;
padding-bottom: 8px;
float:right;
margin-right: 9px;
margin-top: 8px;
background-color:#a6a795;
background-image: url(images/bottom_extra_box.jpg);
background-position: bottom;
background-repeat: no-repeat;
position:relative;
}

#extra_nav_top{
background-image: url(images/top_extra_box.jpg);
width: 185px;
height: 17px;
}

.extra_nav_btn{
width: 170px;
height: 38px;
background-image: url(images/extra_box_item.jpg);
margin-left: 8px;
margin-bottom: 5px;
}

.extra_nav_btn a{
display: block;
margin-left: 12px;
padding-top: 12px;
font-size: 14px;
font-weight: bold;
}

#extra_nav p{
margin-left: 14px;
margin-right: 8px;
margin-bottom: 4px;
line-height: 17px;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
}


.extra_nav_list li{
width: 170px;
height: 38px;
background-image: url(images/extra_box_item.jpg);
list-style-type: none;
margin-left: 8px;
margin-bottom: 5px;
list-style-position:outside;
}

.extra_nav_list li a{
display: block;
margin-left: 12px;
padding-top: 12px;
font-size: 14px;
font-weight: bold;
}

li#dropdown{
list-style-type:none;
margin-left:10px;
}
li#dropdown select{
font-size:12px;
background:url(images/dropdown.jpg);
border:0px;
width:129px;
height:31px;
padding:6px 5px 6px 5px;
}
li#dropdown option{
font-size:12px;
padding:5px;
border:1px solid #fff;
}
li#dropdown input[type="submit"]{
background:url(images/dropdown_arrow.jpg) no-repeat left 3px;
width:19px;
height:17px;
border:0px;
margin-left:3px;
}

li#dropdown input[type="submit"]:hover{
cursor:pointer;
}

/* Forms on pages*/
#form{
float:left;
}

#form form{
float:left;
margin-top: 10px;
width:100%;
font-size:12px;
margin-bottom:10px;
}

p.linklove{
display:none;
}

#form label{
width:150px;
display:block;
float:left;
margin-top:4px;
text-align:right;
margin-right:10px;
}

#form ol li{
width:100%;
display:block;
float:left;
margin-top:10px;
}

#form input{
display:block;
width:150px;
float:left;
border:1px solid #7d7e77;
}

#form textarea{
border:1px solid #7d7e77;
}

#form fieldset.cf_hidden input{
border:0px;
}

#form span.reqtxt, #form span.emailreqtxt{
margin-left:2px;
color:#c80505;
font-size:14px;
}

#form div.failure, #form div.cf_info{
font-size:14px;
color:#c80505;
font-weight:bold;
width:300px;
}

#form input.sendbutton{
width:70px;
clear:left;
margin-left:160px;
border:2px solid #7d7e77;
background:#9a9b93;
padding:3px;
font-size:12px;
color:#fff;
cursor:pointer!important;
}

#form input.sendbutton:hover{
cursor:pointer!important;
}

div.dp-popup{
margin-left:60%;
left:0px!important;
position:absolute;
padding:10px;
margin-top:-20px;
background:#c1c1b7;
width:147px;
z-index:997;
border:4px solid #fff;
}

div.dp-popup h2{
font-size:14px;
text-align:center;
}

div.dp-popup table.jCalendar{
clear:both;
padding:3px;
}

div.dp-popup table.jCalendar th{
padding-bottom:3px;
font-size:12px;
}

div.dp-popup table.jCalendar tbody{
font-size:10px;
}

div.dp-popup table.jCalendar td{
padding:3px;
text-align:center;
background: #fff;
}

div.dp-popup table.jCalendar td.dp-hover{
cursor:pointer;
}

div.dp-popup table.jCalendar td.today{
border:2px solid #f5d79f;
}

div.dp-popup table.jCalendar td.selected{
background:#ccc;
}

div.dp-popup div.dp-nav-prev{
width:40px;
float:left;
margin-bottom:3px;
}

div.dp-popup div.dp-nav-next{
width:40px;
float:right;
margin-bottom:3px;
}

div.dp-popup div.dp-nav-next img{
float:right;
}

div.dp-popup a.dp-nav-prev-month{
margin-left:6px;
}

div.dp-popup a.dp-nav-next-month img{
margin-right:6px;
}


/*Search box on 404*/

#search #searchform{
float:left;
clear:left;
}

#search p{
font-size: 14px;
margin-bottom: 8px;
margin-bottom:3px;
}

#search div.post_group{
float:left;
clear:left;
width:100%;
margin-bottom:18px;
}

#search h2.title{
font-size: 14px;
float:left;
clear:left;
width:auto;
}

#search p.time{
font-size:12px;
color:#3E74BA;
font-weight:bold;
float:left;
width:160px;
margin-top:2px;
}

#search div.excerpt{
float:left;
clear:left; 
font-size:12px;
width:100%;
}

div.results{
margin-bottom:15px;
border-bottom:1px dashed #ccc;
padding-bottom:5px;
font-size:12px;
}

div.next_posts1{
position:absolute;
right:21px;
top:179px;
width:200px;
text-align:right;
font-size:12px;
}

div.next_posts1 a, div.next_posts2 a{
text-decoration:none;
margin-left:5px;
}

div.next_posts2{
float:left;
clear:left;
width:100%;
border-top:1px dashed #ccc;
font-size:12px;
padding-top:5px;
text-align:right;
}


/*div to make content wrap around content*/

.usercontent{
float:left;
clear:left;
width:100%;
line-height: 1.3;
}

.usercontent div{
font-size: 12px;
}

.usercontent p{
clear:none;
float:none;
width:auto;
font-size: 12px;
margin-bottom: 10px!important;
font-family:arial!important;
}

.usercontent table{
clear:none;
float:none;
}

.usercontent ul{
float:none;
clear:none;
list-style-position:inside;
width: auto;
list-style-type:disc;
font-size: 12px;
padding-left: 20px;
margin-left: 5px;
margin-bottom: 10px;
}

.usercontent li{
float:none;
clear:none;
width:auto;
margin-top: 7px;
margin-bottom: 7px;
}

.usercontent .aligncenter{
margin-left:auto;
margin-right:auto;
display:block;
clear:both;
float:none;
text-align:center;
}

.usercontent .alignright{
float:right;
}

.usercontent .alignleft{
float:left;
}

.usercontent img.alignright{
margin-left: 12px;
margin-bottom:5px;
}

.usercontent img.alignleft{
margin-right: 12px;
margin-bottom:5px;
}

.usercontent li p{
display:inline;
}

.usercontent h1, .usercontent h3, .usercontent h2, .usercontent h4, .usercontent h5{
margin-bottom: 10px;
margin-top: 10px;
font-size: 13px;
line-height: normal;
width:auto;
}

.usercontent table{
font-size: 12px;
}

.usercontent table img{
padding: 4px;
}

.usercontent td{
text-align: left;
padding: 5px;
}

.usercontent td p{
text-align: left;
}

/*Tag Page*/

#tag_page{
margin-left: 10px;
margin-top: 10px;
float:left;
}

#tag_page h1.cat_title{
color:#5D4C3B;
font-size:17px;
margin-bottom:14px;
text-transform:uppercase;
}

#tag_page h1.title{
width:auto;
float:left;
clear:left;
font-size:14px;
}

#tag_page p.time{
float:left;
margin-left:5px;
font-size:12px;
margin-top:1px;
color:#3E74BA;
font-weight:bold;
}

#tag_page .excerpt{
clear:left;
font-size:12px;
margin-top:4px;
float:left;
margin-bottom:12px;
}

/*sitemap*/


#sitemap li{
margin:10px 0px 0px 25px;
font-size:14px;
list-style-type:none;
color:#67695e;
}

#sitemap li a:link, #sitemap li a:visited{
color:#67695e;
font-weight:bold;
}

#sitemap li ul{
margin:0px 0px 12px 0px;
}

#sitemap li ul li{
margin:8px 0px 0px 18px;
list-style-type:disc;
font-size:12px;
color:#7d7f71;
}

#sitemap li ul a:link{
color:#7d7f71;
}

/*Share box styles*/

#share{
float:left;
clear:left;
width:570px;
padding-top:10px;
padding-bottom:10px;
border-top:1px dashed #ccc;
border-bottom:1px dashed #ccc;
}

#share p{
margin-bottom:5px;
clear:left;
}

#share a{
font-weight:bold;
}

#share a.a2a_dd{
background:url(images/add-btn.jpg) no-repeat;
padding:0 0 0 20px;
text-decoration:none;
}

#share a.addtoany_share_save img{
margin-left:10px;
float:left;
}

#tags{
margin-top:10px;
float:left;
margin-left:10px;
}

#print{
float:left;
position:relative;
width:72px;
margin-left:10px;
margin-top:-1px;
}

#print a[title="Print"]{
width:130px;
margin-left:11px;
line-height:16px;
text-decoration:none;
}

#print img.WP-PrintIcon{
position:absolute;
left:0px;
top:0px;
width:15px;
}

/* help wanted */

#help_wanted{
margin-left:10px;
margin-top:10px;
float:left;
}

#help_wanted h1.cat_title{
color:#5D4C3B;
font-size:17px;
margin-bottom:14px;
text-transform:uppercase;
}

#help_wanted p{
font-size:12px;
float:left;
}

#help_wanted ul{
float:left;
clear:left;
}

#help_wanted li{
float:left;
clear:left;
position:relative;
display:block;
width:558px;
margin-top:10px;
list-style-type:none;
background:url(images/folder_bar.jpg) no-repeat;
font-size:14px;
line-height:36px;
text-indent:45px;
font-weight:bold;
}

#help_wanted li img{
position:absolute;
top:5px;
right:5px;
cursor:pointer;
}

#help_wanted li span{
display:block;
width:558px;
height:35px;
cursor:pointer;
}

#job_listing, #job_listing1, #job_listing2, #job_listing3, #job_listing4, #job_listing5, #job_listing6{
float:left;
clear:left;
height:auto;
width:558px;
margin-top:7px;
background:#BEBEB4;
}

#job_listing p, #job_listing1 p, #job_listing2 p, #job_listing3 p, #job_listing4 p, #job_listing5 p, #job_listing6 p{
background:#fff;
width:100%;
padding-left:15px;
}

#help_wanted table{
float:left;
clear:left;
width:100%;
font-size:12px;
height:auto;
}

#help_wanted table tr.tr1{
background:#d4d2d2;
}

#help_wanted table tr.tr2{
background:#e7e7e7;
}

#help_wanted table td.time{
width:80px;
}

#help_wanted table td.title{
font-weight:bold;
line-height:normal;
}

#help_wanted table td.details{
width:80px;
}

#help_wanted table td{
padding:0px 8px 0px 8px;
}

/*links*/

#links{
float:left;
}

#links ul{
float:left;
clear:left;
}

#links li{
float:left;
clear:left;
position:relative;
display:block;
width:558px;
margin-top:10px;
list-style-type:none;
background:url(images/folder_bar.jpg) no-repeat;
font-size:14px;
line-height:36px;
text-indent:45px;
font-weight:bold;
}

#links li li{
background:none;
font-size:12px;
margin-top:10px;
line-height:normal;
text-indent:10px;
}

#links span{
width:558px;
display:block;
cursor:pointer;
}

#links li img{
position:absolute;
top:6px;
right:6px;
cursor:pointer;
}

#links div.fc_content{
float:left;
margin-bottom:10px;
margin-top:4px;
text-indent:0px;
margin-left:8px;
font-weight:normal;
}

#links div.fc_title{
float:left;
font-size:14px;
width:100%;
border-bottom:1px dashed #ccc;
padding-bottom:4px;
text-indent:0px;
margin-left:8px;
}