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

*/

/* @group content */
#content {
	color: #5d6447;
}

#content h1 {
	color: #222517;
	font-size: 16px;
	margin: 0 0 20px 0;
}

#content h2 {
	color: #475127;
	font-size: 14px;
	margin: 10px 0;
}

#content h3 {
	color: #475127;
	font-size: 12px;
	margin: 10px 0;
}

#content p {
	font-size: 1em;
	margin: 0 0 5px 0;
}

#content small {
	font-size: 0.8em;
}

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

#content .main-photo {
	float: left;
	margin: 0 10px 10px 0;
	/*border: 1px solid #dedbb3;*/
	padding: 2px;
	background-color: #fff;
	border-right: 2px solid #c7c5a4;
	border-bottom: 2px solid #c7c5a4;
}

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

#content li {
	margin: 0;
	padding: 2px 0 2px 20px;
	background: url(../images/template/content_point.png) no-repeat left 5px;
}
/* @end */

/* @group home */
#home-content {
	float: left;
	width: 330px;
	padding: 0 35px 0 0;
}

#home-news {
	float: left;
	width: 300px;
}

#home-news .main-photo {
	padding: 2px;
	background-color: #fff;
	border-right: 2px solid #c7c5a4;
	border-bottom: 2px solid #c7c5a4;
}

#home-news h1 {
	font-size: 14px;
	color: #222517;
	border-bottom: 1px solid #d6dbc4;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
/* @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 {
	float: left;
	width: auto;
	margin: 10px 0;
	border-top: 1px solid #d5d5d5;
	padding: 10px 0 0 0;
}

#files h3 {
	padding: 5px;
	background-color: #ccc;
}

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

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

/* @group gallery */
#gallery {
	clear: both;
	margin: 10px auto;
	width: 100%;
}

#gallery h3 {
	padding: 5px;
	background-color: #ccc;
}

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

#gallery li {
	position: relative;
	float: left;
	padding: 0;
	height: 198px;
	width: 218px;
	line-height: 198px;
	vertical-align: middle;
	text-align: center;
	background: none;
	background-color: #fff;
	border: 1px solid #dedbb3;
	margin: 0 10px 30px 0;
}

#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: 1px solid #c9c8c8;
}

#gallery small {
	text-align: center;
	float: left;
	width: 218px;
	position: absolute;
	line-height: 1.3em;
	bottom: -20px;
	left: 0;
	overflow: visible;
}
/* @end */

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

#content .list {
	border-bottom: 1px solid #d6dbc4;
}

#content .entry .title, #content .entry-home .title {

}

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

#content .entry-home a.btn, #content .entry a.btn, #content .entry-more a.btn {
	display: block;
	text-align: right;
	margin: 10px 0 0 0;
}

#content .entry h2, #content .entry-home h2 {
	padding: 0;
	margin: 0 0 15px 0;
}

#content .entry h2 a, #content .entry h2 a:visited, #content .entry-home h2 a, #content .entry-home h2 a:visited  {
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
}

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

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

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

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

/* @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;
}

#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 Ref-navigation */
.ref-navigation {
	width: 100%;
	margin: 30px 0 0;
	padding: 5px 0;
	border-top: 1px solid #ccc;
}

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

.ref-previous {
	width: 20%;
	text-align: left;
}

.ref-next {
	width: 20%;
	text-align: right;
}

.ref-current {
	width: 60%;
	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 */

.map {
	float: left;
	width: 370px;
	height: 350px;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
}