@import url("../styles.css");
/* top page */
#one_column #topic_path {
	float: left;
	width: 782px;
	margin: 11px 1px;
}
#one_column .text_c {
	float: left;
	width: 783px;
	margin: 5px 0 10px;
}
#left_c {
	width: 340px;
	float: left;
	padding-left: 40px;
	font-size: 90%;
	color: #630;
}
#right_c {
	width: 340px;
	float: right;
	padding-right: 40px;
	font-size: 90%;
	color: #660;
}
#left_c dl {
	float: left;
	width: 340px;
	background: url("./img/aaf_back.gif") repeat-y;
	margin: 15px 0 20px 0;
}
#right_c dl {
	float: right;
	width: 340px;
	background: url("./img/blog_back.gif") repeat-y;
	margin: 15px 0 20px 0;
}
#one_column dd {
	padding: 10px 20px;
}
dd.logo img.left {
	padding: 0 15px 5px 0;
}
dd.logo img.right {
	padding: 0 0 5px 0;
}
#one_column dd.title {
	margin-top: 10px;
	padding: 0 20px;
}
#one_column dd.entry {
	padding: 3px 20px 12px 35px;
	background: url("./img/list_entry.gif") 20px 5px no-repeat;
}
#one_column dd.category {
	margin-top: 10px;
	padding: 3px 20px 0 30px;
	height: 30px;
	background: url("./img/blog_category.gif") 20px 0 no-repeat;
}
#one_column dd.description {
	padding-top: 0;
}
#one_column dd.category a,
#one_column dd.category a:link,
#one_column dd.category a:visited,
#one_column dd.category a:active,
#one_column dd.category a:hover {
	font-weight: bold;
	color: #660;
}

/* sub page */
#left_column dl {
	margin: 15px 0 0 0;
	width: 207px;
}
#left_column dt {
	margin-bottom: 8px;
}
#left_column #category dd {
	padding: 5px 0 2px 33px;
	background: url("./img/list_category.gif") 15px 7px no-repeat;
}
#left_column #category dd.sub {
	padding: 5px 0 2px 45px;
	background: url("./img/list_category.gif") 27px 7px no-repeat;
}
#left_column #entry dd {
	padding: 5px 0 5px 30px;
	background: url("./img/list_entry.gif") 15px 7px no-repeat;
}
#left_column #archives dd {
	padding: 5px 0 5px 33px;
	background: url("./img/list_archives.gif") 15px 7px no-repeat;
}
#comments dd {
	padding: 5px 0 5px 28px;
}
#trackbacks dd {
	padding: 5px 0 5px 28px;
}

#project h2 {
	background: url("./img/title.gif") left top no-repeat #665200;
	padding: 5px 13px 5px 23px;
	height: auto;
	width: 513px;
	color: #fff600;
}
#project h2 a,
#project h2 a:link,
#project h2 a:visited,
#project h2 a:active {
	color: #fff600;
	font-weight: bold;
}
#project h2 a:hover {
	color: #fff600;
}
#project h3 {
	border-color: #660;
	color: #660;
	background: url("./img/h3_back.gif") repeat;
	clear: both;
}
#project h3 a {
	font-weight: bold;
	color: #660;
}

.explanation {
	float: left;
	width: 480px;
	margin: 15px 0 0 0;
	padding: 0 0 0 50px;
}
#right_column .writing {
	margin-top: 5px;
}
#right_column p.meta {
	clear: both;
	width: 100%;
	margin: 10px 0 30px;
	padding: 0 10px 0 0;
	border-top: 1px solid #D9F0B0;
	font-size: 85%;
	text-align: right;
}

/* archives */
#right_column table.archive {
	border: none;
}
#right_column table.archive td {
	text-align: left;
	padding: 3px 0;
	border-bottom: 1px dotted #D9F0B0;
}
table.archive .date {
	width: 25%;
	vertical-align: top;
}
/* local and page navigation */
#project .local_nav a, #project .page_nav span a, 
#project .local_nav a:link, #project .page_nav span a:link, 
#project .local_nav a:visited, #project .page_nav span a:visited, 
#project .local_nav a:active, #project .page_nav span a:active {
	border: 1px solid #E08B00;
	background-color: #E08B00;
	color: #FFE3C7;
}
#project .local_nav a:hover, #project .page_nav span a:hover {
	border: 1px solid #99D256;
	background-color: #99D256;
}
/* comment form */
input, textarea, select {
	border: 1px solid #B38F00;
}
#comment-preview, #comment-submit, #comment-cancel {
	border: 1px solid #E08B00;
	border-color: #FFE3C7 #E08B00 #E08B00 #FFE3C7;
	background-color: #FFE3C7;
	padding: 2px;
	font-size: 100%;
	font-weight: bold;
	color: #630;
}