/*
Theme Name: V5
Theme URI: http://www.yada.at
Description: Need to find a description!
Author: Kevin "Yada" Hirczy
Version: 1.0
Tags: minimalistic
*/

body {
	margin: 0;
	margin-top: 32px;
	padding: 0;
	/* font settings */
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p { margin: 0; padding: 0; }

div p { line-height: 17pt; }

/* links in general */
a {
	text-decoration: none;
	color: #708642;
}

a:hover {
	text-decoration: underline;
}

/* posts */
h3 {
	padding: 0; margin: 0;
	font-size: 27px;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 4px;
}

h3 a {
	text-decoration: none;
	color: #000000;
}

h3 a:hover {
	color: #708642;	
}

h3.sub {
	font-size: 11px;
	color: #bcc4a9;
	margin-bottom: 8px;
}

h4 {
	padding: 0; margin: 0;
}

h4 a {
	text-decoration: none;
	color: #000000;
}

h4 a:hover {
	color: #708642;	
}

table tr td img {
	border: 1px #cecece dotted;
	padding: 2px;
}

div p { text-align: justify; }

div p img {
	border: 1px #cecece dotted;
	padding: 2px;
}

div p img.wp-smiley {
	border: 0; padding: 0;
}

div p  .alignleft,
div p  img.alignleft {
	display: inline;
	float: left;
	margin-right: 5px;
}
div p  .alignright,
div p  img.alignright {
	display: inline;
	float: right;
	margin-left: 5px;
}
div.content  .aligncenter,
div.content  img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.older-posts-right {
	float: right;
	width: 48%;
	padding-left: 5px;
	height: 200px;
	text-align: justify;
}

div.older-posts-left {
	float: left;
	width: 48%;
	padding-right: 5px;
	height: 200px;
	text-align: justify;
}

div.nav {
	text-align: right;	
}

div.nav a {
	text-decoration: none;
	border: 1px #cecece solid;
	padding: 4px;
	color: #999;
}

div.nav a:hover {
	background-color: #bcc4a9;
	color: #000000;
}

/* just a few "constants" */
br.clear {
	clear: both;
}

/* "constants" end */

#main {
	width: 850px;
	margin: auto;
}

#main div#head {
	width: 100%;
	position: relative;
	border-bottom: 1px #cecece solid;
}

/* title */
#main div#head span.title {
	font-size: 18pt;
	letter-spacing: 6.9px;
}
#main div#head span.subtitle {
	font-size: 7pt;
	color: #666666;
	margin-left: 7px;
}

#main div.head-l {
	float: left;
	width: 55%;
}

#main div.head-r {
	float: left;
	width: 45%;
}


/* navigation */
#main div.navigation ul {
	margin: 0; padding: 0;
	list-style: none;
	float: left;
}

#main div.navigation ul li {
	float: left;
	margin: 0;
	border-right: 1px #cecece dotted;
	width: 75px;
	font-size: 8pt;
	text-align: center;
}

#main div.navigation ul li a {
	padding: 4px;
	text-decoration: none;
	display: block;
	color: #000000;
	text-align: center;
}

#main div.navigation ul li a:hover {
	color: #ffffff;
	background-color: #708642;
}

/* login */
#main ul.login {
	margin: 0; padding: 0;
	list-style: none;
	float: right;
}

#main ul.login li {
	float: left;
	margin: 0; padding: 4px;
	font-size: 8pt;
	text-align: center;
}

#main ul.login li a {
	display: inline-table;
	color: #000000;
	text-align: center;
}

#main ul.login li a:hover {
	color: #708642;
}

/* subheader */
#subheader {
	width: 100%;
	min-height: 80px;
	border-bottom: 1px #cecece solid;
	text-align: center;
}

#subheader table {
	width: 100%;
	height: 80px;
	border-spacing: 0;
	border-collapse: collapse;
}

#subheader table td {
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

/* quote */
blockquote:before { content: open-quote; font-weight: bold; font-size: 180%; }
blockquote:after { content: close-quote; font-weight: bold; font-size: 180%; }
blockquote{
	margin: 0; padding: 0;
	display: block;
	font-size: 120%;
	font-weight: bold;
	color: #bcc4a9;
	quotes:"\201E" "\201C";
}

/* content quote */
#c-left blockquote:before { content: normal; }
#c-left blockquote:after { content: normal; }

#c-left blockquote {
	border-left: 3px #cecece solid;
	padding: 5px;
	margin: 15px;
	width: 100%;
	font-size: 10pt;
	font-weight: normal;
	color: #666;
	
}

/* content */
h1.page-title {
	font-size: 12pt;
	margin: 0;
	border-bottom: 1px #cecece solid;
	display: block;
	padding-bottom: 7px;
	color: #708642;
	text-align: right;
}

#c-left {
	float: left;
	width: 69%;
	border-right: 1px #cecece solid;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
}

#c-right {
	float: right;
	width: 29%;
	padding-top: 8px;
}

/* sidebar */
ul.archives {
	margin: 0; padding: 0;
	list-style-type: none;
}

ul.archives li {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
}

ul.archives li a {
	text-decoration: none;
	color: #000000;
	display: block;
	border-bottom: 1px #cecece dotted;
	padding-left: 5px;
}

ul.archives li a:hover {
	text-decoration: none;
	background-color: #EBF0DE;
}

/* footer */
div.footer {
	width: 100%;
	border-top: 1px #cecece solid;
	text-align: center;
	font-size: 10px;
	color: #999;
	padding-top: 8px;
	margin-bottom: 10px;
}

/* comments and forms */
.textinput {
	border: 1px #cecece solid; 
	margin: 2px; padding: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #ffffff;
}

.textinput:focus {
	background-color: #EBF0DE;
}

.formbutton {
	border: 1px #cecece solid;
	background-color: #ffffff;
	padding: 4px;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
	margin: 2px;
	font-weight: bold;
}

.formbutton:hover {
	background-color: #EBF0DE;
}

/* extra buttons ftw ! */
.formbutton-search {
	background-color: #ffffff;
	border: 0; padding: 0; margin: 0;
	position: relative; top: 2px;
}