/*
Theme Name: SBPC 1
Theme URI:
Description: Simple theme based on <a href="http://articlesss.com/article-directory-wordpress-theme/">Article Directory</a> theme.
Version: 1.0
Author: BHV Design Lab
Author URI: http://bhvdesignlab.com/
*/

* {
	margin: 0;
	padding: 0;
}
html {
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body {
	background-color: #FFF;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0 0 0 0;
}
A:visited {
	color: #666;
	background-color: transparent
}
A:link {
	color: #08587D;
	background-color: transparent;
	text-decoration: underline;
}
A:hover {
	color: #08587D;
	text-decoration: none;
}
p, h1, h2, h3, h4 {
	font-family: HelveticaNeue-Light, Helvetica, Arial, sans-serif;
}
p {
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	color: #666666;
	text-align: left;
	line-height: 1.2em;
	padding-top: 10px;
}
img {
	border: 0
}
input {
	vertical-align: middle
}
h1 {
	font-size: 2em;
	color: #08587D;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.1em;
	margin-top: 10px;
}
h3 {
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	color: #08587D;
	font-weight: bold;
	line-height: 2em;
	margin-top: 15px;
}
h4 {
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #08587D;
	font-weight: normal;
	padding-top: 5px;
}
ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
li {
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	color: #08587D;
	text-align: left;
	line-height: 1.2em;
	padding-top: 10px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 15px 1.1em;
	padding-left: 25px;
}
blockquote {
	margin: 10px 0 10px 30px;
	border-left: 3px solid #E60000;
	background: #EEE;
	padding: 5px 15px;
	font-size: 1.3em;
}
* html blockquote {
	height: 1%;
}
.moretext {
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	color: #82244E;
	font-weight: bold;
}
.question {
	background-color: #eeeeee;
	display: block;
	color: #666666;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
blockquote p {
	font-size: 1em;
	margin: 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.aligncenter {
	margin: 7px margin
}
.alignleft {
	float: left
}
img.alignleft {
	margin: 5px 10px 3px 0
}
.alignright {
	float: right
}
img.alignright {
	margin: 5px 0 3px 10px
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-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;
}
#wrapper {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	visibility: visible;
}
#breadcrumbs {
	font-size: 1.2em;
	color: #A5ACAF;
	position: relative;
	padding-bottom: 10px;
}
#breadcrumbs A:visited {
	font-variant: normal;
	color: #A5ACAF;
}
#breadcrumbs a {
	font-variant: normal;
	text-decoration: none;
	color: #A5ACAF;
}
#breadcrumbs A:hover {
	font-variant: normal;
	color: #E27EA6;
	text-decoration: underline;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 250px;
}
#top {
	float: right;
	text-align: right;
}
#top li {
	display: inline;
}
#top a {
	color: #82244E;
	margin: 0 0 0 13px;
	background: url(i/toparrow.gif) center left no-repeat;
	padding: 0 0 0 12px;
	font-size: 1.2em;
}
#top .current_page_item a {
	background-image: url(i/toparrow2.gif);
}
#searchform {
	margin: 20px 0 0;
}
#searchform input {
	font: 1.1em HelveticaNeue, Helvetica, Arial, sans-serif;
	float: left;
}
#s {
	width: 175px;
	padding: 2px 6px;
	border: 2px solid #ccc;
	margin-right: 5px;
}
#searchsubmit {
	background: #82244E;
	border: 0;
	padding: 2px 7px;
	color: #fff;
	font-weight: normal;
	overflow: visible;
	height: 24px;
	cursor: pointer;
}
#logo {
	height: 75px;
	width: auto;
	position: absolute;
	left: 26px;
	top: 25px;
}
#search {
	position: absolute;
	left: 600px;
	top: 75px;
}
#innerpageframe {
	background-image: url(images/pinkcurvedframe_InnerPg.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 310px;
	width: 735px;
	left: 95px;
	top: 125px;
}
#pos_inner {
border: none;
	height: 300px;
	width: 725px;
	position: absolute;
	left: 100px;
	top: 130px;
	background-color: transparent;
}
#leftnav {
	position: absolute;
	top: 435px;
	left: 95px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#transbox {
	position: absolute;
	height: 25px;
	width: 230px;
	left: 100px;
	background-color: #FFFFFF;
	top: 403px;
	opacity: 0.8;
	filter: alpha(opacity=80);
    border-top: 1px solid #008587;
	overflow: hidden;
}
#innernavigation {
	position: relative;
	left: 5px;
	width: 225px;
	top: -30px;
	height: auto;
	padding: 0;
}
#innernavigation h1 {
	border-bottom: 1px solid #EEE;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 3px;
	font-family: HelveticaNeue-Light, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
#innernavigation h1 a {
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 3px;
	font-family: HelveticaNeue-Light, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
#innernavigation h1 a:hover {
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 3px;
	font-family: HelveticaNeue-Light, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #E27EA6;
	text-decoration: none;
}
#innernavigation ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
#innernavigation li {
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	color: #5E6A71;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: none;
	border-bottom: 1px solid #eee;
	font-size: 1.4em;
	line-height: 1.2em;
	margin-left: 0px;
	padding-left: 20px;
}
#innernavigation li a {
	color: #5E6A71;
	text-align: left;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px .7em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: none;
	display: block;
}
#innernavigation li a:hover {
	color: #E27EA6;
	text-align: left;
	background-image: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: none;
	display: block;
}
.sectionhead {
	width: 220px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E27EA6;
	padding-top: 5px;
}
#expandnavframe {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #008587;
	border-left-color: #008587;
	width: 235px;
	height: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	border-top-style: none;
	border-bottom-style: none;
}
#navbottomcap {
	position: relative;
	background-image: url(images/pinkcurvedbottom_236.gif);
	height: 28px;
	width: 237px;
	margin-top: 0px;
	background-position: 0px 0px;
	padding-top: 0px;
}

/* Content
-----------------------------------------------------------------------------*/
#container {
	position: absolute;
	width: 450px;
	left: 350px;
	top: 450px;
}
* html #container {
	height: 1%;
}
#content {
	width: 475px;
	overflow: hidden;
}
.entry {
margin-bottom: 20px;
padding-bottom: 10px;
	border-bottom: 1px solid #CCC;

}
.post .postmetadata {
	font-size: 1.1em;
	color: #08587D;
}
.postmetadata a {
	color: #08587D;
	text-decoration: underline;
}
.postmetadata a:hover {
	color: #08587D;
	text-decoration: none;
}

.nav {
	padding: 0 0 22px;
}
.navigation {
	font-size: 1.1em;
	margin: 20px 0;
	height: 1.3em;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
h3#comments, h3#respond {
	border-bottom: 1px solid #EEE;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
.commentlist {
	margin: 20px 0 30px 25px;
}
.commentlist li {
	padding: 8px 0 2px;
}
.cdata {
	background: #F5F5F5;
	border-bottom: 1px solid #E27EA6;
	padding: 3px 3px 3px 7px;
	height: 1%;
}
.cdata strong {
	display: block;
}
#content img.avatar {
	float: right;
	display: inline;
	border: 0;
	margin: 1px 1px 0;
}
.ctext {
	padding: 0 7px;
}
.commentlist li p {
	font-size: 1em !important;
}
.commentmetadata {
	font-size: 0.85em;
}
.commentmetadata a {
	color: #A5A5A5;
}
#author, #email, #url, #comment, #submit {
	font: 1em Helvetica, Arial, sans-serif;
	padding: 2px 4px;
	width: 200px;
	border: 1px solid #CCC;
}
#comment {
	width: 450px;
	height: 170px;
}
#submit {
	width: 115px;
	height: 22px;
	padding: 0;
	background: #F4F4F4;
	cursor: pointer;
	overflow: visible;
}
/* Sidebars
-----------------------------------------------------------------------------*/

#sidebars:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#l-sidebar {
	width: 220px;
}
#r-sidebar {
	width: 220px;
}
#sidebar ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
#sidebar li {
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	color: #5E6A71;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: none;
	border-bottom: 1px solid #eee;
	font-size: 1.4em;
	line-height: 1.2em;
	margin-left: 0px;
	padding-left: 20px;
}
#sidebar li a {
	color: #5E6A71;
	text-align: left;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px .7em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: none;
	display: block;
}
#sidebar li a:hover {
	color: #E27EA6;
	text-align: left;
	background-image: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: none;
	display: block;
}
#sidebars h2 {
	font: normal 1.7em HelveticaNeue-Light, Helvetica, Arial, sans-serif;
	padding: 0 0 3px 3px;
	border-bottom: 1px solid #EEE;
}
#sidebars h3 {
	font: normal 1.4em/1.1em HelveticaNeue-Light, Helvetica, Arial, sans-serif;
	padding: 0 0 3px;
}
.tags, #tag_cloud {
	margin: 0 0 15px;
}
.tags {
	text-align: center;
}
.tags a, #tag_cloud a {
	color: #808080;
	margin: 0 2px;
}
#wp-calendar {
	width: 100%;
	margin: 0 0 12px;
}
#wp-calendar td {
	text-align: center;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	position: relative;
	width: 100%;
	color: #A5ACAF;
	position: relative;
	height: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
#footer a {
	font-size: 1.2em;
	font-variant: normal;
}


