@charset "utf-8";

body	{
	margin: 0;
	padding: 10px;
	font-size:.75em;
	font-family:sans-serif;
	color:#000;
	background-color:#fff;
}
a,a:link,a:visited	{
	text-decoration: none;
}
img	{	border: 0;	}
em	{
	font-style: normal;
	text-decoration: underline;
}
hr	{
	visibility:hidden;
}
h1,h2,h3,h4,h5	{
	margin:1em 0;
	font-size:1em;
	font-weight: bold;
}
h1	{
	padding-top: 30px;
	text-align: center;
}
p	{	line-height:1.5em;	}
code	{
	display:block;
	margin-right:25px;
	padding:15px;
	background-color:#f0f0f0;
}

#wrap	{
	width:620px;
	margin:10px auto;
	background-color:#fff;
}
.browser	{
	float: left;
	width:305px;
}
p.desc	{
	padding-left:65px;
	margin:0 0 1.5em 0;
}
.browser h2	{
	text-align: right;
	padding-right: 30px;
}
.browser ul	{
	margin:0;
	padding:0 0 1.5em 70px;
}
.browser li	{	list-style-image: url(images/check.gif);	}
.boxed	{
	clear: both;
	margin:40px 0 30px 0;
	padding:15px 40px;
	font-size: 1.1em;
	background-color: #f2f2f2;
}
.additional	{
	padding-left: 30px;
}
#gotop	{
	position:fixed;
	bottom:1em;
	right:1em;
	padding:.3em;
	border:1px solid #ccc;
}

/*===== Comment & Trackback =====*/
#reples	{
	margin-top:20px;
	padding:0 30px;
}
#reples .commentlist li	{
	list-style:none;
	margin:.3em 0;
	padding:.5em 0 .5em .5em;
	border-top:1px solid #ddd;
	font-size:.98em;
}
#reples .commentlist	{	padding-left:0;	}
#reples .commentlist ul.children	{
	margin-left:0;
}
#reples p	{	text-indent:0;	}
.comment-author	{	display:inline;	}
#reples .comment-text	{	padding-left:40px;	}
#reples .comment-author cite,#reples .comment-author cite a	{
	font-style:normal;
	font-weight:bold;
}
#reples .commentmetadata a,#reples .commentmetadata a:link,#reples .commentmetadata a:visited	{
	font-weight:normal;
}
.comment img	{	vertical-align:middle;	}
.gravatar,.avatar,.comment-author img, .postgrav	{
	float:left;
	width:32px;
	max-width:32px;
	margin-right:10px;
}
#reples ul.children li	{
	margin:.3em .5em 0 0;
	border:1px solid #ddd;
	background:#FAFAFA;
	font-size:1em;
}
.authorcmt,ul.children ul.children li	{
	background:#FFF;
}
.prev	{	float:left;	}
.next	{	float:right;	}
.commentnavi, .commentlist, #respond	{	clear:both;	}
.commentnavi img	{	vertical-align:middle;	}
#respond	{	padding-top:1em;	}

#commentform	{
	margin:1em 0;
	padding:.8em 0;
	border-top:1px solid #CCC;
	background:#FAFAFA;
}
#commentform p	{	margin:.2em 0;	}
#commentform input	{
	margin:0 0 .3em 0;
	padding:.2em 0 .08em .2em;
	width:20em;
	border:1px solid #999;
	font-size:.8em;
}
#commentform input,#commentform textarea	{
	background:url('/wp-content/themes/2009/images/form-field-bg.gif') no-repeat left top;
}
textarea#comment	{
	width:96%;
	border:1px solid #999;
}
#commentform input#submit	{
	float:right;
	width:138px;
	height:24px;
	margin:10px 0;
	padding:2px 0;
	border:0;
	background:transparent url('/wp-content/themes/2009/images/submit-btn.gif') no-repeat center top;
	font-family:inherit;
	font-weight:bold;
	font-size:1em;
}
#commentform input#submit:hover	{
	background-position:center bottom;
}
#reples .commentinfo ul	{
	margin-left:30px;
	font-size:.8em;
}
#reples .replycomment	{
	padding-right:1em;
	text-align:right;
}

