/* CSS stylesheet by David Seater */

body{
	text-align: left;
	background-color: #999999;
	margin: 0 0 0 0;
}

#container{
	width: 80%;
	min-width: 500px;
	max-width: 1000px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	margin: 0px auto 0px auto;
	background-color: #99BB77;
}

#top{	
	font-family: "Arial", sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 24px;
}

#content{
	font-family: "Times New Roman", serif;
	font-size: 16px;
	padding: 10px 10px 10px 10px;
	height: auto;
}

#bottom{
	font-family: "Arial", sans-serif;
	font-size: 14px;
	text-align: center;
	border-top: 2px solid #000000;
}

/********************************************************
			Top Divs
*********************************************************/

#search
{
	height: 10px;
	padding: 0px 0 0 0;
	margin: 3px 0 0 0;
	text-align: right;
	float: right;
	border: 0 dashed #000000
}

#picture
{
	background-image: url(banners/rotate.php);
	height: 100px;
	padding: 0;
	margin: 0;
	text-align: right;
	z-index: 1;
}

#menu
{
	height: auto;
	padding: 0;
	margin: 0;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	text-align: center;
	color:#000000;
	background-color: #666666;
	font-size: 16px;
}

/********************************************************
			Menu List Divs
*********************************************************/

#navcontainer ul
{
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: table;
	width: 100%;
	table-layout: fixed;
	font-family: "Arial", sans-serif;
	text-align: center;
}

#navcontainer li
{
	display: table-cell;
	position: relative;
	min-width: 71.4px; /* Container min-width/# of items */
	width: 14%; /* 100%/#of items, round down. */
	float: left; /*Gets IE in a row, but also compacts in both FF and IE*/

}

#navcontainer a
{
	display: block;
	margin: 0;
	padding: 0;
	color: #000000;
}

#navcontainer a:link, #navlist a:visited
{
	text-decoration: none;
	color: #000000;
}

#navcontainer a:hover
{
	background-color: #333333;
	color: #FFFFFF;
}

#active a:link, #active a:visited, #active a:hover
{
	background-color: #333333;
	color: #FFFFFF;
}

/********************************************************
			Picture Divs
*********************************************************/

#albumbox /* For the page of albums, contains each album's info */
{
	height: auto;
	width: 48%;
	min-width: 300px;
	min-height: 170px;
	float: left;
	overflow: hidden;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
}

#captionbox
{
	height: auto;
	width: auto;
	font-weight: normal;
	display: block;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
	overflow: inherit;
}

#thumbbox
{
	height: auto;
	width: auto;
	float: left;
	font-weight: normal;
	margin: 0 5px 0 5px;
	vertical-align: middle;
}

#picbox /* For individual picture pages */
{
	height: auto;
	width: 100%;
	min-width: 800px;
	text-align: center;
	background-color: #99BB77;
}

/********************************************************
			Other Divs
*********************************************************/

#floatbox /*Quotes, Site Updates*/
{
	display: block;
	border: 2px solid #000000;
	height: auto;
	width: 20%;
	min-width: 160px;
	float: right;
	margin: 10px 10px 0px 10px;
	padding: 5px 5px 0px 5px;
	background-color: #99BB77;
}

#blogbox /*Jake's Blog */
{
	height: auto;
	width: 50%;
	min-width: 400px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 10px;
}
