@import url('/srv/lc1_classes.css');
@import url('/srv/lc1_admin.css');
@import url('/srv/lc1_rollovers.css');
@import url('/srv/lc1_tabs.css');
@import url('/srv/ajax_dlg.css');
@import url('/common/lc1_layout.css');

/*
*
*	Overrides of some items in the admin sheet
*
*/
h2 {
	color: #555555;
	text-decoration: underline;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #003300;
}

a:hover {
	color: #C8C0A9;
	color: #b7b098;
}


/*
*
*  subpage divs
*  Note the ie6 hack in there: min-height is not supported so set auto with !important plus
*  your min-height - boc will expand accordingly I guess
*/
#projects div {
	padding-top: 10px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

#projects img {
	border: 1px #222222 solid;
	margin: 10px;
	margin-left: 15px;
	margin-top: 20px;
}

