/* 
Theme Name: All4yourWebsite
Theme URI: http://www.all4yourwebsite.com 
Description: Custom WP theme
Author: Olaf Lederer
*/
 
/* SEARCH BOX */



#searchform input.textbox { width:140px;margin-bottom:5px; }

table.centered { wdith:420px;margin:0 auto 10px; }
table.centered tr td { font-size:12px;padding:3px 10px;text-align:center;font-style:italic; } 

#leftcol h3 {
	font-size:16px; 
	padding:20px 0 0; 
	color:#206ba1;

}
.tpl-box { margin-left:0; }

/* misc. styles */

.rssbtn { float:right;margin:3px 0 10px 10px;border:0; }

div.logo a { color:#f7941d;font-size:20px;text-decoration:none;line-height:28px;font-weight:bold;  }

h1.pagetitle { font-size:16px;padding:15px 0 0;color:#206ba1; }

.alignleft { float:left; margin-right:10px; }
.alignright { float:right; margin-left:10px; }
code { background-color:#fff; padding:8px;border: 1px solid #eae9bd;color:#206ba1;margin:10px 0;display:block }

.navigation { font-size:12px;font-weight:bold;padding:3px 10px; }

.post { 
	margin: 20px 0;
	background:#f4f4dc url(/images/rc-bottom-bg.jpg) no-repeat center bottom;
	padding-bottom:5px; 
}

.post h1, .post h2.posttitle { 
	background:url(/images/rc-header-bg.jpg) no-repeat center top;
	line-height:39px;
	color:#206ba1;
	font-size:16px; 
	padding:0 15px; 
	margin:0;
}
.post h2 { color:#206ba1;font-size:16px;margin:5px 15px; }
.post h1 a, .post h2 a { text-decoration:none; }
.post h1 a:hover, .post h2 a:hover  { text-decoration:underline;color:#f7941d; }

.post h3 { font-size:14px;padding:0 15px 5px;color:#206ba1; }
.post ul, .post ol { margin:0 0 10px 0; padding:0; }
.post li { margin:0 35px;padding:0 15px 0 0; }
 
.post p { margin:0 15px 10px; }
.post p.dateedit { margin:10px 15px 10px;font-size:11px; }
.post p.postmetadata { padding-top:10px;background:url(/images/line1.gif) left top repeat-x;font-size:11px; }




ol.commentlist { margin:0 10px 0 25px;padding:0; list-style-type:none; }
ol.commentlist li { margin:0;padding:0 0 10px 0; }
ol.commentlist li p { padding-top:5px;margin-left:0; }
ol.commentlist li img.avatar { float:left;margin-right:5px; }

p.commentmetadata { padding-top:5px;background:url(/images/line1.gif) left top repeat-x;margin-bottom:20px;color:#206ba1; }

#commentform {  }
#commentform p label small { font-size:12px; }
#commentform p input[type="text"] { width:250px; }
#commentform p textarea { width:400px;height:200px; }

