/*
	Theme Name: tymote.blog
	Description: tymote blog theme
	Version: 1.3
	Author: yang02
*/


/* whole page */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-size: 12px;
}


body {
  background:#FFFFFF;
  margin:0;
  padding:0 50px 40px;
  font:x-small Times,Serif;
  text-align:left;
  color:#000000;
	font-size: small;
	font-family: Arial, 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', sans-serif ;
	line-height: 1.6em;
}
ul, {}

#page {
	margin: ;
	padding: ;
}

a:link {
  color:#000000;
  text-decoration:none;
  }
a:visited {
  color:#000000;
  text-decoration:none;
  }
a:hover {
  color:#444;
  }
a img {
  border-width:0;
  }

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

blockquote {
	margin: 1em 2em 1em 1em;
	
	font-size: 0.9em;
}
/* end whole page */

/* header */
#header {
	margin-bottom: 60px;
	padding: 0em;	
  width: 1200px;
	height: 100px;
}
#header_title{
	width: 200px;
}
h1{ 
	margin: 0;
	padding-bottom: 10px;
	font-family: Arial, sans-serif ;
	font-size: 1.1em;
	font-weight: normal;
	color: #000;
	line-height: 1em;
}
h1 a{ color: #000000; }
h1 a:hover{ color: #444; text-decoration: none; }

#menu {
	padding-top: 20px;
	height:55px;
}
#menu ul { 
	list-style: none;
}
#menu ul li.item {
	width: 200px;
	height: 45px;
	float: left;
	position: relative;
}
#menu ul li a{
}
#menu ul li img.underbar{
	padding-top: 20px;
	filter:alpha(opacity=0); 
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity:0;
}
#menu ul li img.spacer{
	position: absolute;
	top: 0;
	left: 0;
	filter:alpha(opacity=0); 
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity:0;
}

#menu ul li ul{
	padding-top: 5px;
	height: 15px;
	display: none;
}

#menu ul li ul li{
	float: left;
	padding-right:1em;
}




#blog-title {
  margin:0px 0px 0;
  padding:0px 0px .25em;
  border:0px solid #eee;
  border-width:0px 0px 0;
  font-size:300%;
  line-height:0.8em;
  font-weight:normal;
  color:#000000;
  letter-spacing:0.04em;
  }
#blog-title a {
  color:#000000;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#FFFFFF;
  }

/* end header */

/* content area */
#content {
	margin: 0em;
	padding: 0em;
	line-height:1.6em;	
	float: left;
    width:650px;
}
#content h2 {
	font-size: 0em;
	height: 0;
}
#content .post {
	margin: 2em 0em 0em;
}
#content h3 {
	margin: 0em;
	padding: 0em;
	
	font-size: 1.25em;
}
.post-title {
  margin:40px 0 30px;
  padding:0 0 10px;
  font-size:120%;
  font-weight:normal;
  line-height:1.4em;
  color:F20000;
  }

#content h4 {
  margin:5px 0;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  color:#222;
}
.date-header {
	padding:1.5em 0 1em;
}

#content .entry {
	margin-top: 20px;
  margin:.5em 0 1.5em;
  color: #222;
}
#content .postmetadata {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-style:normal;
  color:#999;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
}
#content .navigation {
	margin: 2em 0em 0em;
	padding: 0em;
	
	display: block;
}
#content .goback {
	margin: 0em 0.5em 0em 0em;
	padding: 0em;
	
	float: left;
	
	font-size: 1.25em;
}
#content .goforward {
	margin: 0em 0em 0em 0.5em;
	padding: 0em;
	
	float: right;
	
	font-size: 1.25em;
}
#content #comments {
	margin: 2em 0em 1em;
	padding: 0em;
	
	clear: both;
}
#content .commentlist {	
	margin: 0em;
	padding: 0em;
	
	font-size: 0.9em;
}
#content .commentlist li {
	margin: 0em;
	padding: 0em;
	
	list-style-type: none;
}
#content .commentlist img.avatar {
	float: right;
	margin-left: 1em;
}
#content .commentmetadata {
	margin: 0em 0em 2em;
	color: #777777;
	background: inherit;
}
#content #respond {
	margin: 2em 0em 1em;
	padding: 0em;
	
	clear: both;
}
#content a:link {
	color:#FF6600;
}
#content a:hover {
	color:#000000;
}
/* end content area */

/* these rules are added for compatibility with WordPress Theme Directory */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* end Theme Directory compatibility */

/* sidebar */
#sidebar {
	margin: 1em 0em;
	padding: 0em;
    width:220px;
    float:right;
	line-height:1.5em;
}
#sidebar h2 {
  margin:5px 0;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#222;
}
#sidebar h2 a, #sidebar h2 a:visited {
  margin:1.5em 0;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#FFBF00;
}
#sidebar h2 a:hover {
  margin:1.5em 0;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#FFBF00;
}
#sidebar ul {
	margin: 0em;
	padding: 0;
}
#sidebar ul li {
	margin: 0;
	padding: 0em;
	line-height:1.5em;	
	list-style-type: none;
}
#sidebar ul li ul {
	border-bottom:1px dotted #ccc;
	padding: 0 0 1.5em 0;
}
#sidebar ul li ul li, #sidebar ul li ol li {
	margin: 0em;
	padding: 0em;
}
#sidebar .textwidget {
	font-size: 0.8em;
}
#sidebar a:link {
  color:#000000;
  text-decoration:none;
  font-style: normal;
}
/* end sidebar */

/* footer */
#footer {
	margin-top: 30px;
	padding: 0em;
	font-size: 0.8em;	
	width: 60em;
	clear: both;
}
#footer p {
	margin: 0em;
	padding: 0em;
}
/* end footer */

