/*B A S I C  T A G  R U L E S */
#banner {
	position:absolute;
	left:0px;
	top:0px;
	height:140px;
	width:100%;
	background:  url(http://www.forloveofmud.com/images/banner-2006.jpg) repeat-x #C17110;
}

body { 
	margin:0; 
	padding:0;
	background:  url(http://www.forloveofmud.com/images/bg-terra-cotta.jpg) repeat-x #C17110;
	font-family: Sabon, Georgia, "Times New Roman", Times, serif;
	min-width: 700 px;
}
.cal{
	background-color: #C17110; background-image: none;
}
.popup {
	margin:0; 
	padding:0;
	background-color:#ffffff;
	font-family: Sabon, Georgia, "Times New Roman", Times, serif;
	min-width: 700 px;
}

h3, h2, h1, p, td, div, td.p {
	margin:0;
	padding:0;
	font-size:1em;
	line-height: 135%;
}

ul	{
	list-style: disc;
	margin: 0 0 0 4;   
}

li	{
	margin: 4 4 0 4;   
	font-size:1em;
	line-height: 130%;
}

a, a:link, a:visited {  
	text-decoration: underline; 
	color: #29495A;
	font-weight: bold;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #466783;
	font-weight: bold;
}

/* N A V I G A T I O N   S T Y L E S*/

#nav2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position:absolute; 
	left:6px;
	top:4px;
	width: 150px;
}

#nav2 a.navLink, a.navLink:link, a.navLink:visited  {
	text-decoration: none; 
	color: #5F2513;
	font: bold .825em Arial, Helvetica, sans-serif;
	line-height: 215%;
}

#nav2 a.navLink:hover, a.navLink:active { 
	text-decoration: underline; 
	color: #92391D;
	font: bold .825em Arial, Helvetica, sans-serif;
	line-height: 215%;
}

/* M A C R O  R U L E S */
#content2 {
	position: absolute;
	left:0px;
	top:150px;
	right:2em;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}

.caption2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
}

.administration {
	background-color:#FF66CC;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding:2px;
}

body.admin, p.admin {
	background-color:#ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

/* C A L E N D A R   G R I D */
.thinborder {
	margin-top:0px;
	margin-bottom:0px;
	background-color:#D9CFC4;
	BORDER: 1;
	CELLPADDING: 6;
	CELLSPACING: 0;
	border-color: #592F11;
	font-size: 1em;
}

body.eventCalendar, table.eventCalendar td.eventCalendar {
	background-color:#D9CFC4;
	BORDER: 1;
	border-color: #592F11;
	padding: 6;
	margin: 4;
	CELLSPACING: 0;
	font-size: .80em;
}

.calpad{
	padding:6px;
}
#calendar {
	left:0px;
	top:120px;
	width:600px;
}

.calRow {
	margin-top:8px;
	margin-bottom:8px;
	width:600px;
}

.date {
	position:absolute;
	top:0px; 
	left:20px;
	width:180px;
	color: #C1B498;
	font-weight: bold;
}

.event {
	float: left;
	left:200px;
	width:400px;
}
div.gallerycaption{
	width: 180px; padding-top: 6px; padding-bottom:6px;
}