/*  
Theme Name: Curved
Theme URI: http://www.justskins.com
Description: Curved is a Web 2.0 style widget ready <a href="http://www.justskins.com/css-themes-skins/wordpress-themes/">Wordpress theme</a> crafted by <a href="http://www.textndata.com">TextNData</a>.
Version: 1.0
Author: Just Skins
Author URI: http://www.justskins.com

	This theme is released under Creative Commons Attribution 2.5 License.

*/

body, div, p, img, a, h1, h2, h3, h4, table, th, tr, td, dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
}

body {
	font: 80%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a {
	color: #0014c9;
	text-decoration: none;
}
a:visited {
	color: 0014c9;
	text-decoration: none;
}

a:hover {
	color: #0014c9;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	background: url(images/logo.gif) no-repeat;
	margin: 9px 0 0 0;
	width: 427px;
	height: 73px;
}
h1 a, h1 a:visited{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 409px;
	height: 73px;
	font-size: 0px;
	text-indent: -9000px;
}
h1 a:hover{
	background: url(images/logo.gif) no-repeat;
}
h2 {
	color: #0014c9;
	margin: 0px 0px 2px;
	width: 100%;
	font: lighter 1.5em/1em "trebuchet MS", "Lucida Sans Unicode", Georgia;
	font-weight: bold;
	padding-bottom: 3px;
}

h3 {
	font: bold 125%/100% "Trebuchet MS", Tahoma, Arial;
	color: #56bdea;
	margin: 10px 0px 5px;
}

form {
	margin:0px;
	padding:0px;
}
#wrapper {
	background: #ebebeb;
}
#page {
	margin: 0px auto;
	width: 960px;
	background:#fff;
}

/* header area */
#header {
	background: #000 url(images/head-bg.gif) repeat-x;
	height: 145px;
	position: relative;
	color: #D16683;
}
#headerimg {
	position: relative;
	padding: 10px 0px 0px 10px;
	margin: 0px auto;
	width: 960px;
}

#headerimg h1 {
	line-height: 40px;
	padding-right: 10px;
	margin-right: 10px;
	float:left;
}

#headerimg h1 a, #headerimg h1 a:visited{
	display: block;
	}

#headerimg h1 a:hover{
	color: #a6e5f4;
}

#headerimg .description{
	float:left;
	float:right;
	text-align:right;
	margin-top:-14px;
	margin-right:5px;
	color: #ffffff;
	font-size: 10px;
	font-family:Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif, Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
}

#navi {

	height: 26px;
	width: 960px;
	margin: 0px auto;
	text-align: center;
	line-height: normal;
}
#nav {
	list-style: none;
	margin: 0 3px;
	padding: 0px;
	float: left;
	clear:both;
}
#nav li {
	float: left;
	height: 26px;
	background: url(images/navtabr.gif) top right no-repeat;
	margin: 8px 3px 0 3px;
	white-space: nowrap;
}
#nav .page_item a{
	color: #ffffff;
	display: block;
	background: url(images/navtabl.gif) top left no-repeat;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 26px;
}
/*
#nav li:hover {
	background: url(images/navtabr_o.gif) top right no-repeat;
}
#nav .page_item a:hover {
	background: url(images/navtabl_o.gif) top left no-repeat;
	border: none;
}
*/
#nav .page_item a:hover {
	border-bottom: 3px solid #000000;
}

#nav li.current_page_item {
	color: #13475f;
	text-decoration: none;
	background: url(images/navtabactiver.gif) top right no-repeat;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	text-decoration: none;
	background: url(images/navtabactivel.gif) top left no-repeat;
}

/* content area */
#content {
	padding: 10px 0px 30px 13px;
	float: left;
	width: 720px;
	overflow: hidden;
}
#content img {
	margin: 0pt 0pt 2px;
	vertical-align: middle;
}

#content img.article_img {
	margin: 5px 0 0 0;
}

.post {
	clear:both;
	padding-top: 15px;
}

.entry {
	background:url(images/crv_btm.gif) no-repeat bottom;
	padding-bottom:7px;
	width: 712px;
	display: table;
}
.entrytop{
	background:url(images/crv_top.gif) no-repeat top;
	padding-top: 9px;
	width: 712px;
	display: table;
	}

.entry h2{
	width: 680px;
	padding: 0 0 0 10px;
}

.inpost-date{
	color:#454545;
	font: normal 12px "trebuchet MS", "Lucida Sans Unicode", Georgia;
	float: left;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}



.post-meta {
	background: url(images/vcard.gif) no-repeat left center;
	padding-left: 20px;
	float: left;
	margin: 10px 0 0 10px;
	font: 12px "Trebuchet MS", "Tahoma", sans-serif;
}
.post-cat {
	float: right;
	font: 12px "Trebuchet MS", "Tahoma", sans-serif;
	color: #454545;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
}
.post-calendar {
	float:left;
	background: url(images/post-date.gif) no-repeat left center;
	color:#9ec13f;
	font: bold 11px "trebuchet MS", "Lucida Sans Unicode", Georgia;
	padding-left: 38px;
}
.post-content {
	clear: both;
	padding: 5px 15px 5px 10px;
}
.post-info {
	height: 15px;
	color: #3e98ad;
	font: bold 12px "Trebuchet MS", "Tahoma", sans-serif;
	margin: 6px 15px 5px 10px;
}
.post-info a {
	color: #0014c9;
	font-weight: normal;
	text-decoration: none;
}
.post-info a:hover {
	color: #0014c9;
	text-decoration: underline;
	border: none;
	background: none;
}
.post-content blockquote {
	background: #f2f8fb;
	border-right: 2px solid #dbeff6; 
	border-bottom: 2px solid #dbeff6; 
	padding: 8px;
}
.post-content a.more-link {
	text-align: right;
	float: right;
	margin: 10px 0 0 0;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}

.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #4395BC;
	clear: both;
}
.commentlist {
	margin:0; padding:0;
	line-height: 130%;
	width: 715px;
}
.commentlist li{
	margin:10px 0; padding:0;
	list-style:none;
	background:url(images/crv_btm.gif) no-repeat bottom;
	width: 715px;
}

.comment-btm{
	background:url(images/crv_top.gif) no-repeat top;
	padding:10px 20px;
}

.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#f2f8fb;
	border: 1px solid #dbeff6;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 585px;
	height: 115px;
	background:#f2f8fb;
	border: 3px solid #dbeff6;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	border: 1px solid #7FD4F4;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #006699;
	float: left;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/*sidebar */
#sidebar {
	float: right;
	padding: 0px 0px 5px 0px;
	width: 210px;
	color: #000000;
	overflow: hidden;
}
/*sidebar title (h4) */


#sidebar h4, #sidebar .sidebartitle{
	font: bold 1.2em "trebuchet MS", "Lucida Sans Unicode", Georgia;
	color: #000000;
	border-bottom: 1px dashed #999999;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-bottom: 12px;
}
/*sidebar text styles */
#sidebar a:hover{
	border: none;
}
#sidebar a, #sidebar a:visited{
	color: #0014c9;
}
#sidebar li a:hover{
	color: #0014c9;
	text-decoration: underline;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 7px 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin-bottom: 20px!important;
	margin-left:10px;
	font-size: 0.95em;
}
#sidebar ul li ul li {
	padding: 1px 15px 1px 0px;
	line-height: 1.3em;
}

/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}

/*side lab_bnr */
.official_lab {
	text-align: center;
	background: url(images/bnr_arrow.gif) no-repeat top;
	margin: 0 0 25px 0;
}
.official_lab p {
	margin: 0;
	padding: 0;
}
p.lead {
	margin: 0 0 6px 0;
	padding: 18px 0 0 0;
	line-height: 1.35em;
	font-size: 0.95em;
}
.official_lab a {
	font-size: 0.95em;
}

/*blogroll */
ul.linkcat li, .linkcat li{
	background: url(images/mini-blogroll.gif) no-repeat 0px 4px !important;
	padding-left: 20px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/mini-category.gif) no-repeat 0px 4px !important;
	padding-left: 15px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archive li{
	background: url(images/mini-monthly-archive.gif) no-repeat 0px 4px !important;
	padding-left: 15px !important;
}
/*links widget */
ul.list-links li, li.widget_links li{
	background: url(images/mini-monthly-archive.gif) no-repeat 0px 4px !important;
	padding-left: 15px !important;
}
li#linkcat-2 li.indent{
	background: url(images/mini-monthly-archive.gif) no-repeat 0px 4px !important;
	padding-left: 15px !important;
	margin: 7px 0pt 4px 17px;
}

/*rss widget */
li#linkcat-2 p{
	margin: 0;
	padding: 0;
}

/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/mini-monthly-archive.gif) no-repeat 0px 4px !important;
	padding-left: 15px !important;
}
/*sub-pages */
ul.list-page li ul div, li.widget_pages li ul li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 10px !important;	
}
/*calendar widget */
li.widget_calendar td {
	font-size:0.95em;
	padding: 1px 5px;
}
li.widget_calendar td a{
	font-weight: bold;
}
div.widget_calendar h4 {
	display:none;
}
table#wp-calendar {
	text-align: center;
}
#calendar_wrap {
	padding: 5px 0 5px 17px;
}

/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#search {
	float: right;
	position:relative;
	background: url(images/search-bg.gif) no-repeat;
	width: 220px;
	height: 48px;
	margin-right: 5px;
	text-align: center;
	top: 63px;
	clear:right;
}
#searchform {
	margin: 13px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	width: 150px;
	height: 20px;
	padding: 3px 5px 0px 5px;
	border: 1px solid #c2c2c2;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: none;
	border: none;
	height: 25px;
	width:27px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	background:url(images/search_button_arrow.gif);
	vertical-align: middle;
}

/* footer area */
#footerbg {
}
#footer {
	margin: 0px auto;
	color: #56bdea;
	clear: both;
	background: #ebebeb;
	padding: 0 0 0 23px;
}
#footer a, #footer a:visited {
	color: #000000;
}
	
#footerbg a:hover {
	color: #0014c9 !important;
	text-decoration: underline;
}
/* credits */
#credits {
	margin: 0px auto;
	width: 950px;
}

address {
	font-style: normal;
	color: #000000;
	line-height: 30px;
	font-size: 0.95em;
}

#credits a, #credit a:visited {
	color: #0014c9;
}

.valid {
	background:url(images/valid.gif) no-repeat left;
	padding-left:20px;
	margin:0 5px;
}
.rss {
	background:url(images/mini-rss.gif) no-repeat left;
	padding-left:20px;
	margin:0 5px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

.bookm {
	/*float: right;*/
	margin: 10px 15px 0 10px;
}

/* text-color　variation */
span.red {
	color: #FF0000;
	font-weight: bold;
}

span.gray {
	color: #999999;
	font-weight: normal;
	font-size: 90%;
}

/* about Mr.Lab blog */

.post-content .about_txt p.ssicon {
	background: url(images/bloglink.gif) no-repeat 147px 4px;
}

.post-content .about_txt a.ssicon {
	padding-left: 15px;
	font-weight: bold;
}

.post-content img.seasaw {
	float: left;
}

.post-content p {
	padding: 15px 0 0 0;
}

.post-content p.center {
	text-align: center;
}

.post-content .about_txt p {
	padding: 0 0 15px 147px;
	text-align: left;
}

.post-content .about_txt {
	margin: 10px;
	background: url(images/seesaw.gif) no-repeat 0 0;
}

.post-content dl {
	width: 250px;
	padding: 15px;
	margin: 0 0 15px 65px;
	border: 1px dashed #999999;
}

.post-content dt {
	background: url(images/bloglink.gif) no-repeat scroll 0px 4px !important;
	padding-left: 15px;
}

.post-content dd {
	padding-left: 15px;
}

.post-content .about_link_r {
	margin: 0 0 0 295px;
}

.post-content .about_link_l {
	float: left;
}

.post-content span {
	font-weight: bold;
}
.adslink {
	margin:6px 15px 0px 6px;
}
