/* @override http://kcc.joetan.org/site/wp-content/themes/kcc/style.css */

/*  
Theme Name: KCC
Theme URI: http://www.kscathconf.org
Description: Theme developed for KCC
Author: SeanPT
Author URI: http://www.seanpt.com
Share URL: http://www.seanpt.com
*/
/* CSS Document */

/* wrapper */
html, body {
	background: white;
	padding: 0;
	margin: 0;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;
	color: black;
}
body {
}
#wrapper {
	width: 939px;
	margin: 0 auto;
}
.break {
	clear: both;
}

/* header */
#header {
	width: 939px;
	height: 253px;
	background: url(images/header.png);
}

#header #titleleft {
	float:left;
	margin-top: 19px;
	margin-left: 56px;
	color: #fff;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	font-weight:bold;
}

#header #titleright {
	float:right;
	margin-top: 19px;
	margin-right: 56px;
	color: #fff;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	font-weight:bold;	
}

#header #menu {
	float: left;
	width: 99.8%;
	margin-top: 140px;
	background: #f9e88f;
	filter: alpha(opacity=84);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=84);
	opacity:0.84;
	border:#ced0d0 solid 1px; 
}

#header #menu ul {
	list-style: none;
	float: left;
	margin: 0; padding: 0;

}

#header #menu ul li.page_item { /* page_item is wordpress default class for page list */
	display:inline;
}

#header #menu ul li.page_item a {
	padding: 9.5px 30.5px 9.5px 30.5px;
	margin: 0 0 0 0;
	float: left;
	text-decoration: none;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #584108;
	border-left:#fff solid 2px; 
}

#header #menu ul li.selected a,
#header #menu ul li a:hover {
	color: #584108;
	background-color: #fff;
}

#header #menu ul li.current_page_item a { /* current_page_item is wordpress default class for active page list */
	color: #fff;
	background-color: #2c4106;
}

#header #searchform {
	float: right;
	width: 222px;
	height: 26px;
	background:url(images/search.png) no-repeat;
	margin-top: 2px;
}

#searchform #s {
	padding-left: 22px;
	margin: 6px 0 0 0px;
	border: 0;
	width: 152px;
	background: none;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#searchform .submit {
	height: 26px;
	background: #153652;
	border: 1px solid white;
	color: white;
	cursor: pointer;
}

/* content */
#content {
}


/* Left Column Footer */

.headlineleftfoot {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #002b5e;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
}

.leftfloatfoot {
	float: left;
	position: relative;
	padding: 25px 20px 20px 20px;
}

/* content right column*/

.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #002b5e;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px 10px 0 0;
}
.headline a {
	padding-right: 20px;
	color: #002b5e;
	text-decoration: none;
	background: url(images/arrows.png) no-repeat right center;
}
.headline a:visited {
	color: #002b5e;
}


#fromthedirector {
	padding: 0 0 0 86px;
	min-height: 100px;
	background: url(images/ftd.png) no-repeat;
}
#ftdheadlinelink {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #002b5e;
	padding-bottom: 8px;
	margin: 0px;
	text-decoration: none;
}

.ftdheadline {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color: #584108;
	margin: 0px;
	padding: 0px;
}
.ftdheadline a,
.ftdheadline a:visited {
	color: #584108;
}
#ftdimg {
	float: left;
	width: 81px;
	position: relative;
	margin: 0px;
}

#ftdtxt {
	float:left;
	position:relative;
	padding-left: 10px;
	margin: 0px;
}

/* footer */
#footer {
	clear: both;
	width: 100%;
	height: 100px;
}

#footer #footermenu {
	width: 100%;
	height: 30px;
	background-color:  #f6e899;
	border-top:#ced0d0 solid 1px;
	border-bottom:#ced0d0 solid 1px;
}

#footer #footermenu ul {
	list-style: none;
	margin: 0;
}

#footer #footermenu ul li { /* page_item is wordpress default class for page list */
	display:block;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #584108;
	font-weight: bold;
	text-transform:uppercase;
}

#footer #footermenu ul li a.footlink{ /* page_item is wordpress default class for page list */
	display:block;
	float: left;
	height: 30px;
	line-height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #584108;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration:none;
	border-left: #ced0d0 solid 1px;
	padding: 0px 22.5px;
}

#footer #footermenu ul li a {
	line-height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #118ead;
	text-decoration:underline;
	text-transform: none;
	padding-right: 8px;
}
#footer #footermenu ul li a img {
	vertical-align: middle;
}
#footer #footermenu ul li a:hover {
	color:#000;
	font-weight:bolder;
}


#footertext {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #363636;
	padding-top: 10px;
	float: left;
	
}

#footercredits {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #363636;
	padding-top: 10px;
	float: right;
	text-decoration: none;
	
}

/* Full site classes */

img {
	border: none;
}

a {
	color: #118ead;
	text-decoration:underline;
}

a:visited {
	color: #1170ad;
}

a:hover {
	color: #000;
}

.piclink {
	padding-left: 8px;
	padding-right: 8px;
	border: none;
}

p {
	margin: 0 0 10px 0;
}
h1 {
	margin-top: 0;
	color: #25616c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26pt;
	font-weight: normal;
}
h1 a{
	color: #25616c;
	text-decoration: none;
}
h2 {
	margin: 0 0 0px 0;
	color: #584108;
	font-family:"Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight:normal;
}
h2 a{
	color: #584108;
	text-decoration: none;
}
h3 {
	color: #002b5e;
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
}
h3 a {
	color: #002b5e;
	text-decoration: none;
}
h4 {
	color: #002b5e;
}
h4 a {
	color: #002b5e;
	text-decoration: none;
}
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight:normal;
}
h5,
h6 {
	font-size: 100%;
}
/* Generic */
.leftfloat {
	float: left;
	position: relative;
	padding: 25px 20px 20px 0px;
}

.leftfloat2 {
	float: left;
	position: relative;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
/* Issues Pages */

/* Left Menu Column */ 
#content #issuesmenu {
	float: left;
	position: relative;
	height: 100%;
	width: 152px;
	margin-top: 48px;
	line-height: 0.9;
}

#content #issuesmenu h4 {
	border: 1px solid yellow;
	border-bottom: 2px solid yellow;
	text-transform:uppercase;
	padding: 10px 0 10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #584108;
}


#content #issuesmenu ul {
	margin: 0; 
	padding: 10px 0 0 0;
	margin-left: 0px;
	background:url(images/column-bg.png) repeat-y right;
}
#content #issuesmenu li { /* page_item is wordpress default class for page list */
	list-style: none;
	margin-bottom:12px;
	padding-left: 20px;
}

#content #issuesmenu ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
	color: #002b5e;
	text-decoration:none;
	text-transform: uppercase;
}

#content #issuesmenu ul li.selected,
#content #issuesmenu ul li.current-cat  { /* page_item is wordpress default class for page list */
	margin-bottom:12px;
	background:url(images/bluearrow.png) no-repeat left center;
}

#content #issuesmenu ul li.selected a,
#content #issuesmenu ul li.current-cat a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
	color: #898989;
	text-decoration:none;
	text-transform: uppercase;
}


/* Middle Text Column */ 
#content #issuetext {
	float: left;
	position: relative;
	height: 100%;
	width: 455px;
	margin-top: 45px;
	padding: 0 25px 25px 25px;
}

.post {
	margin: 0 0 50px 0;
}
.post .meta {
	margin: 0 0 10px 0;
}
.navigation {
	height: 3em;
}
/* Text Formating for Issues Pages */

.meta {
	margin: -20px 0 20px 0;
}

#content #issuetext ul {
	color: #002b5e;
}

#content #issuetext ol {
	color: #002b5e;
}

#content #issuetext ul li{
	margin: 0 0 3px 0;
}

#content #issuetext blockquote {
	margin: 1em 3em;
	padding: 1.5em;
	background-color: #faeca1;
}

#content #issuetext blockquote p{
	margin: 0;
}

/* Right Column */ 

#content #issuesidebar {
	float: right;
	position: relative;
	height: 100%;
	width: 252px;
	padding: 0 0 20px 30px;
	margin-top: 48px;
	background: url(images/column-bg.png) repeat-y;
	line-height: 1;
}
#content #issuesidebar ul{
	margin: 0;
	padding: 0;
}
#content #issuesidebar li{
	list-style: none;
	margin-top: 10px;
}

#content #issuesidebar ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #118ead;
	text-decoration:underline;
	text-transform: none;
	font-weight: none;
}

.promo-stayinformed {
	display: block;
	width: 134px;
	padding: 0 0 0 86px;
	background: url(images/mailstamp.png) no-repeat;
	height: 83px;
	margin: 20px 16px 0 0px;
}
.promo-videos {
	display: block;
	width: 119px;
	padding-left: 87px;
	height: 67px;
	margin: 20px 16px 0 0px;
	background: url(images/videos.png) no-repeat;
}

#content #issuesidebar #fromthedirector {
	clear: both;
	margin-top: 20px;
}

.vidfloat {
	float: left;
	position: relative;
	padding: 25px 30px 20px 0px;
}

.ftdsideheadline {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #002b5e;
	margin-top: 30px;
}

.ftdsideimg {
	float: left;
	position: relative;
	padding: 5px 20px 20px 0px;
}



form.cform {
	margin:50px 0 0 0;
}
.linklove {display:none;}
