/* CSS Document */


.bwise {
font: bold 100%/90% Arial, Helvetica, sans-serif;
width: 12em;
height: 3em;
border: 1px solid silver;
background: white url(http://ticklingthebone.com/images/blank.gif) center center no-repeat;
text-align: center;
}
.bwise a { text-decoration: none; }
.listed { color: black; font-size: 0.75em;}
.bwisetitle { font-size: 1.3em;}
.blogtxt { color: #000; }
.wisetxt { color: #c0c0ff;}
.url { color: black; font-size: 0.75em; }



/* style modified from glish: http://www.glish.com/css/ */



body{
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: White;
	z-index: 0;
}
#Title{
	font-size: 63px;
	padding-left: 10px;
	padding-top: 10px;
	text-transform: uppercase;
	font-family: trebuchet ms, verdana, sans-serif;
}
#Title a {
	text-decoration: none;
	color: inherit;
}
#Description{
	padding: 10px;
	margin: 10px;
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
	border: 1px dashed #999999;
}
.DateHeader{
	border-bottom: none;
	font-size: 15px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 14px;
	padding: 1px;
	padding-left: 17px;
	color: Gray;
	font-family: trebuchet ms, verdana, sans-serif;
}
.PostTitle{
	font-size: 18px;
	font-weight: bold;
}
.Post{
	padding-left: 10px;
	margin-bottom: 10px;
	text-indent: 10px;
	padding-right: 10px;
	
}
.PostFooter{
	margin-bottom: 15px;
	margin-left: 0px;
	color: Black;
	font-size: 10px;
}
#leftcontent{
	background-color: White;
	border-right: 2px dashed #000000;
	border-bottom: 2px dashed #000000;
	border-top: 2px dashed #000000;
	border-left: 2px dashed #000000;
	float: left;
	padding-bottom: 20px;
	margin-top: 30px;
	margin-right: 5px;
	width: 67%;
	z-index: 1;
	
}
.SideBarTitle{
	margin-top:15px;
	font-weight: bold;
	font-size: 18px;
	text-align:center;
}
h1{
	font-size: 14px;
	padding-top: 10px;
}
a{
	text-decoration: none;
}
a:hover{
	border-bottom: dashed 1px red;
	font-weight: bold;
}
#rightcontent{
	font-size: 14px;
	padding: 5px;
	background-color: white;
	border-right: 2px dashed #000000;
	border-bottom: 2px dashed #000000;
	border-top: 2px dashed #000000;
	border-left: 2px dashed #000000;
	float: right;
	width: 30%;
	z-index: 2;

	
}
.rhscontenttext {
	padding: 5px 5px 5px 5px;
}

.rhscontenttext ul {
	padding: 5px 5px 5px 5px;
	margin: 5px;
}

.lhscontenttext {
	padding: 5px 5px 5px 5px;
}

.blogComments{
	font-size: 15px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 14px;
	padding: 1px;
	padding-left: 17px;
	color: Gray;
	font-family: trebuchet ms, verdana, sans-serif;
}
.blogComment{
	margin-top: 10px;
	margin-bottom: 10px;
	color: black;
	text-indent: 10px;
	padding-right: 20px;
	line-height: 20px;
}
.deleted-comment {
	font-style: italic;
	color: Gray;
}
.byline{
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 10px;
	color: Black;
	font-size: 10px;
	display: inline;
}
#profile-container { }
.profile-datablock { }
.profile-img {
	display: inline;
}
.profile-img img {
	float: left;
	margin: 0 10px 0px 0;
	border: 4px solid #ccc;
}
#profile-container p { }
#profile-container .profile-textblock { }
.profile-data strong {
	display: block;
}


