/**
 * 
 * @version 
 * @author 
 */

@import 'global.css';


/** Global Header
-----------------------------------------*/
#global_header h1 {
	background: url(../images/blog/header_title.gif) right 135px no-repeat;
}




/** Contents
-----------------------------------------*/
h2 {
	margin-bottom: 35px;
	font-size: 100%;
	color: #333;
}
h2#archivehead {
	font-size: 140%;
}


/** Secondary
-----------------------------------------*/
#secondary .secondary_list {
	margin-bottom: 2em;
}
#secondary .secondary_list h3 {
	margin-bottom: 0.3em;
	padding-bottom: 0.2em;
	border-bottom: 1px dotted #ccc;
	font-size: 100%;
	color: #333;
}
#secondary .secondary_list ul li {
	margin-bottom: 0.5em;
	padding-left: 12px;
	background: url(../images/global/list_allow.gif) 2px 0.3em no-repeat;
	font-size: 77%;
}

#secondary #recententries ul li {
	padding: 0;
	background: none;
}
#secondary .secondary_list ul li span {
	display: block;
	font-size: 110%;
	color: #333;
}



/** Entries
-----------------------------------------*/
#entries {
	border-top: 2px solid #ccc;
}

#entries .entry {
	margin-bottom: 1em;
	padding: 0.5em 0;
	border-top: 1px solid #ccc;
}
#entries .entry h3 {
	margin: 0 0 0.3em;
	font-size: 110%;
}
#entries .entry h3 a {
	text-decoration: none;
	color: #333;
}
#entries .entry h3 a:hover {
	text-decoration: underline;
}
#entries .entry p {
	margin: 0;
	font-size: 80%;
}
#entries .entry p.entry_body {
	padding-bottom: 15px;
}
#entries .entry p.entry_footer {
	padding-top: 5px;
	border-top: 1px dotted #ccc;
}
#entries .entry p.entry_footer {
	font-size: 75%;
	color: #999;
}



/** Entry
-----------------------------------------*/
#entry {
	
}
#entry h2 {
	margin-bottom: 0.2em;
	line-height: 1.5;
	font-size: 140%;
	color: #333;
}
#entry p#entrycap {
	margin-bottom: 1.5em;
	padding-bottom: 3em;
	border-bottom: 3px solid #ccc;
	font-size: 90%;
	color: #999;
}

#entry #entrybody {
	padding-bottom: 5em;
	border-bottom: 2px solid #ccc;
	font-size: 80%;
}
#entry #entrybody p {
	margin-bottom: 1.2em;
}
#entry #entrybody h3,
#entry #entrybody h4,
#entry #entrybody h5,
#entry #entrybody h6 {
	margin: 1em 0;
}
#entry #entrybody ul, #entry #entrybody ul li {
	list-style: disc;
}
#entry #entrybody ol, #entry #entrybody ol li {
	list-style: decimal;
}
#entry #entrybody ul {
	margin-left: 1em;
}
#entry #entrybody ul li {
	margin-left: 1em;
}
#entry #entrybody blockquote {
	margin-left: 1em;
	padding-left: 30px;
	background: url(../images/global/blockquote.gif) no-repeat;
}


#entry #entry_categories {
	margin: 0.5em 0;
	font-size: 77%;
}
#entry #entry_categories ul li {
	display: inline-block;
	margin-left: 0.5em;
	background: #f5f5f5;
}
* html #entry #entry_categories ul li {
	display: inline;
	zoom: 1;
}
*+html #entry #entry_categories ul li {
	display: inline;
	zoom: 1;
}
#entry #entry_tags {
	margin-bottom: 2em;
	font-size: 77%;
}
#entry #entry_tags p span {
	display: inline-block;
	margin-left: 0.5em;
}
* html #entry #entry_tags p span {
	display: inline;
	zoom: 1;
}
*+html #entry #entry_tags p span {
	display: inline;
	zoom: 1;
}


/** Trackback **/
#entry #trackbacks {
	margin-bottom: 3em;
}
#entry #trackbacks h3 {
	margin-bottom: 0.5em;
	padding: 2px 4px;
	background: #e5e5e5;
	font-size: 80%;
}
#entry #trackbacks h3 span {
	margin-left: 2em;
	font-size: 90%;
	font-weight: normal;
}
#entry #trackbacks ul li {
	margin-bottom: 0.5em;
	padding-left: 10px;
	background: url(../images/global/list_allow.gif) left 0.4em no-repeat;
	font-size: 77%;
}


/** Comment **/
#entry #comments {
	
}
#entry #comments h3 {
	margin-bottom: 0.5em;
	padding: 2px 4px;
	background: #e5e5e5;
	font-size: 80%;
}
#entry #comments div.comment {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
	font-size: 77%;
}
#entry #comments div.comment div.asset-meta {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
}
#entry #comments div.comment div.asset-meta addr {
	border: none;
}

#entry #comments #comments-open {
	margin-top: 2em;
	font-size: 77%;
}
#entry #comments #comments-open label {
	display: block;
}
#entry #comments #comments-open #comment-form-remember-me label {
	display: inline;
}
#entry #comments #comments-open input.inputtext {
	width: 100%;
}
#entry #comments #comments-open textarea {
	width: 100%;
}
#entry #comments #comments-open #comments-open-footer {
	text-align: right;
}



/** Archive
-----------------------------------------*/
#archivelist {
	border-top: 3px solid #ccc;
}
#archivelist ul li {
	padding: 0.3em 0;
	border-bottom: 1px dotted #999;
	font-size: 90%;
}
#archivelist ul li span {
	display: block;
	float: left;
	width: 70px;
	font-size: 14px;
	color: #333;
}
#archivelist ul li a {
	display: block;
	float: right;
	width: 400px;
	text-decoration: none;
}
#archivelist ul li a:hover {
	text-decoration: underline;
	color: #333;
}


