/* CSS Document */

body {
	background: #666666;/*807259 url(http://bshort.org/images/tile.gif);;*/
	margin: 0px;
/*	background-image: url(images/tile.gif) ;*/
	font-family: Arial, Helvetica, sans-serif;
}
.redTextTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;

}
.whiteTextTitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.greyTextTitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
       text-transform: lowercase;
}
.greyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7F7F7F;
	font-weight: normal;
        text-transform: lowercase;
}
.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
a:hover{
	background:#999;
	text-decoration: underline;
	color:#000;
}
a.copy:link, a.copy:visited	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7F7F7F;
	font-weight: normal;
	text-decoration: none;
}
	
a.copy:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	background:#999;
	text-decoration: underline;
}
a.copy:active {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
 }

 .topbar {
	background-color: #212121;
/*	background-color:#5A503E;*/
	border-bottom: solid #000 1px;
	border-top: solid #000 1px;
	padding:0px;
}
.mainbody {
	color: #333333;
	background-color: #807259;
}

.blogbody img{
	border: solid #000000 3px;	
/*	background: #807B73;*/
	background: #999999;
	padding:0px;
}

.commentlink{
	color:#000;
	font-weight:bold;
}
.imgplacement {
	top: 30px;
}
.textbar {
	background-color: #807259;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7F7F7F;
}
.comment {
	font-size: 12px;
	color: #7F7F7F;
}
h1{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #fff;;
	font-weight: 800;
}

h3{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #fff;;
	font-weight: 800;
}
h4{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #fff;
	font-weight: 800;
}
h5{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 1.1em;*/
	color: #fff;
	font-weight: bold;
}
h6{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #fff;
	font-weight: normal;
}
.textbox{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:left;
	padding:10px;
	border:solid #000 3px;
	background:#333333;
	width:600px;
	valign:top;
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-size: 62.5%;
	line-height:160%;
}

.textbox p{
	color:#ffffff;
	font-size: 1.2em;
	line-height: 1.4em;
}
.textbox p a{
	color:#ffffff;
	font-size: 1.2em;
	line-height: 1.4em;
	text-decoration: none;
	font-weight:900;

}
.textbox p a:hover{
	background:#;
	color:#CCCCCC;
	font-size: 1.2em;
	line-height: 1.4em;
	text-decoration: underline;
	font-weight:900;

}


.textbox li{
	color:#ffffff;
	font-size: 1.2em;
	line-height: 1.4em;
}
.textbox li a{
	color:#ffffff;
	text-decoration: none;
	font-weight:900;

}
.textbox li a:hover{
	background:#;
	color:#CCCCCC;
	text-decoration: underline;
	font-weight:900;

}
