/*
Theme Name: Typographic Hipster
Theme URI: http://wordpress.org/
Description: Vanity theme in a letterpress typographic style.
Version: 1.0
Author: Aurelius Capellan
Tags: mantle color, fixed width, one columns widgets
*/

* {
	margin: 0;
	padding: 0;
	}
html {
	min-height: 100%;
	height: auto;
}
body {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	font: normal 12px/1.5 Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	background: #fff url(images/stripes.png) repeat top center;
	width: 100%;
	}
/* - Base Element Styles ---------- */
h1 {
	font: normal 36px/1.5 Georgia, "Times New Roman", Times, serif;
	}
h2 {
	font: bold 36px/1 Arial, Helvetica, sans-serif;
	margin: 1em 0;
	padding: 0;
	color: #006;
	}
h3 {
	font: bold 24px/1 Arial, Helvetica, sans-serif;
	margin: 1em 0 0;
	padding: 0;
	}
h4 {
	font: normal 18px/1 Georgia, "Times New Roman", Times, serif;
	margin: 1em 0 0;
	padding: 0;
	}
h5 {
	font: normal 16px/1 Georgia, "Times New Roman", Times, serif;
	margin: 1em 0;
	padding: 0;
	}
p {
	font: normal 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 .75em;
	padding: 0;
	}
ul {
	margin:  0 0 .75em;
	padding: 0;
	list-style: inside disc none;
	font: normal 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
li {
	margin-left: 1em;
	padding-left: 1em;
	text-indent: -1em;
}
img {
	border: 0px;
	background-color: #fff;
}
a {
	text-decoration: none;
	border-bottom: 1px dotted #900;
	color: #69c;
	}
a:hover  {
	border-bottom: 1px solid #900;
	}
blockquote {
	padding-left: 25px;
	}
pre {
	padding: 0 5px;
	margin-bottom: 1.5em;
	}
/* - Header Styles ---------- */
#header {
	position: relative;
	display: block;
	min-height: 2.5em;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background: transparent none no-repeat top center;
}
#header h1 {
	color: #cfc;
	text-decoration: none;
	position: relative;
	left: -9999px;
	height: 1px;
	}
#header a {
	color: #000;
	text-decoration: none;
	border-bottom: 0 none #000;
	}
#header h1 a:hover {
	color: #333;
	}
#header ul {
	display: block;
	position: absolute;
	left: -100px;
	margin: 0;
	padding: 3em 1em;
	width: 200px;
	min-height: 200px;
	background: transparent url(images/star-decal.png) no-repeat top center;
}
#header ul li {
	padding: 0;
	list-style: none none outside;
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
}
#header ul li a, #header ul li a:link, #header ul li a:visited {
	display: block;
	background: transparent none; /*url(images/20white.png) repeat left top;*/
	padding: .25em 5px;
	text-decoration: none;
	border-bottom: 5px solid transparent;
	color: #000;
	text-align: center;
	font-weight: bold;
}
#header ul li a:hover {
	color: #c00;
	background: transparent none; /* url(images/40black.png) repeat left top; */
	text-decoration: none;
}
/* - Main Styles ---------- */
#main {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 550px;
	min-height: 328px;
	background: transparent url(images/ornament-separator.png) no-repeat top center;
	border-top: 1px solid transparent;
	padding: 100px 25px 5em;
	margin: 0 auto;
}
/* - Footer Styles ---------- */
#footer {
	display: block;
	position: relative;
	width: 600px;
	min-height: 22px;
	background: transparent url(images/20white.png) repeat left top;
	clear: both;
	border-top: 1px solid transparent;
	margin: 0 auto;
}
#footer h2 {
	font: bold 24px/1 Arial, Helvetica, sans-serif;
	color: #33c;
	padding-top: .25em;
	}
/* - Sidebar Styles ---------- */
.sidebar {
	position: absolute;
	display: block;
	}
.sidebar h2 {
	margin: 1em 0 0;
	font-size: 18px;
}
.title {
	background: url(images/title.png) no-repeat top left;
}
.title h1 a, .title h1 a:link, .title h1 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #a3d8f9;
	text-decoration: none;
	padding-left: 14px;
}
.title h1 a:hover {
	color: #fff;
	padding-left: 14px;
}
.cats {
	font-size: 90%;
	color: #d4e8f0;
}
.trans0 .cats {
	font-size: 90%;
	color: #1c333d;
}
.entry {
	position: relative;
	display: block;
	margin: 0 0 3em;
	padding: 0 0 1.5em;
	border-bottom: 1px solid #090;
}
h2 em {
	color: #000;
}
.entry h3 {
	clear: both;
	font-size: 36px;
	letter-spacing: 1px;
	}
.entry h3 a {
	border: 0px none #fff!important;
	color: #900!important;
	font-variant: normal!important;
	}
.entry h3 a:hover {
	color: #333!important;
	border: 0px none #fff;
	}
.entry h4 {
	clear: both;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 0;
	color: #006!important;
	}
.entry ul {
	padding-left: 13px;
}
.entry ol {
	padding-left: 20px;
}
.entry a, .entry a:link, .entry a:visited, .left a, .left a:link, .left a:visited {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #99c; /* 69abe5; */
}
.entry a:hover, .left a:hover {
	color: #000;
	border-bottom: 1px solid #d4f3ff;
}
.entry img {
}
.readon img {
	float: left;
	padding: 10px 0 15px 2px;
}
.left {
	color: #bae4ff;
	width: 190px;
	float: left;
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0 5px;
}
.left ul {
	position: relative;
	display: block;
	list-style: none none outside;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}
.left li {
	display: block;
	width: auto;
	position: relative;
	left: 0;
	margin: 0;
	padding: 0 ;
	color: white;
	border: 1px solid transparent;
	border-bottom: dotted 1px #487390;
}
.left a, .left a:link, .left a:visited {
	display: block;
	position: relative;
	color: #fca2b2;
	text-decoration: none;
	margin: 0;
	padding: .5em 5px;
	border-bottom: 0 none #f997aa;
	text-indent: 0;
}
.left a:hover {
	color: white;
	border-bottom: 0 none #d4f3ff;
	background: transparent url(images/40black.png) repeat;
}
#tags a, #tags a:link, #tags a:visited {
	display: inline;
	text-decoration: none;
	margin: 0;
	padding: .5em 0;
	border-bottom: 0 none #f997aa;
	text-indent: 0;
}
.recent {
	text-align: right;
	position: relative;
	display: block;
	float: right;
	right: 0;
	padding: .5em 0;
	width: 6em;
	margin-left: 5px;
}
.sidebar ul {
	position: relative;
	display: block;
	width: 200px;
	list-style: none none outside;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}
.sidebar li {
	display: block;
	width: auto;
	position: relative;
	left: 0;
	margin: 0;
	padding: 0 ;
	color: white;
	border: 1px solid transparent;
	border-bottom: dotted 1px #487390;
}
.sidebar a, .sidebar a:link, .sidebar a:visited {
	display: block;
	position: relative;
	width: 200px;
	color: #fca2b2;
	text-decoration: none;
	margin: 0;
	padding: .5em 0;
	border-bottom: 0 none #f997aa;
	text-indent: 0;
}
.search form, .search form input {
	color: #F73B5C;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 10px;
	background-color: transparent;
}
.search form .comeon {
	float: left;
	width: 140px;
	height: 18px;
	overflow: hidden;
	background: #fff url() no-repeat;
}
.search form .comeon1 {
	margin-bottom: 2px;
	float: left;
	width: 140px;
	height: 18px;
	overflow: hidden;
	background: #fff url() no-repeat;
}
.search form .comeon #s, .search form .comeon1 #log, .search form .comeon #pwd {
	padding: 2px 0 0 10px;
	width: 95%;
}
.search form input#searchsubmit, .search form input#go {
	margin-left: 6px;
	height: 18px;
	width: 20px;
	overflow: hidden;
	display: inline;
}
#rememberme {
	margin-top: 4px;
	margin-left: 10px;
	height: 18px;
	width: 20px;
	overflow: hidden;
	display: inline;
}
.byline {
	font: normal 10px/1.8em Verdana, Arial, Helvetica, sans-serif;
	}
.comments {
	font: normal 10px/1.8em Verdana, Arial, Helvetica, sans-serif;
	}
.meta {
	font: normal 10px/1.8em Verdana, Arial, Helvetica, sans-serif;
	}
#paginate {
	display: block;
	width: 100%;
	text-align: center;
	}
.prevPage {
	display: block;
	width: 45%;
	text-align: left;
	}
.nextPage {
	display: block;
	width: 45%;
	text-align: right;
	}
