@charset "utf-8";
/* overwrite header css for blog
------------------*/
#header-contents {
	width: 375px;
}
#info {
	width:345px;
}
/* 
------------------*/
ul.entry-tags-list {
	list-style-type: none;
}
h2.trackbacks-header {
	font-size: 1em;
	font-weight: bold;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #D56D46;
}
div.trackbacks-info {
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin: 15px;
}
div.trackbacks-info p{
	margin-bottom:0px;
}
span#trackbacks-link {
	color: #D56D46;
}
h2.comments-open-header {
	font-size: 1em;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #D56D46;
	padding-left: 10px;
}
div#trackbacks {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
form#comments-form input,
form#comments-form textarea {
	width: 400px;
	font-size: 1.0em;
	border: 1px solid #7F9DB9;
	padding: 0.1em;
	height: 1.2em;
}
form#comments-form textarea {
	height: 10em;
	border: 1px solid #7F9DB9;
}

form#comments-form input#comment-bake-cookie {
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form#comments-form input#comment-preview,
form#comments-form input#comment-submit  {
	width: auto;
	margin-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
}
div#comments-open-data {
	margin-bottom: 1em;
}

h2.comments-header {
	font-size: 1em;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #D56D46;
}
div#comments {
	padding-top: 10px;
}
div.comment div.inner {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
}
div.comments-open-content {
	padding-left: 15px;
	padding-right: 15px;
}
div.trackback div.inner {
	padding-right: 10px;
	padding-left: 15px;
	margin-top: 1em;
	margin-bottom: 1em;
}
div.inner div.comment-content {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #7F9DB9;
	border-bottom-color: #7F9DB9;
}
div.entry-tags {
	padding-right: 15px;
	margin-top: 1em;
	margin-bottom: 1em;
}
div.entry-tags h4.entry-tags-header {
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #D56D46;
}
div.entry-tags ul.entry-tags-list {
	padding-left: 15px;
}
form#comments-form input#captcha_code{
	/*width:15em;*/
	letter-spacing: 0.4em;
	text-align:left;
	line-height:2em;
	font-size:1.5em;
	padding:0.25em
}

