/* -----------------------------------------------------
Theme Name: KofC-Armor for Wordpress
Description: A custom WordPress theme based on the "Blank 2 Column" theme
   from http://refueled.net  but them modeled to be similar to the "Scribe" template
   for Blogger created by Todd Dominey (http://www.domineydesign.com/)
   But, with a lot of customizations!

Org URL:  http://KofC11234.org/
Designer: Bill Schirf  (http://Schirf.com/Bill/)
History:
    17 AUG 2005 - Created for Blogger from original templates
	27 AUG 2006 - changing color scheme - created text based menu instead of images
	20 JUL 2007 - improved file structure	
	15 FEB 2010 - Took Blank2Col, and customized it to look like my Blogger template.

------------------------------------------------------ */

/* ** Code for Testing Sites
   ** Just copy this into the style definition you want highlighted and refresh
   
	border-collapse: collapse;
	border-style:solid;
	border-color:red;
	border-width:1px;
*/

/* basics */

/* Ensure this matches kofcArmor-style.css and what is in pgHead.php */
body {
	/* background:#483521 url("/_config/styleFiles/KofCsmDark.gif") repeat; */
	background:red; /* Obviously this section is not used */
	margin:0px auto 0 auto;
	padding:10px 0 0 0;
	border-collapse: collapse;
	line-height:1.3;
	color:#29303B;
	font-family: 'Palatino Linotype', Georgia,'Times New Roman',Times,'Bookman Old Style','Hoefler Text',Serif;
	font-size: small;
	text-align:center;
}
	
/* These might be different in blog postings */

/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}

/* What is different and why??? */
.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:normal 15pt georgia, times;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	
/* Not sure if this is used or not */
.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}

/* comments */

#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}

#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

/* misc */

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}


