/*  
	Theme Name: Total Kaeos
	Theme URI: http://totalkaeos.com
	Description: Theme for use on the Kaeos website.
	Version: 0.3
	Author: M.P. Lindhout for Langdradig Internetoplossingen
	Author URI: http://langdradig.nl 
*/

/* CSS Reset START */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

fieldset,img {
	border: 0px;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0px;
}

/* CSS Reset END */

body {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #DDD;
	background: #FFF url(images/bg-tile.jpg) repeat-y center top;
}

#wrapper {
	text-align: left;
	line-height: 130%;
	background: transparent url(images/bg-top.jpg) no-repeat center top;
	padding-top: 20px;
}

#header, #container, #footer {
	width: 824px;
	margin: 0px auto;
}

#Sidebar {
	float: left;
	overflow: hidden;
	width: 150px;
	padding-right: 30px;
}

/* Header */

#header {
	
}

#header #blogname {
	width: 179px;
	height: 140px;
	background: url(images/logo-white.gif) no-repeat center center;
	float: left;
	text-align: center;
}

#header #blogname a {
	color: transparent;
	opacity: 0;
	width: 179px;
	height: 140px;
	display: block;
}

#header #description {
	color: #aaa;
}

#header #pagemenu {
	width: 620px;
	padding: 55px 0px;
	float: right;
	text-align: center;
	color: #aaa;
}

#header #pagemenu ul {
	margin: 0px;
	padding: 0px;
}

#header #pagemenu ul li {
	display: inline;
}

#header #pagemenu ul li a {
	font-size: 16px;
	color: #888;
	text-decoration: none;
	padding: 5px 10px;
	margin: 5px;
	background-color: #222;
	border: 1px solid #333;
}

#header #pagemenu ul li a:hover,
#header #pagemenu ul li.current_page_item a {
	color: #cf1913;
	border: 1px solid #861c1d;
}

/* Sidebar */

#Sidebar ul {
	margin: 0px;
	padding: 0px;
}

#Sidebar ul li {
	margin-bottom: 1.5em;
	list-style-image: url(images/bullet-image.gif);
}

#Sidebar ul li h2 {
	margin-bottom: .5em;
	color: #6a4e4b;
}

#Sidebar ul li ul {
	list-style-type: square;
	margin-left: 20px;
}

#Sidebar ul li ul li {
	margin: 0px;
	padding: 0px;
}

/*for your text*/

.clear {
	clear: both;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft {
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	text-align: center;
	margin: 0px auto;
	padding: 5px;
}

.wp-caption-text {
	line-height: 18px;
	color: #6a0d0a;
}

p {
	margin-bottom: 1em;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: .25em;
	margin-bottom: .5em;
}

h1 {
	font-size: 20px;
	color: #8a110d;
}

h2 {
	color: #8a110d;
	font-size: 18px;
}

h3 {
	color: #8a110d;
	font-size: 16px;
}

h4 {
	font-weight: bold;
	font-size: 14px;
}

h5 {
	font-size: 1em;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dotted;
}

hr {
	height: 1px;
	background-color: transparent;
}

dl {
	margin-left: 1em;
}

dt {
	
}

dd {
	
}

ul {
	margin-left: 1em;
}

ol {
	margin-left: 1em;
}

li {
	
}

ul ul {
	
}

blockquote {
	margin-left: 2em;
}

blockquote p {
	
}

blockquote cite {
	
}

code, pre {
	font-family: "Andale Mono", Courier, "Courier New";
	margin: .5em .5em .5em 1em;
	border: 1px solid;
	padding: .5em;
}

b, strong {
	font-weight: bold;
}

i,em {
	font-style: italic;
}

img {
	border: none;
}

address {
	margin-left: 1em;
	font-style: italic;
}

/*for links*/

a {
	color: #8a110d;
}

a:link {
	color: #8a110d;
}

a:visited {
	color: #700d0a;
}

a:link:focus {
	color: #8a110d;
}

a:link:hover, 
a:visited:hover {
	color: #d91a14;
}

a:link:active, 
a:visited:active {
	color: #d91a14;
}

a.rss {
	background: transparent url(images/rss.gif) no-repeat left top;
	padding-left: 18px;
}

a.rsscomments {
	background: transparent url(images/rss-balloon.gif) no-repeat left top;
	padding-left: 18px;
}

/*images as a link*/

a img {
	border: 1px solid #e30066;
}

a:link img {
	border-color: #8a110d;
}

a:visited img {
	border-color: #650c09;
}

a:link:active img, 
a:visited:active img {
	border-color: #FFF;
}

/* Content */

#content {
	font-size: 1em;
	line-height: 130%;
	overflow: hidden;
}

#content .navigation {
	padding: 10px 5px;
	margin: 20px 0px;
}

#content .navigation .left {
	float: left;
}

#content .navigation .right {
	float: right;
}

#content .post {
	padding: 0px 0px 30px 0px;
}

#content .post h2 a,
#content .post h3 a {
	color: #902a22;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#content .post h2 a:hover,
#content .post h3 a:hover {
	text-decoration: underline;
}

#content .post h2,
#content .post h3,
#content .post h4,
#content .post h5 {
	margin: 1.5em 0 .7em 0;
}

#content .post h2 {
	color: #e8f5f8;
}

#content .post h3 {
	color: #c6a6ac;
}

#content .post h4 {
	
}

#content .post h5 {
	
}

/* Lists in Posts */

#content .post ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 10px 0 10px 30px;
}

#content .post ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 10px 0 10px 30px;
}

#content .post ul li,
#content .post ol li {
	margin: 3px 0px;
}

/* Links in posts */

#content .post a {
	color: #dca29f;
}

#content .post a:hover {
	color: #fff;
	background-color: #902a22;
}

#content .post a.mp3 {
	background-image: url(images/icon-file-music.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding: 3px 3px 3px 23px;
	line-height: 25px;
}

#content .post a.zip {
	background-image: url(images/icon-file-zip.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding: 3px 3px 3px 23px;
	line-height: 25px;
}

#content .post a.jpg {
	background-image: url(images/icon-file-image.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding: 3px 3px 3px 23px;
	line-height: 25px;
}

/* Comments link under posts */

.responses {
	display: block;
	float: right;
	padding-left: 19px;
	line-height: 16px;
	white-space: nowrap;
	background: transparent url(images/icon-responses.gif) no-repeat 5px center;
	padding: 5px 10px 5px 25px;
}

.responses a {
	text-decoration: none;
	color: #AAA !important;
	background: none !important;
}

.responses a:hover {
	text-decoration: underline;
	color: #FFF !important;
	background: none !important;
}

/* Meta Box */

.meta {
	width: 100%;
	float: left;
	border-top: 1px solid #222;
	color: #444;
	margin-top: 10px;
	font: 10px Trebuchet, "Trebuchet MS", Verdana, Tahoma, sans-serif;
}

.meta .hiddenmeta {
	display: none;
}

.meta a {
	color: #666 !important;
	text-decoration: none;
}

.meta a:hover {
	color: #999 !important;
	text-decoration: underline;
	background: none !important;
}

.meta div {
	display: block;
	float: left;
	padding-left: 19px;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 5px 8px 3px 3px;
}

.meta .time {
	background-image: url(images/icon-time.gif);
	white-space: nowrap;
}

.meta .author {
	background-image: url(images/icon-author.gif);
	white-space: nowrap;
}

.meta div.tags {
	background-image: url(images/icon-tags.gif);
	clear: both;
	width: 90%;
}

.meta .category {
	background-image: url(images/icon-category.gif);
}

.meta .rss {
	background-image: url(images/icon-rss.gif);
	white-space: nowrap;
}

.meta .trackback {
	background-image: url(images/icon-trackback.gif);
	white-space: nowrap;
}

.meta .edit {
	background-image: url(images/icon-edit.gif);
	white-space: nowrap;
}

/* Searchform in Sidebar */

#Sidebar ul #search #searchform {
	padding: 10px 0px;
}

#searchform .s {
	margin: 0px;
	padding: 0px;
	width: 50px;
	height: 14px;
	padding: 5px;
	color: #EEE;
	font-family: Trebuchet, "Trebuchet MS", Verdana, Tahoma, sans-serif;
	background-color: #030303;
	border: 1px solid #222;
}

/* Footer */

#footer {
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #222;
	color: #222;
	text-align: right;
}

#footer a {
	color: #333;
}

#footer a:hover {
	color: #444;
}

/*comments*/

#content div.comments {
	margin-top: 30px;
}

.alt {
	
}

.commentlist {
	
}

.nocomments {
	
}

.commentlist li {
	
}

.commentlist li .meta .time {
	float: right;
}

.commentlist li .content {
	margin: 5px 0px 5px 20px;
}

.commentlist cite, 
.commentlist cite a {
	font-weight: bold;
	color: #c50c0c;
	font-size: 12px;
}

.commentlist p {
	
}

#commentform {
	background-color: #0a0a0a;
	border: 1px solid #111;
	padding: 15px 20px;
}

#commentform label {
	margin-left: 10px;
	color: #746a6c;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#commentform input,
#commentform textarea {
	margin: 0px;
	padding: 0px;
	padding: 5px;
	color: #EEE;
	font-family: Trebuchet, "Trebuchet MS", Verdana, Tahoma, sans-serif;
	background-color: #030303;
	border: 1px solid #222;
}

#commentform textarea {
	width: 90%;
	height: 150px;
}

#commentform #submit {
	color: #a60a0a;
	font-weight: bold;
	border-style: outset;
	border-width: 1px;
	background-color: #161616;
}

/* Pages Widget */

li#pages {
	padding: 7px 3px 10px 3px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

/* Text Widget */

li.widget_text {
	color: #777;
	font-size: 0.8em;
}

/* Contact Form */

.cf-ol {
	width: 400px;
}

.cf-ol li {
	list-style-type: none;
	display: block;
	clear: both;
}

/* Errors and Messages */

.reqtxt, .emailreqtxt {
	color: #D91A14;
	font-size: 10px;
}

.cf_info {
	padding: 20px;
	font-weight: bold;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.failure {
	color: #fb3129;
	background-color: #300a0b;
	border-color: #F00;
}

.success {
	color: #FFF;
	background-color: #222;
	border-color: #FFF;
}

.cf-ol li label {
	width: 100px;
	display: block;
	float: left;
}

.cf-ol li input, .cf-ol li textarea {
	margin: 3px 10px;
	padding: 3px;
	background: #111;
	color: #AAA;
	border: 1px inset #555;
	text-decoration: none;
	font: normal normal normal 12px Georgia, "Times New Roman", Times, serif;
}

.cf-ol li input {
	width: 100px;
}

.cf-ol li textarea {
	width: 200px;
}

.cf-sb input#sendbutton {
	width: 100px;
	margin: 3px 10px 10px 140px;
	padding: 5px;
	background: #AAA;
	color: #111;
	border: 1px outset #555;
	font: normal bold 12px Georgia, "Times New Roman", Times, serif;
}

#ll {
	display: none;
}