/*
Theme Name: KCCRC
Theme URI: http://www.kccrc,com/
Description: Wordpress theme for KCCRC
Version: 0.1
Author: Michael Valenta
Datum: December 11, 2008
*/

/* RESET ALL MARGINS AND PADDING */

* { 
  margin: 0; 
  padding: 0;
}

p { 
  margin-bottom: 21px; 
}

h1 { 
  font-size: 18px; 
  line-height: 23px;
}

h2 {
  font-size: 16px; 
  line-height: 21px; 
}

h3 { 
  font-size: 12px; 
  line-height: 21px; 
}

h1, h2, h3 {
	color: #35548a;
}

ul, 
ol { 
	margin: 11px 0 10px 18px; 
}

/* GENERAL */

body {
	background: #fff;
        font-family: Arial,Helvetica,Univers,Zurich BT,verdana,sans-serif;
        font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
}

#wrap {
	width: 800px;
	margin: 0px auto 0px;
	background: #fff;
	border: 2px solid #357;
}

#content {
	width: 500px;
	padding: 30px 30px 0;
	float: right;
}

a {
	color: #35548a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

br.clear {
	clear: both;
}

/* HEADER */

#head {
	background-color: #D9BAC0;
	background-image: url(img/masthead.jpg);
	background-repeat: no-repeat;
	width:800px;
	height: 64px;
}

#head h1 {
	position: relative;
	top: 0px;
	left: 0px;
}

#head p {
	position: relative;
	top: 25px;
	left: 200px;
        color: #FFFFFF;
        font-size: 16px; 
}

#head p.addressline {
	margin: 0px;
	padding: 0px;
        position: relative;
        top: 8px;
        left: 200px;
        color: #FFFFFF;
        font-size: 12px;
	}

#headOff h1 a {
	color: #000000;
}

#head h1 a {
	display: block;
	text-indent: -9000px;
	height: 64px;
	width:  800px;
}

/* MENU */

#menu {
	float: left;
	width: 180px;
	margin: 0px 20px 5px 0px;
	background: #f8f8f8;
	padding: 10px 20px;
  background-image: url(img/side.jpg);
  background-color: #F5f7f7;
  border-bottom:1px solid #cccccc;
}

#menu ul{
	margin: 0;
}

#menu li {
	list-style: none;
	border-bottom: 1px solid #ccc;
}

#menu ul ul li {
	border-top: 1px solid #ccc;	
	_padding-left: 10px;
}

#menu ul ul li a:before {
	content: "» ";
}

#menu li a {
	padding: 0 10px;
	display: block;
	line-height: 30px;
	text-decoration: none;
}

#menu li a:hover {
	background: #00B0F1;
	color: #fff;
}

.page_item ul {
	display: none;
}

.current_page_item ul, .current_page_parent ul {
	display: block;
}

#menu .current_page_item li, #menu .current_page_parent ul li {
	border: 1px solid #f8f8f8;
	border-top: 1px solid #ccc;
}



/* WEBLOG */

.post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.comment-list {
	width: 460px
}

.avatar {
	float: right;
}

#comment {
	width: 460px;
}



/* FOOTER */

#footer {
	padding: 20px 30px 1px;
	border-top:  2px solid #35548a;
	clear: both;
}

#footer p {
	font-size: 90%;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:745px; height:32px; font-size:0.85em; position:relative; z-index:100;border-right:1px solid #357;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #357; border-width:1px 0 1px 1px; background:#35548a; padding-left:10px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#0000FF url(img/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#0000FF url(img/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#0000FF url(img/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#0000FF;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#0000FF;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #357;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#35548a; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#204079;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#204079;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: gray;
  background: #35548a;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: gray;
  font-weight: bold;
  background: #35548a;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: #35548a;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}

#leftinfo {
  color: #FFF
}

#leftinfo h1 {
  font-size: 12pt;
  margin-left: 10;
}

#leftinfo h2 {
  font-size: 12pt;
  margin-left: 10;
  margin-top: 10;
  margin-bottom: 0;
}

#leftinfo h3 {
  font-size: 12pt;
  margin-left: 10;
  margin-top: 0;
  margin-bottom: 0;
}

#leftinfo p {
  font-size: 10pt;
  margin-left: 10;
  margin-top: 0;
}

#leftinfo a {
  color: #FFF
}

#banner { 
	margin-top: 30; 
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
        width: 500px;
	height: 130px
border: 2px solid #35548a;
}

#visitorsAreAlways { 
	margin-top: 10px; 
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0;
    width: 282px;
	height: 35px;
	background-image: url(http://www.kccrc.com/images/visitorsvisitors_are_always.jpg);
}

#welcome { 
	margin-top: 10p; 
	margin-bottom: 5px;
	margin-left: 90px;
	margin-right: 0;
	width: 271px;
	height: 62px;
	background-image: url(http://www.kccrc.com/images/welcomewelcome.jpg);
}
#received { 
	margin-top: 10px; 
	margin-bottom: 5px;
	margin-left: 160px;
	margin-right: 0;
	width: 317px;
	height: 35px;
	background-image: url(http://www.kccrc.com/images/receivedand_warmly_received.jpg);
}
p.believe {
	margin-left: 50;
	margin-right: 50;
	margin-top: 50;
	color: #007;
	font-weight:bold;
	font-style: Italic;
        font-size: 16px;
}

#hoopla a {
     color: #F00
}
