/*  
CSS: http://www.kao-ani.com/
Based on the Simplex Wordpress theme
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	margin: 0;
	padding: 0;
	background:	#916E60 url(images/bg.png) repeat-x center top;
	}

#main {
	width: 900px;
	margin: 0 auto;
	}
	
/********** HEADER ******************/

#cup img{
	display: block;
	height: 157px;
	width: 235px;
	position: absolute;
	top: 10px;
	margin-left:	-10px;
}

#header {
	background:	url(images/bg_header.png) repeat-x;
	width: 100%;
}

#headerimg {
	background:url(images/sugar.png) right top no-repeat;
	height: 130px;
	width: 900px;
	margin: 0 auto;
}

/********** CONTENT SETUP ******************/

#contenttop	{
	background:	url(images/content_top.png) no-repeat;
	float: left;
	width: 620px;
	height: 50px;
}
#contenttop span{/* number of people online */
	background:	url(images/cake.gif) left no-repeat; 
	float: right;
	padding: 16px 12px 10px 18px;
	font-size: 11px;
}
#content {
	background:	#FFFFFF url(images/content_bottom.png) no-repeat bottom;
	float: left;
	font-size: 1.3em;
	padding: 0px 20px 10px 20px;
	width: 580px;
	margin-bottom:20px;
}

/********** HEADERS ******************/

h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #5a3d31;
}
h1, h2, h3 {
	font-family: Georgia, Sans-Serif, Verdana ;
	font-weight: normal;
}

/*H2*/	
.post h2{
 	font-size: 1.8em;
	padding:0px;
	margin:10px 0 4px 0;
}
h2.pagetitle {
    background:#fff2f1 url(images/pagetitle_bg.gif);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	padding:3px 6px;
	color:#8F6E60;
	text-align: right;
	text-transform:uppercase;
}
#sidebar ul li h2 {
	background-image:url(images/sidebar_top.png);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:bold;
	text-transform:uppercase;
	height: 36px;
	padding: 6px 5px 0 12px;
	margin:0px;
	color:#e9ddcc;
}
#sidebar ul li.widget_archive h2{
background-image:url(images/sidebar_top2.gif) !important;
}

/*H3*/
h3 {
	font-size: 1.6em;
/*	line-height: 1.6em;*/
	/*clear:both;*/
	padding:0 0 2px 0;
	border-bottom:1px solid #FDE0DE;
	margin:10px 0 0 0;
}
h3#comments {
	padding: 0;
	margin: 40px auto 20px;
}

/********** LINKS DEFAULT ********************/

a {
	color: #E081AE;
	text-decoration:underline;
}
a:hover {
	color: #333;
}

/********** ENTRY ********************/

/*Entry Header and Icons*/
.date{
	background: url(images/date.png) left no-repeat;
	padding-left: 14px;
	margin-left: 2px;
	font-weight: bold;
}
.tag{
	background: url(images/tag.png) left no-repeat;
	padding-left: 12px;
}
.comments{
	background: url(images/comments.png) left no-repeat;
	padding-left: 12px;
}

/*Entry general*/
.entry {
	background:url(images/dotted.gif) repeat-x top;
	margin: 0px 0px 1px 0px;
	padding: 8px 0px;
	float: left;
	line-height: 1.5em;
	width: 100%;
	color: #371500;	
}
.entry_info{
	font-size: 0.9em;
	line-height: 1.5em;
	padding-bottom: 8px;
	color: #8F6E60;
}
.entry p {
	padding: 8px 0;
	margin:0;
	color: #371500;
}
.entry_footer{
	background:url(images/entry_footer_bg.gif) repeat-x; 
	clear:both;
	font-size:0.9em;
	line-height:24px;
	margin:0px;
	padding:0px 0px 0px 4px;
	border-bottom:1px solid #faf1e5;
	color:#78492F;
}
.entry_footer a{
	background: url(images/comments.png) 0px 3px no-repeat;
	padding-left: 12px;
}

/********** PAGE ********************/
#page {
	padding: 0;
	width: 100%;	
}
small {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #8F6E60;
}				
.post {
	margin: 0 0 24px;	
}	
.narrowcolumn .postmetadata {
	padding:0;
	margin:0;
	padding: 20px 0 40px;
}
.postmetadata {
	clear: both;
	font-size: 0.8em;
}
.narrowcolumn .postmetadata2 {
	background:url(images/dotted.gif) top repeat-x;
	padding: 13px 0 8px 0;
	margin-top: 8px;
}

/*Page navigation*/
.navigation {
	margin: 0px;
	padding: 0px 0px 10px 0;
}
.navigation a {
	font-size:1em;
	padding: 0px;
	font-weight: bold;
}
.entry a.more-link {
	padding: 1px 6px;
	font-size:0.9em;
	font-weight: bold;
	float:right;
}
.entry a.more-link {
	background:#fce9e7;
	border-bottom: 1px solid #FBC0BB;
	border-right: 1px solid #FBC0BB;
	color: #78492F;
	text-decoration:none;
}
.entry a.more-link:hover, .navigation a:hover {
	background: #fef7f6;
}

/********** FORM ELEMENTS ********************/

form{
	padding:	0px;
	margin:	0px;
}
select {
  	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 150px;
	font-size:11px;
	color:#78492F;
	background-color:#ffffff;
	border:1px solid #C6B399;
}

/********** LIST STYLES ********************/

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
}
html>body .entry li {
	margin: 0;
}
.entry  ol, .entry ul {
	padding: 0;
	margin:  8px 0 8px 5px;
}
.entry ul.padding{
	margin:  8px 0 20px 5px;
}
.entry ul li {
    list-style:none;
	padding:0px 0px 1px 11px;
	color:#371500;
	background:url(images/li_post.gif) no-repeat 0px 5px;
}	
.entry ol li{
color:#371500;
padding:0px 0px 1px 0px;
}
.entry ol{
margin-left:20px;
}
.postmetadata ul, .postmetadata li {
	list-style-type: none;
	list-style-image: none;
}
.none ul{
	list-style:none;
	margin:10px 0 18px 0;
}
.none ul li{
	background:url(images/li.gif) no-repeat 0px 7px;
	list-style:none;
	padding:0px 0px 1px 14px;
}
	
/********** COMMENTS ********************/

/*Comment form*/
#commentform{
	margin: 20px 0 10px 0;
	font-size:13px;
	color:#371500;
}	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font-size: 1.0em;
}
#commentform textarea {
	margin-top:5px;
	width: 90%;
	padding: 2px;
	font-size: 1.0em;
}	
#commentform input, #commentform textarea, fieldset {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #E4D6C2;
	background-color: #FDFAF4;
}
#commentform #submit {
	width: 150px;
	margin-top: 5px;
	padding: 3px;
	font-weight: bold;
	font-size: 1.0em;
	background: #C6B399;
	border-top: 1px solid #F7F3EE;
	border-left: 1px solid #F7F3EE;
	border-right: 1px solid #78492F;
	border-bottom: 1px solid #78492F;
	color: #ffffff;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentlist {
	padding: 0;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
.commentmetadata {
	font-size: 0.9em;
	font-weight: normal;
}
	
/*Comment lists*/
ol.commentlist { list-style:none; margin:0 0 0 0; padding:0 0 10px 0; text-indent:0; }
ol.commentlist li { 
margin: 18px 0 0 0; 
list-style: none; 
padding: 12px; 
font-size: 13px; 
color: #371500; 
border-left: 8px solid #fcfbf0;
border-right: 8px solid #fcfbf0;
}
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author {}
ol.commentlist li div.vcard { padding-bottom: 4px; }
ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 14px;}
ol.commentlist li div.vcard cite.fn a.url { text-decoration:none; border-bottom: 2px dashed #FCFCF4;}
ol.commentlist li div.vcard img.avatar { float: right;	padding: 4px; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata { margin-top: 16px; padding-top: 2px; border-top: 2px dashed #FCFCF4; display: block; }
ol.commentlist li div.comment-meta {  }
ol.commentlist li p {margin: 19px 5px 0px 0; line-height:19px;}
ol.commentlist li ul { margin:0 0 0em 0em; }
ol.commentlist li div.reply { }
ol.commentlist li div.reply a { font-weight:bold; }
ol.commentlist li ul.children { list-style:none; margin:2em 0 0; text-indent:0; padding:0}
ol.commentlist li ul.children li { font-size: 12px;}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {margin:0;}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0; }
ol.commentlist li ul.children li.depth-3 { margin:0; }
ol.commentlist li ul.children li.depth-4 { margin:0; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.parent { }
ol.commentlist li.pingback { padding:1em; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
ol.commentlist .navigation { padding: 0px; margin: 0; clear: both; border: none; }

.commentlist li {
	background:#FDFAF4 url(images/comment_li_odd_bg.gif) !important;
	border-top:1px solid #efefd5;
	border-bottom:1px solid #efefd5;
}

.commentlist li .avatar { 
	border-right: 1px solid #e7e4c7;
	border-bottom: 1px solid #e7e4c7;
	background: #fff;
	margin-top: 1px;
}
.commentlist li.alt {	
	background:#fefefe;	
}

/* odd numbered comments */

ol.commentlist li.odd{text-align: right;}

ol.commentlist li.odd div.vcard img.avatar {float: left;}

ol.commentlist li.odd div.commentmetadata {text-align:right}

/********** SIDEBAR DEFAULT ********************/

/*Begin Sidebar*/
#sidebar{	
	font-size:1.1em;
	width: 254px;
	float: right;
	margin: -48px 0 20px 0;	
}

/*Sidebar links*/
#sidebar li a {
	color:#1F8587;
	text-decoration:none;
}	
#sidebar li a:hover {
	color: #78492F;
}
#sidebar .textwidget a:hover, #sidebar p a:hover{
	text-decoration:underline;
}
#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #78492f;
}

/*Sidebar default*/
#sidebar ul, #sidebar ul ol, #sidebar ul ul ul{
	margin: 0;
	padding: 0;	
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding:0;
	list-style:none;	
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;	
}

/*Sidebar list styles*/	
* html #sidebar a {
	height: 1px;
}
#sidebar a {
	border: none;
	background: none;
	display: block;
	padding: 3px 5px;	
}
#sidebar .archives a, #sidebar .cat-item a, #sidebar #archives ul li a, #sidebar .linkcat a, #sidebar .blogroll a, #sidebar .widget_recent_entries a {
	background: url(images/cat.gif) no-repeat 2px 6px;
	border-bottom:1px solid #D2C4B0;
	padding-left: 18px;	
}
#sidebar .linkcat a, #sidebar .blogroll a, #sidebar .widget_recent_entries a{
	background: url(images/fav.gif) no-repeat 2px 6px;
} 
#sidebar .textwidget a, #sidebar #tag_cloud a, #sidebar p a {
	background: none;
	display:inline-block;
	padding:0;
}

/*Sidebar paddings etc*/	
#sidebar li ul, #sidebar p{
	padding:2px 10px 10px 10px;
}
#sidebar .textwidget{
	padding-bottom:10px;
	margin: 6px;
}
#sidebarImg img{
	float:left;
}
#sidebar ul p{
	margin-top: 4px;
}
#sidebar .widget{
background: url(images/sidebar_bottom.png) bottom;
}

/*Sidebar search*/
#sidebar .widget_search{
	background:url(images/search.png) top;
	height:24px;
	padding:11px 0px;
}
#searchform {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#sidebar #searchsubmit {
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#sidebar #zoeken {
	background: url(images/searchinput.png) left top no-repeat;
	height: 25px;
	vertical-align: top;
	width: 116px;
	color: #78492f;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding: 6px 10px 1px 32px;
	border:	0px;
}

/********** SIDEBAR WIDGETS **********/

/*Twitter*/
#twitter_update_list li a{
	font-size:	1.0em !important;
	text-decoration:	underline;
}
#sidebar a#twitter-link{
	width:	230px;
}
#twitter_update_list li{
	display:	block;
	padding:	4px 0px 5px 5px !important;
	margin:	0px;
	border-bottom:	1px solid #D2C4B0;
}
ul#twitter_update_list{
	background:	url(images/girl.gif) bottom right no-repeat;
}

/*Social Bookmarks*/
#follow_div{
padding: 4px 8px 0 8px;
}
#follow_div a img{
/*opacity:0.6;*/
margin: 0px 2px 0px 1px;
}
/*#follow_div a:hover img{
opacity:1.0;
}*/

/*Flickr*/
.flickrbadge{
	padding-left:	7px;
}
#sidebar div.flickr_badge_image a{
	display:	block;
	border:	2px solid #C6B399;
	margin:	4px 3px 4px 4px;
	float:	left;
	width:	64px;
	height:	64px;
	overflow:	hidden;
}
#sidebar div.flickr_badge_image a:hover {
	border: 2px solid #ffffff;
}

/*Ad*/
#sidebar ul li div div {
	font-size: 1.0em;
	line-height: 1.6em;
}

/********** IMAGES ********************/

img.centered {
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 5px;
	margin: 0 0 5px 15px;
}
img.alignleft {
	padding: 5px;
	margin: 0 15px 5px 0;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

/*Image borders*/

.entry img, .entry a img {
	border: 1px solid #E9DDCC;
}
.entry a:hover img {
	border: 1px dashed #E591B9;
}
.entry .none img, .entry .adoptions img{
	border: 0px;
}
.entry .margin img{
	margin-bottom:6px;
}
.entry  img.wp-smiley, .entry img.none{
	border: 0px;
	padding: 0;
}

/*Entry Images*/
.entry img {
	padding: 5px;
	max-width: 100%;
}
.entry p a.img {
	border: none;
	background: none;
}
.entry p a.img:hover {
	border: none;
	background: none;
}	

/*Captions*/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 13px 10px 0px 0px;
	border: 1px solid #E8DCCC;
	background-color: #FAF7F3;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 2px 4px 3px 4px;
	margin: 0;
	color: #78492F;
}

/********** DROPDOWN MENU ********************/

#pagemenu ul#page-list {
    background: #25a0a4 url(images/bg_menu.gif) right;
	list-style: none;
	padding: 0px 0px 0px 40px;	
	margin: 64px 0px 0px 170px;
	width: 570px;
	height: 34px;
	display: block; /* ignored by IE  remove space bug on FF, Chrome */
	float: left;
}
#pagemenu ul li.page_item a, #pagemenu ul li.cat-item a {
	background: url(images/menu_divider.gif) right no-repeat;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 9px 0px 8px;
	text-decoration: none;
	color: #fffffe;
}
#pagemenu ul li.page_item a:hover, #pagemenu ul li.cat-item a:hover {
	text-decoration: none;
	color: #caf5f6;
}
#pagemenu ul li.current_page_item, #pagemenu ul li.current_page_item a, #pagemenu ul li.current_page_item a:hover, #pagemenu ul li.current-cat, #pagemenu ul li.current-cat a, #pagemenu ul li.current-cat a:hover { 
	color: #78492F;
	text-decoration:underline;
}
#pagemenu  #page-list {
	margin:0; padding:0;
}		
#pagemenu #page-list li {
	padding:0px;
	float:left;
	list-style: none;
	line-height:34px;
	display: inline;
}

/*Submenu*/
	
#pagemenu #page-list li a, #page-list li ul li a{		
	display: block;			
}	
#pagemenu ul li ul li.page_item a, #pagemenu ul li ul li.cat-item {
	text-transform: capitalize;
	font-size: 1.3em;
	background-image: none;
	padding: 0px 0px 2px 0px;
	line-height: 26px;
}	
#pagemenu #page-list li ul {
	position: absolute;
	width: 14em;
	left: -999em;
	border-top: none;
	margin: 0;
	padding: 0; 	
}
#pagemenu #page-list li ul {
	background: url(images/bg_submenu.png) bottom no-repeat;
	border-top: 1px solid #1d9397;	
	padding-bottom: 12px;	
}	
#pagemenu #page-list li ul li a{
	background: url(images/submenu_divider.gif) bottom repeat-x;
}
#pagemenu #page-list li ul li a:hover{
	background: #2ca8ac url(images/submenu_divider.gif) bottom repeat-x;
}
#pagemenu #page-list li:hover ul, #pagemenu #page-list li.sfhover ul {
	left: auto;	
}
#pagemenu #page-list li ul li {
	line-height: 28px;	
	width: 12em;
	margin: 0px 1em;
}
#pagemenu #page-list li:hover, #pagemenu #page-list li.hover {
    position: static;
}
#pagemenu #page-list li ul ul {
	margin: -29px 0 0 12em;
}

/********** Clocks page *******************/

.time_table{
padding:6px 0px;
}
.time_table td{
padding:4px 4px 4px 0px;
}
.time_table input{
border:1px solid #e9ddcc;
background-color:#f3eee6;
font-size:11px;
padding:2px;
}

/********** Footer *******************/

.clear {
	clear: both;
}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
 	overflow: hidden;
	background: #E9DDCC;
	border-top:	3px double #ffffff;
}	
#footer b{
	padding-left: 18px;
	background: url(images/rss.gif) left center no-repeat;
	font-weight: normal;
}	
#footerarea {
	width: 900px;
	margin: 0 auto;	
}
#footerarea span {
	margin: 0;
	padding: 20px 0px;
	font-size: 1.2em;
	color: #624700;
}	
#footerarea span#footerleft {
	float: left;	
}
#footerarea span#footerright {
	float: right;
	text-align: right;
}

/********** CLEARFIX *******************/

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

/********** VARIOUS *******************/
acronym, abbr, span.caps {
	font-size: 1.1em;
	cursor: help;
	text-decoration:none;
	border:0px;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
hr {
	display: none;
}
.post hr {
	display: block; 
	border-top: 1px dotted #ccc;
}
a img {
	border: none;
}

/*Code and Blockquote*/
code, .script {
	font: 0.9em 'Courier New', Courier, Fixed;
	padding: 10px;
	display: block;
	border: 1px solid #eee;
	background: #fff;
	color:#996633;
	margin-top:10px;	
}
.script{
	width:560px;
	margin:0px;
}
blockquote {
	background:#FDE0DE;	
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 4px solid #78492F;
	color: #78492F;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
/********** END VARIOUS *******************/