/* CSS Document */


/* article detail page */

.articleShowPage h3, .articleShow H3{
	font-size:1.2 em;
	line-height:1.5em;
	color:#666666;
	font-weight:700;
	padding-bottom:0.45em !important;
}

/* article list page */
#byDate H2, #byCategory H2{
	margin-top:12px;
	line-height:1.5em;
	color:#666666;
	
	font-weight:700;
	letter-spacing:0.3em;
}

.articleListPage H3 em, .date, #byDate H3 em, .articleListPage H3 em{
	font-family: verdana, "MS Trebuchet", sans-serif;
	font-size:0.85em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:0.13em;
	line-height:normal;
	text-transform:uppercase;
}
.articleListPage H3 em, #byDate H3 em, .articleListPage H3 em{
	float:left;
	display:block !important;
	padding-top:4px;
	margin-bottom:8px;
}
#columns H3, .articleListPage H3, #byDate H3, #byCategory H3{
	margin-top:8px;
	margin-bottom:30px;
	
}

.articleListPage H4, #byDate H4, #byCategory H4{
	font-size:1.1em;
	margin-top:12px;
	margin-bottom:20px;
}

#columns li, #byDate li, #byCategory li, #News li, #Event li, .li-menu li, .articleShow li, #footerLink li{
	list-style-image:url(../i/list-bullet.png);
}


#columns ul, #byDate ul, #byCategory ul, #News ul, #Event ul, .articleShow ul  {
	margin-left:20px;
	margin-top:-16px;
}
/* ********* */

/* article archives */
#categoryArchive, #parkArchive{
margin-top:20px;
clear:both;

border:1px solid #FFCA95;
padding: 8px !important;
width:400px;
}

#categoryArchive H3, #parkArchive H3{
border-bottom:1px solid #000000;
margin-bottom:12px;
}

#categoryArchive TD, #parkArchive TD{
padding: 2px 2px 0px 4px !important;
height:20px;
}
#categoryArchive TD:hover, #parkArchive TD:hover{
	background-color:#FFCA95;
}

#categoryArchive p, #parkArchive p{
padding: 0 2px 0 2px !important;
}

/* end */

.floatright
{
	float: right;
	margin: 4px 0 0 8px !important;
	*:margin: 4px 0px 10px 8px !important;
	margin: 4px 0px 10px 8px
}
.floatleft
{
	float: left;
	padding: 6px 8px 6px 0;
	text-align:center;
	padding: 2px 8px 2px 0;
}
div.floatleft img { border: 1px solid #000; }
div.item p { margin-top: 0; }

/*define no news/events style here */
.GreyOut{
	font-family: verdana, "MS Trebuchet", sans-serif;
	font:bold;
	color:#666666 !important;
}

.newDetails{
	float:left;
	padding:0px;
}
.eventDetails{float:left;}  

/* div class for article list*/
.articleList {
	margin: 8px 0 4px 15px;
	padding:0 0 20px 0;
	background-color: #ffd7b2;
	width: 280px;
	border: 1px solid #ffca95;
}
.articleListPage {
	background-color: #fff;
	width: 100%;
	border: none !important;
	border-bottom: 1px solid #ffca95 !important;
	padding: 10px 0 10 0; /* ever changed from 10px 0 0 0*/
	margin: 0 0 0 10px !important;
	min-height:220px;
}
.articleList h3 a, .articleListPage h3 a {
	font-size: 13px !important;
	
	text-decoration: underline !important;
}
.articleList p, .articleListPage p {
	margin-top: 8px;
}
.articleListPage p {
	margin-top: 0;
}
.articleListPage ul {
	list-style:none;
}
.articleListPage p.readmore, p.readmore {
	margin-bottom: 0;
	font-weight: bold;
	
}

p.readmore{
clear:left;
}
.articleList p.date, .articleListPage p.date, .articleShowPage p.date {
	font-weight: bold;	
	margin-top: 0px;
}
/* div class for article show*/
.articleShow{
}

.articleShow p{
padding: 4px !important 
}
.articleShowPage ul, .articleListPage ul, .articleShow ul {
	list-style: none;
}
.articleShowPage li, .articleListPage li, .articleShow li {
	padding: 0 !important;
	margin: 0 !important;
	margin-left: -20px !important;
}

#footerLink li {
	padding: 0 !important;
	margin: 0 !important;
}

.imageDisplay {
	width: 250px;
	float: right;
	text-align: center;
	padding: 0 0 4px 8px;
}
.imageDisplay img {
	border: 1px solid #000;
}
.caption {
	font-style: italic;
}

.eventInfo TD{
	padding-left:4px;
}

