body {
	margin: 20px 200px 20px 20px;
	padding: 0;
	background: #FFFFFF;
	font-family: "Courier New";
	font-weight: bold;
	#font-size: 68.7%;
	color: #333333;
}

a:link {color: #009966; text-decoration: none; border-bottom: 1px dotted #EFEFEF; }
a:active {color: #00CC66; text-decoration: none; border-bottom: 1px dotted #EFEFEF; }
a:visited {color: #009966; text-decoration: none; border-bottom: 1px dotted #EFEFEF; }
a:hover {color: #00FF66; text-decoration: none; }

small {
}

hr {
	/* display: none; */
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 980px;
	height: 231px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	margin-top: 20px;
	padding: 100px 190px 0 0;
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 4.4em;
}

#header h1 span {
	color: #CC0000;
}

#header h2 {
	float: left;
	margin: 0 0 0 -190px;
	padding: 160px 0 0 0;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}

#header h2 a {
	color: #333333;
}

/* Search */

#search {
	float: right;
	width: 300px;
	padding: 150px 0 0 0;
}

#search legend {
	display: none;
}

#searchfield {
	width: 200px;
}

#searchsubmit {
	width: 80px;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: right;
	width: 650px;
}

.post {
	padding: 12px 50px;
	background: url(images/img04.jpg) no-repeat;
}

.post .title {
	letter-spacing: -1px;
	font-size: 2.4em;
	color: #356AA0;
}

.post .meta {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #EFEFEF;
	line-height: normal;
	color: #666666;
}

/* Tweets */

#tweet { 
	margin-bottom: 10px;
	letter-spacing: -1px;
	color: #000000;
}


#tweet a:link {color: #356AA0; text-decoration: none; border-bottom: 1px dotted #EFEFEF; }
#tweet a:active {color: #356AA0; text-decoration: none; border-bottom: 1px dotted #EFEFEF; }
#tweet a:visited {color: #356AA0; text-decoration: none; border-bottom: 1px dotted #EFEFEF; }
#tweet a:hover {color: #9BCFF6; text-decoration: none; }
#footer {
        width: 100%;
        position: absolute;
        bottom: 5px;
        left: 0px;
        background-color: #ffffff;
	}

#footer p { text-align: center; color: #cc3d3d; }
#footer a {color: #990000; text-decoration: none; }
#footer a:active {color: #993300; text-decoration: none; }
#footer a:visited {color: #990000; text-decoration: none; }
#footer a:hover {color: #FF3300; text-decoration: none; }

#meta {
        background-color: #ffffff;
	}

#meta p { text-align: center; color: #cc3d3d; }
#meta a {color: #990000; text-decoration: none; }
#meta a:active {color: #993300; text-decoration: none; }
#meta a:visited {color: #990000; text-decoration: none; }
#meta a:hover {color: #FF3300; text-decoration: none; }

/* vim: set ft=css: */
