﻿/* ================================================================ 
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/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
z-index:1000;
font-size:90%;
margin:25px 0 50px 15px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px; /*was 150px */
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; margin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#ff99cc; /* was d7c3dc */
height:27px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:150px;
color:#000;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 0;
background: white url(r13images/glossybackv3.jpg) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
padding: 3px 0;
padding-left: 2px;
}
.menu a {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:150px;
color:#000;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 0;
background: white url(r13images/glossybackv3.jpg) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
padding: 3px 0;
padding-left: 2px;
}
/* hack for IE5.5 */
* html .menu a:visited {background:#0066ff; width:150px; width:150px;} 
* html .menu a {background:#0066ff; width:150px; width:150px;} /* was d4d8bd */
/* style the link hover */
* html .menu a:hover {color:#fff; background:#b491be;} /* was d7c3dc */

.menu :hover > a {
color:#fff; 
background:#800080; /* was d7c3dc */
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:152px; /*was 150px */
}
/* make the second level visible when hover on first level list OR link */
.menu ul a:hover ul {
visibility:visible;
}

.menu ul li: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;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover 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;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
</style>
<!--[if IE 7]>
<style type="text/css">
.menu li {float:left;}
</style>
<![endif]-->

<!--
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
-->
/* end of navigation menu*/

div.clublogo {
	width:450px;
	margin-left:auto;
	margin-right:auto;
}

div.clubname {
	font-size:xx-large;
	font-style:italic;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div.officertitle {
	font-style:italic;
	font-size:large;
	text-align:left;
	color: #FF0000;	
}

div.growertitle {
	font-style:italic;
	font-size:large;
	text-align:left;
	color:green;	
}

div.sectiontitle {
	font-style:italic;
	font-size:x-large;
	text-align:left;
	color:green;	
}

div.updated {
	text-align:center;
	font-size:small;
	color:red;
}

ul.liindent {
	text-indent:20px;
}

div.footer {
	font-weight:bolder;
	text-align:center;
}
div.violetdivider {
	background-image:url('http://www.aisregion13.org/r13images/r13_violetline.gif');
	background-repeat:no-repeat;
	width:450px;
	height:9px;
	padding-top:2px;
	padding-bottom:2px;
	margin-right:auto; 
	margin-left:auto;
	margin-top:6px;
}
div.violetdivider150 {
	background-image:url('http://www.aisregion13.org/r13images/r13_violetline150.gif');
	background-repeat:no-repeat;
	width:150px;
	height:9px;
	padding-top:2px;
	padding-bottom:2px;
	margin-right:auto; 
	margin-left:auto;
	margin-top:6px;
}
div.violetdivider150x3 {
	background-image:url('http://www.aisregion13.org/r13images/r13_violetline150x3.gif');
	background-repeat:no-repeat;
	width:450px;
	height:9px;
	padding-top:2px;
	padding-bottom:2px;
	margin-right:auto; 
	margin-left:auto;
	margin-top:6px;
}
div.violetdivider330 {
	background-image:url('http://www.aisregion13.org/r13images/r13_violetline330.gif');
	background-repeat:no-repeat;
	width:330px;
	height:9px;
	padding-top:2px;
	padding-bottom:2px;
	margin-right:auto; 
	margin-left:auto;
	margin-top:6px;
}
td.col1 {
	width:120px;
}
td.col2 {
	width:40px;
}
td.col3 {
	width:390px;
}
table.events {
	margin-left:auto;
	margin-right:auto;
	width:550px;
}
table.x500 {
	margin-left:auto;
	margin-right:auto;
	width:500px;
}

div.navigationbarmain {
	background-color:white;
	width:750px;
	height:30px;
	margin-right:auto; 
	margin-left:auto;
	border-left:3px #800080 solid;
	border-bottom:3px #800080 solid;
	border-right:3px #800080 solid;
}
div.navigationbarviolet {
	background-color:white;
	width:750px;
	height:30px;
	margin-right:auto; 
	margin-left:auto;
	border-left:3px #800080 solid;
	border-bottom:3px #800080 solid;
	border-right:3px #800080 solid;
}

div.headermain {
	background-color:#ffffff;
	margin-right:auto; 
	margin-left:auto;
	margin-top:10px;
	width:750px;
	border-left:3px #800080 solid;
	border-top:3px #800080 solid;
	border-right:3px #800080 solid;
}
#headermainimage1 {
	background-image:url('http://www.kcis.org/kcissiteimages/kcislogo2.gif');
	background-repeat:no-repeat;
	height:80px;
	width:488px;
	margin-right:auto; 
	margin-left:auto;
	margin-top:5px;
}
#headermainimage2 {
	background-image:url('http://www.kcis.org/kcissiteimages/hd_kingcountyirissociety.gif');
	background-repeat:no-repeat;
	height:61px;
	width:613px;
	margin-right:auto; 
	margin-left:auto;
	margin-top:5px;
}
div.headermain2 {
	background-color:#ffffff;
	width:750px;
	height:5px;
	margin-right:auto; 
	margin-left:auto;
	border-left:3px #800080 solid;
	border-right:3px #800080 solid;
}
div.headerviolet {
	background-image:url('http://www.kcis.org/kcissiteimages/hd_kingcountyirissociety.gif');
	background-color:white;
	width:750px;
	height:135px;
	margin-right:auto; 
	margin-left:auto;
	margin-top:20px; 
	border-left:3px #800080 solid;
	border-top:3px #800080 solid;
	border-right:3px #800080 solid;
}
/* Background colors */
body.backgroundmain { 
	background-color: #800080;
}
body.backgroundviolet { 
	background-color: #B491BE;
	background-image:url('r13images/r13collageV3b_tile.jpg');
}
/* Tiled background frame */
div.tiledframemain {
	background-image:url('http://www.kcis.org/kcissiteimages/kcisbg1.jpg');
	background-color:#FFFFFF;	
	width:800px; 
	margin-left:auto; 
	margin-right:auto;
	border:#D7C3DC outset 6px;
}
div.tiledframeviolet {
	background-image:url('http://www.kcis.org/kcissiteimages/ipatileviolet.jpg');
	background-color:#FFFFFF;	
	width:800px; 
	margin-left:auto; 
	margin-right:auto;
	border:#800080 solid 3px;
}
/* Content headers */
div.bodyheadermain {
	background-color:#FFFFFF; 
	width:750px;
	height:95px; 
	margin-right:auto; 
	margin-left:auto; 
	margin-top:10px;
	border-left:3px #800080 solid;
	border-top:3px #800080 solid;
	border-right:3px #800080 solid;
}
div.bodyheaderviolet {
	background-color:#D7C3DC; 
	width:750px;
	height:95px; 
	margin-right:auto; 
	margin-left:auto; 
	margin-top:10px;
	border-left:3px #800080 solid;
	border-top:3px #800080 solid;
	border-right:3px #800080 solid;
}
/* Content Frame */
div.bodyframemain {
	background-color:#ffffff; 
	width:800px; 
	margin-right:auto; 
	margin-left:auto; 
	margin-top:0px;
	border-left:3px #800080 solid;
	border-bottom:3px #800080 solid;
	border-top:3px #800080 solid;
	border-right:3px #800080 solid;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}
div.bodyleftcolumn {
	width:200px;
	float:left;
}

div.bodyrightcolumn {
	margin:0;
	float: left;
	width: 580px;
}
div.bodyframeviolet {
	background-color:#D7C3DC; 
	width:730px; 
	margin-right:auto; 
	margin-left:auto; 
	margin-top:0px;
	border-left:3px #800080 solid;
	border-bottom:3px #800080 solid;
	border-right:3px #800080 solid;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}
div.bodycentermain {
	width:700px; 
	margin-right:auto; 
	margin-left:auto;
	text-align:center;
}
div.bodyarticleheading1 {
	font-size:xx-large;
	font-style:italic;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
div.bodyarticleheading2 {
	font-size:x-large;
	font-style:italic;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
div.bodyarticleheading3 {
	font-size:x-large;
	font-style:italic;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
div.bodyfontbold {
	font-size:large;
	font-weight:bold;
}
div.bodyarticlecenternote {
	font-size:medium;
	text-align:center;
}
div.bodyarticlecontributor {
	font-size:medium;
	font-style:italic;
	color:red;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
/*http://css.maxdesign.com.au/floatutorial/tutorial0407.htm*/
.bodyimage360{
float: left;
width: 360px;
border: 0px solid #999;
margin: 0 0px 0px 0; /*values are applied in a clockwise order; top, right, bottom, left*/
padding: 5px;
}
.bodyimage320{
float: left;
width: 320px;
border: 0px solid #999;
margin: 0 0px 0px 0; /*values are applied in a clockwise order; top, right, bottom, left*/
padding: 5px;
}
.bodyimage270{
float: left;
width: 270px;
border: 0px solid #999;
margin: 0 0px 0px 0; /*values are applied in a clockwise order; top, right, bottom, left*/
padding: 5px;
}
.bodyimage240{
float: left;
width: 240px;
margin-left:auto;
margin-right:auto;
border: 0px solid #999;
margin: 0 0px 0px 0; /*values are applied in a clockwise order; top, right, bottom, left*/
padding: 5px;
}
.bodyimage200{
float: left;
width: 200px;
border: 0px solid #999;
margin: 0 0px 0px 0; /*values are applied in a clockwise order; top, right, bottom, left*/
padding: 5px;
}
.bodyimage160{
float: left;
width: 160px;
border: 0px solid #999;
margin: 0 0px 0px 0; /*values are applied in a clockwise order; top, right, bottom, left*/
padding: 5px;
}
.bodyimage100{
float: left;
width: 100px;
border: 0px solid #999;
margin: 0 0px 0px 0; /*values are applied in a clockwise order; top, right, bottom, left*/
padding: 5px;
}

.clearboth { clear: both; }

.stylenormalweight {
	font-weight: normal;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.l9ithumb{
position: relative;
z-index: 0;
}

.l9ithumb:hover{
background-color: transparent;
z-index: 50;
}

.l9ithumb span{ /*CSS for enlarged image*/
position: absolute;
background-color: #33CC33;
padding: 3px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.l9ithumb span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.l9ithumb:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

} 

