/* imsSite.css modified from zi-modx-1 - An open source xhtml/css website template by Zaigham Rana - site: http://ziworks.com , blog: http://zidesigns.com. Free to use in any way and for any purpose as long as the proper credits are given to the original designer. */


/* HTML & Body
------------------------------------------------ */
* { margin: 0px; padding: 0px }
html {
min-height: 100%;
	height: 90%;
	margin-bottom: 1px;
	font-size: 100%;
}
body {
	font: 76%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #f7f7f7;
	cursor: default;
	margin-top: 10px;
}
#wrap {
	width: 90%;
	margin: 0 auto;
}

/* Headers and Paragraphs:
------------------------------------------------ */
#wrap h1, h2, h3, h4, h5, h6 {
	font-family:  Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.1em;
    color: #008080;
    padding-bottom: 3px;
    border-bottom: 2px solid #DCEDA9;
	margin: 10px 0 5px 0;
}
h4, h5, h6 {
    line-height: 1.3em;
    border: 0;
	margin: 5px 0 3px 0;
}

#wrap h1 { font-size: 218%; }
h2 { font-size: 164%; }
h3 { font-size: 145%; border-width: 1px; }
h4 { font-size: 118%; }
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 86%; font-weight: bold; }
p { margin: 10px 0 10px 0; } /*p { margin: 10px 0 50px 0; trp*/


/* Header
------------------------------------------------ */
#header_L {
	background: transparent url('http://www.islandmicro.com/assets/images/Imslogo_200x123.gif') no-repeat;
	width: 220px;
	height: 123px;
	float: left;
	margin-left: 5px; /* Move logo over to left to align with menu */
}
.logo_link {
	width: 220px;
	height: 123px;
	float: left;
	
}
#header_R {
	background: transparent;
	width: 55%;
	text-align: right;
	vertical-align: bottom;
	height: 123px;
	float: left;
}
#ims_leftcol {
	width: 210px;
	float: left;
	padding: 0px 5px 30px 5px;
}
#middle {
	clear: both;
}

#contentwide, #contentfull {
	margin-left:13px;
	padding: 1px 1px 1px 1px;
	width: 55%;
	float: left;
}
#footer {
	clear: both;
	padding: 2px 10px 2px 10px;
	background: #eee;
	border-top: 2px solid #DCEDA9;
	}

#footer #andreas {display: none;}
#footer #zi {display: inline !important;}

/* Content styling
------------------------------------------------ */


/* ---- LEFT MENU START ---- */
#ims_lmenu {
	display: block !important;
	padding-top: 0px; /* Padding between menu and logo */
	margin-top: -5px;
	padding-bottom: 25px; /* Padding at bottom of menu */
}
.lmenu_rnd_hdr { /* Menu: Round IMS Green Headers */
	font: bold 10px verdana,arial,helvetica,sans-serif; color:#fff;
	height: 14px;
	background: transparent url('http://islandmicro.com/assets/images/menu/IMS_rnd_header.gif') no-repeat;
	margin: 10px 0px 0px 0px; /* IMS green header positioning */
	padding: 1px 0px 0px 3px; /* Internal text padding */
}

#ims_leftcol #ims_lmenu li {
	list-style: none;
	text-indent: 3px;
	}
/* HYPERLINKS */
#ims_leftcol #ims_lmenu li a:link, #ims_leftcol #ims_lmenu li a:visited {
	font-family:Verdana,Tahoma,Arial; font-size:11px; color: #000; /* Menu: Child rows font */
	display: block;
	height: 1%;
	background: #f8f8ff;
	border-bottom: 1px dashed #bbb;
	border-left: 1px solid #b6b7cb;
	border-right: 1px solid #b6b7cb;
	}

#ims_leftcol #ims_lmenu li a:hover {
	background: #BBB;
	color: #333;
	border-bottom: 1px solid #bbb;
}
/* HYPERLINKS */
#sidebarlogin, #sidebarlogin #username, #sidebarlogin #password, #sidebarlogin .button {
	font-size: 11px;
}
/* ---- LEFT MENU END ---- */

#contentwide ul, #contentwide li, #contentfull ul, #contentfull li {
	margin-left: 15px;
	}

#contentwide li, #contentfull li {
       padding-top: 1px;
       padding-bottom: 1px;
       padding-left:1px;
}

a:link, a:visited {
	color: #333;
	/*background: #DCEDA9;*/
	/* background: #BBB; */
	border-bottom: 1px solid #666;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	background: #555;
	text-decoration: none;
	}



.nl_summaryPost h3 a:link, .nl_summaryPost h3 a:visited, .nl_info a:link, .nl_info a:visited{
	color: black;
	background: none;
	border-bottom: none;
	}

.nl_summaryPost h3 a:hover, .nl_info a:hover {
	color: black;
	background: none;
	border-bottom: none;

	}

.nl_summaryPost .nl_info {
	background-color: #eee;
	}

/* Misc.
------------------------------------------------ */

abbr, acronym {
	cursor: help;
	border-bottom: 1px solid #666;
	}

.about {
	font-size: 80%;
	}

#modxicon {
	margin-top: -3.5em !important;
}