p{
	margin:0;
	padding:0 0 10px 0;
}


/* LEFT SIDE */
.leftSide{
	padding:0;
	vertical-align:top;
	color:#B2B2B2;
}
.leftSide hr{
	clear:both;
}
.leftSide div h1{
	font-size:28px;	
	margin:0 0 0 0;
	padding:0 0 10px 0;
	color:#B2B2B2;
	border:0;
}
.leftSide h1.underline{
	font-size:32px;
	color:#B2B2B2;
	padding:0 0 10px 0;
	border-bottom:#474748 solid 1px;
}

.leftSide .blogPostImage{
	float:left;
	border:0;
}
.leftSide .blogPostImage img{
	margin:0 10px 10px 0;
}

.leftSide div a{
	color:#F6F6F6;
}
.leftSide div a:hover{
	color:#cc33cc;
}

.leftSide h2{
	margin:0 0 5px 0;
	padding:0;
}
.leftSide h2 a{
	font-size:23px;
	color:#F6F6F6;
	text-decoration:underline;
}
.leftSide h2 a:hover{
	color:#CC33CC;
}

/*.leftSide div{
	padding:15px 15px 14px 20px;
	border-bottom:#474748 solid 1px;
	background:url(/images/fadeUp.png) bottom repeat-x;
	overflow:auto;
	clear:both;
}*/
.postListTable{
	border-bottom:#474748 solid 1px;
	background:url(/images/fadeUp.png) bottom repeat-x;
}
.postListTable td{
	padding:15px 15px 14px 20px;
}
#postTable{
	background:url(/images/fadeUp.png) bottom repeat-x;
	border-top:#474748 solid 1px;
	border-bottom:#474748 solid 1px;
}
#postTable td{
	padding:15px 15px 15px 20px;
}
.leftSide div div{
	padding:0;
	border:0;
	background:none;
	clear:none;
}

/* post date */
.leftSide .date{
	color:#999;
	clear:both;
	display:block;
	padding:0 0 0 0;
}
.leftSide .post{
	padding:14px 0 10px 0;
	margin:0 0 10px 0;
	background:none;
	border:0;
}


.leftSide .social_bookmark{
	text-align:center;
	background:0;
	border:0;
	margin:20px 0 0 0;
}
.leftSide .social_bookmark img{
	border:none;
	margin:4px 8px;
}

.leftSide b{
	font-size:12px;
	/*visibility:hidden;*/
}
.leftSide #commentDiv form{
	margin:0 100px;
	padding:0 15px 20px 15px;
}
.leftSide #commentDiv input{
	padding:3px 0;
}
.leftSide #commentDiv{
	padding:0;
	border-bottom:#474748 solid 1px;
	background:url(/images/fadeUp.png) bottom repeat-x;
	overflow:auto;
	clear:both;
}
#commentDiv div{
	padding:15px 15px 14px 20px;
	border-bottom:#474748 solid 1px;
	background:url(/images/fadeUp.png) bottom repeat-x;
}
.leftSide #commentDiv td{
	padding:0 6px 8px 0;
}

/* blog listings date */
.leftSide b{
	color:#666;
	display:block;
}


/* RIGHT SIDE */
.rightSide{
	width:220px;
	border-left:#474748 solid 1px;
	border-right:#474748 solid 1px;
	/*background:url(/images/rightSideBack.gif) right repeat-y;*/
}
.rightSide h2{
	font-size:18px;
	color:#ccc;
	margin:0 0 10px 0;
	padding:10px 0 5px 15px;
	background:url(/images/rightSideTop.gif) repeat-x;
	border-top:#474748 solid 1px;
	border-bottom:#474748 solid 1px;
}
.rightSide span{
	color:#ccc;
	font-size:17px;
	padding:0 0 0 15px;
}
.rightSide ul{
	margin:3px 10px 0 0;
	padding:0 0 0 15px;
	list-style-type:none;
	/*border-bottom:#666 solid 1px;*/
}
.rightSide ul li{
	/*border-top:#666 solid 1px;*/
	padding:2px 0 0px 0;
}
.rightSide ul li a, .rightSide ul li a strong{
	color:#999;
	text-decoration:none;
	font-weight:normal;
}
.rightSide ul li a:hover, .rightSide ul li a:hover strong{
	color:#fff;
}
