/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

div.bifr a {
	color: #1f626b;
}

div.bifr a img {
	border: none;
}

div.bifr a:visited {
	color: #1f626b;
}

div.bifr a:hover {
	color: #1f626b;
}

div.bifr acronym, div.bifr abbr {
	border-bottom: 1px dashed #333;
}

div.bifr acronym, div.bifr abbr, div.bifr span.caps {
	font-size: 11px;
	letter-spacing: .07em;
}

div.bifr acronym, div.bifr abbr {
	cursor: help;
}

div.bifr blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

div.bifr {
	background: #fff;
	border: 2px solid #565;
	border-bottom: 1px solid #565;
	border-top: 3px solid #565;
	color: #1f626b;
	font-weight:bold;
	font-size:16px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
}
div.bifr input
{
	color:#000;
}
div.bifr cite {
	font-size: 16px;
	font-style: normal;
}

div.bifr h2 {
	border-bottom: 1px dotted #ccc;
	font: 18px Verdana,Arial,Helvetica,sans-serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

div.bifr h3 {
	border-bottom: 1px dotted #eee;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin-top: 0;
}

div.bifr ol#comments li p {
	font-size: 16px;
}

div.bifr p, li, .feedback {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	letter-spacing: -1px;
}

/* classes used by the_meta() */
div.bifr ul.post-meta {
	list-style: none;
}

div.bifr ul.post-meta span.post-meta-key {
	font-weight: bold;
}

div.bifr .credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 13px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

div.bifr .credit a:link, div.bifr .credit a:hover {
	color: #fff;
}

div.bifr .feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

div.bifr .meta {
	font-size: .75em;
}

div.bifr .meta li, div.bifr ul.post-meta li {
	display: inline;
}

div.bifr .meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.bifr .meta, div.bifr .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

div.bifr .storytitle {
	margin: 0;
}

div.bifr .storytitle a {
	text-decoration: none;
}

div.bifr #commentform #author, div.bifr #commentform #email, div.bifr #commentform #url, div.bifr #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

div.bifr #commentform textarea {
	width: 100%;
}

div.bifr #commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 16px;
	list-style-type: none;
}

div.bifr #commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

div.bifr #content {
	float:left;
	margin:30px 0em 0pt 3em;
	padding-right:60px;
	width:470px;
}

div.bifr #header {
	background: #90a090;
	border-bottom: 3px double #aba;
	border-left: 1px solid #9a9;
	border-right: 1px solid #565;
	border-top: 1px solid #9a9;
	font: italic normal 31px Verdana,Arial,Helvetica,sans-serif;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 15px 10px 15px 60px;
}

div.bifr #header a {
	color: #1f626b;
	text-decoration: none;
}

div.bifr #header a:hover {
	text-decoration: underline;
}

div.bifr #menu {
	background:#FFFFFF none repeat scroll 0%;
	border-left:1px dotted #CCCCCC;	
	padding:20px 0pt 10px 30px;
	right:2px;
	width:9em;
	float:left;
}

div.bifr #menu form {
	margin: 0 0 0 13px;
}
div.bifr #rap
{
	margin-bottom:10px;
}
div.bifr #menu input#s {
	width: 80px;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

div.bifr #menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

div.bifr #menu ul li {
	font: italic normal 14px Verdana,Arial,Helvetica,sans-serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
	width:11em;
}

div.bifr #menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

div.bifr #menu ul ul li {
	border: 0;
	font: normal normal 11px Verdana,Arial,Helvetica,sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

div.bifr #menu ul ul li a {
	color: #1f626b;
	text-decoration: none;
}

div.bifr #menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

div.bifr #menu ul ul ul.children {
	font-size: 16px;
	padding-left: 4px;
}

div.bifr #wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 16px;
	margin: 0;
	width: 90%;
}

div.bifr #wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

div.bifr #wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

div.bifr #wp-calendar a {
	display: block;
	text-decoration: none;
}

div.bifr #wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

div.bifr #wp-calendar caption {
	color: #999;
	font-size: 18px;
	text-align: left;
}

div.bifr #wp-calendar td {
	color: #ccc;
	font: normal 14px Verdana,Arial,Helvetica,sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

div.bifr #wp-calendar td.pad:hover {
	background: #fff;
}

div.bifr #wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

div.bifr #wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
