* {
    padding: 0;
    margin: 0;
} 

body {
background: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;;
}
body#home a#homeLink,
body#about a#aboutLink,
body#issues a#issuesLink,
body#involved a#involvedLink,
body#archives a#archivesLink,
body#contact a#contactLink {
color: #fc0;
background: #360;
}

#top {
margin: 30px;
}

img { border: none; }
a { color: #4c320d;  }
a:hover { text-decoration: none; color : #000; }



/* CLASS & ID-SPECIFIC STYLING */

#wrap {
margin: 0px auto;
width: 800px;
}

#header { 
background: #000 url(images/layout/header.jpg) no-repeat;
height: 100px;
}

#mainNav {
height: 30px;
line-height: 30px;
background: #000;
}
#mainNav ul {
list-style-type: none;
}
#mainNav ul li {
display: block;
float: left;
}
#mainNav a {
color: #360;
width: 131px;
text-align: center;
display: block;
border: 1px solid #000;
padding: 7px 0px;
text-decoration: none;
}
#mainNav a:link {
color: #360;
background-color: #fff;
}
#mainNav a:visited {
color: #360;
background-color: #fff;
font-weight: bold;
}
#mainNav a:hover {
color: #fc0;
background-color: #360;
}
#mainNav a:active {
color: #fc0;
background-color: #360;
}

#socialmedia a {
border-bottom: none;
}


div.photo {
float: left;
margin: 30px 20px 10px 0px;
}
.photo img {
border: 2px solid #000;
padding: 2px;
}
.photo p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style: italic;
font-size: 9px;
font-weight: bold;
color: #333;
padding-top: 10px;
padding-bottom: 5px;
line-height: 140%;
}

div.photo a {
border-bottom: none;
}

div.photoNoMar {
float: left;
margin: 10px 20px 10px 0px;
}
.photoNoMar img {
border: 2px solid #000;
padding: 2px;
}
.photoNoMar p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style: italic;
font-size: 9px;
font-weight: bold;
color: #333;
padding-top: 10px;
padding-bottom: 5px;
}

div.photoRight {
float: right;
margin: 30px 0px 10px 20px;
}
.photoRight img {
border: 2px solid #000;
padding: 2px;
}
.photoRight p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style: italic;
font-size: 9px;
font-weight: bold;
color: #333;
padding-top: 10px;
padding-bottom: 10px;
line-height: 140%;
}

.photohead{
padding-top: 0px;
}

div.memorial {
padding: 10px;
align-content:center;
}
div.memorial a {
border-bottom: none;
}
.memorial img {
padding: 10px;
border-bottom: none;
}
.memorial h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
color: #360;
padding: 5px 30px 5px 30px;
line-height: 120%;
text-align: center;
}
.memorial p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style: italic;
font-size: 11px;
color: #666;
padding: 5px 30px 5px 30px;
line-height: 120%;
text-align: center;
}

div.sponsor {
padding: 10px;
}
.sponsor img {
padding: 10px;
}
div.sponsor a {
border-bottom: none;
}
.sponsor p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style: italic;
font-size: 10px;
color: #360;
padding: 10px 0px 30px 0px;
line-height: 120%;
text-align: center;
}

#content {
background: url(images/layout/content.jpg) repeat-y;
padding: 10px 20px;
}

.main {
width: 548px;
float: left;
}
.main ul{
margin-left: 35px;
}

.sidebar {
	width: 180px;
	float: right;
	font-size: 12px;
	text-align: left;
}
.sidebar ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
margin: 0px 0px 10px 0px;
}
.sidebar li{
font-size: 1em;
padding-bottom: 3px;
}
.sidebar a { 
text-decoration: none;
}
.sidebar p {
	color: #ccc;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.sidebar h5 {
color: #fc0;
font-size: 1.25em;
font-weight: bold;
}
 
#footer {
text-align: center;
color: #eee;
font-size: 11px;
padding: 0 0 10px 0;
}
#footer a { color: #eee; }



/* TEXT-SPECIFIC STYLING */

h1, h2, h3, p, ul {
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #fc0;
	font-size: 240%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 40px 0px 0px 0px;
	line-height: 110%;
	font-weight: bold;
}

h2 {
	color: #360;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 30px 0px 10px 0px;
	line-height: 125%;
	font-weight: bold;
}

h3 {
	color: #000;
	font-size: 110%;
	margin: 25px 0px 7px 0px;
	overflow: hidden;
	background: url(images/bg/bg_h2.gif) repeat-x left bottom;
}

p {
	font-size: 1.1em;
	margin: 5px 0px 10px 0px;
	line-height: 130%;
	color: #333;
}

ul, ol {
	list-style: square;
	font-size: 1.1em;
	line-height: 130%;
	color: #333;
	margin-top: 10px;
}

li {
	margin-top: 5px;
}

a {
	text-decoration: none;
}

a:link {
	color: #c60;
	border-bottom: 1px dashed #c60;
	font-weight: bold;
}

a:visited {
	color: #c60;
	font-weight: bold;
	border-bottom: 1px dashed #c60;	
}

a:hover {
	color: #c60;
	font-weight: normal;
	border-bottom: 1px dashed #c60;
	text-align: left;
}

.sidebar a:link {
	color: #fc0;
	font-weight: normal;
	border-bottom: none;
}
.sidebar a:visited {
	color: #fc0;
	font-weight: normal;
	border-bottom: none;
}
.sidebar a:hover {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
}
.sidebar h3 {
	color: #fff;
	font-size: 1.25em;
	margin-top: 20px;
	margin-bottom: 5px;
}

.introtext {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 1.4em;
	margin: 20px 30px 10px 0px;
	line-height: 125%;
}
.ambertext {
	color: #c60;
	font-style: normal;
}
.yellowtext {
	color: #fc0;
}
.italic {
font-style: italic;
font-weight: bold;
}
.bold {
font-weight: bold;
}
.bolddate {
font-weight: bold;
color: #000;
margin-top: 20px;
}
.italic {
font-style: italic;
}
.asteriskdividers {
	font-weight: bold;
	margin: 20px 0px 20px 0px;
	text-align: center;
}
.nametitleright {
	color: #360;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0px 10px 30px 0px;
	line-height: 125%;
	text-align: right;
}
.nametitleleft {
	color: #360;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0px 10px 30px 0px;
	line-height: 125%;
	text-align: left;
}
