/*
gem&nice colors -

charcoal: 	#333333
green:		#999933
blue:		#99CCCC

*/

body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	margin: 70px 20px 30px 20px;
}
div#navigation {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 250px;
	height: 400px;
	padding: 0 30px 0 0;
	background-image: url(../images/_vertical_dashed.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
div#content {
	position: absolute;
	top: 90px;
	left: 280px;
	width: 690px;
	padding: 0 20px 40px 20px;
}
div#sidebar {
	position: absolute;
	top: 75px;
	left: 750px;
	width: 120px;
}
div#vertical {
	margin: 50px 0 0 30px;
	text-align: right;
}
div#credits {
	position: absolute;
	top: 400px;
	left: 70px;
	width: 150px;
	text-align: center;
	font-size: 10px;
}
div.post {
	display: block;
}
div.post img {
	margin-left: 10px;
}
div#logo {
	position: absolute;
	top: 240px;
	left: 80px;
	width: 168px;
	height: 168px;
}
h1 {
}
h1 a {
	visibility: hidden;
}
h2 {
	visibility: hidden;
}
h3 {
	margin: 5px 0 10px 0;
}
h3.blog-title {
	font-size: 18px;
	margin: 5px  0 -5px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted;
	border-color: #999933;
	clear: both;
}
h4{
	font-size: 12px;
	padding-bottom: 6px;
	border-bottom: 1px dotted;
	border-color: #99CCCC;
	width: 360px;
}
.sIFR-active h3 {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	font-size: 18px;
}
p {
	
}

p.byline {
	color: #333333;
	font-size: 10px;
	padding-top: 0px;
}
p.byline a {
	color: #99CCCC;
}
a {
	color: #99CCCC;
	text-decoration:none;
}
a:hover{
	color: #999933;
}
hr.horizontal {
	margin: -20px 0 10px -10px;
	width: 665px;
	border-color: #99CCCC;
	border-style: dotted;
}
ul {
}
li {
	padding-left:15px;
}
ul.navigation {
	list-style: none;
	text-align: right;
	letter-spacing: 0.1px;
	line-height: 24px;
	font-size: 14px;
}
ul.navigation li a {
	text-decoration: none;
	color: #333333;
}
ul.navigation li a:hover {
	text-decoration: none;
	color: #999933;
}
/* classes for jEditable */
.editable input[type=submit] {
  color: #F00;
  font-weight: bold;
}
.editable input[type=button] {
  color: #0F0;
  font-weight: bold;
}
.editable textarea {
  color: #999;
  font-weight: bold;
}
textarea {
	height: 300px;
}
