@charset "ISO-8859-1";
/*Globals*/
body {
	font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #000;
	margin: 0px 20px 20px 20px;
	padding: 0px;
	background-color: #e8e8e8;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a, a:link, a:visited {
	color: #cc3300;
	text-decoration: none;
}
a:active, a:hover {
	background-color: #FFF;
}
small {
	font-size: 10px;
}
h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #cc3300;
}
h2 {
	margin: 3px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
}
h3 {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
h4 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
color: #515151;
font-weight: normal;
}
p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
}
ul {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 12px;
}
li {
	margin: 0px 0px 6px 20px;
	padding: 0px 0px 0px 0px;
}
/* Structure */
#outsideContainer {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
#bylSidebar {
	width: 220px;
	height: 500px;
	float: left;
	background: url(/images/navbg.jpg) no-repeat 0px 0px;
	position: fixed;
}
#bylContainer {
	width: 720px;
	float: right;
	margin-top: 18px;
}
#bylLogo {
	width: 142px;
	height: 139px;
	margin: 6px 0px 0px 30px;
}
/* navigation */
#sideNav {
	
}
#sideNav ul {
	margin: 5px 0px 0px 0px;
	padding: 0;
}
#sideNav li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
#sideNav li a {
	width: 160px;
	margin: 0px;
	padding: 3px 10px 3px 10px;
	margin: 0px 10px 0px 10px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
	text-transform: uppercase;
}
#sideNav li a:hover {
	color: #cc3300;
	background-color: transparent;
}
/* quote */
#quote {
	border-top: 1px solid #cbcaca;
	width: 160px;
	margin: 12px 20px 0px 20px;
	padding: 15px 0px 0px 0px;
}
#quote p {
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #878686;
}
/* featured article */
#featuredArticle {
	width: 720px;
	height: 145px;
	margin: 20px 0px 0px 0px;
	background-color: #FFF;
}
#featuredPhoto {
	width: 245px;
	float: left;
}
#featuredCopy {
	width: 435px;
	height: 105px;
	padding: 20px;
	float: right;
}
#featuredCopy h2 {
	margin: 0px 0px 13px 0px;
	padding: 0;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#featuredCopy p {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
#featuredCopy a, #featuredCopy a:visited, #featuredCopy a:link {
	color: #cc3300;
	padding-bottom: 1px;
	border: 2px solid #FFF;
}
#featuredCopy a:hover, #featuredCopy a:active {
	border-bottom: 2px solid #cc3300;
}
/* news */
#contentContainer {
	width: 720px;
	/*background-image: url(/images/newsbg.gif);*/	
	background-repeat: repeat-y;
	overflow: hidden;
	margin-top: 20px;
margin-bottom: 40px;
}
#contentBlock {
	width: 680px;
	padding: 0px 20px 0px 20px;
}
/*#newsSidebar {
	width: 184px;
	float: right;
}*/
.newsStory {
	padding: 0px 0px 25px 0px;
}
.newsStory small {
	font-size: 10px;
	color: #878686;
	margin-bottom: 15px;
	display: block;
}
.newsStory h2 {
	margin: 3px 0px 5px 0px;
	line-height: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
}
.newsStory p {
	margin: 0px 0px 15px 0px;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
}
.newsStory h2 a, .newsStory h2 a:visited, .newsStory h2 a:link {
	color: #000000;
}
.newsStory h2 a:hover, .newsStory h2 a:active {
	color: #cc3300;
	background-color: transparent;
}

.newsStory li {
line-height: 20px;
margin-bottom: 15px;
}
.readMore {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.readMore a, .readMore a:visited, .readMore a:link {
	padding: 0px 14px 0px 3px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 83px 4px;
}
.readMore a:hover, .readMore a:active {
	
}
#footerHolder {
padding-left: 230px;
padding-right: 10px;
margin: 0 auto;
clear: both;
width: 680px;
}
#footer {
	padding-top: 10px;
	width: 680px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	clear: both;
overflow: hidden;
border-top: 1px solid #cbcaca;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
color: #878686;
text-decoration: none;
background-color: #e8e8e8;
}
#footerLeft {
width: 500px;
float: left;
text-align: left;
color: #878686;
font-size: 11px;
line-height: 18px;
font-family: Georgia, "Times New Roman", Times, serif;
}

#footerRight {
width: 140px;
float: right;
text-align: right;
color: #878686;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
line-height: 18px;
}
/* wordpress additions */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 5px 15px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 15px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
textarea {
    width: 600px;
	font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, Verdana, sans-serif;
    font-size: 14px;
}
/* End Comments */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	/*border: 1px solid #ddd;*/
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 5px;
	margin: 5px 0px 10px 15px;
	border-radius: 5px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 4px 0px 4px 0px;
	margin: 0;
    color: #8f8e8e;
}

.comment {
border-bottom: 1px solid #cbcaca;
font-size: 12px;
margin-left: 0px;
}

.avatar {
display: none;
}

.vcard {
margin: 0px 0px 6px 0px;
font-size: 13px;
display: block;

}

.comment-meta {
	font-size: 10px;
	color: #878686;
	margin-bottom: 15px;
	display: block;
}

.comment-meta a:link, .comment-meta a:visited {
color: #878686;
}

.comment-meta a:hover, .comment-meta a:active {
color: #000000;
}

.commentlist {
padding-bottom: 20px;
}

/* End captions */

#featuredHead {
	width: 640px;
	margin: 20px 0px 20px 0px;
	background-color: #FFF;
	padding: 20px;
	font-size: 16px;
line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
overflow: hidden;
}
.featuredHeadPhoto {
	float: right;
margin: 0px 0px 0px 20px;
}