/* IRMA stylesheet */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1D4F07;
}
img {
	border: 0px;
}
#logged_in{
	font-size: .7em;
	color: #FFFFFF;
	width: 350px;
	height: 20px;
	text-align: right;
	position: absolute;
	left: 50%;
	top: 132px;
	z-index: 2;
}
#logged_in a{
	color: #FFFFFF;
	text-decoration: none;
}
#logged_in a:hover{
	text-decoration: underline;
}
#header {
	height: 151px;
	background: #1D4F07 url(http://regionalmagazines.org/css_images/bg_header.gif) bottom left repeat-x;
}

#header h1 {
	height: 151px;
	width: 700px;
	margin: 0px auto;
	background: url(http://regionalmagazines.org/css_images/header.gif) bottom left no-repeat;
	text-indent: -3248px;
}
#fixed_head{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100000;
}

#nav {
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	width: 708px;
	padding-left: 8px;
}
#nav p {
	margin-top: 2px;
}
#content {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 190px;
}
#content h1 {
	margin-top: 0px;
	margin-bottom: 2px;
}
#content a{
	color: #278100;
	text-decoration: none;
}
#content a:hover{
	text-decoration: underline;
}
#content .content_image_left{
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-top: 7px;
	border: 1px solid #1D4F07;
}
#content li {
	margin-top: 2px;
	margin-bottom: 2px;
}
#footer {
	position: relative;
	top: 190px;
	background: #1D4F07;
	color: #FFFFFF;
	font-size: .7em;
	clear: both;
	margin-top: 30px;
}

#footer p {
	padding: 10px;
	text-align: center;
}
#footer a {
	color: #C3D4C8;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#multi-region {
	width: 258px;
	height: 127px;
	background: url(http://regionalmagazines.org/css_images/multi-region2.jpg) no-repeat;
	position: fixed;
	top: 0px;
	left: 50%;
	margin-left: 93px;
	z-index: 200000;
}

.image_callout_r{
	padding: 3px;
	border: #666666 solid 1px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}
.image_callout_l{
	padding: 3px;
	border: #666666 solid 1px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
/*
---------------------------------------------------------------------------
|                                                                         |
|                     New Navbar dropdown system stuff                       |
|                                                                         |
---------------------------------------------------------------------------
*/
#nav_dropdown{
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#nav_dropdown li{
	float:left;
	margin-right:10px;
	position:relative;
}
#nav_dropdown a{
	display:block;
	padding:5px;
	color:#fff;
	background:#333;
	text-decoration:none;
}
#nav_dropdown a:hover{
	color:#fff;
	background:#6b0c36;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav_dropdown ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav_dropdown ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav_dropdown ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav_dropdown li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav_dropdown li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#6b0c36;
	text-decoration:underline;
}
#nav_dropdown li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav_dropdown li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#333;
}

/*
---------------------------------------------------------------------------
|                                                                         |
|                     Old Navbar dropdown system stuff                       |
|                                                                         |
---------------------------------------------------------------------------
================================================================ 
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/dd_valid.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.
=================================================================== */
/* common styling */
.menu {
	width:708px; 
	position:relative; 
	font-size:11px; 
	z-index:100;
}
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#000;
	width:98px; 
	height:20px; 
	text-align:center; 
	color:#fff; 
	border:1px solid #fff; 
	background:#1D4F07; 
	line-height:20px; 
	font-size:11px; 
	overflow:hidden;
}
.menu ul {
	padding:0; 
	margin:0; 
	list-style: none;
}
.menu ul li {
	float:left; 
	position:relative;
}
.menu ul li ul {
	display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#fff; 
	background:#208C37;
}
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:21px; 
	left:0; 
	width:105px;
}
.menu ul li:hover ul li a.hide {
	background:#1D4F07; 
	color:#fff;
}
.menu ul li:hover ul li:hover a.hide {
	background:#1D4F07; 
	color:#000;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	display:block; 
	background:#ddd; 
	color:#000;
}
.menu ul li:hover ul li a:hover {
	color:#fff; 
	background:#208C37;
}




/*
---------------------------------------------------------------------------
|                                                                         |
|                      index page specific stuff                          |
|                                                                         |
---------------------------------------------------------------------------
*/


#supporters{
	width: 170px;
	background: #F2F7EE;
	border: #96AA8B solid 1px;
	padding: 15px;
	margin-left: 15px;
	float: right;
	text-align: left;
}
#supporters a {
	font-weight: normal;
}
#supporters h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	margin-top: 5px;
}
#supporters img {
	padding: 3px;
	background: #FFFFFF;
	border: #96AA8B solid 1px;
}
#supporters ul{
	margin: 0px;
	padding-left: 10px;
	list-style-type: none;
}
#supporters li{
	margin: 5px 0px;
}
.sponsor_link {
	border: #96AA8B solid 1px;
	background: #FFFFFF;
	margin-top: 5px;
	padding: 5px;
	text-align: center;
}
#irma_welcome {
	background: #F2F7EE;
	border: #96AA8B solid 1px;
	padding: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	min-height: 280px;
	width: 450px;
}
#irma_welcome h1{
	margin-top: 0px;
	margin-bottom: 5px;
}
#irma_welcome p{
	font-size: .9em;
}
.image_rotator{
	width: 200px;
	float: left;
	height: 280px;
	margin-right: 10px;
}
#next_conference{
	background: #F2F7EE;
	border: #96AA8B solid 1px;
	padding: 15px;
	width: 200px;
	float: left;
	margin-bottom: 20px;
}
#next_conference img{
	border: #96AA8B solid 1px;
}
#next_conference h2, #news h2 {
	margin-top: 5px;
}

#news{
	background: #F2F7EE;
	border: #96AA8B solid 1px;
	padding: 15px;
	margin-left: 250px;
	margin-bottom: 15px;
	width: 200px;
}
#news h2{
	margin-bottom: 2px;
}
.by {
	margin-top: 0px;
	font-size: .7em;
}

/*
---------------------------------------------------------------------------
|                                                                         |
|                      news blog page specific stuff                      |
|                                                                         |
---------------------------------------------------------------------------
*/

.archive{
	width: 150px;
	height: 34px;
	padding-top: 6px;
	background: #AAC6BC url(css_images/archive.gif) no-repeat;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
#content .archive a{
	color: #FFFFFF;
}
.comment{
	background: #D7E9DC;
	border: #669966 solid 1px;
	padding: 0px 10px;
	width: 550px;
	margin-top: 3px;
}
.credit{
	font-size: .8em;
}
#comment_form{
	margin-top: 20px;
}
/*
-----------------------------------------------------------------------
							mag rack stuff
-----------------------------------------------------------------------
*/ 

.mag_rack_entry {
	font-size: .8em;
	text-align: center;
	width: 90px;
	height: 160px;
	margin: 7px;
	padding: 5px;
	background: #F2F7EE;
	border: #DBE3D7 solid 1px;
	float: left;
	
}
#mag_rack a {
	font-weight: normal;
}

img.mag_image {
	padding: 3px;
	border: #DBE3D7 solid 1px;
	margin-right: 10px;
	float: left;
}

/*
-----------------------------------------------------------------------
							Conference main page stuff
-----------------------------------------------------------------------
*/
#conference_TOC{
	margin-left: 320px;
}
#conference_TOC ul{
margin-left: 0px;
padding-left: 20px;
}
/*
-----------------------------------------------------------------------
							Program of Events page stuff
-----------------------------------------------------------------------
*/ 
#program {
	padding-left: 170px;
}
#program h1{
	margin-bottom: 0px;
	position: relative;
	right: 170px;
}
#program h2{
	position: relative;
	right: 170px;
}
#program u{
	position: relative;
	right: 170px;
	top: 16px;
	font-size: .8em;
	text-decoration: none;
}
#program p{
	margin: 0px 2px;
}

/*
-----------------------------------------------------------------------
							Most Recent conferences stuff
-----------------------------------------------------------------------
*/
#conference_list{
	margin-left: 200px;
}


/*
-----------------------------------------------------------------------
							Photo Gallery page stuff
-----------------------------------------------------------------------
*/ 

.gallery_image {
	padding: 3px;
	border: #DBE3D7 solid 1px;
}

/*
-----------------------------------------------------------------------
							awards pages stuff
-----------------------------------------------------------------------
*/ 

td p {
	margin: 0px;
}
#winners {
	background: #F2F7EE;
	border: #96AA8B solid 1px;
	padding: 10px;
	margin-top: 20px;
}

/*
-----------------------------------------------------------------------
							about us section stuff
-----------------------------------------------------------------------
*/ 

#organization ul {
	margin: 0px;
	padding: 0px;
}
#organization li {
	padding-left: 10px;
	margin-left: 0px;
	list-style-type: none;
}
#col_left {
	width: 320px;
	background: #F2F7EE;
	border: #96AA8B solid 1px;
	padding: 10px;
	float: left;
	font-size: .8em;
	margin-bottom: 20px;
}
#col_right {
	width: 320px;
	background: #F2F7EE;
	border: #96AA8B solid 1px;
	padding: 10px;
	margin-left: 356px;
	font-size: .8em;
	margin-bottom: 20px;
}
form p {
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: .8em;
}
.warning {
	font-weight: bold;
	color: #FF0000;
	font-size: .8em;
}
.thanks_box {
	background: #F2F7EE;
	border: #96AA8B solid 1px;
	padding: 10px;
}

/*
-----------------------------------------------------------------------
							resource page stuff
-----------------------------------------------------------------------
*/ 

.resource_menu {
	background: #F2F7EE;
	border: #96AA8B solid 1px;
	padding: 10px;
	margin-bottom: 20px;
}



/*
-----------------------------------------------------------------------
							member area stuff
-----------------------------------------------------------------------
*/ 

#login {
	background: #F2F7EE;
	border: #96AA8B solid 1px;
	padding: 20px;
}

#spon_banner {
	height: 80px;
	padding: 20px;
	text-align: right;
	margin-bottom: 20px;
}
#spon_banner.Gold {
	background: #B39E6A url(css_images/sponsor_gold.gif) top left no-repeat;
}
#spon_banner.Silver {
	background: #B4B0B4 url(css_images/sponsor_silver.gif) top left no-repeat;
}
#spon_banner img {
	padding: 3px;
}
#col1{
	width: 315px;
	float: left;
	background: #F2F7EE;
	padding: 10px;
	border: #96AA8B solid 1px;

}
#col2{
	margin-left: 355px;
	background: #F2F7EE;
	padding: 10px;
	border: #96AA8B solid 1px;
}


/*
-----------------------------------------------------------------------
							Stuff to do with member area
-----------------------------------------------------------------------
*/ 

.menuHeading{
	background: #1D4F07;
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 5px;
}
.menuItem{
	font-size: .8em;
	margin-top: 3px;
}
.pleaseNote{
	font-size: .7em;	
}
#profile_change{
	background: #F2F7EE;
	padding: 10px;
	margin: 5px 0px;
	border: #96AA8B solid 1px;
}
.listBottom {
	margin-top: 15px;
}
.memberlistSearch {
	background: #F2F7EE;
	margin-top: 20px;
	padding: 15px;
	border: #96AA8B solid 1px;
}
.directory_entry{
	font-size: .8em;
}

#member_menu h3{
	margin-bottom: 3px;
}
#member_menu p{
	margin-top: 0px;
}

#content_box {
	border: #003300 solid 1px;
	background: #E9F4EA;
	padding: 10px;
}
.form_titles {
	font-size: 18px;
	font-weight: bold;
}

/*
-----------------------------------------------------------------------
							General hacks
-----------------------------------------------------------------------
*/ 

#credit1 {
	position: fixed;
	top: 129px;
	left: 50%;
	margin-left: -340px;
	width: 213px;
	height: 20px;
	z-index: 200000;
	background: url(http://regionalmagazines.org/css_images/credit1.gif) no-repeat;
}
#credit2 {
	position: fixed;
	top: 128px;
	left: 50%;
	margin-left: -40px;
	width: 213px;
	height: 20px;
	z-index: 200000;
	background: url(http://regionalmagazines.org/css_images/credit2.gif) no-repeat;
}

.lifted {
	position: relative;
	z-index: 1000;
}
.blatant_hack_1 {
	clear: both;
}
.no_top_margin {
	margin-top: 0px;
}
.attention {
	color: #FF0000;
}

#fadeshow1 .gallerylayer img {
	width: 200px;
}
