/* ----- MAIN DESIGN STYLES ----- */

body, html {
	font-family: helvetica, "trebuchet ms", arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	cursor: default;
	background-image: url('images/bg_left_smaller.png');
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #777777;
}

a {
	color: #d70000;
	text-decoration: none;
}

a:hover {
	color: #8F111F;
}

.header a:hover {
	color: #8F111F;
}

#left {
	width: 500px;
	height: 627px;
	position: absolute;
}

#main {
	border-left: 4px solid #000;
	position: absolute;
	left: 500px;
	width: 600px;
	padding-left: 30px;
	background-color: #ffffff;
}

.header {
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
/*	color: #a7c520;*/
	color: #99aa44;
	width: 500px;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 0px;
	line-height: 26px;
	background-color: #fafafa;
	margin-left: -30px;
	margin-top: 0px;
	padding: 10px;
	padding-left: 30px;
	x-background-image: url('images/bg_header.png');
	background-position: right;
	background-repeat: no-repeat;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.content {
	width: 440px;
}
	
.bottom {
	color: #bbbbbb;
}

.blogimages {
	width: 600px;
	padding: 4px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.blogimages img {
	filter:alpha(opacity: 70);
}

#imgdiv {
	border: 1px solid #aaaaaa;
	margin-right: 4px;
	padding: 6px;
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	cursor: hand;
	font-size: 11px;
	font-family: helvetica, "trebuchet ms", arial, sans-serif;
}

#twitter {
	width: 180px;
	padding: 10px;
	position: absolute;
	left: 1160px;
	top: 22px;
}
#twitter h2 {
	font-size: 16px;
	color: #aaa;
	background-color: #fafafa;
	padding: 8px;
	padding-bottom: 5px;
	border: 1px solid #e5e5e5;
}
ul#tweets {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: -30px;
	color: #777;
}
ul#tweets li {
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #e5e5e5;
}
ul#tweets #tweet_time {
	color: #bababa;
}

/* ----- FORMS ----- */

input {
	font-size: 11px;
	font-family: helvetica, "trebuchet ms", arial, sans-serif;
}

textarea {
	font-size: 11px;
	font-family: helvetica, "trebuchet ms", arial, sans-serif;
}

/* ----- SMALLER ELEMENTS ----- */

#addword {
	position: absolute;
	display: none;
	left: 450px;
	top: 39px;
	font-family: helvetica, "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	border: 1px solid #b5b5b5;
	background-color: #f0f0f0;
	padding: 8px;
}

#addword td {
	font-family: helvetica, "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	padding: 4px;
}

.blogcomments {
	width: 400px;
}

.blogcomments td {
	font-size: 11px;
}

.blogcomments .date {
	color: #c0c0c0;
}

.counter {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 20px;
	border-top: 1px solid #c0c0c0;
	width: 380px;
	color: #cccccc;
}

.gallery, .gallery a {
	color: #a5a5a5;
	padding-bottom: -0px;
}