@charset "UTF-8";
/* limpire.css v1.0 */

img {
	border: none;
}

a {
text-decoration: none;
}


body {
	background-color: #e7e7e7;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: small;
	margin: 0;
	padding: 0;
	text-align: left;
}

/*recommended by dreamweaver*/

.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #e7e7e7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #e7e7e7;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	width: 100%;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #e7e7e7;
	text-align: left;
}
	

#footer {

	color: #e7e7e7;	
	border-top: 1px solid;
	border-bottom: 1px solid;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	padding: 0;
	text-align: left;
	width: 100%;
	
}

#header {

	background-color: #e7e7e7;

}


/* h1: header*/	
h1 {
	background-color: #e7e7e7;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: large;
	text-align: right;
	
}


/* h2: item title */
h2 {
	background-color: #e7e7e7;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	padding: 0 px;
	text-align: left;
	border-top-color: #000000;
	border-top: 1px solid;
	border-width: 100%;
	
}

h2 a: link {
	text-decoration: none;
	color: #000000;
}

/* h3: publication title and date */

h3 {
	background-color: none;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: left;
	text-style: italics;

}

/* h4: links */

h4 {
	background-color: none;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 10px;
	
}

/* h5: photo caption */

h5 {
	background-color: none;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: left;

}



/* h6: photo link */
h6 {
	background-color: none;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 10px;
	text-align: right;
	
}

/* navigation bar*/


#navbar {
	background-color:#000000;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: medium;
	color: #e7e7e7;
	text-align: right;
	width: 100%;
	text-decoration: none;
	
}

#navbar li {
	display: inline;
	text-decoration: none;
	margin: 0 px;
	padding-left: 20px;
	color: #e7e7e7;

}

#navbar a: link, visited, hover {
	color: #e7e7e7;
	text-decoration: none;
	
}


	
#navbar2 {
	background-color:#000000;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	color: #e7e7e7;
	text-align: right;
	width: 100%;
	text-decoration: none;
	
}

#navbar2 li {
	text-decoration: none;
	color: #000000;
	display: inline;
	padding-left: 30px;
	font-size: 14px;
	
}
	
	
#navbar2 a: link {
	text-decoration: none;
	
}

/*main content*/

#maincontent {
	padding: 0;
	margin: 0;
	align: left;
	border: none;
	size: 100%;
	
}



#caption {
	font-size: 12px;	
	padding-bottom: 30px;
}

#item {
	border-top: 1px solid;
	border-bottom-style: hidden;
	border-bottom-width: medium;
	height: 220px;
}	

#item li {
	display: inline;
	align: center;

}	

#item2 {
	border-top: 1px solid;
	border-bottom-style: hidden;
	border-bottom-width: medium;
	height: 530px;
}	

#item2 li {
	display: inline;
	text-decoration: none;
	margin: 0 px;
	padding-left: 20px;
	color: #e7e7e7;
	align: center;
	
}
	
	
#thumbnail {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	
}

#thumbnail2 { 
	float: none;
	align: left;
	display: inline;
}

.normalcy {
color: #e7e7e7;
}
