/*
Theme Name: Blue_Publishing_Network
Theme URI: http://www.bluepublishingnetwork.com/
Description: Theme created for Blue Publishing Network Website
Version: 1.0
Author: Blue Interactive Agency
Author URI: http://www.blueinteractiveagency.com/
Tags: blue

	Blue Publishing Network

*/
*, html { margin:0; padding:0; }

body { font-size:62.5%; font-family:Arial, Helvetica, sans-serif }

a { text-decoration:none; }

a, a img { outline:none; border:none; }

p {}

h1 { font-size:36px; color:#7a8cb0; font-family:Arial, Helvetica, sans-serif; }

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}



#pageBPN {}

#wrapperBPN { width:960px; margin:0 auto; }

#headerBPN {
	padding: 10px;
}

#headerRightSide {
	float:right;
	width:750px;
	text-align: right;
}

#followTable { float:right; }

a.linkedInLink, a.facebookLink, a.myspaceLink, a.twitterLink, a.rssLink, a.friendfeedLink { background:url(images/bpn-follow-icons.png) no-repeat; display:block; width:26px; height:26px; }

a.linkedInLink { background-position:0 0; }
a.linkedInLink:hover { background-position:0 -27px; }
a.facebookLink { background-position:-26px 0; }
a.facebookLink:hover { background-position:-26px -27px; }
a.myspaceLink { background-position:-52px 0; }
a.myspaceLink:hover { background-position:-52px -27px; }
a.twitterLink { background-position:-78px 0; }
a.twitterLink:hover { background-position:-78px -27px; }
a.rssLink { background-position:-104px 0; }
a.rssLink:hover { background-position:-104px -27px; }
a.friendfeedLink { background-position:-130px 0; }
a.friendfeedLink:hover { background-position:-130px -27px; }

#mainNavBPN {
	clear:both;
	padding: 20px;
}

#mainNavBPN ul { list-style-type:none; font-size:1.6em; }

#mainNavBPN ul li { display:inline; }

#mainNavBPN ul li a:link, #mainNavBPN ul li a:visited {
	border-bottom:5px solid #FFF;
	color: #002A5C;
	padding: 0 5px;
	margin: 0 5px;
}

#mainNavBPN ul li a:active, #mainNavBPN ul li a:hover {
	border-bottom:5px solid #4b6590;
	color: #000;
}

a.logo {
	background:url(images/blue-publishing-network-logo.png) no-repeat;
	width:168px;
	height:91px;
	display:block;
	text-indent:-6000px;
}

#flashBPN {}

#contentBPN {
	padding: 5px 0;
	float: left;
	width: 960px;
	clear: both;
}
 
#mainContentBox {
	float: left;
	width: 958px;
	clear: both;
	border: 1px solid #ccc;
	padding: 10px 0;
}

.contentBoxes {
	padding: 10px 20px 0 20px;
	width: 438px;
	float: left;
}

.contentBoxes p {
	font-size:12px;
	padding:10px 0;
	line-height: 1.4em;
}

a.learnmore {
	background:url(images/bpn-learn-more.png) no-repeat;
	background-position:top left;
	width:152px;
	height:50px;
	display:block;
	text-indent:-6000px;
	float: right;
}

a.learnmore:hover { background-position:bottom left; }

#mainSidebarMine { float:left; width:180; padding:10px; }

#footerBPN {
	text-align:center;
	padding: 5px;
	clear: both;
}

#footerBPN p {
	font-size: 1.4em;
}

.subNav { font-size:1.8em; color:#7a8cb0; }






/* Begin Wordpress Styling  */
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 20px 0 0 0;
	font-size:2.0em;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	}

#sidebar ul li a { color:#4b6590; border-bottom:5px solid #FFF; padding:0 20px 0 10px; }
#sidebar ul li a:hover { border-bottom:5px solid #4b6590 }

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#content {
	font-size: 1.2em;
	padding:10px;
	}
	
#content p {
	
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
}

.pageWrap { clear:both; border: 1px solid #CCC; width:680px; padding:10px; }

.narrowcolumn .postmetadata {
	text-align: center;
	}

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

.even, .alt {

	border-left: 1px solid #ddd;
}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	}
	
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, sans-serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.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;
	font-size: 1.1em;
	}

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

#commentform p {
	font-family: Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Helvetica, sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

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

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

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

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
.narrowcolumn {
	float: left;
	padding: 0 10px 10px 10px;
	margin: 0;
	width: 700px;
	}

.widecolumn {
	padding: 10px;
	margin: 0;
	width: 670px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

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

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

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

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
/* Begin Sidebar */
#sidebar
{
	float:left;
	padding: 20px 0 10px 0;
	width: 225px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



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

#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;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* 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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* 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;
}
#bcrumbz { float:right;  width:300px; text-align:right; padding-top:20px; font-weight:normal; font-size:1.0em; }
#breadcrumbs a { font-size:0.9em; font-weight:normal; color:#4d4d4d; }
/* End Wordpress Styling */
