/*
Theme Name: IABC Kansas City
Theme URI:
Description: WP Theme designed by Gary Deardorff. It is a simple theme, designed for non blog looking theme.
Version: 1.0
Author: Gary Deardorff
Author URI: 
Tags: two columns, three columns, widgets, fixed width, blue, custom header, 
*/

/* ------------------------------------------------------ 
	Set Initial
   ------------------------------------------------------ */
   
/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}


/* ------------------------------------------------------ 
	Basic Colors
   ------------------------------------------------------ */   

.iabcBlue 		{ color:#5B94BE; } 	/* IABC Blue close */
.iabcBlue 		{ color:#5e8fAe; } 	/* IABC Blue */
.iabcDarkBlue 	{ color:#003359; }	/* IABC Dark Blue */
.iabcPaleGreen 	{ color:#96a797; }  /* IABC Pale Green rgb(150,167,151) */
.iabcPaleGreen50 { color:rgb(201,210,201); }  /* IABC Pale Green 50% Tint */
.iabcGreen 		{ color:#676200; }  /* IABC Green rgb(103,98,0) */
.iabcPurple		{ color:#46166b; }  /* IABC Purple */
.iabcBrown 		{ color:#7c3a00; }  /* IABC Brown */
.iabcGold 		{ color:#d7a900; }  /* IABC Gold */
.iabcOrange 	{ color:#df7a00; }  /* IABC Orange */
.iabcOrange50 	{ color:rgb(252,204,138); }  /* IABC Orange 50% Tint */
.iabcOrange25 	{ color:rgb(253,226,192); }  /* IABC Orange 25% Tint */
.iabcRed 		{ color:#bd3632; }  /* IABC Red */
.iabcLightGray 	{ color:#b2b4b3; }  /* IABC Light Gray rgb(178,180,179) */
.iabcGray 		{ color:#616365; }  /* IABC Gray */
.iabcBlack 		{ color:#000000; }  /* IABC Black */

body {
	background:url(img/OrangeWatermark2.jpg) 0 0 repeat #df7a00; 
	width: 960px;
	color: #646464;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-family: Tahoma, Verdana, Arial;
	margin: 0px auto 0px;
	padding: 0px;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Tahoma, Arial;
}

input.formText {
    width:122px;
    border:1px solid #5286ab;
    border-right:0;
    border-bottom:0;
    background:#ecf0f2;
/*    padding:2px; */
    color:#34668a;
    margin-right:8px;
}

input.formButton {
    color:#fefefe;
    border:0;
    background:url(img/header-search-button.gif) 0 0 repeat-x;
    background:url(img/header-menu-back.gif) 0 0 repeat-x #5B94BE;
    font-weight:bold;
/*    width:51px; */
    padding:1px 0;
    text-align:center;
    height:19px;
}

#root {
	width: 980px;
	margin: 10px auto 10px;
	padding: 0px 0px 0px 0px;
	border: solid thin #5B94BE;
	background-color: #5B94BE;
/*	background-color: #003359;	*/
	}
	
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* ------------------------------------------------------ 
	Word Press 2.5+ classes
   ------------------------------------------------------ */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.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;
}

/* ------------------------------------------------------ 
	Links
   ------------------------------------------------------ */

a, a:visited, a:hover  {
	color: #003359;
}

/*
a, a:visited {
	color: #003359;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
*/	
	
table.directory { }
td.directoryHeader {
	color: #003359;
	height:40px;
	width:auto;
	background:url('img/post-date.gif') no-repeat bottom left;
	font-size:28px;
	padding: 10px 10px 10px 15px;
	vertical-align:middle;
	margin: 15px 10px 10px 10px;
}
a.directoryLink {
	font-size:14px;
	padding: 0px 3px;
}

td.directoryEnd {
	vertical-align: top;
	border-bottom: thick;
	height:40px;
	}
	
/* ------------------------------------------------------ 
	Masthead 
   ------------------------------------------------------ */
   
#masthead {
	width: 980px;
	height: 80px;
	background-color:white;
}
#mastheadLeft  {
	width: 460px;
	float: left;
}
#mastheadRight  {
    float:right;
	width: 260px;
	float: right;
}

#mastheadLeft  a img {
	border: none;
	margin: 0px;
	padding: 0px;
}
		
#logo		{position:relative; float:left; left:15px; top:15px;}
#beHeard	{position:relative; float:left; left:75px; top:25px;}

#mastheadRight .mastheadNav ul {margin:0; padding:10px 10px 0 0; float:right;}
#mastheadRight .mastheadNav li {display:inline; padding:0 8px 0 4px; margin:0; background:url('img/img-UtilityBar.gif') no-repeat bottom right; float:right;}
#mastheadRight .mastheadNav li.last	{background:none;}
#mastheadRight li a, a:visited, a:hover  {
	color: #003359;
	text-decoration: underline;
}

/*
a, a:visited {
	color: #003359;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
*/	

#mastheadRight .search {
    width:258px;
    height:28px;
    float:right;
    padding:5px 5px;
	padding: 20px 0px 0px 0px;    
    font-size:0.92em;
}

#mastheadRight .search label {
	color:#003359;
	padding-right:8px;
}

#mastheadRight .search input.text {
    width:122px;
    border:1px solid #5286ab;
    border-right:0;
    border-bottom:0;
    background:#ecf0f2;
/*    padding:2px; */
    color:#34668a;
    margin-right:8px;
}

#mastheadRight .search input.button {
    color:#fefefe;
    border:0;
    background:url(img/header-search-button.gif) 0 0 repeat-x;
    font-weight:bold;
    width:51px;
    padding:1px 0;
    text-align:center;
    height:19px;
}

/* ------------------------------------------------------ 
	Menu Bar Start
   ------------------------------------------------------ */

#menuBar {
    overflow: hidden;
}

#menuBar .menu,
#menuBar .search {
    background:url(img/header-menu-back.gif) 0 0 repeat-x #5B94BE;
}

#menuBar .menu {
    float:left;
    width:970px;
    height:28px;
    padding: 0px 5px;
}
#menuBar .menu ul {
    margin: 0;
}

#menuBar .menu li {
    list-style: none;
	float:left;
    background:url(img/header-menu-delim.gif) 100% 0 no-repeat;
}

#menuBar .menu li.last {
    background:none;
}

#menuBar .menu a {
    color:#fefefe;
    font-weight:bold;
    padding:0 10px;
    display:block;
    line-height:2.2;
}

#menuBar .menu a:hover {
    color: #003359;
	text-decoration: underline;
}

#menuBar .search {
    width:258px;
    height:28px;
    float:right;
    padding:5px 5px;
    font-size:0.92em;
}

#menuBar .search label {
    color:#fff;
    padding-right:8px;
}

#menuBar .search input.text {
    width:122px;
    border:1px solid #5286ab;
    border-right:0;
    border-bottom:0;
    background:#ecf0f2;
/*    padding:2px; */
    color:#34668a;
    margin-right:8px;
}

#menuBar .search input.button {
    color:#fefefe;
    border:0;
    background:url(img/header-search-button.gif) 0 0 repeat-x;
    font-weight:bold;
    width:51px;
    padding:1px 0;
    text-align:center;
    height:19px;
}

#menuBar {
/*	
    width:551px;
    float:left;
    height:134px;
	*/    
    clear:both;
}

#menuBar a {
    color:#fff;
    text-decoration:none;
}

#menuBar .description {
    color:#fff;
}

/* ------------------------------------------------------ 
	Banner
   ------------------------------------------------------ */
   
#banner {
    overflow: hidden;
}

#bannerLeft  {
    margin-top:4px;
    float:left;
    width: 707px;
    height:100px;
}

#bannerLeft  a {
    color:#fff;
    text-decoration:none;
}

#bannerLeft .description {
    color:#fff;
}

#bannerRight {
/*
    width:232px;
	height:164px;
    background:url(img/header-about-back.gif) 0 0 repeat-y #f9fdff;
    padding:18px;
*/		
    margin-top:4px;
    width:268px;
    height:100px;
    overflow:hidden;
    float:right;
/*    background:url(img/IconBackground-small.jpg) 0 0 repeat; */
}

#bannerRight p {
	
	color: #000;
/*	font-family: Arial, Tahoma, Verdana; */
	padding: 20px;
	margin: 5px;
    font-size:18pt;
	
}

#bannerRight .signature {
    text-align:left;
    float:left;
    margin:0;
}

/* ------------------------------------------------------ 
	Content Area
   ------------------------------------------------------ */

#contentArea {
	width: 980px;
	background-color:white;
	margin: 4px auto 0px;
	padding: 0px 0px 0px 0px;
}

#contentArea a, a:visited {
	color: #003359;
	text-decoration: underline;
}

#contentArea a:hover {
	color: #5e8fAe;
}


/* ------------------------------------------------------ 
	2 Column Layout
   ------------------------------------------------------ */

#content2Area {
	width: 980px;
	background-color:white;
	margin: 4px auto 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}

#content2Area p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
	
#content2Area h1 {
	color: #003359;
	font-size: 18px;
/*	font-family: Arial, Tahoma, Verdana; */
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	}
/*	
#content2Area h1 a, a:visited  {
	color: #5B94BE;
	text-decoration: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	}

#content2Area h1 a:hover {
	color: #D51515;
	text-decoration: none;
	}
*/	
#content2Area h2 {
	font-size: 14px;
	color: #003359;
/*	font-family: Arial, Tahoma, Verdana; */
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
#content2Area h3 {
	color: #202020;
	font-size: 18px;
/*	font-family: Arial, Tahoma, Verdana; */
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#content2Area img{
	border: none;
	margin: 0px 20px 0px 0px;
	}
	
#content2Area ul{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#content2Area ul li{
    list-style: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}	
	
#content2Left {
	float: left;
	width: 675px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 0px 15px;
	border-right: 1px solid #003359;
	background-color: inherit;
	}
	
#content2Left p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
#content2Right {
	float: right;
	width: 248px;
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 20px 10px;
	background-color: inherit;
	}

#content2Right h1 {
	color: #df7a00;
	margin: 0px 0px 10px 0px;
}
	
#content2Right h2 {
	color: #df7a00;
}

#content2Right h3 {
	color: #003359;
}

#content2Right h4 {
	color: #003359;
}

/* ------------------------------------------------------ 
	3 Column Layout
   ------------------------------------------------------ */

#content3Area {
	width: 920px;
	background-color:white;
	margin: 20px auto 0px;
	padding: 20px 0px 20px 0px;
	line-height: 20px;
	border-top: 3px solid #003359;
}

#content3Area p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
	
#content3Area h1 {
	color: #df7a00;
	font-size: 18px;
/*	font-family: Arial, Tahoma, Verdana; */
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#content3Area h2 {
	color: #222222;
	color: #df7a00;
	font-size: 12px;
/*	font-family: Arial, Tahoma, Verdana; */
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
#content3Area h1 a, #content2Area3 h1 a:visited  {
	color: #202020;
	color: #df7a00;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#content3Area h1 a:hover {
	color: #df7a00;
	text-decoration: none;
}
	
#content3Area img{
	float: left;

	border: none;
	margin: 0px 0px 10px 0px;
	}
	
#content3Area ul{
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#content3Area ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}	
	
#content3Left {
	float: left;
	width: 280px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	border-right: 1px solid #003359;
	overflow: hidden;
	}
	
#content3Center {
	float: left;
	width: 280px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	border-right: 1px solid #003359;
	overflow: hidden;
	}
	
#content3Right {
	float: right;
	width: 280px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
	
/* ------------------------------------------------------ 
	1 Column Layout
   ------------------------------------------------------ */

#contentFull {
	width: 920px;
	background-color:white;
	margin: 4px auto 0px;
	padding: 20px;
	line-height: 20px;
	}

#contentFull p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
#contentFull h1 {
	color: #003359;
	font-size: 18px;
/*	font-family: Arial, Tahoma, Verdana; */
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contentFull h1 a, #contentFull h1 a:visited  {
	color: #5B94BE;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

#contentFull h1 a:hover {
	color: #D51515;
	text-decoration: none;
	}
	
#contentFull h2 {
	font-size: 16px;
	color: #003359;
/*	font-family: Arial, Tahoma, Verdana; */
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
#contentFull h3 {
	color: #202020;
	font-size: 18px;
/*	font-family: Arial, Tahoma, Verdana; */
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contentFull img{
	border: none;
	margin: 0px 20px 0px 0px;
	}
	
#contentFull ul{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contentFull ul li{
        list-style: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}	
	
/* ------------------------------------------------------
	sidebar Menu
   ------------------------------------------------------ */
   
#sidebar {
	width: 100%;
	float: left;	
	/* this controls the vertical position of the entire left nav relative to the header */
	margin-top:0;
	/* this is the thin brown line that appears above the nav */
	background: url('images/left_nav_top.gif') no-repeat;   
	/* this positions the thin brown line directly above the first button */
	background-position: 3px 0;  
}

#sidebar h2 {
	margin: 0 0 10px;
	padding: 7px;
	color:#608aac;
/*
	padding-left:23px;
	border-bottom:1px solid #003359;
	border-top:1px solid #dae6ef;
	background: #e5edf4 url('img/sidebar-li.gif') no-repeat center left;
	background: #e5edf4 url('img/sidebar-li.gif') no-repeat center left;
*/	
}
	   
#sidebar li.page_item {
	margin: 0px;
	padding: 3px;
	padding-left:15px;
/*	
	border-top:1px solid #003359;
	background: #e5edf4 url('img/sidebar-icon-li.gif') no-repeat center left;
	background: #e5edf4 url('img/li-arrow-right.gif') no-repeat center left;
	border-bottom:1px solid #5e8fAe;
*/	
	background: #fff url('img/li-arrow-right.gif') no-repeat center left;
	color:#608aac;
	list-style-type: none;
}

#sidebar li.cat-item {
	margin: 0px;
/*	
	color:#df7a00;
    background-color: rgb(253,226,192);
	padding: 9px 9px 9px 12px;
	border-left: 4px solid	#003359;
	list-style-type: none;
*/	
}

div#sidebar ul#sidebar li #sidebar.cat-item a #sidebar, a #sidebar:visited {
	color:#df7a00;
	text-decoration: none; 
/*
	text-decoration: none; 
*/
}
	
div#sidebar ul li.cat-item a:hover {
	text-decoration: underline;
}

div#sidebar a, a:visited, a:hover {
	color: #003359;
}

div#sidebar h1 a, a:visited {
	color:#df7a00;
	text-decoration: none; 
}
div#sidebar h1 a:hover {
	color:#df7a00; 
	text-decoration: underline;
}

	
#sidebar ul.pages {
	padding: 0px 0px 0px 0px;
/*
	padding-top:8px; 
	padding-bottom:10px; 
	padding-left:18px;	

*/	
}

#sidebar ul {
	/* this controls the position of the link text in the left side nav v*/
/*
	padding-left:20px;	
	background-color: rgb(253,226,192);
	padding-top:8px; 
	padding-bottom:9px;
	padding-bottom:10px; 
*/	
}

#sidebar ul.children {
	margin: 0px;
	padding: 0px 0px 0px 18px;
/*
	padding-top:8px; 
	padding-bottom:9px;
	padding-bottom:10px; 
*/	
}

/* ------------------------------------------------------ 
	Footer Start
   ------------------------------------------------------ */

#footer {
    margin-top:4px;
    padding:4px 20px;
    font-size:.92em;
    overflow:auto;
    line-height:1.2;
    color: white;
/*    
    background:url(img/cubes.gif) 705px 4px no-repeat;
    background:url(img/header-menu-back.gif) 0 0 repeat-x #5B94BE;
*/    
    
}

#footer img {
	vertical-align:middle;
}

#footer .copyright {
    float:left;
}

#footer .copyright a {
    color: white;
	text-decoration: underline;
}


#footer .links {
    float:right;
}

#footer .links a {
    padding-left:16px;
    margin-left:16px;
    background-repeat:no-repeat;
    background-position:0 1px;
    color: white;
	text-decoration: underline;
}

#footer .rss {
    background-image:url(img/rss.gif);
}

#footer .login {
    background-image:url(img/login.gif);
}


