@import "common.css";
@import "comments.css";

#bodywrapper {
	font-family: arial;
}

.b {
	text-align : justify;
	border-bottom : 1px dotted #ffffff;
	padding-bottom : 2ex;
}

.b:nth-child(even) {
	background-color : #393E62;
}

.b h2:first-child {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right:0.4em;
	float:left;
}

.b h2:first-child a {
	font-size : 1.25em !important;
	color : #ffffff;
}

#pad {
	padding : 5px;
}

.b h3 {
	float : left;
	margin-right : 0.4em;
	margin-bottom : 20px;
	margin-top : 0;
}
.b h2 + div {
	padding-top : 5px;
	
}
.b h4 {
	margin : 0;
	color : #666666;
}

.b p.bd {
	font-weight : bold;
	color : #000099;
}

#userBlogsLink {
	margin-top : 5px;
}

#userBlogsLink a {
	color : #ffffff;
	margin-left:auto;
	margin-right:auto;
	font-size : 0px !important;
	display:block;
	width:0px;
	height:0px;
	overflow:hidden;
	padding-top:27px;
	padding-left:278px;
	padding-right:0;
	padding-bottom:0;
	background-repeat:no-repeat;
	background-image : url(/images/readuserblog.png);
	text-align : right;
	font-size : 2em !important;
	clear:both;
}
#userBlogsLink a:hover {
	background-position : 0px -27px;
}

#pad #bloggers {
	float : right;
/* 	height : 2000px; */
	width : 150px;
	border-left : 1px solid #ffffff;
	border-bottom : 1px solid #ffffff;
	padding-left : 5px;
	padding-bottom : 5px;
	margin-left : 5px;
	background-color : #292E52;
}

#bloggers h2 {
	text-align : center;
}

#bloggers div {
	background : url(/images/bloggerback.gif) no-repeat left top;
}

#bloggers div a {
	display : block;
	background-repeat : no-repeat;
	background-position : 3px 3px;
	padding-top : 15px;
	padding-left : 60px;
	height : 44px;
}

.blogNav {
	clear : both;
}

#blogSubscribe {
	float : left;
	margin-bottom : 20px;
}

.blogTitle {
	overflow : hidden;
}

* html #blogSubscribe, * html #bloggers {
	position : relative;
}