/* CSS Document */

/******************** LAYOUT **************************/

body {
	background:		#f1efed;
	font-family:	Arial, Helvetica, sans-serif;
	color:			#373531;
	font-size:		13px;
	line-height:	19px;
	padding:		12px 0;
	margin:			0;
}

#main-wrapper {
	width:			894px;
	background:		url(../images/content-bg.gif) repeat-y;
	margin:			0 auto;		
}

#navbar {
	height:			32px;
	width:			856px;
	background:		url(../images/navbar-bg.gif) no-repeat;
	padding:		4px 22px 0;
	list-style-type:none;
}

#navbar li {
	float:			left;
	display:		inline-block;
}

#navbar li.bull {
	font-family:	Century, Garamond, "Times New Roman", Times, serif;
	color:			#FFF;
	font-size:		17px;
	padding:		5px 7px;
	height:			22px;
	line-height:	19px;
	text-decoration:none;
}

#navbar li a {
	display:		inline-block;
	font-family:	Century, Garamond, "Times New Roman", Times, serif;
	color:			#FFF;
	font-size:		17px;
	padding:		5px 10px;
	height:			22px;
	line-height:	19px;
	text-decoration:none;
}

#navbar a:hover {
	background:		#728D71;
}

#header {
	height:			107px;
	width:			894px;
	background:		url(../images/header-bg.gif) no-repeat;
}

#logo {
	float:			left;
	border:			0 none;
	margin:			6px 0 0 16px;
	width:			510px;
	height:			87px;
}

#main-col {
	width:			603px;
	float:			left;
	margin-right:	-245px;
	padding:		21px 21px 0 25px;
}

#right-col {
	float:			right;
	width:			229px;
	padding:		12px 16px 0 0;
}

.right-col-title {
	background:		#5d4f3e url(../images/right-col-title-bg.gif) repeat-x;
	font-family:	Garamond, "Times New Roman", Times, serif;
	font-size:		22px;
	font-weight:	bold;
	padding:		7px 13px;
	color:			#FFF;
	display:		block;
}

.right-col-title:hover {
	text-decoration: none;
}

.right-col-event {
	border-bottom:	1px solid #a8a096;
	color:			#FFF;
	padding:		9px 17px;
	display:		block;
}

.right-col-event span {
	font-size:		15px;
	font-weight:	bold;
}

#subpages {
	color:			#FFF;
	margin:			4px 0 25px 0;
	padding:		0 0 0 30px;
}

#subpages li {
	padding:		4px 0;
}

#subpages li a {
	color:			#FFF;
	font-size:		15px;
}

#footer {
	height:			32px;
	width:			872px;
	background:		url(../images/footer-bg.gif) no-repeat;
	clear:			both;
	color:			#FFF;
	font-size:		11px;
	padding:		44px 0 0 22px;
}

#footer a {
	color:			#FFF;
}

#home-journal {
	border-top:		#ccc0b5 solid 1px;
	border-bottom:	#ccc0b5 solid 1px;
	padding:		16px 0;
	margin:			21px 0 16px;
}

/******************** STYLES **************************/

table {

}

a {
	color:			#708b6f;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p, ol, ul {
	margin: 		0 0 18px 0;
}

.nav_link {
	display:		block;
	padding:		5px 3px 3px 12px;
	color:			#303030;
	font-size:		1em;
	text-decoration:none;
	text-align:		left;
}

.nav_link:hover {
	background:		#303030;
	padding:		5px 3px 3px 12px;
	color:			#e8dac1;
	text-decoration:none;
}

.utility {
	font-size:		.9em;
	text-transform:	uppercase;
}

.subtitle {
	color:			#888888;
}

.alttext1 {
	font-size:		1.308em;
	font-weight:	bold;
}

.alttext2 {
	font-size:		1.154em;
	font-weight:	bold;
}

.header1 {
	color:			#222222;
	font-size:		1.692em;
	font-weight:	bold;
	line-height:	1em;
}

.header2 {
	color:			#6a5c4b;
	font-family:	Garamond, "Times New Roman", Times, serif;
	font-size:		22px;
	font-weight:	bold;
	line-height:	24px;
}

.header3 {
	color:			#708b6f;
	font-family:	Garamond, "Times New Roman", Times, serif;
	font-size:		20px;
	font-weight:	bold;
	line-height:	22px;
}

h1 {
	color:			#6a5c4b;
	font-family:	Garamond, "Times New Roman", Times, serif;
	font-size:		26px;
	font-weight:	bold;
	margin:			0 0 18px 0;
	line-height:	28px;
}

h2 {
	color:			#6a5c4b;
	font-family:	Garamond, "Times New Roman", Times, serif;
	font-size:		22px;
	font-weight:	bold;
	margin:			0 0 14px 0;
	line-height:	24px;
}

h3 {
	color:			#708b6f;
	font-family:	Garamond, "Times New Roman", Times, serif;
	font-size:		20px;
	font-weight:	bold;
	margin:			0 0 14px 0;
	line-height:	22px;
}

.header1 a, .header2 a, h1 a, h2 a {
	color:			#6a5c4b;
	text-decoration:none;
}

.header3 a, h3 a{
	color:			#708b6f;
	text-decoration:none;
}


.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.image_on_right {
	float:			right;
	margin-left:	20px;
	margin-bottom:	10px;
}

.image_on_left {
	float:			left;
	margin-right:	20px;
	margin-bottom:	10px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#CCCCCC;
}

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

.form {
	font-size:11px;
}

.form select, textarea {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.form_element {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.copyright {

}

.copyright a {

}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}