@import "fj-css-v3-ie.css";

/******BODY*******/

body, p, ul, ol, li, h1, h2, h3, blockquote {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body.home {
	background-color: #996;
	background-image: url(/blog/images/bg_bee.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
div.home {
	border: 1px #000 solid;
	background-color: #cc9;
}
body.portfolio {
	background-color: #3F6258;
	background-image: url(/blog/images/bg_plug.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
div.portfolio {
	border: 1px #ffc solid;
	background-color: #cc9;
}
body.contact {
	background-color: #066;
	background-image: url(/blog/images/bg_horses.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
div.contact {
	border: 1px #ffc solid;
	background-color: #cc9;
}
body.memos {
	background-color: #778986;
	background-image: url(/blog/images/bg_hammers.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
div.memos {
	border: 1px #fff solid;
	background-color: #cc9;
}

/******NORMAL STYLES*******/

a {
	font-weight: bold;
}
a:link {
	color: #c00;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: #ffc;
}
a:active {
	color: #f00;
	background-color: #ffc;
	text-decoration: underline;
}
h1, h1.date {
	font-family: Georgia, Times, serif;
	text-transform: lowercase;
	font-variant: small-caps;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #ffc;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 5px;
}
h2 {
	font-size: 16px;
	line-height: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 10px;
}
h3 {
	font-size: 12px;
	margin-bottom: 2px;
}
h4 {
	font-size: 11px;
	margin-bottom: 0;
}
p {
	font-size: 11px;
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
dt, dd {
	font-size: 11px;
	line-height: 15px;
}
ul, ol {
	margin-top: 14px;
	margin-bottom: 14px;
}
ul li, ol li {
	font-size: 11px;
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
th, td {
	font-size: 11px;
	line-height: 15px;
}
code, pre {
	font-family: Courier, fixed-width;
	color: #333;
}
hr {
	color: #ffc;
}
blockquote {
	font-size: 11px;
	line-height: 15px;
	font-style: italic;
	margin: 10px 30px;
}
em {
	font-weight: normal;
	font-style: italic;
}
strong {
	font-weight: bold;
	font-style: normal;
}
q {
	font-style: italic;
}
.smallprint {
	font-style: 10px;
}
.datememo {
	font-size: xx-small;
	color: #666;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px #666 solid;
}
#sidebar a {
	font-weight: normal;
}
h3.sidebarhead {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffc;
	margin-bottom: 5px;
	margin-top: 15px;
}
div.menuitem {
	font-size: 10px;
	line-height: 13px;
	margin-bottom: 5px;
}
.caption {
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.picture300 {
	float: right;
	margin: 10px;
	width: 300px;
}
.picture400 {
	float: right;
	margin: 10px;
	width: 300px;
}
.picture300 p, .picture400 p {
	font-size: 10px;
	text-align: center;
}
.update {
	background-color: #ffc;
	padding: 0 5px;
}
.superscript {
	font-size: 8px;
	vertical-align: super;
}

.posted {
	font-size: 10px;
	color: #333;
	padding: 2px;
	border-top: 1px dotted #333;
	text-align: right;
}
.posted a {
	font-weight: normal;
}
.post, .comments-post {			/* For comments, posted by... */
	font-size: 10px;
	color: #333;
	padding: 2px;
	border-top: 1px dotted #333;
	text-align: right;
}
.extended {		/* more... */
	font-size: 11px;
	font-variant: small-caps;
}
#menu {
	font-size: 10px;
	margin-bottom: 12px;
}
.comments-body {
	font-size: 11px;
	line-height: 15px;
}
.blogbody {
	border-bottom: 2px solid #ffc;
	margin-bottom: 12px;
}
.powered {
	font-family:verdana, arial, sans-serif;
	color:#003366;
	font-size:9px;
	font-weight:bold;
	line-height:14px;
	text-transform:uppercase;
	padding:2px;
	margin-top:10px;
	text-align:center;
	letter-spacing: .2em;
	}

#footer p {
	font-size: 10px;
	text-align: center;
	color: #333;
	clear: both;
}

