/*
Theme Name: klfm themes
Theme URI: 
Description: The klfm theme based on a PSD design
Version: 1.0
Author: jezweb
Author URI: http://jezweb.com.au/
Tags: 

*/



/* Begin Typography & Colors */
body {
    background:#ffffff;
	font-size: 68.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#737373;
	text-align: center;
	padding:0;
    margin:0px;
	background-color:#FFFFFF;
	background:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-size: .9em;
	line-height:20px;
	}
	
	img{
	border:none;
	}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

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;
	}
	ul{
	list-style:disc;
	}
	a{
	color:#23010A;
	}
#page {
		text-align: left;
	}
	
*html #home_ban,*html #con_ban{

}
	
	
*html #content{

}
.cler{
width:98%;
margin:0px;
padding:0px;
height:5px;
clear:both;
}
#content_wrap{
width:980px;
margin:15px auto;
padding:0px;
clear:both;

}
#content {
	font-size: 0.9em;
	width:680px;
	margin:0;
	background:#FCFCFC;
	
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	border:1px solid  #A8A8A8;
	float:right;
	margin-right:10px;	
	padding:10px;

	
	}
	*html #sidebar{

}
#sidebar
{
	padding: 20px 5px 10px 5px;
	margin-left:0px;
	margin:0px;
	float:left;
	width:240px;
	background:#FCFCFC;
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	border:1px solid  #A8A8A8;
	margin-right:15px;
	text-align:left;
	min-height:400px;
				}

#footer {
width:980px;
margin-left:2px;
margin:0;
padding:0;
height:75px;
margin-left:1px;
clear:both;
border: none;
	}
#page {
	margin:0;
	margin:0px auto 0px auto;
	padding:0;
	width:980px;
	height:auto;
	}
		
#header {
	margin: 0 0 0 0px;
	padding: 0;
	height:204px;
	background:url(images/header.jpg);
	width:980px;
	background-repeat:no-repeat;	
	}
#menu{
margin:0px;
padding:0px;
height:52px;
width:980px;
}

#nav{
margin:0px;
padding:0px;
height:65px;
width:980px;
}
#nav li{
float:left;
display:block;
margin:0px;
margin-top:15px;
height:25px;
padding-top:1px;
margin-left:5px;
padding:0px;
}
#nav li a{
color:#ffffff;
font-size:11px;
font-weight:bold;
text-decoration:none;
padding:7px 12px 6px 0px;
line-height:26px;
margin-top:2px;
height:26px;
margin-left:12px;
text-transform:uppercase;
}
#nav li:hover{
background:url(images/nav1.png);
background-position: 0px center;
background-repeat:no-repeat;
}
#nav li a:hover{
background:url(images/nav_02.png);
background-position:right center;
background-repeat:no-repeat;

}
#nav li.current_page_item{
background:url(images/nav1.png);
background-position: 0px center;
background-repeat:no-repeat;

    
}
#nav li.current_page_item a{
background:url(images/nav_02.png);
background-position:right center;
background-repeat:no-repeat;

    
}

/*home page */
#home_box_big{
width:952px;
padding:0px;
padding-bottom:0px;
height:296px;
margin:5px auto;
margin-bottom:15px;
background:url(images/bg_post.png);
background-repeat:no-repeat;
}
#home_box
{
margin:5px 0px 5px 15px;
width:266px;
height:359px;
padding:0px 20px 10px 20px;
background:url(images/home_box.gif);
background-repeat:no-repeat;
float:left;
color:#000;
}



.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 15px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}



#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 18px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}



h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style:disc;
	list-style-position:inside;
	padding-left: 10px;
		}
ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style:disc;
	list-style-position:inside;
	padding-left: 10px;
		}
html>body .entry li {
	margin: 7px 0 8px 10px;
	}
li {
	margin: 7px 0 8px 10px;
	}

ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
 ol li {
	margin: 0;
	padding: 0;
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */



#sidebar ul{
list-style:none;
}
#sidebar ul li ul{
list-style:none;
}
h2{
color:#444;
font-weight:bold;
font-size:20px;
line-height:30px;
text-decoration:none;
}
.side_h2
{
color:#000;
font-weight:bold;
font-size:16px;
line-height:22px;
margin-top:10px;
margin-bottom:10px;
text-decoration:none;
}
h2 a{
color:#444;
font-weight:bold;
font-size:20px;
line-height:30px;
text-decoration:none;
}
h2 a:hover{
color:#bf0027;
}
#head_l{
float:left;
width:700px;
height:211px;
}
#lo_form{
margin-top:35px;
float:left;
width:182px;
height:140px;
}
#lo_form .inputt{
height:17px;
border:1px solid #8B8B8B;
padding:3px;
margin-bottom:8px;
color:#8D8D8D;
}
#lo_form .subbit{
float:right;
padding:2px;
}
.widgettitle{
padding:4px;
line-height:30px;
font-weight:bold;
color:#444;
font-size:20px;
text-align:center;
margin-top:10px;
border:none;

}

.widget{
width:230px;
margin:0px;
padding:0px;
margin-top:15px;
list-style:none;
margin-bottom:15px;
height:auto;
margin-left:0px;
padding-left:0px;
}
.widget ul li{
width:94%;
padding:3px;
float:right;
display:block;
margin-top:3px;
margin-bottom:3px;
border-bottom:1px dotted #5d5d5d;
}
.widget ul li a{
color:#444;
font-weight:bold;
font-size:12px;
text-decoration:none;
padding-right:10px;
}
.widget ul li a:hover{
color:#bf0027;
}
.red{
color:#FF0000;
}
.member{
margin:10px;
margin-left:10px;
padding-top:5px;
width:300px;
border-top:3px solid black;
float:left;
height:150px;
}
.memimg{
margin:5px;
float:left;
width:112px;
height:130px;
}
.memdata{
margin:0px;
float:left;
width:170px;
height:150px;
}