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

*/

/* @group content */
#content {
	color: #757575;
}

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

#content h2 {
	color: #2e3193;
	font-size: 13px;
}

#content h3 {
	color: #2e3193;
	font-size: 11px;
}

#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 #ddd;
}

#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 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 li {
	background: none;
}
/* @end */

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

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

#gallery li {
	background: none;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	height: 190px;
	width: 190px;
	text-align: center;
}

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

#gallery .photo {
	border: 1px solid #eee;
}
/* @end */

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

#content .entry-home, #content .entry-more {
	background: url(../images/template/divider.png) no-repeat top center;
}

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

}

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

#content .entry-more .date {
	margin: 0 12px 0 0;
}

#content .entry-more h3 {
	font-size: 10px;
	margin: 2px 0;
}

#content .entry-more a.btn {
	display: block;
	margin: 10px 0 5px;
	padding: 0 0 10px;
	background: url(../images/template/divider.png) no-repeat bottom center;
}

#content .entry h2, #content .entry-home h2 {
	padding: 0;
	margin: 0 0 10px 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;
	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 */
a.btn {
	margin: 5px 0;
	font-size: 10px;
	text-decoration: none;
	color: #000;
}

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