html {
	margin: 0;
	padding: 0;
	background: #fffefe url(../images/bg_loop.gif) repeat-x;
}

body {
	margin: 0;
	padding: 140px 0 0 0;
	background: url(../images/logo.gif) no-repeat top left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height:1.22em;
	font-size: 15px;
}

/* ----------- Reset CSS ------------ */

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

a {
	outline: 0;
}

/* ---------- H* Rules --------- */

.google {
	margin: 10px 0;
}

.post_data {
	float: left;
	width: 25%;
}

.title {
	border-left: 6px solid #000;
}

.title_archive span {
	background: #000;
	padding: 12px 6px 6px 6px;
	font-size: 18px;
	color: #fff;
	line-height: 36px;
	text-transform: uppercase;
}

span a {
	color: #fff;
	text-decoration: none;
}

.title_saf span {
	background: #000;
	padding: 6px 12px 7px 0px;
	font-size: 18px;
	color: #fff;
	line-height: 34px;
	text-transform: uppercase;
}

.title_ff span {
	background: #000;
	padding: 8px 12px 8px 0px;
	font-size: 18px;
	color: #fff;
	line-height: 34px;
	text-transform: uppercase;
}

.title_ie span {
	background: #000;
	padding: 7px 12px 8px 0px;
	font-size: 18px;
	color: #fff;
	margin: -10px 0 0 0;
	line-height: 34px;
	text-transform: uppercase;
}

h3 {
	font-size: 18px;
	color: #2b2b2b;
	text-transform: uppercase;
}

.date_ie {
	height: 18px;
}

.date {
	height: 21px;
}

.date span, .date_ie span {
	background: #2b2b2b;
	padding: 6px;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
}

/* ---------- Nav Rules ---------- */

#nav {
	position: absolute;
	right: 15%;
	top: 0;
}

#nav span {
	float: left;
	padding: 3px 6px;
	display: block;
}

#nav a {
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

#nav span.about {
	background: #444;
	width: 60px;
}

#nav span:hover {
	padding-top: 7px;
}

#nav span.archives {
	background: #555;
	width: 56px;
}

#nav span.search {
	background: #666666;
	width: 46px;
}

#nav span.contact {
	background: #777;
	width: 74px;
}

a.home {
	position: absolute;
	display: block;
	top: 30px;
	left: 30px;
	width: 180px;
	height: 40px;
}

a.perm {
	font-size: 10px;
}

input#search {
	width: 300px;

	font-size: 18px;
	color: #999;
	display: block;
	margin: 10px 0;
}

.search_results {
	margin: 15px 0;
	padding: 0 0 15px 0;
}

.search_results h4 {
	margin: 0 0 10px 0;
}

h3.search_headline {
	margin: 10px 0 0 0;
}

/* ---------- Entry Rules ------------ */

.content {
	padding: 15px 0;
	margin: 0 15% 0 30%;
	text-align: justify;
	line-height: 20px;
}

.content p {
	margin: 0 0 15px 0;
}

.content img {
	border: 4px solid #dbe3de;
	margin: 0 0 0 18px;
}

.postnum {
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	color: #999;
}

.content a {
	background: #e3e2db;
	padding: 3px;
	color: #333;
	text-decoration: none;
}

.content ul {
	margin: 10px 0 0 10px;
}

.content a:hover, .content a:visited {
	text-decoration: line-through;
}

.archive {
	margin: 0 0 20px 0;
}

ul#aboutmf {
	margin: 20px 0 20px 0;
}

ul#aboutmf li, .content ul li {
	display: inline;
	background:  url(../images/circle_bullet.gif) no-repeat 0px 2px;
	display: block;
	text-decoration: none;
	color: #2b2b2b;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 0 15px;
	font-size: 11px;
	line-height: 13px;
	margin: 0 0 7px 0;
	position: relative;
}

/* -------- Conent Border Colors -------- */

.border_1 {
	border-right: 6px solid #e3dcdb;
}

.border_2 {
	border-right: 6px solid #dddbe3;
}

.border_3 {
	border-right: 6px solid #e3e2db;
}

.border_4 {
	border-right: 6px solid #dbe3de;
}


/* --------- Action Rules --------- */

.actions {
	clear: right;
	float: right;
	margin: 15px 80px 0 0;
	display: inline;
}

ul#dosomething {
	margin: 20px 0 0 0;
}

ul#dosomething li {
	display: inline;
}

ul#dosomething li a {
	background:  url(../images/circle_bullet.gif) no-repeat 0px 2px;
	display: block;
	text-decoration: none;
	color: #2b2b2b;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 0 15px;
	font-size: 11px;
	line-height: 13px;
	margin: 0 0 7px 0;
	position: relative; /* For IE */
}

/* --------- Comments Related ----------- */


.actions_post {
	position: fixed;
	top: 155px;
	right: 80px;
	width: 200px;
	_position: absolute;

}

.actions_post p, .actions_post label {
	font-size: 11px;
}

.actions_post textarea, .actions_post input.text {
	width: 220px;
}

.actions_post input {
	display: block;
	margin: 0 0 5px 0;
}

.actions_post label {
	display: block;
	margin: 5px 0 0 0;
}

input#comment-post {
	margin: 7px 0 0 0;
}

span.noblock input, span.noblock label {
	display: inline;
}

#comments {
	margin: 15px 0 0 0;
}

#comments p {
	margin: 8px 0;
}

span.small {
	font-size: 10px;
	border-bottom: 4px solid #dbe3de;
	padding: 0 0 15px 0;
}

div.comment {
	margin: 0 0 30px 0;
}

#backforth {
	margin: 12px 0 0 0;
	font-size: 11px;
}

/* -------- Footer Rules --------- */

#footer {
	position: absolute;
	margin: 45px 0 0 0;
}

#footer span {
	float: left;
	padding: 3px 6px;
	display: block;
}

#footer a {
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

#footer span.copyright {
	background: #888;
	width: 106px;
}



