/*
Title:		Content
Updated:	2009.01.08
Notes:		Content stylesheet

*/

/* @group content */
#content, .content, #column-rgt .entry {
	font-family: "book antiqua", palatino, times, serif;
	/*color: #573c17;*/
	color: #000;
	font-size: 13px;
}

#content h1, .content h1, #content h2, .content h2, #content h3, .content h3, #column-rgt .entry h1, #column-rgt .entry h2, #column-rgt .entry h3 {
	/*color: #573c17;*/
	color: #000;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 10px 0;
}

#content h1, .content h1, #column-rgt .entry h1 {
	font-size: 16px;
}

#content h2, .content h2, #column-rgt .entry h2 {
	font-size: 15px;
}

#content h3, .content h3, #column-rgt .entry h3 {
	font-size: 14px;
}

#content p, .content p, #column-rgt .entry p {
	font-size: 1em;
	margin: 10px 0;
}

#content small, .content small, #column-rgt .entry small {
	font-size: 0.8em;
}

#content img.icon {
	border: 0 none;
	padding: 0;
	margin: 0;
	float: none;
}

#column-rgt .photo {
	float: right;
	margin: 0 5px 2px 0;
}

#content .main-photo {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #573c17;
}

.map {
	border: 0 none;
	margin: 40px auto 10px;
	text-align: center;
}

.logo {
	float: left;
	margin: 0 10px 20px 0;
}

.header-photo {
	margin: 0 auto 10px;
}

#content ul, #column-rgt .entry ul {
	list-style-type: none;
	padding: 2px 0 2px 5px;
	margin: 10px 5px;
}

#content ul {
	overflow: hidden;
}

#content li, #column-rgt .entry li {
	margin: 0;
	padding: 2px 0 2px 20px;
	background: url(../images/template/point.png) no-repeat left 5px;
}

#content .more, #column-rgt .more {
	float: right;
	font-size: 10px;
	color: #573c17;
	padding: 0 15px 0 0;
	background: url(../images/template/more_point.png) no-repeat center right;
}
/* @end */

/* @group archive */
#archive {
	padding: 10px;
	margin: 0;
}

#archive ul {
	list-style-type: none;
	padding: 0 0 5px 0;
	margin-top: 0;
}

#archive .year, #archive .year a, #archive .year a:visited  {
	font-size: 1.1em;
	font-weight: bold;
}

#archive .month, #archive .month a, #archive .month a:visited  {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}
/* @end */

/* @group Files */
#files {
	margin: 10px 0;
	padding: 5px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#files ul {
	margin: 5px 0;
	padding: 0;
}

#files li {
	background: none;
	padding: 0 0 0 10px;
}
/* @end */

/* @group gallery */
#gallery {
	margin: 5px auto;
}

#gallery ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#gallery li {
	position: relative;
	background: none;
	float: left;
	margin: 0 2px 15px;
	padding: 0 0 20px 0;
	width: 120px;
	height: 125px;
	line-height: 120px;
	vertical-align: middle;
	text-align: center;
	background-color: #fcf7dd;
}

#gallery a, #gallery a:link, #gallery a:visited {
	text-decoration: none;
	border: 0 none;
	font-weight: bold;
}

#gallery .photo {
	vertical-align: middle;
	display: inline-block;
	border: 0 none;
}

#gallery small {
	float: left;
	width: 120px;
	position: absolute;
	line-height: 1em;
	bottom: 4px;
	left: 0;
}
/* @end */

/* @group Entries */
#content .entry {
	clear: left;
	margin: 0 0 20px;
	padding: 10px 0 0;
}

#content .entry .title {

}

#content .entry .date, #content .date {
	font-size: 10px;
	color: #979797;
}

.date-refs {
	font-size: 11px;
	float: right;
	color: #573c17;
}

#content .entry h2 {
	padding: 0;
	margin: 0 0 10px 0;
}

#content .entry h2 a, #content .entry h2 a:visited {
	text-decoration: none;
	font-weight: bold;
}

#content .entry.members h2 a, #content .entry.members h2 a:visited {
	color: #6f4d1e;
	text-decoration: none;
	font-weight: bold;
}

#content .entry h2 a:hover {
	text-decoration: underline;
}

#content a, #content a:visited, #content .entry a, #content .entry a:visited {
	font-weight: normal;
}

#content a:hover, #content .entry a:hover {
	text-decoration: underline;
}

#content .entry a, #content a {
	color: #6f4d1e;
	text-decoration: underline;
}

#content .entry a:hover, #content a:hover {
	color: #533813;
}

#content .entry .link, .link, #content .link a {
	text-align: right;
	margin: 5px;
	text-decoration: none;
}

/* @group Entries - boxes */
#content .entry-box {
	float: left;
	width: 190px;
	height: 170px;
	margin: 10px 0;
	padding: 5px;
	text-align: center;
}

#content .entry-box .title {
	font-size: 16px;
	color: #4c3101;
}

#content .entry-box a {
	font-weight: bold;
	text-decoration: none;
}

#content .entry-box a:hover  {
	text-decoration: none;
	border: 0 none;
}

#content .entry-box img {
	border: 2px solid #4c3101;
}
/* @end */

/* @group Files */
.ref-navigation {
	width: 620px;
	margin: 30px 0 0;
	padding: 5px 0;
	border-top: 1px solid #fafafa;
}

.ref-previous, .ref-next, .ref-current {
	float: left;
	height: 20px;
	line-height: 20px;
}

.ref-previous {
	width: 100px;
	text-align: left;
}

.ref-next {
	width: 100px;
	text-align: right;
}

.ref-current {
	width: 420px;
	text-align: center;
}
/* @end */

a.btn {
	margin: 5px 0;
	font-size: 10px;
	text-decoration: none;
	color: #000;
}

a.btn:hover {
	color: #999;
	text-decoration: none;
}
/* @end */

div#error p, div#message p {
       text-align: center;
       margin: 2px 0;
	font-size: 0.9em;
}

div#message, div#error {
       width: 95%;
       font-weight: bold;
       text-align: center;
	margin: 5px auto;
	padding: 0;
}
div#message {
        color: #4F7241;
}

div#error {
        color: #990000;
}