/*
Theme Name: a1
Theme URI: 
Version: 0.1
Description: A clean and simple two-column layout - and it is liquid, too.
Author: Arnold Kegebein
Author URI: http://www.kegebein.net
*/

/* ------------------------------ colors ------------------------------
   color	dark	medium	light

   red		FF0007	FF575C	FFABAE
   orange	FF6C00	FF9D57	FFCEAB
   yellow	FFF200	FFF757	FFFBAB

   blue		333366	6666CC	9999CC

   gray		666666	999999	DDDDDD	Lines
*/

/* ------------------------------ standard elements ------------------------------ */
* {
	margin: 0;
	padding: 0;
}
a, a:link, a:active, a:focus,  a:visited {
	color: #FF9D57;
	text-decoration: none;
}
a:hover {
	color: #FF0007;
	text-decoration: none;
}
a img {
	border:none;
}
img.rfloat {
	padding: 0 0 .5em 2em;
}
img.lfloat {
	padding: 0 2em .5em 0;
}
body {
	background: #FFF url(img/paint3.png) no-repeat scroll 10px 10px;
	color: #000;
	font: normal 62.5% "Lucida Sans Unicode",Verdana,sans-serif;
	width: 100.1%;
}
p {
	font-size: 1.2em;
	line-height: 1.5;
	padding-bottom: 1.2em;
}
li {
	font-size: 1.2em;
	line-height: 1.5;
	list-style: none;
}
.post ul {
	margin: 0 0 1em 0;
}
.post li {
	list-style-type: disc;
	margin: 0 0 0 2em;
}
h1, h2, h3, h4, h5, h6 {
	color: #FF6C00;
	font: normal 1.5em "Trebuchet MS",sans-serif;
	margin: 1em 0 .5em;
}
h1 {
	font-size: 2.00em;
	margin: 1em 0 .25em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.50em;
}
h4, h5, h6 {
	font-size: 1.25em;
}
pre {
	background: #DDD;
	border: 1px solid #999;
	font-size: 1.4em;
	line-height: 1.4;
	margin: 0 0 1em 0;
	overflow: auto;
	padding: 2px 4px;
}
pre.header {
	background: #BBB;
	border-bottom: none;
	font-weight: bold;
	margin: 0;
}
pre.example.header {
	background: #DDD;
}
pre.example {
	background: #FFF;
}
code {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
clearer {
	clear: both;
}
.edit {
	background: #FFF757;
	display: none;
	float: right;
	padding: .25em .5em;
	position: relative;
}
.edit a, .edit a:link {
	color: #FF0007;
}
.post .edit {
	margin-top: 1em;
}
li:hover>div.edit, .comment:hover .edit {
	display: block;
}

.descr {
	color: #FF9D57;
	padding: 0 0 1em 0;
}
.datetime, .info_right {
	float: right;
	padding-left: 2em;
}
.datetime {
	margin-top: 1.5em;
}
.commentmetadata .datetime {
	margin-top: 0.5em;
}
.entry {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin: -.5em 0;
	padding-top: 0.5em;
}
.entry p, .entry ol, .entry ul {
	padding-bottom: 0.6em;
}
.comment .entry {
	border-left: 8px solid #DDDDDD;
	padding-left: .75em;
}
.info {
	color: #999999;
	padding-top: 1em;
}
.commentlist {
	padding-bottom: 50px;
}
#comment {
	width: 100%;
}
.rfloat {
	float: right;
}
.lfloat {
	float: left;
}
.lclear {
	clear: left;
}

/* ------------------------------ header ------------------------------ */
#header {
	color: #333366;
	height: 90px;
	padding: 50px 0 0 110px;
}
#header h1 {
	font: bold italic 6em "Cracked","Marker Felt","Impact","Tahoma","Verdana","Trebuchet MS",sans-serif;
	margin: 0;
}
#header div {
	font-size: 1.2em;
	margin: -.5em 0 0 3em;
}
#header h1 a,
#header h1 a:visited {
	color: #333366;
}


/* ------------------------------ content ------------------------------ */
.content {
	padding: 10px 3%;
	width: 68%;
}
.content a, .content a:link, .content a:active, .content a:focus, .content a:visited {
	color: #6666CC;
}
.content a:hover {
	color: #FF0007;
}
.content .bottomnav {
	padding: 2em;
	text-align: center;
}
.img1 {
	background: url(img/paint_red1.png) no-repeat scroll center bottom;
}
.img2 {
	background: url(img/paint_orange1.png) no-repeat scroll center bottom;
}
.img3 {
	background: url(img/paint_yellow1.png) no-repeat scroll center bottom;
}
.img4 {
	background: url(img/paint_red2.png) no-repeat scroll center bottom;
}
.img5 {
	background: url(img/paint_orange2.png) no-repeat scroll center bottom;
}
.img6 {
	background: url(img/paint_yellow2.png) no-repeat scroll center bottom;
}
/* ---------- post ---------- */
.more-link {
	display: block;
	padding-top: .5em;
}
.post-nav {
	color: #999999;
	padding: 2em 0;
	text-align: center;
}
.post {
	padding-bottom: 5em;
}
.post:hover .edit{
	display: block;
}
.post>h1 {
	margin-bottom: 0;
}

.post h1 a,
.post h1 a:active,
.post h1 a:focus,
.post h1 a:visited,
.post h1 a:link {
	color: #333366;
}
.post h1 a:hover {
	background: none;
	border: 0 none;
	border-left: 5px solid #FFF757;
	left: -8px;
	padding-left: 3px;
	position: relative;
	text-decoration: none;
}
.post a:hover {
	text-decoration: underline;
}
.author>h2 {
	margin-bottom: 0;
}
/* ---------- comment ---------- */
.commentlist>li {
	border: 1px solid #DDDDDD;
	padding: 5px;
}

/* ------------------------------ footer ------------------------------ */
.footer {
	clear: both;
	margin: 3em 0 1em;
	text-align: center;
}
/* ------------------------------ topnav ------------------------------ */
.topnav {
	padding: 20px 2% 0;
	text-align: right;
	float: right;
}
.topnav ul {
	border-right: 1px dotted #999999;
	margin: 0;
	padding: 0;
}
.topnav li {
	border-left: 1px dotted #999999;
	display: inline;
}
.topnav ul li a {
	color: #999999;
	padding: 0 8px;
}
.topnav ul li a:hover {
	border-top: 4px solid #FFF757;
	color: #FF0007;
}

/* ------------------------------ sidebar ------------------------------ */
.sidebar {
	float: right;
	padding: 15px 2%;
	width: 22%;
}
.sidebar h2 {
	color: #333366;
	height: 20px;
	margin: 1em 0 0 8px;
}
.sidebar li {
	font-size: 1em;
	line-height: normal;
}
.sidebar ul ul a,
.sidebar ul ul a:link,
.sidebar ul ul a:active,
.sidebar ul ul a:focus {
	border-left: 5px solid #FFFFFF;
	color: #999999;
	display: block;
	padding: 4px 6px 4px 3px;
}
.sidebar ul ul a:hover {
	border-left: 5px solid #FFF757;
	color: #FF0007;
	overflow: visible;
}
.sidebar>ul {
	padding: 0 0 16px;
}
.sidebar>ul>li>ul>li {
	border-bottom: 1px dotted #999;
}
.sidebar .widget_tag_cloud { 
}
.sidebar ul ul {
	font-size: 1.2em;
}

/* ---------- tables ---------- */
.simpleTab {
	background: #999;
	border-spacing: 1px;
	margin: 0.8em 0 1.6em 0;
}
.simpleTab th, .simpleTab td {
	padding: 2px 4px;
	vertical-align: top;
	text-align: center;
}
.simpleTab th {
	background: #DDD;
}
.simpleTab td {
	background: #FFF;
	text-align: left;
}

/* ---------- widget: search ---------- */
.widget_search label {
	color: #333366;
	display: none;
	font: normal 1.5em "Trebuchet MS",sans-serif;
	margin-left: 8px;
}
.widget_search input {
	margin: 0 0 2px 8px;
}

/* ---------- widget: tag cloud ---------- */
.widget_tag_cloud div {
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding: .25em 8px;
	text-align: left;
}
.widget_tag_cloud a,
.widget_tag_cloud a:link,
.widget_tag_cloud a:active,
.widget_tag_cloud a:focus {
	color: #999999;
}
.widget_tag_cloud a:hover {
	background: #FFF757;
	color: #FF0007;
}
