/*
  hsustyle.css

  Shell for making changes to css for shared dspace
nothing to see here... move along... Jan. 28,2014
Well, if this does get loaded, it will show up, eh?
trying to get padding off the top of detail view 7/1/2014*/


/* CSS Document from srm-library home page */


#content {
	position:relative;
	top:0px;
	width:930px;
	margin-left:auto;
	margin-right:auto;
	z-index:5;
}

body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#333333;/*srm 20101122*/
	background:url(../images/home_back.jpg) #dcd8bd repeat-x;
}

h1 {	font-size:1.4em;
	margin-bottom:0px;
	margin-top:0px;
}

h2 {	font-size:1.2em;
	margin-bottom:0px;
	margin-top:10px;
}

h3 {	font-size:1.1em;
	margin-bottom:0px;
	margin-top:10px;
}
.detail-view {	Border-style:solid;
		border-color:#C6C2B0;	
		border-width:0.15em;
	padding-top: 0em;
    padding-bottom: 1em;
    padding-right: 1em;
    padding-left: 1em;	
}

#aspect_artifactbrowser_ItemViewer_div_item-view {padding: 1em;}

#content {width: 950px;}
#header {width: 950px;}
  .ds-form-list { padding: 10px; }


/* HEADER */
#preheader {
	position:relative;
	width:930px;
	height:26px;
	/*text-align:right;*/
	font-size:.8em;
	/*background:url(../images/hsu-header.gif) top left no-repeat;*/
	z-index:10;
}
#preheader a:link, #preheader a:active, #preheader a:visited {
	color:#333;
	text-decoration:none;
}
#preheader a:hover {
	text-decoration:underline;
}
#header {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	height:100px;
	width:930px;
	margin-top:0px;
	background-color:#000000;
	overflow:hidden;
	z-index:10;
}
.headerlogo {
	position:relative;
	float:left;
	width:320px;
	height:100px;
	top:0px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	overflow:hidden;
}
.headerimage {
	position:relative;
	float:left;
	height:100px;
	width:610px;
	background-color:#7B1B21;
	overflow:hidden;
}
/* END HEADER */
/* FOOTER */
#footercontaner {
	position:relative;
	clear:both;
	/*top:9093px;*/
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	height:30px;
	width:930px;
}
#footer {
	clear:both;
	text-align:center;
	position:relative;
	padding-top:7px;
	margin-left:0px;
	margin-top:0px;
	height:30px;
	width:930px;
	color:#FFFFFF;
	font-size:10px;
	background-color:#000000;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
/* END FOOTER */


