@charset "utf-8";
/* CSS Document */

.sidebar {
	float: left;
	padding: 0px 20px 20px 20px;
	width: 200px;
}

.about_me {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003333;
	text-align: justify;
	border-bottom: thin dashed #003333;
}

.about_me img {
	border: thin #003333 solid;
	padding: 3px 3px 3px 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	float: left;
}

.previous_blog {
	font-family: "Lucida Console", Arial, Helvetica, sans-serif;
	border-bottom: thin dashed #003333;
	
}

.previous_blog h1 {
	color: #000000;
	font-size: medium;
	text-decoration: none;
	letter-spacing: 3px;
	font-weight: normal;
}

.previous_blog h2 {
	color: #000000;
	font-size: small;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: normal;
	font-style: italic;
	margin-left: 20px;
}

.previous_blog a {
	color: #003333;
	font-size: small;
	text-decoration: none;
	font-style: italic;
}

.previous_blog a:hover {
	color: #006666;
}

.previous_blog span{
	margin-left: 40px;
	line-height: 20px;
}

.view_all {
	text-align: right;
	font-size: medium;
	font-weight: normal;
	line-height: normal;
	font-style: italic;
	color: #000000;
	margin: 5px 5px 5px 5px;
}

#sidead {
	margin: 10px 10px 10px 10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

