/*   
Theme Name: Kiwanis (WordPress Template)
Theme URI: http://madisonwestkiwanis.com
Description: Custom WordPress theme for Madison West Kiwanis
Site Design: Darin ten Bruggencate
Illustrations: Mitsuru Ohta
WordPress Code Author: Jonathan Myers
Author URI: http://www.argusventures.com
Version: 1.1
.
License Statement.
.
*/
body {
	color: #191919;
	text-align: justify;
	background-color: #e6e6e6;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	padding: 0px;
	margin: 0px;
}

img {
	border-width: 0px;
}

h2 {
	text-shadow: 1px 1px 2px #e6e6e6;
	padding-bottom: 5px;
	border-bottom-color: #e6e6e6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	float: right;
	color: #046380;
	clear: both;
	width: 620px;
	margin: 20px 20px 5px;
}

h3 {
	width: 200px;      
	font-weight: bold; 
	padding-bottom: 5px;
	color: #666666;
	font-family: Arial;
	width: 200px;
	border-bottom-color: #e6e6e6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

h4 {
	clear: both;
	margin-top: 0px;
	font-size: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 20px;
	float: right;
	width: 620px;
}

a:link {
	color: #046380;
}

a:visited {
	color: maroon;
}

a:active {
	color: maroon;
}

#container {
	padding-bottom: 200px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-position: center bottom;
	background-image: url(../../../wp-content/uploads/2009/09/footer.png);
	background-repeat: no-repeat;
}

#header {
	background-color: #d7e9ff;
	/*background-color: #c5ddee;*/
}

#footer {
	color: #999999;
	font-family: Arial;
	font-size: 8px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	margin-bottom: 10px;
	
}#footer a:link {
	color: #999999;
}

#footer a:visited {
	color: #999999;
}

#footer a:hover {
	color: #046380;
}

#footer a:active {
	color: maroon;
}

#splash {
	padding-right: 70px;
	background-image: url(../../../wp-content/uploads/2009/09/splash-pastel.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #c5ddee;
	height: 515px;
	/*height: 550px;*/
}

#splash .logo img  {
	left: 680px;
	top: 25px;
	position: absolute;
}

#bar {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-top: 10px;
	margin: 0px;
	color: white;
	background-color: #191919;
}

#bar .mainnav {
	font-family: Arial;
	margin-bottom: 10px;
	margin-top: 10px;
	border-right-color: white;
	border-right-width: 1px;
	border-right-style: solid;
	text-align: right;
	float: left;
	width: 290px;
}

#bar .mainnav li {
	margin-bottom: 7px;
	margin-top: 7px;
	list-style-type: none;
	width: 260px;
}

#bar .mainnav li a:link {
	color: white;
	text-decoration: none;
}

#bar .mainnav li a:visited {
	color: white;
	text-decoration: none;
}

#bar .mainnav li a:hover {
	text-shadow: 1px 1px 2px white;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 8px;
	color: #191919;
	border-color: white;
	border-width: 1px;
	border-style: solid;
	background-color: #A6DDFF;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

#bar .mainnav li a.current {
	text-shadow: 1px 1px 2px white;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 8px;
	color: #191919;
	border-color: white;
	border-width: 1px;
	border-style: solid;
	background-color: #A6DDFF;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

#bar .lead {
	line-height: 1.50;
	margin-top: 0px;
	width: 620px;
	float: right;
}

#bar .subnav {
	line-height: 1.50;
	margin-top: 65px;
	width: 620px;
	float: right;
}

#bar .subnav li {
	margin-right: 15px;
	padding-left: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 8px;
	display: inline;
	margin-bottom: 7px;
	margin-top: 7px;
	list-style-type: none;
}

#bar .subnav li a:link {
	color: white;
	text-decoration: none;
}

#bar .subnav li a:visited {
	color: white;
	text-decoration: none;
}

#bar .subnav li a:hover {
	margin-right: -9px;
	margin-left: -9px;
	text-shadow: 1px 1px 2px white;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 8px;
	color: #191919;
	border-color: white;
	border-width: 1px;
	border-style: solid;
	background-color: #A6DDFF;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

#bar .subnav li a.current {
	margin-right: -9px;
	margin-left: -9px;
	text-shadow: 1px 1px 2px white;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 8px;
	color: #191919;
	border-color: white;
	border-width: 1px;
	border-style: solid;
	background-color: #A6DDFF;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

#main {
}

.two_column {
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
}

.block {
	clear: both;
}

.block .content {
	line-height: 1.90;
	margin-top: 0px;
	width: 620px;
	float: right;
	padding:10px 20px;
}

.block .content p {
    margin-bottom: 20px; 
}

.block .links {
	padding-left: 80px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: Arial;
	text-align: right;
	float: left;
	width: 200px;
}

.block .links li {
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	list-style-type: none;
	width: 200px;
	border-bottom-color: #e6e6e6;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.pulldown {
	clear: both;
}

.block .links li a:link {
	text-decoration: none;
	color: #999999;
}

.block .links li a:visited {
	text-decoration: none;
	color: #999999;
}

.block .links li a:hover {
	text-decoration: none;
	color: #046380;
}

.block .links li a:active {
	text-decoration: none;
	color: maroon;
}

.objects {
	list-style-type: upper-roman;
}

.join {
	list-style-type: decimal;
	list-style-position: outside;
}

.eligibility {
	list-style-type: decimal;
	list-style-position: outside;
}

#event-cal {
	width: 620px;
	text-align: left;
	border-collapse: collapse;
	margin-top:-55px;
}

#event-cal th {
	text-shadow: 1px 1px 2px #e6e6e6;
	color: #046380;
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
}

#event-cal td {
	padding: 10px 15px;
	color: #666666;
	border-top: 1px solid #e8edff;
}

.oce-first {
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}	

#event-cal tr:hover td {
	color: #046380;
	background: #A6DDFF;
}

.grams {
	margin: 10px;
	display: inline;
	float: left;
	width: 240px;
	padding-bottom:10px;
}