/* Valley Outdoors Style Sheet */

body {
	background-image: url(images/bk.gif);
	margin: 0;
	padding: 0;
	font-family: calibri, verdana, arial, helvetica, sans-serif;
}
img {
	border: 0;
}
img.frame {
	display: block;
	padding: 5px;
	background-color: White;
	border: 1px solid gray;
}

p, ul, ol, td, pe {
	font-size: 16px;
	line-height: 22px;
}
p {
	margin: 12px 0 12px 0;
	}
h1, h2, h3, h3, h4, h5 {
	color: #007d00;
	font-weight: bold;
}
h1 {
	font-size: 26px;
	margin: 6px 0 12px 0;
	}
h2 {
	font-size: 23px;
	margin: 18px 0 12px 0;
	}
h3 {
	font-size: 20px;
	margin: 18px 0 12px 0;
	}
h4 {
	font-size: 17px;
	margin: 18px 0 12px 0;
	}
h5 {
	font-size: 14px;
	margin: 18px 0 12px 0;
	}
td.leftmenu {
	line-height: 1;
}
ul, li {
	margin: 6px 0 6px 0;
	font-size: 16px;
}
div.asplogo
{
	margin-left: 16px;
}

A {
	color: #009900;
	text-decoration: none;
}
A:hover {
	background-color: #E8FFE8;
	color: #000080;
}
.headermenu {
	margin: 0 0 0 0;
	font-size: .9em;
}
table.topleft {
	background-image: url("images/top_left.gif");
	background-repeat: no-repeat;
	width: 100%;
	}
table {
	/* border-collapse: collapse; */
}
table.thumb {
	width: 100%;
}
table.thumb td {
	text-align: center;
	width: 23%;
	padding: 1.5em;
}
table.thumb img {
	display: block;
	padding: 5px;
	background-color: White;
	border: 1px solid gray;
}
p.center, td.center {
	text-align: center;
}

td {
	vertical-align: top;
	/*padding: 0px;*/
}
table.schedule {
	border-width: 2px;
	background-color: #E8FFE8;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #000080;
	color: #000080;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
table.schedule td {
	padding: 6px;
}
tr.schedulehead td {
	background-color: #009C01;
	color: White;
	font-weight: bold;
	border-width: 2px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-color: #000080;
}

p.menudivider { /* Left column main menu. */
	margin: 6px 0 6px 0;
}
p.menuheader { /* Left column main menu header. */
	margin: 0 0 0 6px;
	line-height: 14px;
	color: White;
	font-weight: bold;
	font-size: 12px;
}
p.menuitem { /* Left column main menu items. */
	margin:  0 0 0 14px;
	word-spacing: 0px;
	color: White;
}
p.menuitem a {
	font-size: 12px;
	line-height: 16px;
}
p.menuitem a:hover {
	background-color: #E8FFE8;
	color: #000080;
}
a.menuitem {
	color: White;
}

/* Essay formatting */
p.essay { /* paragraph */
	text-indent: 30pt;
	line-height: 25pt;
}
h6 { /* paragraph header */
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
p.footer {
	margin-left: 30pt;
	text-indent: -30pt;	
	line-height: 25pt;
}
/* From an example file. Try out before deleting. */
pre {
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}
code {
	font-size:1.2em;
}
dfn {
	font-style:italic;
}

span.blogtitle 
{
	color: #007d00;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
}

span.cap { /* square colored box around individual letter */
  float: left; 
  font-size: 1.7em;
  padding:  .2em .2em .2em .2em;
  margin:   .3em .15em .15em .15em;
  background: #90ee90;
  border: 3px outset #2e8b57;
}


.alert {
	background: #fff6bf url(images/exclaim.jpg) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

   /*Credits: Dynamic Drive CSS Library */
    /*URL: http://www.dynamicdrive.com/style/ */
       
    .pagination
    {
        padding: 2px;
    }
    .pagination ul
    {
        margin: 0;
        padding: 0;
        text-align: center; /*Set to "right" to right align pagination interface*/
        font-size: 16px;
    }
    .pagination li
    {
        list-style-type: none;
        display: inline;
        padding-bottom: 1px;
    }
    .pagination a, .pagination a:visited
    {
        padding: 0 5px;
        /*border: 1px solid #9aafe5;*/
        border: 1px solid #007d00;
        text-decoration: none;
        /* color: #2e6ab1; */
        color: #007d00;
    }
    .pagination a:hover, .pagination a:active
    {
        border: 1px solid #2b66a5;
        color: #000;
        background-color: #FFFF80;
    }
    .pagination a.currentpage
    {
        /* background-color: #2e6ab1; */
        background-color: #007d00;
        color: #FFF !important;
        border-color: #2b66a5;
        font-weight: bold;
        cursor: default;
    }
    .pagination a.disablelink, .pagination a.disablelink:hover
    {
        background-color: white;
        cursor: default;
        color: #929292;
        border-color: #929292;
        font-weight: normal !important;
    }
    .pagination a.prevnext
    {
        font-weight: bold;
    }