/* BODY AND GENRAL TEXT STYLING */
* {
	margin:	0;
	padding: 0;
}
body {
	font-size: 75%;
	line-height: 1.5em;
	font-family: "Geneva", sans-serif;
	background: url(../images/background_03.jpg) repeat-x fixed bottom;
	margin: 0 0 0 12px;
}
p, h2, h3, h4, h5, blockquote {
	padding-top: 0.5em;
}
p {
	font-size: 1em;
	text-align: left;
}
img {
	border: 1px solid #a1a2a6;
}
h3, h4, h5 {
	color: #A31D1F;
	font-weight: normal;
}
h2 {
	font-family: "Trebuchet", sans-serif;
	font-size: 1.4em;
	color: #A31D1F;
	text-transform: uppercase;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
blockquote {
	width: 80%;
	margin:	0 auto;
}
a {
	font-weight: bold;
}
a:link, a:visited {
	color: #3D2A2A;
	text-decoration: none;
}
a:hover {
	color: #A31D1F;
	text-decoration: none;
}
a:link > img, a:visited > img {
	border: 1px solid #3D2A2A;
}
a:hover > img {
	border: 1px solid #A31D1F;
}
/* DIV ID STLYING */

/* Header Styling */
#header {
	width: 100%;
	background: url(../images/page_images/header.gif) no-repeat;
	z-index: 0;
	overflow: auto;
	margin: 5px 0 0 0;
	border-bottom: 1px solid #ADAFAF;	
}
#name_header {
	float: left;
	height: 35px;
	width: 275px;
	visibility: hidden;
}
#section_name {
	float: right;
	text-align: right;
	padding-right:	10px;
}
/* Main Menu Styling */
#menu {
	float: left;
	text-align: left;
	padding-top: 15px;
}
#menu ul li {
	display: inline;
	font-size: 1em;
}
#current_section {
	font-size: 120%;
	color: #A31D1F;
	text-transform: uppercase;
}
/* GENERAL PAGE LAYOUT STYLING */
#link_list, table, #article {
	margin: 0 auto;
	width: 800px;
}
#footer {
	clear:right;
	text-align: right;
	width:100%;
	font-size: 0.9em;
	line-height: 1.4em;	
	border-bottom: 1px solid #ADAFAF;	
}
.copyright {
	margin-right: 10px;
	color: #ADAFAF;
}

/* Index page styling */
#index_image {
	margin-top: 5px;
	text-align: center;
}
/* GALLERY LAYOUT STYLING */
#date_menu, #date_menu p {
	text-align: right;
}
#date_menu ul li {
	display: inline;
}
#gallery_text_box {
	float:right;
	width: 100%;
	margin-left: -750px;
}
#image_box {
	margin-top: 5px;
	float :right;
	width: 700px;
}
#image {
	text-align: center;
}
#image img {
	border: 1px solid #a1a2a6;
}
#thumbs {
	margin-top: 5px;
	float: right;
	width: 50px;
	text-align: center;
}
#thumbs img {
	margin: 0 0 2px 0;
}
#text_box {
	margin: 0 auto;
	width: 700px;
}

/* Article Styling */
#article, #article_list, #article_gallery {
	text-align: left;
}
#article_gallery {
	margin-left: 750px;
	padding: 0 10px 0 0;
}
#article_head {
	text-align: left;
}
#article_box {
	padding-right: 10px;
}
#article {
	padding: 1em 0 0 0;
	overflow: auto;
}
#article img {
	float: right;
}
#article_list p, #article_list h2 {
	margin-top:	0;
}
#article ul, #article ol {
	margin-left: 3em;
}
#article_list {
	margin-top: 5px;
}

/* Table Styling */
table {
	border-collapse: collapse;
	vertical-align: top;
	font-size: 70%;
}
 .place_list, .date_list, .place, .date  {
	color: #B09E65;
}
.place_list, .date_list {
	font-weight: bold;	
	font-size: 1em;
}
.date_list {
	text-align: right;
	margin: 0 10px 0 0;
}
 .place_list {	
	font-size: 80%;
	text-transform: none;
}
.place, .date {
	font-weight: normal;
	text-transform: none;
	font-size: 80%;
}
.date_cell {
	width: 6.5em;
	padding-right: 10px;
	text-align: right;
}
.image_cell {
	width: 30px;
}
.title_cell {
	padding: 0 0 0 10px;
}
.title_cell h3 {
}
.list_row {
	vertical-align: top;
}
td {
	vertical-align: top;
	padding-top: 0.5em;
}
.date_cell_works {
	padding: 0;
	width: 5.5em;
}

/* Form Styling */
input, textarea {
	font: 1em "Arial", sans-serif;
	padding: 0.2em;
	border: solid 1px #ADAFAF;
	background-color: transparent;
}
input#send { 
	background: url(../images/button.jpg) repeat-x;
}

input:focus, textarea:focus {
	border: solid 1px #A31D1F;
}
select {
	border: solid 1px #ccc;
}
option {
	margin-right: 0.5em;
}

label {
	padding-top: 0.5em;
}

input.widebox, textarea.widebox {
	width: 98%;
}
.warning {
	color: red;
}
