/*----------------------------------------
Theme Name: hatasketch
Theme URI: http://www.hatanaoki.net/sketch/
Description: hatasketch
Version: 0.1
Author: hatanaoki
Author URI: http://www.hatanaoki.net
----------------------------------------*/

*{
	color: #000;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	background-color: #E6DCC9;
	background-image: url("http://www.hatanaoki.net/sketch/wp-content/themes/hatasketch/img/background.png");
}

a {text-decoration: none;}
a:link {color: #C00;}
a:visited {color: #C66;}
a:hover {text-decoration: none;}

em {
	font-weight: bold;
	font-style: normal;
}

hr {
	display: none;
}

cite{
	font-style: normal;
}

/*--------------------------------------*/
/* topic_path                           */
/*--------------------------------------*/
#topic_path{
	font-size: 90%;
}

#topic_path a:link, #topic_path a:visited {
	color: #C00;
}

#topic_path a:hover {
	text-decoration: underline;
}

a#top {
	text-decoration: none;
	font-style: normal;
	color: #E6DCC9;
	background-color: #A33;
	padding: 0.2em 0.6em;
}

a#top:link, a#top:visited {
	color: #E6DCC9;
}

a#top:hover {
	text-decoration: none;
	color: #FFF;
}


/*--------------------------------------*/
/* page                                 */
/*--------------------------------------*/
#page {
	width: 800px;
}

/*--------------------------------------*/
/* header                               */
/*--------------------------------------*/
#header {
	width: 780px;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 10px;
}

#header h1 a{
	font-size: 300%;
	text-decoration: none;
	color: #CBA;
	line-height: 1;
}

#header h1 a img{
	border: none;
}

.description {
	font-size: 80%;
	color: #876;
	line-height: 1;
	margin-top: -20px;
	margin-right: 20px;
}

/*--------------------------------------*/
/* ad                                   */
/*--------------------------------------*/
#ad {
	width: 770px;
}

#ad h2 {
	font-weight: bold;
	font-size: 90%;
	margin-left: 10px;
}

#ad ul {
	line-height: 0;
	background-color: #FFF;
	padding: 10px 5px 10px 20px;
	border:2px solid #CBA;
	border-left: none;
}

#ad li {
	display: inline;
	margin: 0 5px;
}


/*--------------------------------------*/
/* sidebar                              */
/*--------------------------------------*/
#sidebar {
	float: left;
	width: 140px;
	margin-top: 20px;
	}

#sidebar .title {
	margin-bottom: 20px;
}

li.title, .title li {
	list-style-type:none;
}

li.title h2{
	font-weight: bold;
	font-size: 90%;
	margin-left: 10px;
	line-height: 1;
}

.title li{
	font-weight: normal;
	font-size: 80%;
}

.title li a {
	display: block;
	width: 100px;
	text-align: right;
	background-color: #FE0;
	border-right: 1px solid #BA9;
	border-bottom: 1px solid #BA9;
	padding: 5px;
	margin: 5px 0;
}

.title li a:link, .title li a:visited {
	color: #C00;
}

.title li a:hover {
	width: 120px;
	text-decoration: underline;
}


/*--------------------------------------*/
/* content                              */
/*--------------------------------------*/
#content {
	float: left;
	width: 600px;
	margin: 20px 0 0 40px;
}

.post {
	padding: 20px;
	margin-bottom: 40px;
}

.post H2{
	margin-bottom: 2em;
}

.post H2 a{
	color: #E6DCC9;
	font-size: 90%;
	text-decoration: none;
	background-color: #A33;
	padding: 0.4em;
}

.post H2 a:link, .post H2 a:visited {
	color: #E6DCC9;
}

.post H2 a:hover {
	color: #FFF;
}

.entry {
	font-size: 90%;
	margin-bottom: 4em;
}

.entry a:hover {
	text-decoration: underline;
}

.entry p {
	margin-bottom: 1em;
}

.postmetadata {
	font-size: 90%;
	color: #876;
	margin-top: 1em;
}

.postmetadata cite{
	color: #000;
	font-style: normal;
}

.postmetadata a:hover, alignleft a:hover {
	text-decoration: underline;
}

.navigation {
	font-size: 80%;
	margin-bottom: 5px;
}

.navigation a:hover {
	text-decoration: underline;
}

.alignleft, .alignright {
	margin: 0 1em;
}

.entry img {
	margin-bottom: 20px;
}

img.content_img {
	background-color: #FFF;
	border: 1px solid #BA9;
	padding: 5px;
	margin: 0 10px 10px 0;
}

.entry blockquote {
	background-color: #E6DCC9;
	border: 2px dotted #CBA;
	padding: 0.5em 0.5em 0 0.5em;
	margin: 0 1em 1em 1em;
}


/*--------------------------------------*/
/* comments                             */
/*--------------------------------------*/
h3#comments, h3#respond {
	margin-top: 20px;
}

li.alt, form#commentform label, .commentmetadata {
	font-size: 90%;
	color: #876;
}

input, textarea {
	border: 1px solid #BA9;
	padding: 5px;
	margin-bottom: 5px;
}

input#submit {
	background-color: #FE0;
	border:none;
	border-right: 1px solid #BA9;
	border-bottom: 1px solid #BA9;
	padding: 4px 8px;
	margin-top: 5px;
}


/*--------------------------------------*/
/* footer                               */
/*--------------------------------------*/
#footer {
	clear: left;
	font-size: 80%;
	margin-left: 10px;
}

.footer_rss a {
	font-size: 80%;
	background-color: #FE0;
	border-right: 1px solid #BA9;
	padding: 10px;
}

.footer_rss  a:link, .footer_rss a:visited {
	color: #C00;
}

#footer a:hover {
	text-decoration: underline;
}

.footer_rss a {
	font-size: 90%;
}

.footer_rss a:hover {
	padding-top: 20px;
}

