body {
	font-size: 14px;
	background: #120D0A url('images/bg.png') top left no-repeat;
	color: #91d6d9;
	font-family: Georgia, Baekmuk Batang, Garamond, Times New Roman, Free Serif;
	padding: 0;
	margin: 0;
	text-align: justify;
}


h1 {
	font-family: Georgia, Baekmuk Batang, Garamond, Times New Roman, Free Serif;
	font-weight: normal;
	text-align: right;
	font-size: 1.5em;
	line-height: 1.5em;
	letter-spacing: .2em;
}

h1 a {
	text-decoration: none;
}

h2 {
	font-family: Georgia, Baekmuk Batang, Garamond, Times New Roman, Free Serif;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	font-size: 1em;
	letter-spacing: .5em;
	margin-right: -1em;
	padding: 0 1em;
}

h3 {
	font-family: Georgia, Baekmuk Batang, Garamond, Times New Roman, Free Serif;
	font-weight: normal;
	text-align: right;
	font-size: .8em;
	letter-spacing: .5em;
	margin-right: 0;
	padding: 0 1em;
}

a {
	color: #2d2119;
}

a:visited {
	color: #2d4142;
}

code {
	color: #552629;
}

#menu {
	font-size: 1.8em;
	line-height: 2em;
	height: 2em;
	margin: 0 1em 1em 3.8889em;
	padding: 0;
	background: #2d2119 url('images/menubgLeft.png') bottom left no-repeat;
	width: 21em;
}

#menu ul {
	height: 100%;
	background: transparent url('images/menubgRight.png') bottom right no-repeat;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
}

#menu ul li {
	text-align: center;
	display: inline;
	margin: -.1em;
	padding: 0;
}

#menu ul li:before {
	content: ".";
}

#menu ul .first:before {
	content: "";
}

#menu a {
	color: #dfffff;
	text-decoration: none;
	margin: 0;
	padding: .4em 0.6em;
}

#menu a:hover {
	background: transparent url('images/menubgCenter.png') bottom center no-repeat;
	color: #b1f6f9;
}
#pagenav {
	line-height: 1.8em;
	word-spacing: .05em;
	letter-spacing: -.05em;
	background-color: #2d2119;
	font-family: verdana;
	color: #dfffff;
	width: 37.8em;
	padding: 0 0 0;
	margin: 0 1.8em 1.8em 7em;
	text-align: center;
}
#pagenav a {
	color: #dfffff;
	width: 37.8em;
	text-decoration: none;
}
#pagenav a:hover {
	text-decoration: underline;
}

.post {
	line-height: 1.8em;
	word-spacing: .05em;
	letter-spacing: -.05em;
	background: #91d6d9 url('images/topLeft.png') top left no-repeat;
	font-family: verdana;
	color: #112629;
	width: 37.8em;
	padding: 0 0 0;
	margin: 0 1.8em 1.8em 7em;
}

.post p {
	padding: 0 0 0.9em 0;
	margin: 0;
}

.post .entry {
	margin: 0;
	padding: 2em 2.8em 2em;
	background: url('images/right.png') top right repeat-y;
}

.post .editLink{
	text-align: right;
	float: right;
	position: relative;
	top: -.5em;
	right: 1.3em;
}

.post h1 {
	background: url('images/topRight.png') top right no-repeat;
	margin: 0 0 0 1em;
	padding-right: 1em;
}

.post h1 a {
	color: #112629;
}

.post h2 {
	color: #112629;
}

.post .entryMeta .commentCount {
	background: url('images/right.png') top right repeat-y;
	padding: 0 1em;
}

.post .entryMeta .tags {
	background: url('images/bottomRight.png') bottom right no-repeat;
	margin: 0;
	padding: 0 1em 1em;
}

.post .entryMeta .pubdate {
	background: url('images/bottomRight.png') bottom right no-repeat;
	margin: 0;
	padding: 0 1em 1em;
}

.post .entryMeta {
	background: url('images/bottomLeft.png') bottom left no-repeat;
	margin: 0 0 0;
	padding: 0;
	text-align: right;
}

#sidebar {
	font-family: verdana;
	line-height: 1.8em;
	position: absolute;
	left: 48em;
	top: 0;
	color: #dfffff;
	background: #2d2119 url('images/sidebarbg.png') top left repeat-y;
	padding: 5em 1em 1em;
	min-height: 100%;
	max-width: 30em;
}

#sidebar a {
	color: #b1f6f9;
}

#sidebar a:visited {
	color: #91b6b9;
}

#sidebar #twitterbox {
	font-size: .7em;
}

#twitterbox {
	line-height: 1.2em;
	max-width: 30em;
}

#twitterbox ul{
	list-style-type: none;
}

#twitterbox li {
	margin: 2em .5em;
	max-width: 30em;
}

#sidebar h1 {
	color: #91d6d9;
	border: 1px dashed #91d6d9;
	border-width: 0 0 1px 0;
}

#sidebar #headlines ul {
	text-align: left;
	list-style-type: none;
}

#sidebar #headlines ul li{
	margin: 1.5em 0;
	line-height: 1.2em;
}

#sidebar #headlines ul li a {
	margin: 0;
	text-decoration: none;
}

#sidebar #headlines ul li a:hover {
	margin: 0;
	text-decoration: underline;
}


#sidebar #headlines {
	font-size: .7em;
}

#twitterbox p {
	text-align: right;
}

.image {
	float: right;
	padding: 6px;
	margin: 0 0 0 1em;
	background-color: #ACE1E3;
	color: #2d2119;
	border: 1px solid #489EA1;
	font-style: italic;
}

.image img {
	display: block;
	border: none;
	background-color: #91d6d9;
}

.image a {
	color: #326E70;
}

.image a:visited {
	color: #496F70;
}

.cal {
	font-size: .7em;
	color: #2d2119;
	float: right;
	text-align: center;
	border: 1px solid #120D0A;
	margin: 0 2em 0em;
}

.cal .calyear {
	background: #120D0A;
	color: #b1f6f9;
	padding: 0 0.2em 0 0.5em;
	letter-spacing: .4em;
	display: block;
	line-height: 1.5em;
	margin: 0 0 .5em;
}

.cal .calday {
	display: block;
	line-height: .9em;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	text-align: center;
}

.cal .calmonth {
	font-size: .9em;
	margin: 0;
	border-top: 1px solid #2d2119;
}

.pubdate .calday {
	margin: 0 .5em;
}

.pubdate {
	font-size: .7em;
}

#comments, #contact{
	width: 35em;
	margin: 0 1.8em 1.8em 7em;
}

#comments h4, #contact h4 {
	color: #91d6d9;
	text-align: right;
}

#comments a, #contact a {
	color: #b1f6f9;
}

#comments a:visited, #contact a:visited {
	color: #91b6b9;
}

.post-comment {
	line-height: 1em;
	margin: 2em 0;
}

.post-comment-body {
	background-color: black;
	padding: 1em;
}

.post-comment-commentor {
	background-color: black;
	margin: 0;
	padding: 0 1em;
	display: inline;
}

.post-comment-commentor a {
	text-decoration: none;
}

fieldset {
  padding: 1em;
  font:.8em/1 sans-serif;
  border: 4px double #2d2119;
  background-color: black;
  }

label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }

legend {
	border: 1px solid #c;
	padding: .2em;
	border-style: none solid none
	}

input {
	background-color: #120D0A;
	border: 1px solid #2d2119;
	color: #ada199;
	line-height: 2em;
}

input:focus {
	background-color: black;
	border: 1px solid #4d4139;
	border-color: #4d4139 #6d6159 #6d6159 #4d4139;
}

textarea {
	width: 49em;
	background-color: #120D0A;
	border: 1px solid #2d2119;
	color: #ada199;
	}
  
 
textarea:focus {
	background-color: black;
	border: 1px inset #4d4139;
	border-color: #4d4139 #6d6159 #6d6159 #4d4139;
}
  
.required {
	display: block;
	color: #d19699;
	font-size: .7em;
}

ul.error {
	font-size: 1em;
	width: 30.6em;
	padding: 2em;
	margin: 0 1.8em 1.8em 7em;
}
