@charset "UTF-8";
/* CSS Document */

html, body, #altContent{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	background-color: #666666;
	background: url("background.jpg") fixed;
}

.spacer {
  clear: both;
}


#container {

}

a:focus, object:focus {
	outline: none;
	-moz-outline-style: none;
} 

a: {
	border: none;
}

img {
	border: none;
}

/* ------------NAME + NAV------------ */

#name {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(blk90.png);
	float: left;
	font-family: inherit;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
}

#name a {
	color: #ffffff;
	float: left;
	display: block;
	text-decoration: none;
}

#name a:hover {
	color: #F2E9D6;
}

#centeredmenu {
   float: left;
   width: 100%;
   overflow: hidden;
   position: relative;
   background: url(blk30.png);
}

#centeredmenu ul {
   clear: left;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   left: 50%;
   text-align: center;
}

#centeredmenu ul li {
   display: block;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   right: 50%;
}

#centeredmenu ul li a {
   display: block;
   margin: 0 0 0 0px;
   padding: 3px 10px;
 
   color: #ffffff;
   text-decoration: none;
   font-size: 12px;
   font-weight: bold;
}

#centeredmenu ul li a:hover {
   background:#000000;
   color: #F2E9D6;
}

/* ------------IMAGE AND CAPTION TABLES------------ */

#thumbcontainer {
	width: 792px;
	margin-left: auto;
	margin-right: auto;
}

#thumbgrid {
   float: left;
   width: 100%;
   overflow: hidden;
   position: relative;
   margin-left: auto;
   margin-right: auto;
}

#thumbgrid ul {
   clear: left;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   left: 50%;
   text-align: center;
}

#thumbgrid ul li {
   display: block;
   float: left;
   list-style: none;
   margin: 10px;
   position: relative;
   right: 50%;
   background: url(blk30.png);

}


.imgborder {
	padding: 8px;
	margin: 6px;
	background: url(blk80.png);
	height: 100px;
	width: 150px;
}

.captionp {
	padding-top: 4px;
	text-align: left;
	font-size: 12px;
	color: #CCCCCC;
}

/* ------------CONTENT BOXES------------ */

#contentBoxBorder {
	display: table;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background: url(blk30.png);
}

#contentBox {
	display: table;
	padding: 8px;
	margin: 6px;
	background: url(blk80.png);
}

#contentBoxLong {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	width: 50%;
	background: url(blk80.png);
	border: solid;
	border-width: 6px;
	border-color: #222222;
}

#contentBoxLong p {
	color: #cccccc;
	font-family: inherit;
	font-size: 80%;
	line-height: 1.5em;
}

#contentBoxLong a {
	color: #ffffff;
	text-decoration: none;
}

#contentBoxLong a:hover{
	color: #F2E9D6;
	text-decoration: underline;
}

.title {
	color: #ffffff;
	font-family: inherit;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.subtitle {
	color: #ffffff;
	font-family: inherit;
	font-weight:bold;
	font-size: 28px;
	text-align: center;
}

.poet {
	color: #dddddd;
	font-family: inherit;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	line-height: 2em;
}
.welcome {
	color: #ffffff;
	font-family: inherit;
	font-size: 20px;
	font-weight: bold;
}

#news {}

#news h1 {
	color: #ffffff;
	font-family: inherit;
	font-size: 12pt;
	line-height: 1em;
	font-weight: normal;
}

#news h2 {
	color: #ffffff;
	font-family: inherit;
	font-size: 14pt;
	font-weight: bold;
	text-indent: 12px;
	line-height: .2em;
}

#news p {
	color: #cccccc;
	font-family: inherit;
	font-size: 80%;
	line-height: 1.5em;
	margin-left: 10px;
}

#news li {
	color: #cccccc;
	font-family: inherit;
	font-size: 80%;
	line-height: 1.2em;
	list-style: square;
}

/* ------------FOOTER------------ */

#footer {
	color: #cccccc;
	text-align: center;
	font-size: 70%;
	font-family: inherit;
}

#footer a {
	color: #CCC;
	text-decoration: none;
}

#footer a:hover {
	color: #F2E9D6;
}
