/***** general styles *****/

@font-face {
	font-family: "Distress";
	src: url(DISTRES2.eot);
}

p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	color: #333;
}

.gap {
	margin: 10px 0px 40px 0px;
}

#content ul {
	list-style-type: circle;
}

#content li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.75em;
	color: #333;
}

h1 {
	font-family: "Distress", Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: lighter;
	color: #333;
	margin: -10px 0px 0px 0px;
	padding: 0px;
}

#navlinks h1 {
	font-family: "Distress", Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: lighter;
	color: #EEE;
	margin: -35px 0px 0px 105px;
	padding: 0px;
}

#navlinks ul {
	list-style-type: none;
	margin: -8px 0px 0px 280px;
	padding: 0px;
	text-align: left;
}

#navlinks ul li a {
	font-family: "Distress", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 90%;
	padding: 0px;
	margin: 0px 0px 0px 40px;
	text-decoration: none;
}

#navlinks ul li a:hover {
	/*text-decoration: underline;*/
	color: #555;
}

h2 {
	font-family: "Distress", /*"Trebuchet MS",*/ Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	font-weight: lighter;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


h2.left, h2.right {
	background: url(../images/h2-bg-left.jpg) no-repeat;
	height: 43px;
	font-family: "Distress", /*"Trebuchet MS",*/ Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #EEE;
	padding: 7px 0px 0px 10px;
	margin: 0px 0px -10px -20px;
}

h2.right {
	background: url(../images/h2-bg-right.jpg) right no-repeat;
	padding: 7px 10px 0px 0px;
	margin: 0px -20px -10px 0px;
}

h3 {
	font-family: "Distress", /*"Trebuchet MS",*/ Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333;
	font-weight: lighter;
	padding: 0px;
	margin: 10px 0px -10px 0px;
}

.content-left li, .content-right li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 2em;
	color: #333;
	margin: 0px 0px 0px -25px;
}

.content-left p, .content-right p {
	font-size: 75%;
}

.pagepic-left p, .pagepic-right p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #EEE;
	width: 350px;
	text-align: center;
	line-height: 1.25em;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#footer p {
	font-size: 65%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/***** site hyperlink styles *****/

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;	
}

/***** miscellaneous styles *****/

strong {
	color: #000;
}

.new {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #900;
	margin: 0px 5px 0px 0px;
}

.h1bloglink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 50%;
	color: #111;
	font-weight: normal;
}

.dash { /* for hyphenated words in the distrss font */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #111;
}

/***** gallerybox styles *****/

.gallerybox p {
	font-size: 70%;
	color: #333;
	margin: 10px 0px 0px 0px;
}

.gallerybox a {
	color: #333;
	text-decoration: underline;
}

.gallerybox a:hover {
	color: #333;
	text-decoration: none;
}