/* CSS Document */

body
{
	background: #DDF19A url("../../images/bgIris-Blur-green-light.jpg") no-repeat fixed bottom left;
}

.footer
{
	text-align: center;
}

h1
{
	font-size: 24px;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
}

h6
{
	font-size: 12px;
}

h7
{
	margin-top: -20px;
}

.header
{
	font-size: 1.5em;
	font-weight: bolder;
	text-align: center;
}

/*  Menu Stuff  */

.L-menu
{
	margin-top: -1px;
}

#nav, #nav ul 
{ 
	border: #F2F2F2 solid; 
	border-width: 1px 6px; 
	margin: 0pt 0pt 1em; 
	padding: 0; 
	float: left; 
	width: 768px;
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside; 
	line-height: 1;
	font-weight: bold; 
	font-size: 11px;
	position: absolute; 
}

.L-menu > #nav, .L-menu > #nav ul
{
	width: 768px;
}

#nav a 
{  
	display: block;
	color: #0D0D0D; 
	text-decoration: none; 
}

#nav li 
{ 
	padding: 0.5em 0.45em;
	border-right: 2px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	float: left;
	margin-bottom: -1px;
}

#nav li ul 
{
	border: #F2F2F2 solid;
	border-width: 1px 6px;
	margin: 1.4em 0pt 0pt;
	left: -999em;
	font-weight: normal;
}

/* Use child selectors to get around IE's box model */
#nav > li > ul, #nav > li > ul > li > ul
{
	margin-top: .4em;
}

#nav li li 
{ 
	display: block;
	white-space: nowrap;
}

#nav li ul ul 
{ 
	margin: 1.4em 0pt 0pt;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul 
{ 
	left: -999em; 
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul 
{ 
	left: -6px;
}

#nav li:hover, #nav li.sfhover, #nav #M-current, #M-alphabet li:hover, #M-alphabet li.sfhover 
{
	background: #F2F2F2 none repeat scroll 0%;
}


#L-container
{
	width: 780px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0D0D0D;
}

#L-headers
{
	background: url("../../images/bgHeader.jpg") no-repeat;
	padding: 1em;
	font-size: 2em;
	border: 2px solid #F2F2F2;
	color: #F2F2F2;
	font-weight: bolder;
}

#L-content
{
	margin-top: 35px;
	padding: 0;
	font-size: 12px;
	overflow: auto;
	/*position: relative;*/
}
/* thumbnail stuff */
.tfb { 
	float: left; 
	width: 178px; 
	height: 170px; 
	padding: 4px; 
	text-align: center;
}

.tfb a
{
	color: #0D0D0D;
	text-decoration: none;
}

.tfb a img
{
	border: 0px;
}

.tfb div.tc { 
	display: block;
	margin: auto;
}

.lc
{
	display: block;
}

.pic_left
{
	float: left;
	border: 2px solid #F2F2F2;
	margin: 0 1em 1em 0;
}

.pic_right
{
	float: right;
	border: 2px solid #F2F2F2;
	margin: 0 0 1em 1em;
}

.iris_main_pic
{
	float: left;
	clear: left;
	border: 2px solid #F2F2F2;
	margin-bottom: 1em;
}

.iris_thumb
{
	float: left;
	clear: left;
	border: 2px solid #F2F2F2;
	margin: 0 1em 1em 0;
}

.i_name
{
	float: left;
}

.i_year
{
	float: right;
}

.i_hybridizer
{
	margin-top: 40px;
}

.i_desc, .i_notes
{
	float: right;
	clear: right;
	text-align: right;
	width: 380px;
	margin-top: 20px;
}

.i_notes
{
	margin-top: 10px;
}

.i_info
{
	clear: right;
	float: right;
	font-size: 12px;
	width: 380px;
	border-spacing: 0px;		/*	This property is for Mozilla				*/
	empty-cells: show;			/*	This property is for Mozilla				*/
	border-collapse:collapse;	/*	This property is for IE to look the same	*/
	overflow: visible;
}

.i_info td
{
	vertical-align: top;
	padding: .5em 1em;
	text-align: right;
}

.i_info .i_info_col
{
	border-left: 2px solid #0D0D0D;
	text-align: left;
}

.n_author
{
	margin-top: -1.75em;
	font-weight: normal;
}

#L-content > .i_hybridizer
{
	clear: left;
}

.notice
{
	text-align: center;
	margin-top: 6em;
	margin-bottom: 6em;
}

.notice .header
{
	background: #A68C6A;
	font-size: 16px;
	color: #F2F2F2;
}

.notice table
{
	text-align: center;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #F2F2F2;
}

#M-alphabet
{
	border: 2px solid #F2F2F2;
	padding: 0;
	margin: 0;
	float: right;
}

#M-alphabet li
{
	list-style: none;
	padding: 12px 5px;
	text-align: center;
}

#M-alphabet li a
{
	color: #0D0D0D; 
	text-decoration: none; 
	font-weight: bold;
	font-variant: small-caps;
}

/* Form Stuff */

.form_default
{
	font-weight: bold;
}

.form_required
{
	font-weight: bold;
	color:#0000FF;
}

.form_error
{
	font-weight: bold;
	color: #FF0000;
}

/* Update stuff */
.i_message
{
	background-color: #F2BE22;
	padding: 1em;
	text-align: center;
}

#search_count
{

}

#search_summary
{
	font-size: 1.5em;
	font-weight: bold;
	padding: 1em 0 1em;
}

#search_summary form
{
	display: inline;
}