/*
Theme Name: BPL Index Theme
Theme URI: http://bpl.org/
Description: Based on WordPress Default.
Version: 1.0
Author: Scot Colford
Tags:
*/



/* Begin Typography & Colors */

#page {
	text-align: left;
	}

.narrowcolumn .entry, .widecolumn .entry {
	/* margin-top: 1.4em; */
	margin-top: 0;
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.4em;
	border: thin solid #ccc;
	z-index:-1;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	font-size: 85%;
	line-height: 1.5em;
	}

#sidebar h2 {
text-align: right
	}

#wp-calendar caption, cite {
	text-decoration: none;
	}

#commentform input, #commentform textarea {
	font-size: 85%;
	}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#respond {
margin-top: 10px;
font-weight: normal;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 85%;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	float: left;
	padding: 0 0 0 25px;
	margin: 0px 0 0;
	}

.widecolumn {
	padding: 20px;
	margin: 0px;
width: 550px;
	}

.post hr {
	display: block;
	}

.post {
	margin: 0;
	}

.postmetadata {
padding-bottom: 24px;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
font-size: 85%
	}

.widecolumn .postmetadata {
	margin: 10px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.clear {
	clear: both;
}

/* End Structure */



/* 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 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */






/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

/* select {
	width: 130px;
	} */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
/*	    clear: both; */
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	}

#s {
width: 135px;
}

/* End Form Elements */



/* 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 ol li {
margin: 0;
padding: 0;
list-style: inherit;
font-weight: normal;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
padding: 0;
margin-left: 20px;
margin-top: 20px;
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 5px 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	padding-bottom: 10px;
width: 550px;
font-size: 85%;
	}

.sticky {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006D98;
	margin-bottom: 10px !important;
}

.sticky p {
	margin-bottom: 8px;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#menus a{-moz-border-radius-topleft:6px;-moz-border-radius-topright:6px;border-top-left-radius:6px;border-top-right-radius:6px;-webkit-border-top-left-radius:6px;-webkit-border-top-right-radius:6px;}
#menus ul ul a{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;}

/* nav */
#nav{z-index:5;position:relative;height:25px;margin:0 auto;padding-top:20px;clear:both;background:#454546;}
#menus{width:600px;height:24px;margin:0;padding-right:0px;}
#menus .nav_menu,div.menu{width:600px;height:25px;font-size:90%;font-weight:bold;}
#menus .nav_menu ul,div.menu ul{list-style:none;margin:0;}
#menus .nav_menu li,div.menu li{float:left;position:relative;margin-right:8px;left:0px;}
#menus a{border:1px solid #ccc;border-bottom:none;color:#d6eff6;display:block;line-height:23px;background:#00a4e4;padding:0 7px;}
#menus ul ul{display:none;position:absolute;top:25px;left:0;float:left;width:150px;z-index:99999;}
#menus ul ul li{min-width:150px;}
#menus ul ul ul{left:100%;top:0;}
#menus ul ul a{background:#00a4e4;width:180px;height:23px;}
#menus li:hover > a,#menus ul ul :hover > a{background:#00a4e4;color:#fff;height:23px;text-shadow:0 1px 0 #000;}
#menus ul li:hover > ul{display:block;}
#menus ul li.current_page_item > a,
#menus ul li.current-menu-ancestor > a,
#menus ul li.current-menu-item > a,
#menus ul li.current-menu-parent > a{background:#fff;color:#333;height:24px}
#menus ul li.current_page_item:hover > a,
#menus ul li.current-menu-ancestor:hover > a,
#menus ul li.current-menu-item:hover > a,
#menus ul li.current-menu-parent:hover > a{background:#00a4e4;color:#fff;text-shadow:0 1px 0 #000;}

#sidebar ul li.widget, #sidebar ul li.widget_text {margin: 0; padding: 0; text-align: center}
 #sidebar h2 {padding: 0; text-align: center; }