/* Headers h1, h2, ... */
.post h1 {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #333;
	border-bottom: 1px dotted #740406;
	margin: 0 0 10px 0;
}

.post h2 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #666;
	border-bottom: 1px solid #eee;
	margin: 0 0 3px 0;
}

.post h3 {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #ffb635;
	margin: 0 0 3px 0;
}

/* Post Paragraph */
.post p {
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

/* UL, OL, LI lists */
.post ul {
	margin: 0 0 20px 0;
}

.post ol {
	margin: 0 0 20px 20px;
}

.post ul ul {
	margin: 0;
}

.post ol ol {
	margin: 0;
}

.post ul li {
	color: #777;
	padding: 3px 0 3px 10px;
	border-bottom: 1px dotted #eee;
	line-height: 1.5em;
	background: url(../images/sm.gif) no-repeat;
	background-position: left 11px;
}

.post ol li {
	color: #777;
	padding: 3px 0 3px 0;
	border-bottom: 1px dotted #eee;
	line-height: 1.5em;
}

.post ul li ul li {
	border: 0;
	margin: 0 0 0 20px;
}

.post ol li ol li {
	border: 0;
	margin: 0 0 0 20px;
}

.post ul a:hover {
	color: #fff;
	background: #08aeec;
}

.post ol a:hover {
	color: #fff;
	background: #08aeec;
}

/* Post elements */
.post del {
	text-decoration: line-through;
	color: #999;
}

.post ins {
	text-decoration: underline;
	color: red;
}

.post code {
	display: block;
	color: #333;
	font-family: tahoma;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 10px;
	background: #f6f6f6;
	border-bottom: 1px solid #740406;
	margin: 0 0 15px 0;
}

.post blockquote {
	display: block;
	overflow: hidden;
	border: 1px dotted #740406;
	padding: 10px;
	margin: 0 0 15px 0;
	color: #07a7e9;
}

.post blockquote blockquote {
	display: block;
	overflow: hidden;
	border: 1px dotted #740406;
	padding: 10px;
	margin: 10px;
	color: #999;
}

.post blockquote p {
	margin: 0 0 0 0;
	font-weight: bold;
}

.post blockquote blockquote p {
	margin: 0 0 0 0;
	font-weight: normal;
}

/* Entry stylesheets */
.alignleft {
	float: left;
	display: inline;
	margin: 0 10px 5px 0;
}

.alignright {
	float: right;
	display: inline;
	margin: 0 0 5px 10px;
}

.aligncenter {
	margin: 0 auto 10px auto;
	display: block;
	text-align: center;
}

.alignnone {
	margin: 0 auto 10px auto;
	display: block;
	text-align: center;
}

.wp-caption img {
	margin: 0 0 5px 0;
}

.wp-caption-text {
	color: #aaa;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	width: auto;
	font-weight: bold;
	text-transform: uppercase;
}

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

.the_content img {
	padding: 1px;
	border: 1px solid #740406;
	overflow: hidden;
}

.the_content em {
	color: #888;
}

/* The special tags archive */
.the_tag_archive a {
	line-height: 1.2em;
	text-transform: lowercase;
}

/* Search Form */
.searchform {
	width: 100%;
	background: #ecf9fe;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #d6e7ee;
}

.searchform fieldset {
	display: block;
	padding: 10px;
}

.searchform input {
	vertical-align: middle;
}

.searchform .searchinput {
	border: 1px solid #d6e7ee;
	padding: 2px;
	color: #666;
	width: 200px;
}

.searchform .searchinput:hover {
	border: 1px solid #29c6f3;
}

.searchform .searchbutton {
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #0fc1ee;
	background: #0fc1ee;
	color: #fff;
}

.searchform .searchbutton:hover {
	background: #7cdaf1;
}