/* CSS Document */

/* COMMON CSS TO ALL PAGES */
body {
	background: #000;
	padding: 0px;
	margin: 15px 0 15px 0;
	margin-top: 15px;
	color: #ffff66;
	font-family: Verdana-serif Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

a:link {
	text-decoration: underline;
	color: white;
}

a:visited {
	color: white;
}

a:hover {
	color: #ffff66;
}

#container {
	width: 775px;
	margin: auto;
	border: 1px solid #989933;
}

#masthead {
	background-color: #989933; 
	padding: 10px 0 5px 10px;
}

/* NAV MENU */

#navigate{
position:relative;
left:-3px;
top: -4px;
padding: 0;
margin: 0;
width: 781px;
}

#navigate ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#navigate li{
display: inline;
margin: 0 0 0 0;
padding: 0;
text-transform:uppercase;
text-align:center;
}

#navigate a{
float: left;
text-align:center;
display: block;
font: bold 11px Verdana-serif;
color: black;
text-decoration: none;
margin: 0 0 0 0; /*Margin between each menu item*/
padding: 3px 0px;
width: 154px;
background-color: #989933;
border-top: 1px solid #888923;
border-left: 1px solid #888923;
}

#navigate a:hover{
background-color: #888923; 
color: black;
}

/* END NAV MENU */

#content {
	margin: 10px 20px 20px 20px;
}

#foot {
	color: #000;
	background-color: #989933;
	padding: 10px;
}

.sectionhead {
	font-size: 15pt;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 10px 0;
}

.pagehead {
	font-size: 18pt;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 10px 0;
}

/* END COMMON CSS TO ALL PAGES */

/* BOOKS */

td.book {
	border-bottom: 1px dotted #888923;
} 
td.book_img {
	padding-left: 40px;
}

td.book a:hover {
	color: #ffff66;
}
/* END BOOKS */

/* BEGIN COLUMNS */
.column {
	padding-bottom: 30px;
	padding-left: 20px;
	border-bottom: 1px dotted #888923;
}

.column_top {
	padding-bottom: 30px;
	padding-left: 10px;
	border-bottom: 1px dotted #888923;
}

.column_underside {
	padding-bottom: 30px;
	padding-left: 20px;
}
/* END COLUMNS */

/* PHOTO MENU */

ul.photos{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

ul.photos li{
display: inline;
margin: 0;
padding: 0;
}

ul.photos a{
float: left;
text-align:center;
display: block;
margin: 0 15px 20px 15px; /*Margin between each photo*/
padding: 10px;
width: 180px;
background-color: black;
border: 1px solid #989933;
}

ul.photos a:hover{
border: 1px solid #ffff66;
}

ul.photos img {
	border: 0;
}

/* END PHOTO MENU */

/* PHOTO POP UP PAGE */

img#big_photo {
	width: 600px;
	margin: 5px auto 25px auto; 
}

#desc {
	margin: 5px 10px 15px 10px; 
}

#buy_me {
	text-align: center; 
	font-size: 14pt;
}

/* END PHOTO POP UP PAGE */

/* BEGIN ARTICLE POP UP PAGE */

.article_list ul {
	list-style: disc;
	color: #ffff66;
	margin: 20px 20px 20px 30px;
}

.article_list li {
	text-decoration: none;
	font-size: 15pt;
}

.column_desc {
	margin: 10px;

}
/* END ARTICLE POP UP PAGE */
