/*
Theme Name: K3 Martial Arts
Theme URI: http://wordpress.org/
Description: K3 Blog Theme
Version: 1.0
Author: iSolve
Author URI: http://www.isolve-online.com/
Tags: blue, custom header, fixed width, two columns, widgets

	K3 Martial Arts v1.0
	This theme was designed and built by iSolve,
	whose website you will find at http://www.isolve-online.com/

*/

H2 A {
	color: #FFFFFF;
}
DIV#main-content P.postmetadata {
	margin: 10px 0px;
	font-size: 0.7em;
}
DIV.post P.postmetadata {
	margin: 10px 0px;
	font-size: 0.7em;
}
DIV#main-content P.postmetadata SPAN.divider {
	margin: 0px 10px;
}
DIV#main-content OL {
	padding: 0px 0px 10px 30px;
}
DIV#main-content OL LI {
	margin: 0px;
	padding-left: 0px;
}
DIV#main-content OL LI A {
	color: #AE1A1F;
}
DIV#main-content OL LI P {
	padding-top: 10px;
	font-size: 1em;
}
DIV#main-content OL LI .commentmetadata A {
	font-size: 0.8em;
}
DIV.post {
	height: 0.01%;
}
DIV.post P {
	padding: 0px 0px 10px 0px;
}
DIV.post P A {
	color: #ae1a1f;
}
H3#comments {
	padding: 30px 20px 0px 20px;
}
DIV#header {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #6D4019;
}
DIV#header UL#recent-posts {
	margin: 0px;
	padding: 10px 15px 0px 40px;
	list-style-type: none;	
	width: 300px;
	height: 165px;
	border-left: 1px solid #ffffff;
}
DIV#header UL#recent-posts LI {
	clear: both;
	float: left;
	width: 300px;
	font-size: 1em;
}
DIV#header UL#recent-posts LI.title {
	padding: 0px 0px 15px 0px;
	list-style-type: none;
	font-size: 1.2em;
	color: #ffffff;
	font-weight: bold;
}
DIV#header UL#recent-posts LI.title SPAN{
	float: left;
}
DIV#header UL#recent-posts A#rss {
	margin: 0px 0px 0px 10px;
	padding: 8px 0px 0px 0px;
	display: block;
	width: 16px;
	height: 16px;
	background-image: url('images/feed-icon.png');
	float: left;
}
DIV#header UL#recent-posts LI.archive {
	padding: 20px 0px 0px 0px;
}
DIV#header UL#recent-posts LI.archive SPAN {
	font-size: 0.75em;
}
DIV#header UL#recent-posts A {
	padding: 2px 0px 2px 20px;
	width: auto;
	height: auto;
	color: #ffffff;
	font-size: 0.75em;
	background-image: url('images/pbjj-arrow.gif');
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
DIV#header UL#recent-posts A:hover {
	text-decoration: underline;
}
DIV#header DIV.header-left {
	padding-left: 42px;
	float: left;
	width: 355px;
}
DIV#header DIV.header-left H3 {
	margin: 30px 0px 10px 0px;
	color: #ffffff;
	font-size: 1.2em;
}
DIV#header DIV.header-left SPAN {
	padding-bottom: 2px;
	clear: both;
	display: block;
	font-size: 0.7em;
	color: #ffffff;
}
DIV#header DIV.header-right {
	padding-top: 20px;
	float: right;
	width: 397px;
}
SELECT#past-entries {
	margin: 0px 0px 10px 0px;
	width: 220px;
}
FORM#category-entries {
	margin: 0px 0px 10px 0px;	
}
FORM#category-entries SELECT {
	width: 200px;
}
SELECT#month-entries {
	margin: 0px 0px 0px 0px;
	width: 180px;
}
DIV#general-header {
	background-image: url('/images/pbjj-header-img-v2.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 955px;
	height: 210px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
}
DIV#k3-header {
	background-image: url('/images/header-bgd.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	width: 955px;
	height: 210px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
}
DIV#bjj-header {
	background-image: url('/images/pbjj-header-img-v2.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 955px;
	height: 210px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
}
DIV#main-navigation P#slogan {
	padding: 0px 22px 0px 0px;
	float: right;
	font-size: 0.9em;
	font-weight: bold;
	color: #6d4019;
}
DIV#recaptcha {
	float: left;
}
.accessibilty-hidden {
	display: none;
}
a.post-edit-link {
	text-decoration: none;
	color: #6D4019;
}
a.post-edit-link:hover {
	text-decoration: underline;
}
p {
	font-size: 0.75em;
}
.navigation {
	padding-bottom: 10px;
	display: block;
	height: 20px;
}
.navigation A {
	color: #AE1A1F;
	font-size: 0.75em;
}
.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;	
}	
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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 input#submit {
	width: 120px;
	height: 28px;
}

#commentform {
	margin: 5px 10px 0 0;
	}
DIV#main-content #commentform P {
	clear: both;
}
DIV#main-content #commentform LABEL {
	padding: 14px 0px 0px 10px;
	width: 200px;
	float: left;
	text-align: left;
}
DIV#main-content #commentform A {
	/*font-size: 0.8em;*/
	color: #ae1a1f;
}
#commentform textarea {
	width: 99%;
	padding: 2px;
	}
#respond {
padding: 0px 20px 0px 20px;
	width: 922px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	}

DIV#main-content FORM.wpcf7-form P {
	padding: 0px;
}
FORM.wpcf7-form P#submit-button {
	margin: 0px 0px 0px 70px;
	float: left;
	clear: left;
}
FORM.wpcf7-form P#submit-button INPUT {
	width: 120px;
	height: 28px;
	background-image: url('/images/button-v2.gif');
	background-position: top left;
	background-repeat: no-repeat;
	border: none;
	background-color: transparent;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0px 20px 0px 20px;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;
	border-bottom: 1px solid #9F1D21;

	}
.commentlist li a {
	font-size: 0.9em;
	color: #AE1A1F;
}
.commentlist li p {
	font-size: 0.8em !important;
}	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist li div.comment-author {
	float: left;
	font-size: 0.9em;
	color: #AE1A1F;
}
.commentlist li div.comment-author A {
	color: #AE1A1F;
}
.commentlist li div.commentmetadata {
	float: right;	
}
.commentlist p {
	margin: 10px 5px 10px 0;
	clear: both;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

