body {
	margin: 0;
	padding: 0;

	background:#88aacc;

	font-family:verdana, arial, sans-serif;
	}

a {
	color: #111166;
	text-decoration: underline;
	font-weight: bold;
	}

a:hover	{
	color: white;
	background-color: #662244;
	text-decoration: none;
	}

.header {
	background: #446688;

	padding: 1%;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	}

.header a {
	color: white;
	text-decoration: none;
	}

.left {
	float: left;
	}

.right {
	text-align: right;
	}

h1, h2 {
	margin: 0px;
	padding: 0px;
	color: white;
	font-weight: bold;
	font-size: 1.5em;
}

.box h1 {
	padding-top: 0.5em;
	color: black;
}

h2 {
	font-size: 0.8em;
	text-indent: 2em;
}

h3 {
	font-size: 1em;
	background-color:#aaccee;
	border-bottom: black 1px dotted;
	border-right: black 1px dotted;
}

h4 {
	background-color: #DDD;
	border-bottom: black 1px dotted;
	border-right: black 1px dotted;
}

.getff a:hover {
	background-color: #446688;
}

#blog {
	float: left;
	width: 75%;
	margin-right:0px;
	}

#posts {
	width:99%;
	margin:1%;
	}

.boxHead {
	border: rgb(64,64,64) 1px solid;
	padding: 1px;
	background: #cccccc;
	color: black;
	font-size: 1em;
	font-weight: bold;
	margin-left: 1%;
	width: 96.5%;
	}

.seperator {
	color: white;
}

.box {
	border: black 1px solid;
	border-top: rgb(0,0,0) 1px solid;
	padding: 0.5em;
	background: rgb(255, 255, 255);
	margin-left: 2%;
	width: 96.5%;
	line-height: 1.4em;
	}

p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}

.center {
	text-align: center;
}

.meta {
	clear: both;
	border-top: black 1px dotted;
	margin-top: 0.5em;
	text-align: center;
	font-size: 0.8em;
	width: 100%;
	}

#sidebar {
	float: right;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid white;
	border-bottom:1px solid black;
	border-top:1px solid white;
	border-right:1px solid black;
	width:20%;
	background: #446688;
	}

.widget {
	color:white;
	font-size:small;
	font-weight:normal;
	text-align: center;
	list-style-type: none;
	list-style-position: outside;
	margin-top: 1em;
	margin-bottom: 1em;
	}

.widget ul {
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
}

.widgettitle {
	margin-bottom: .5em;
	letter-spacing: .1em;
	border-bottom:1px dotted #999;
	text-transform: lowercase;
	text-align: center;
}

#footer {
	clear: both;
	width: 99%;
	text-align: center;
	margin-left: 0px;
	}

.group {
	margin-top: 2%;
	margin-bottom: 2%;
}

blockquote, pre {
	margin-left: 5%;
	padding: 1%;
	width: 90%;
	}

blockquote {
	background-color: #EEE;
	border-left: #7799bb 2px solid;
}

pre {
	border: black 1px dotted;
	
	font-family: 'Lucida Console','Andale Mono',Courier,monospace;

	line-height: 1em;
	white-space: pre;
}

div.hover {
	font-size: 0.8em;
	border:solid 1px #446688;
	width:250px;
	padding:3px;
	position:absolute;
	z-index:100;
	visibility:hidden;
	color:#333;
	top:0;
	left:0;
	background-color:#aaccee;
	}

img {
	border: 0;
	}

a#tooCool {
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 80px;
	width: 80px;
	background: url(/images/too_cool2.png) bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
	}

.ie {
	padding: .3em .3em .3em 2em;
	background: #ffffe6 url(/images/warning.gif) no-repeat fixed .3em .3em;
	}

.g2image_float_left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em; 
}

.g2image_float_right {
	float: right;
	margin-right: 1em;
	margin-bottom: 1em; 
}

.alt {
	background-color:#eeeeee;
}
