/*  
Theme Name: diyResearch
Theme URI: http://www.diyresearch.net
Description: new Research Themes
Version: 0.99
Author: Arlo
Author URI: http://www.diyresearch.net
*/

/* global */
BODY {
	margin: 0px;
	margin-top:10px;
	font-size: 10pt; /* Resets 1em to 10px */
	font-family: Verdana, 'Lucida Grande' , Arial, Sans-Serif;
	background: #D6D6D6;
	color: #CACACA;
	text-align: center;
	background-color: #444444;
}

IMG {
	border: 0px;
}

.alignleft {
	float:left;
}
.alignright {
	float:right;
}

#page {
	width: 1000px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background: url(image/bg_all.jpg) repeat-y;
	border: 0px dotted #666666;
}

#header {
	background: url(image/bg_header.png) no-repeat ;
	background-position: top center;
	background-color: #111111;
	border: 0px;
	margin-bottom: 20px;
	width: 1000px;
	height: 180px;
}


#header #top_side {
	height:150px;
	padding-top: 6px;
	padding-right: 40px;
	text-align: right;
}
#header #top_side #searchform {
	padding-top: 10px;
	padding-right: 0px;
	color: #999999;
}
#header #top_side #searchform input#search_text {
	margin-right: 4px;
	border: 1px solid #919191;
	border-top: 2px solid #111111;
	border-left: 2px solid #111111;
	background-color: #333333;
	color: #cacaca;
	letter-spacing: 1px;
	width: 180px;
}

#header #top_side #searchform img#searchsubmit {
	vertical-align: middle;
	border: 0px;
}

#header #options {
	width: 1000px;
	height:30px;
	padding: 0px;
	color: #cacaca;
	text-align: center;
	vertical-align: bottom;
}

#header #options a:link, #header #options a:visited {
	letter-spacing: 4px;
	color: #cacaca;
	text-decoration: none;
}

#header #options a:hover {
	color: #ffffff;
}

#header #options .option {
	display: inline;
	padding: 6px 16px 6px 16px;
	font-size: 1.1em;
	margin-left: 2px;
	margin-right: 2px;
	background: transparent url(image/bg_option.png) repeat scroll 0% 0%;
}

#announce {
	text-align: left;
	line-height: 180%;
	letter-spacing: 1px;
	color: #dadada;
	border: 1px solid #888888;
	background: transparent url(image/bg_announce.png) repeat scroll 0% 0%;
	margin-left:20px;
	margin-right:20px;
	margin-bottom: 10px;
	padding: 4px 10px 4px 10px;
}

#announce a:link, #announce a:visited {
	color: #c0d5f4;
}

#announce a:hover {
	color: #f4c0c0;
}

#announce H2 {
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	padding-top: 5px;
	line-height: 1.3em;
	font-size: 12pt;
	letter-spacing: 2px;
	color: #eeecde;
	font-weight: bold;
}

#announce cite {
	font-style: normal;
	letter-spacing: 2px;
	color: #f2d3d3;
}

#announce P {
	padding: 0px;
	line-height: 1.2em;
	font-size: 1em;
}

#content_border {
	border: 1px solid #888888;
	background: transparent url(image/bg_content_border.png) repeat scroll 0% 0%;
	padding: 15px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
}

#content_narrow {
	width: 710px;
	float: left;
	padding: 0px;
	color: #333333;
	text-align: left;
}

#content_wide {
	padding: 0px;
	color: #333333;
	text-align: left;
}

#sidebar {
	width: 200px;
	float: right;
	padding: 0px;
	background: transparent url(image/bg_sidebar.png) repeat-y scroll 0% 0%;
	text-align: left;

}

#sidebar ul img {
	border: 0px;
	vertical-align: middle;
}

#sidebar ul {
	list-style: none;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0px;
	font-size: 1em;
}

#sidebar ul li h2 {
	font-size: 1.2em;
	text-align: left;
	letter-spacing: 2px;
	color: #111111;
	margin: 24px 0px 8px 4px;
}

#sidebar ul li b {
	letter-spacing: 2px;
	font-size: 1.1em;
	color: #FF9999;
}

#sidebar ul li a {
	color: #eaeaea;
	text-decoration: none;

}

#sidebar ul ul {
	list-style: none;
	margin: 0px;
	margin-right: 32px;
}

#sidebar ul ul li {
	text-align:left;	
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #888888;
}

#sidebar ul ul ul {
	text-align:left;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
}

#sidebar ul ul ul li {
	list-style: disc inside;
	margin-bottom: 0px;
	margin-left: 8px;
	border:0px;
}

#footer {
	padding: 2px 10px 2px 10px;
	height: 20px;
	background: transparent url(image/bg_footer.png) repeat scroll 0% 0%;
	border-top: 1px dotted #888888;
}

#footer a {
	color: #cacaca;
}

#footer a:hover {
	color: #f9e9e9;
}

.search_result {
	background-color: #ffffff;
	padding: 10px;
}

/* .post */
.post {
	background-color: #ffffff;
	padding: 10px 0px 0px 0px;
	margin-bottom: 25px;
}

.post .title {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 6px;
	font-size: 1.3em;	
	font-weight: bold;
	letter-spacing: 2px;
	color: #2a69a9;
}

.post .title a:link, .post .title a:visited {
	font-weight: bold;
	letter-spacing: 2px;
	color: #2a69a9;
	text-decoration: none;
}

.post .date {
	font-size: 0.8em;
	color: #444444;
	letter-spacing: 1px;
	font-weight: bold;
	border-bottom: 1px dashed #999999;
	margin: 0px 10px 20px 10px;
	padding: 0px 10px 2px 10px;
}

.post .entry {
	font-size: 1em;
	text-align: justify;
	line-height: 150%;
	color: #393939;
	padding: 0px 15px 0px 15px;
}

.post .entry a:link, .post .entry a:visited {
	color: #2a69a9;
	text-decoration: none;
}

.post .entry a:hover {
	color: #2a69a9;
	text-decoration: underline;
}

.post .entry ul {
	list-style: disc outside;
	line-height: 180%;
	margin-left: 30px;
	padding-left: 0px;
	color: #000000;
}

.post .postmetadata {
	font-size: 0.9em;
	text-align: center;
	letter-spacing: 2px;
	color: #333333;
	background-color: #f6eed3;
	padding: 3px 0px 3px 0px;
	border-top: 1px dashed #999999;
}

.post .postmetadata a:link, .post .postmetadata a:visited {
	color: #2a69a9;
	text-decoration: none;
}

.post .postmetadata a:hover {
	color: #2a69a9;
	text-decoration: underline;
}

.post .postmetadata_alt {
	font-size: 0.8em;
	text-align: center;
	letter-spacing: 2px;
	color: #222222;
	margin-top:30px;
	background-color: #f5f4ee;
	padding: 3px 0px 3px 0px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
}

.post .postmetadata_alt a:link, .post .postmetadata_alt a:visited {
	color: #2a69a9;
	text-decoration: none;
}

.post .postmetadata_alt a:hover {
	color: #2a69a9;
	text-decoration: underline;
}

.navigation img {
	border: 0px;
	vertical-align: middle;
	margin-top: -10px;
	margin: -4px 6px 0px 6px;
}

.navigation a {
	text-decoration: none;
	color: #efefef;
}

.single_navigation {
	margin:0px;
	margin-bottom:20px;
}

.single_navigation img {
	border: 0px;
	vertical-align: middle;
	margin-top: -10px;
	margin: -4px 6px 0px 6px;
}

.single_navigation a {
	text-decoration: none;
	color: #efefef;
}

/* Comment */
.post h3 {
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 1px;
	margin-left: 10px;
}

.post h3#respond {
	background-color: #f5eeee;
	padding: 3px 0px 3px 0px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding-left: 20px;
	margin-left: 0px;

}

.commentlist {
	margin-left: 10px;
}

.commentlist p {
	color: #2c5a44;
}

.commentlist a {
	color: #2a69a9;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em '新細明體', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 2px;
	margin-right: 10px;
	border-bottom: 1px dashed #999999;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform {
	margin-left: 10px;
	margin-bottom: 10px;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
	font-size: 0.9em;
}

#commentform label {
	font-size: 1em;
	color: #335588;
}

#commentform label small {
	font-size: 0.8em;
	color: #772828;
}

#commentform input {
	width: 200px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #666666;
}

#commentform input#url {
	width: 400px;
}

#commentform textarea {
	width: 80%;
	padding: 2px;
}

#commentform #submit {
	margin: 0 0 10px 0;
	background-color: #FFF6D2;
}
