@import url("types.css");

/*GLOBALS*/

body {
	font-size: 80%;
	font-family: "Lucida Sans", Verdana, sans-serif;
	padding: 0 0 0 10px;
	margin: 0px;
	color: #444;
	background: #444 url(../img/pattern.png);
}

a:link, a:visited {
	color: #e9322e;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 4px;
}

a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #444;
}

div.tags a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #e9322e;
	text-shadow: #e9322e 1px 1px 1px;
}

p {
	margin: 0;
	padding: 0;
}

iframe {
	max-height: 320px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/*NAVIGATION*/

#navigation {
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 3px;
	padding: 5px 30px 5px 30px;
	min-width: 450px;
	max-width: 550px;
	background: #fff;
	border: solid #333;
	border-width: 0px 0px 0px 1px;
	position: fixed;
	z-index: 100;
	opacity: 0.8;
}

#navigation a {
	text-decoration: none;
	border: 0;
	padding: 2px 4px;
	smargin: 2px;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #999;
}

#navigation a:hover {
	color: #fff;
	background: #999;
}

#navigation form {
	padding: 0;
	margin: 0;
}

#navigation a.current, #header a.current {
	color: #444;
}

#navigation a.current:hover, #header a.current:hover {
	color: #fff;
	background-color: #444;
	text-shadow: #000 1px 1px 1px;
}

/*MAIN*/

#main {
	margin-left: 100px;
	margin-right: 100px;
	background-color: #fff;
	padding: 15px 15px 15px;
	min-width: 490px;
	max-width: 590px;
	border: 2px solid #333;
	border-width: 0 2px 2px 1px;
}

/*HEADER*/

#header {
	text-align: left;
	padding: 25px 10px;
}

#header div.logo {
	font-size: 3em;
	line-height: 1.2em;
	float: left;
	margin: 15px 0;
}

#header div.logo a {
	color: #444;
	text-decoration: none;
	padding: 12px 15px 5px;
	border: 0;
	font-weight: normal;
	vertical-align: middle;
}

#header div.tags {
	float: left;
	margin: 10px 10px 10px 5px;
	width: 60%;
	line-height: 150%;
	text-transform: lowercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 01.0em;
	text-align: left;
}

#content {
	clear: both;
	padding-top: 20px;
}

/*POSTVIEW*/

div.post {
	margin-top: 15px;
	padding: 20px 15px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.15em;
}

div.image, div.post-body img {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #999 #999 #ccc;
	padding: 4px;
}

div.post-body div.image img {
	border: 0;
	padding: 0;
}

div.image img, div.post-body img {
	width: 100%;
}

div.image em {
	display: block;
}

div.image > em {
	margin-top: 5px;
	font-size: 0.9em;
}

div.center {
	text-align: center;
}

div.post-title {
	font-weight: bold;
	margin-top: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
}

div.post-body {
	padding-top: 5px;
	line-height: 1.4em;
	width: 100%;
	clear: both;
}

div.post-body a:link, div.post-body a:visited {
	padding: 0;
}

div.flatpage p, div.post-body p {
	margin: 10px 0;
}

div.post-meta, span.post-source {
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
	margin: 5px 0;
}

div.post-meta a, span.post-source a {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #ccc;
}

div.post-meta a:hover, span.post-source a:hover {
	color: #fff;
	background: #ccc;
}

span.post-source a {
	padding: 2px 4px;
}

span.post-author {
	padding: 3px;
	font-size: 0.8em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 3px 6px 3px 0px;
	color: #555;
}

span.post-date a {
	font-size: 0.8em;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #999;
}

span.post-date a:hover {
	color: #fff;
	background: #999;
}

/*PAGINATOR*/

#time-travel {
	text-align: center;
	margin: 20px 0 40px 0;
	padding: 0 10px 0 15px;
}

#time-travel a {
	text-decoration: none;
}

#time-travel .pagination-link {
	color: #444;
}

#time-travel a:hover > span.pagination-link {
	color: #e9322e;
}

#time-travel .next {
	float: left;
}

#time-travel .back {
	float: right;
}

/*FOOTER*/

#footer {
	margin: 0px 100px 15px 100px;
	padding: 15px;
	min-width: 490px;
	max-width: 590px;
}

#footer a {
	text-decoration: none;
	border: 0;
	padding: 2px 4px;
	margin: 2px;
	text-shadow: #333 1px 1px 1px;
}

#footer a:hover {
	color: #444;
	text-shadow: #e9322e 1px 1px 1px;
	background: #e9322e;
}