@charset "UTF-8";

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#777777;
}

h1, h2, h3{
	color: #D9002B;
	padding:0px;
	margin:0px;
	letter-spacing: -0.05em;
}

h1 {
	font-size: 4em;
}
h2 {
	font-size: 2em;
}
.clear{ clear: both; }

/*A LINKS*/

a {
	text-decoration:none;
}

#content a:link, #content a:visited{
	color:#D9002B;
}

#letterbox a:hover, #letterbox a:active{
	color:#A70021;
	text-decoration:underline;
}

#nav a:hover, #nav a:active{
	color:#D9002B;
	text-decoration:none;
}

#footer a:link, #footer a:visited{
	color:#999999;
}

#footer a:hover, #footer a:active{
	color:#666666;
}

a img{
	border: none;
}

#homeLink {
	font-weight: bold;
}

/*GENERIC*/
#main_container{
	position:absolute;
	left: 50%;
	width:850px;
	min-height:400px;
	margin-left: -425px; /*set to a negative number 1/2 width*/
}

#logo {
	float: right;
	padding-top: 15px;
}

#letterbox{
	background-color: #F5F5F5;
	clear: right;
	margin: 5px 0px 0px 0px;
	border: 1px solid #cccccc;
}

#nav{
	background:#F5F5F5;
	float:left;
	width:120px;
	line-height:1em;
	list-style: none;
	margin:0px;
	padding:10px;
}


#footer{
	margin: 20px 0px 0px 0px;
	font-size:0.72em;
	line-height:1.3em;
	text-transform: uppercase;
}

.link_left{
	margin:0px 15px 0px 0px;
}

/** BLOG SPECIFIC */
textarea#comment {
	width: 400px;
	height: 125px;
}

#nav li {
	display: block;
	margin: 0px;
	padding: 5px 5px 8px 5px;
}

#nav li a {
	text-decoration: none;
	color: #666666;
}


#nav .current-cat a {
	color: #D9002B;
}

#content {
	padding: 20px 30px 10px 20px;
	overflow:hidden;
	background-color: #fff;
	min-height: 350px;
	float: right;
	width: 650px;
}

.date {
	font-style: italic;
	padding-top: 7px;
}

.post {
	padding-bottom: 20px;
}

.single .post {
	padding-bottom: 5px;
}

#comment {
	border: 1px solid #CCC;
	background-color: #F5F5F5;
}

input#submit {
	color: #777;
	border: 1px solid #aaa;
	background-color: #F5F5F5;
	cursor: pointer;
}

.alignright {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}