/*  
Theme Name: KF
Description: kung-foo.tv theme
Version: 1.0
Author: Renegade
Author URI: http://www.kung-foo.tv/
*/

/* Basic styles*/


body  {
    font-family : 'Lucida Grande', 'LucidaGrande', 'Lucida', Verdana, sans-serif;
    margin : 0px 0px 0px 20px;
    text-align : justify;
    color: #000000;
}

A:link {
    text-decoration: none;
    color: #666666
    background-color: transparent;
}
A:visited {
    text-decoration: none;
    color: #666666
    background-color: transparent;
}
A:active {
    text-decoration: none;
    color: #4A6B78;
    background-color: transparent;
}
A:hover {
    text-decoration: underline;
    color: #888888
    background-color: transparent;
}

#banner {
    height: 120px;
    margin-top:8px;
    color: #222222;
    padding-left:142px;
    padding-bottom:8px;
    padding-top:4px;
    background : url("ecto.jpg") no-repeat 2px 2px;
}

#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
    color: inherit;
    text-decoration: inherit;
}

.cat1  {
    font-weight : bold;
    font-size : 13px;
    text-align : left;
    text-shadow: #111 2px 2px 2px;
    margin-bottom:12px;
}

.cat2  {
    font-weight : bold;
    font-size : 12px;
    text-align : left;
    text-shadow: #111 2px 2px 2px;
    margin-bottom:12px;
}

A.sm {color:#444444}

.sm  {
    text-decoration: none;
    font-weight : bold;
    font-size : 12px;
    text-align : left;
    text-shadow: #999 2px 2px 2px;
    margin-bottom:16px;
}

#banner h1  {
    font-weight : bold;
    font-size : 32px;
    text-align : left;
    text-shadow: #999 2px 2px 2px;
    margin-bottom:12px;
}

#banner h2  {
    font-weight : bold;
    font-size : 18px;
    text-align : left;
    text-shadow: #999 2px 2px 2px;
}

#content {
    margin-left:20px;
    margin-right:0px;
    margin-bottom:20px;
}

#content p {
    margin-left:10px;
    margin-right:10px;
}

.blogbody ul {
    margin: 0px 10px 6px 20px;
    padding-left: 14px;
    text-indent: 0px;
    text-align: left;
}

.blogbody ol {
    margin: 0px 10px 6px 20px;
    padding-left: 14px;
    text-indent: 0px;
    text-align: left;
}


#content img {
    margin:4px;
}

#content img.border {
    border:1px #cccccc inset;
}

#container {
margin:20px 50px 20px 20px;
}
#container p {
    margin-left:20px;
    margin-right:10px;
}
#extra {
margin:0px 0px 0px 50px;
}

.blog {
    padding-right:10px;
    margin-right:30px;
}

.blogbody {
    color:#000000;
    font-size:12px;
    font-weight:normal;
    line-height:15px;
    text-align:justify;
    margin-right:0px;
}

.left-title {
    margin-left:5px;
    background : url("left-t.png") no-repeat;
    height:23px;
    margin-top:8px;
}
.left-single {
    margin-left:52px;
    background : url("left-t.png") no-repeat;
    height:23px;
    margin-top:8px;
}
.title {
    left: 9px;
    position: relative;
    color: #eeeeee;
    height:23px;
    background : url("middle.png") repeat-x;
    text-shadow: #111 2px 2px 2px;
    font-size:14px;
    font-weight:bold;
    padding:2px 8px 6px 24px;
}
.right-title {
    top: 0px;
    right: 0px;
    position: absolute;
    background : url("right-t.png") no-repeat;
    width:9px;
    height:23px;
}

h3 {
    font-size:13px;
    font-weight:bold;
    text-align:right;
    margin: 6px 10px 4px 10px;
}

.title a,
.title a:link,
.title a:visited,
.title a:active,
.title a:hover {
    color: inherit;
    text-decoration: none;
}

.posted { 
    font-size: 10px; 
    color: #000000; 
    margin-bottom:24px;
    text-align:right;
    margin-right:20px;
    padding-top:8px;
}

.posted a,
.posted a:link,
.posted a:visited,
.posted a:active,
.posted a:hover {
    text-decoration: none;
}

div.quote { 
    margin:8px 40px 8px 40px;
    padding:10px;
    border: 1px #cccccc dashed;
    background-color:#eeeeee;
    font-family:'Times New Roman',Times;
    text-align:justify;
}

div.left {
    float: left;
    margin: 4px 10px 6px 10px;
}

div.right {
    float: right;
    margin: 4px 10px 6px 10px;
}

div.left p, div.right p {
    text-align: center;
    font-size: 9px;
    margin: 5px 0 0 0;
    padding: 0;
    line-height: normal;
    font-family: "Lucida Grande", 'LucidaGrande', 'Lucida', Verdana, sans-serif;
}

form {
    margin:0px;
    font-size : 11px;
}

blockquote {
    margin:8px 40px 8px 40px;
    padding:10px;
    border: 1px #cccccc dashed;
    background-color:#eeeeee;
    font-family:'Times New Roman',Times;
    text-align:justify;
}

pre {
    margin:8px 40px 8px 40px;
    padding:10px;
    border: 1px #cccccc dashed;
    background-color:#eeeeee;
    font : 9px/12px 'Monaco', 'Courier', monospace;
    text-align:left;
    font-size:9px;
}

div.code {
    text-align : left;
    margin:8px 40px 8px 40px;
    padding:10px;
    font : 9px/12px 'Monaco', 'Courier', monospace;
    background-color: #eeeeee;
    color: #000000;
    border: 1px #cccccc dashed;
}


span.code {
    font-size: 9px;
    font-family: monaco,monospace;
}

#menu {
    margin-top: 16px;
    text-align: left;
    font-weight : bold;
    font-size : 12px;
    font-family: 'Lucida Grande', 'LucidaGrande', 'Lucida', Verdana, sans-serif;
}

#links {
    padding-left:20px;
    padding-top:18px;
    background-color: #4E89C9;
}

#links a,
#links a:link,
#links a:visited,
#links a:active {
    color:#eeeeee;
    text-decoration: none;
}
#links a:hover {
    color:#eeeeee;
    text-decoration: underline;
}

#links ul {
    margin:0px;
    padding-left:16px;
}

.sidetitle {
    text-shadow: #999 1px 1px 1px;
    font-size:14px;
    font-weight:bold;
    text-align:left;
    margin-top:18px;
    margin-bottom:6px;
    margin-right:20px;
    border-bottom: 1px inset #cccccc;
    padding-bottom: 2px;
}

.side {
    font-size:11px;
    font-weight:normal;
    line-height:13px;
    padding:2px;
    margin-right:20px;
}

div.comments-body
{
    margin:18px 0px 4px 0px;
    font-size : 11px;
    line-height : 14px;
}

div.comments-post {
    margin-right: 10px;
    margin-left:20px;
    font-size : 10px;
    line-height : 14px;
    margin-top: 8px;
    text-align : right;
    border-bottom : 1px dashed #cccccc;
    padding-bottom : 4px;
}

div.trackback  {
    margin-right: 10px;
    margin-left:10px;
    font-size : 11px;
    line-height : 14px;
    margin-top: 8px;
    margin-bottom : 2px;
    text-align : left;
    border-bottom : 1px dotted #cccccc;
    padding-bottom : 2px;
}

div.poll {
border : 1px dashed #B3B3B3;
margin : 0px;
padding : 4px;
}
form.poll {
    margin : 0px;
    padding : 0px;
    text-align : left;
    margin-top : 0px;
    margin-bottom : 0px;
    margin-left : 10px;
    margin-right : 0px;
    font : 9px/13px 'Monaco', 'Courier', monospace;
}
.poll_button {
    font : 11px/14px 'Lucida Grande', 'LucidaGrande', 'Lucida', Verdana, sans-serif;
}
div.pollresult {
border : 1px dashed #B3B3B3;
margin : 20px 20px 20px 0px;
padding : 4px;
font : 9px/13px 'Monaco', 'Courier', monospace;
}

div.pollresult a,
div.pollresult a:link,
div.pollresult a:visited,
div.pollresult a:active,
div.pollresult a:hover {
    color: inherit;
    text-decoration: inherit;
}

div.pollresult h2 {
font : 13px/13px 'Lucida Grande', sans-serif;
font-weight: bold;
text-align:center;
}

.warning {
    width: 67%;
	padding: 12px;
	margin: 4px 12px 4px 12px;
	border: 1px solid #333333;
	background: #ffff66;
    font : 11px/13px 'Lucida Grande', 'LucidaGrande', 'Lucida', Verdana, sans-serif;
    text-align: center;
}
.warning h1
{
    font-size: 12px;
    font-weight: bold;
    margin: 0px 0px 8px 0px;
}
.warning p {
    text-align: justify;
    margin: 0px;
    padding: 0px;
}










.blogbody {border-bottom:1px solid #d9d9d9;color:#6e6e6e;padding-bottom:5px;margin-bottom:20px;}
.blogbody .commentcount { font-weight:bold;font-size:11px;width:35px; height:28px;text-align:center;margin:0 7px 0 10px;padding-top:8px; float:left; background:url(images/commentcount.png) top left no-repeat;}
.blogbody .commentcount a {color:#6e6e6e;}
.blogbody .entry {line-height:22px;padding:10px;display:block; clear:both; overflow:hidden;color:#787575;}
.blogbody p { margin:0; padding:0 0 10px 0;}
.blogbody blockquote { background:transparent url(images/quote.png) no-repeat scroll 0 0;font-size:0.9em;font-style:italic;line-height:1.5em;margin:5px 0 5px 0;padding:10px 15px 10px 60px;}
.blogbody ul.split3cols,.blogbody ul.split2cols {font-size:12px;overflow:auto;width:520px;}
.blogbody ul {list-style-type:none;margin:10px 0;padding:0 0 0 10px;}
.blogbody ul.split3cols li { float:left;width:155px;margin-right:5px;}
.blogbody ul.split2cols li { float:left;width:240px;margin-right:5px;}
.blogbody ul li { background:transparent url(images/bullet.png) no-repeat scroll 0 8px;line-height:20px;margin:4px 0;padding:0 0 0 10px; }
.blogbody .entry h1,.blogbody .entry h2,.blogbody .entry h3,.blogbody .entry h4 {margin:0 0 5px 0; padding:0 0 5px 15px; color:#575757;font-weight:400;border-bottom:1px solid #d9d9d9;}
.blogbody .entry h1 { font-size:16px;}
.blogbody .entry h2 { font-size:15px;}
.blogbody .entry h3 { font-size:14px;}
.blogbody .entry h4 { font-size:13px;}

img { border:0;}
textarea,input {color:#7b7d6f}
p img {padding: 0;max-width: 100%;}
img.centered,img.aligncenter {display: block;margin:0 auto;border:1px solid #c0c0c0;overflow:hidden;padding: 4px;}
img.alignright {padding: 4px;margin: 2px 0 2px 7px;display: inline;border:1px solid #c0c0c0;}
img.alignleft {padding: 4px;margin: 2px 7px 2px 0;display: inline;border:1px solid #c0c0c0;}
.alignright {float: right;}
.alignleft {float: left}
acronym, abbr, span.caps {cursor: help;}
acronym, abbr {border-bottom: 1px dashed #999;}
.center {text-align: center;}
.hidden {display: none;}
.aligncenter,div.aligncenter {display: block;margin-left: auto;margin-right: auto;}

#wrapper {margin:0 auto;width:880px;}
#wrapper #header {clear:both;height:75px; width:840px;padding:7px 20px;background:url(images/body_top.png) bottom left no-repeat; overflow:hidden;}
#wrapper #main {clear:both;overflow:hidden;width:860px; padding:5px 10px; background:#ffffff url(images/body_middle.png) top left repeat-y;}
#wrapper #footer { color:#5e5e5e;clear:both;overflow:hidden;  width:830px; padding: 20px 30px 10px 20px; background:#e7e7e2 url(images/body_bottom.png) top left no-repeat;}

#header #logo { width:280px; float:left;}
#header #nav {width:560px; float:right;}

#header #nav .pages, #header #nav .pages * {margin:0; padding:0;list-style:	none;}
#header #nav .pages { float:right; margin-top:18px;}
#header #nav .pages li {display:inline; float:left; margin-right:5px;}

#header #nav .pages li a:link, #header #nav .pages li a:visited, #header #nav .pages li a:active {color:#426372;font-size:14px;height:34px;line-height:34px;padding-right:10px;}
#header #nav .pages li a:hover {color:#5d6061;background:transparent url(images/navbg.png) repeat scroll top right;float:left}
#header #nav .pages li a:hover span {background:transparent url(images/navbg.png) repeat scroll left top;display:block;}
#header #nav .pages li.current_page_item a:visited,#header #nav .pages li.current_page_item a:active,#header #nav .pages li.current_page_item a:link {background:transparent url(images/navbg.png) repeat scroll top right;color:#5d6061;float:left}
#header #nav .pages li.current_page_item a:visited span,#header #nav .pages li.current_page_item a:active span,#header #nav .pages li.current_page_item a:link span {background:transparent url(images/navbg.png) repeat scroll left top;display:block;}
#header #nav .pages li a:link span, #header #nav .pages li a:visited span, #header #nav .pages li a:active span  {padding-left:10px;}


#main #content { width:540px; float:left; margin:10px;}
#main #sidebar {width:280px; float:right;line-height:18px; margin-right:10px;}

#footer .left { float:left; width:45%;}
#footer .right { float:right; width:45%; text-align:right;}

.widget { margin-bottom:20px; padding:0; overflow:hidden;clear:both; }
.widget h4 { font-size:14px; margin:0; padding:0 0 5px 15px; color:#575757;font-weight:400;border-bottom:1px solid #d9d9d9;}
.widget ul { list-style:none; font-size:11px; margin:5px 0; padding:0;}
.widget ul li { background:url(images/icon_bullet.png) 5px 2px no-repeat; padding:0 0 7px 24px;}
.widget_categories ul li { width:40%; float:left; margin:0;}
.widget_rssfeed {color:#727576;font-size:14px; padding:0 10px;}
.widget_rssfeed ul li {margin-bottom:5px;}
.widget_rssfeed ul li.rss { background:url(images/rssfeed.png) 0 0 no-repeat; padding:6px 0 10px 38px;font-size:16px;}
.widget_rssfeed ul li.email { background:url(images/mail.png) 0 0 no-repeat; padding:6px 0 10px 38px;font-size:16px;}
.widget_rssfeed ul li.twitter { background:url(images/twitter.png) 0 0 no-repeat; padding:6px 0 10px 38px;font-size:16px;}
.widget_search form { padding:0 10px;}
.widget_search input{width:63%;padding:5px; margin:0 5px 10px 0;background:#f8f8f5 url(images/random.png) top left repeat-y;border-left:1px solid #dddbd4;border-top:1px solid #dddbd4;border-right:1px solid #f5f5f1;border-bottom:1px solid #f5f5f1;}
.widget_search input#searchsubmit { width:70px;margin-top:10px; background:url(images/submit.png) top left repeat-x;color:#ffffff;padding-bottom: 3px;border:1px solid #94c1cd;}


.post {border-bottom:1px solid #d9d9d9;color:#6e6e6e;padding-bottom:5px;margin-bottom:20px;}
.post .title { width:480px!important;width:460px; float:left; padding-bottom:5px;}
.post .title h2 { color:#000000; font-size:15px;margin:0;padding:0 0 7px 0;}
.post .title h2 a { color:#000000;}
.post .title h2 a:hover { color:#66808d;}
.post .title .meta { color:#858585; font-size:11px;}
.post .title .meta a { background-color:#a2c2d1; color:#ffffff; padding:4px;} 
.post .title .meta a:hover { background-color:#000000; } 
.post .commentcount { font-weight:bold;font-size:11px;width:35px; height:28px;text-align:center;margin:0 7px 0 10px;padding-top:8px; float:left; background:url(images/commentcount.png) top left no-repeat;}
.post .commentcount a {color:#6e6e6e;}
.post .entry {line-height:22px;padding:10px;display:block; clear:both; overflow:hidden;color:#787575;}
.post p { margin:0; padding:0 0 10px 0;}
.post blockquote { background:transparent url(images/quote.png) no-repeat scroll 0 0;font-size:0.9em;font-style:italic;line-height:1.5em;margin:5px 0 5px 0;padding:10px 15px 10px 60px;}
.post ul.split3cols,.post ul.split2cols {font-size:12px;overflow:auto;width:520px;}
.post ul {list-style-type:none;margin:10px 0;padding:0 0 0 10px;}
.post ul.split3cols li { float:left;width:155px;margin-right:5px;}
.post ul.split2cols li { float:left;width:240px;margin-right:5px;}
.post ul li { background:transparent url(images/bullet.png) no-repeat scroll 0 8px;line-height:20px;margin:4px 0;padding:0 0 0 10px; }
.post .entry h1,.post .entry h2,.post .entry h3,.post .entry h4 {margin:0 0 5px 0; padding:0 0 5px 15px; color:#575757;font-weight:400;border-bottom:1px solid #d9d9d9;}
.post .entry h1 { font-size:16px;}
.post .entry h2 { font-size:15px;}
.post .entry h3 { font-size:14px;}
.post .entry h4 { font-size:13px;}

.page h2 {  font-size:24px; margin:0 0 5px 0; padding:0 0 5px 15px; color:#575757;font-weight:400;border-bottom:1px solid #d9d9d9;}
.page .entry {line-height:22px;padding:0 10px;display:block; clear:both; overflow:hidden;color:#787575;}
.page p { margin:0; padding:0 0 10px 0;}
.page blockquote { background:transparent url(images/quote.png) no-repeat scroll 0 0;font-size:0.9em;font-style:italic;line-height:1.5em;margin:5px 0 5px 0;padding:10px 15px 10px 60px;}
.page ul.split3cols,.page ul.split2cols {font-size:12px;overflow:auto;width:520px;}
.page ul {list-style-type:none;margin:10px 0;padding:0 0 0 10px;}
.page ul.split3cols li { float:left;width:155px;margin-right:5px;}
.page ul.split2cols li { float:left;width:240px;margin-right:5px;}
.page ul li { background:transparent url(images/bullet.png) no-repeat scroll 0 8px;line-height:20px;margin:4px 0;padding:0 0 0 10px; }
.page .entry h1,.page .entry h2,.page .entry h3,.page .entry h4 {margin:0 0 5px 0; padding:0 0 5px 15px; color:#575757;font-weight:400;border-bottom:1px solid #d9d9d9;}
.page .entry h1 { font-size:16px;}
.page .entry h2 { font-size:15px;}
.page .entry h3 { font-size:14px;}
.page .entry h4 { font-size:13px;}

.bookmarks {margin-bottom:15px;padding:40px 10px 20px 15px;border-bottom:1px solid #d9d9d9;color:#6e6e6e;background: url(images/bookmarkthis.png) 10px 10px no-repeat;overflow:hidden;clear:both;}
.bookmarks span{ font-size:12px; line-height:20px;}
.bookmarks ul { list-style:none; margin:0; padding:10px; overflow:hidden; clear:both;}
.bookmarks ul li { float:left; padding:1px 10px 3px 20px;}
.bookmarks ul li a:link,.bookmarks ul li a:visited { color:#666666;}
.bookmarks ul li a:hover { color:#a2c2d1;}
.bookmarks ul li.df { background:url(images/fav/designfloat.png) 0 0 no-repeat;}
.bookmarks ul li.digg { background:url(images/fav/digg.png) 0 0 no-repeat;}
.bookmarks ul li.del { background:url(images/fav/delicious.png) 0 0 no-repeat;}
.bookmarks ul li.techno { background:url(images/fav/technorati.png) 0 0 no-repeat;}
.bookmarks ul li.su { background:url(images/fav/stumbleupon.png) 0 0 no-repeat;}

#comments { padding:0 0 0 15px; margin:0; font-size:14px;}
.commentlist { list-style:none; padding:10px 20px 0 20px;margin:0; overflow:hidden;clear:both;}
.commentlist li { border-bottom:1px solid #d9d9d9; padding-top:10px;margin-bottom:10px;}
.commentlist p { color:#8d8d8d;line-height:20px; padding:0 10px;}
.commentlist .comment-author { color:#838383; }
.commentlist cite, .commentlist cite a {font-weight: bold;font-style: normal;}
.commentlist .comment-author a:link,.commentlist .comment-author a:visited{ color:#7c9dac; }
.commentlist .comment-author a:hover{ color:#838383; }
.commentlist .comment-author .avatar {float:right; border:1px solid #d9d9d9; padding:3px;}
.commentlist .comment-meta a { font-size:10px;color:#a0a09f;}
.commentlist .reply { padding:0px 10px 5px 10px; }

#comment-form,.commentform { padding:0 15px; margin:0; font-size:11px;color:#282c2d;}
#comment-form h3,.commentform h3 { font-size:14px; }
#comment-form form ,.commentform form { padding:0 20px; margin:0;}
#comment-form label,.commentform label {margin:0 10px 0 0;}
#comment-form input,.commentform input { width:70%;padding:5px; margin:0 10px 10px 0;background:#f8f8f5 url(images/random.png) top left repeat-y;border-left:1px solid #dddbd4;border-top:1px solid #dddbd4;border-right:1px solid #f5f5f1;border-bottom:1px solid #f5f5f1;}
#comment-form input.submit,.commentform input.submit { width:100px;float:right;margin-top:10px; background:url(images/submit.png) top left repeat-x;color:#ffffff;padding-bottom: 3px;border:1px solid #94c1cd;}
#comment-form textarea,.commentform textarea { width:94%;background:#f8f8f5 url(images/random.png) top left repeat-y;border-left:1px solid #dddbd4;border-top:1px solid #dddbd4;border-right:1px solid #f5f5f1;border-bottom:1px solid #f5f5f1;padding:10px;}

.comment-nav { padding:0px; }

.wp-caption {border: 1px solid #ddd;text-align: center;background-color: #f3f3f3;padding-top: 4px;margin: 10px;-moz-border-radius: 3px;-khtml-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
.wp-caption img {margin: 0;padding: 0;border: 0 none;}
.wp-caption p.wp-caption-text {font-size: 11px;line-height: 17px;padding: 0 4px 5px;margin: 0;}