/*  
Theme Name: Paintbrush
Theme URI: http://www.antbag.com
Description: This is great theme with a blue and green color scheme, and it's very easy to customize!
Version: 1.1
Author: Antbag
Author URI: http://www.antbag.com/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: url(images/body_bg.gif);
	color: #222;
}

h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 15px 0 10px 15px;
}

h3{
	padding: 15px 0 15px 0;
}

h4{
	padding: 0 0 0 15px;
}

a:link, a:visited{
	text-decoration: none;
	color:#006;
}

a:hover{
	text-decoration: underline;
	color: #9C0;
}

blockquote { font-style: italic; 
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	font-size: 90%;
	color: #333; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #DAF2FF;
	border-right: 1px dashed #006;
	border-left: 1px dashed #006; 
}

.entry p { 
	margin: 0 0 15px 0; 
}

.entry ul, .entry ol { 
	margin: 0 0 15px 40px; 
}
	
.entry ul { 
	list-style-type: disc; 
}
	
.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: 1px solid #ccc;
	background: #eee;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #ccc;
	background: #eee;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: 1px solid #ccc;
	background: #eee;
	float: none; 
	clear: both; 
}
	
.entry img.off { 
	padding: 0 !important; 
	border: none !important; 
}
		
.entry img.stack { 
	clear: none !important; 
}

#wrapper{
	margin: 10px auto 10px auto;
	width: 900px;
	text-align: left;
	overflow: hidden;
	border: 6px solid #9C0;
	background: #FFF;
}

/*----HEADER----*/

#header{
	float: left;
	width: 880px;
	padding: 50px 0 30px 20px;
	background: url(images/header.jpg) no-repeat left bottom;
	color: #fff;
}

#header a{
	text-decoration: none;
	color: #fff;
}

#header a:hover{
	text-decoration: underline;
}

/*----NAVIGATION BAR----*/

#top-menu{
	clear: both;
	float: left;
	width: 100%;
	font-family: Georgia, Sans-Serif;
	text-align: left;
	border-top: none;
	border-bottom: none;
	background: url(images/nav_bg.gif);
}

#top-menu a{
	text-decoration: none;
	color: #fff;
}

#top-menu a:hover{
	text-decoration: underline;
}

#top-menu ul{
	margin: 0 auto;
	width: 850px;
	padding: 5px 0;
	text-align: left;
}

#top-menu ul li{
	display: inline;
	padding: 0 20px 0 0;
	font-size: 14px;
}

/*----POST----*/

#container{
	float: left;
	width: 630px;
	padding: 0 0 0 0;
}

.post{
	padding: 20px 50px 40px 40px;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 22px;
	padding: 20px 0 0 0;
}

.entry{
	line-height: 22px;
}

.postinfo{
	font-size: 11px;
	color: #aaa;
	padding: 2px 0 20px 0;
}

.postinfo a{
	color: #aaa;
}

.postdate{ color: #aaa; }

p.postmetadata{
	font-size: 12px;
	color: #BFB8A1;
	border-top: 1px dashed #006;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}

p.postmetadata strong{
	float: right;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.navigation{
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/*----SIDEBAR STYLES----*/

.sidebar{
	float: right;
	width: 260px;
	margin: 0 auto 5px auto;
	padding-top: 35px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
}

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 5px;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding: 5px 5px 5px 20px;
	margin: 0 10px 10px 0;
	background: url(images/side_head.gif);
	border-bottom: none;
}

.sidebar ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 24px;
	list-style: url(images/bullet.png);
}

.sidebar .syndication ul li{
	display: block;
	margin: 0 0 0 20px;
	padding: 0 0 0 17px;
	background: url(images/feed-icon-12x12.png) no-repeat;
}

.sidebar a:link, a:visited{
	text-decoration: none;
	color:#006;
}

.sidebar a:hover{
	text-decoration: underline;
	color: #9C0;
}


table#wp-calendar{
	width: 100%;
}

/*----COMMENT FORM----*/

#comment-form{
	width: 475px;
	margin: 50px 0 0;
	border: 1px dashed #006;
	padding: 5px 5px 15px 15px;
	background: #DAF2FF;
}

.comments-template ol{
	margin: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	color: #006;
	padding: 10px 0 30px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #006;
	padding: 20px 0 20px 0;
}

.commentmetadata strong { 
	font-size: 16px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #006;
}

.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
	color: #000;
	margin: 30px 15px 15px 0;
	background: #FFF;
	border: 1px solid #006;
}

/*----FOOTER----*/

#footer{
	clear: both;
	float: left;
	width: 885px;
	margin: 0;
	padding: 10px 5px 5px 10px;
	line-height: 18px;
	font-size: 80%;
	color: #FFF;
	background: #006;
	border-top: 3px solid #9C0;
	border-bottom: none;
}

#footer a:link{
	text-decoration: none;
	color: #EEE;
}

#footer a:hover{
	text-decoration: underline;
	color: #CCC;
}

#footer a:visited{
	text-decoration: none;
	color: #FFF;
}

/*---- ★ イベントページ用追加（2010/03/18） ----*/
#event-list table,th
{
	border: solid 1px #999;
}
#event-list td
{
	border: solid 1px #999;
	padding-left: 2px;
}
#event-hot-topics td
{
	padding: 6px;
	background: #eee;
}
#event-hot-topics img
{
	border: solid 1px #ccc;
}

/*---- ★ 保護犬一覧ページ用追加（2010/04） ----*/
div#dlist
{
	text-align: left;
}
#dlist td a
{
	cursor: url("http://www.dogs-rescue.net/uploads/_img/star.cur");
}
#dlist table
{
	border: none;
	border-collapse: separate;
	empty-cells: hide;
	table-layout: fixed;
	text-align: center;
	vertical-align: top;
/*	width: 95%;*/
}
#dlist td
{
	border: solid 1px #999;
	height: 170px;
	width: 140px;
	padding: 5px;
	vertical-align: top;
}
#dlist .dno
{
	float: left;
	font-size: 12px;
}
#dlist .mark
{
	float: right;
}
#dlist .dname
{
	clear: both;
	font-weight: bold;
}
#dlist img.photo
{
	border: none;
	height: 90px;
	margin: 2px 0px;
	width: 120px;
}
#dlist .data
{
	font-size: 12px;
}
#dlist .status
{
	font-weight: bold;
	font-size: 12px;
	margin-top: 2px;
}
#dlist a.godetail
{
	border: solid 1px #006;
	padding: 2px 3px 1px 3px;
}

/*---- ★ 詳細ページ用追加（2010/04） ----*/

/* 見出し */
.caption
{
/*	background-attachment: fixed;*/
	background-image: url(http://www.dogs-rescue.net/uploads/_img/paw.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 3px 22px;
	margin-bottom: 10px;
}

/* No. , 更新日付 */
div#dog-no
{
	margin: 5px 10px 5px 0px;	/*上 右 下 左*/
}
#dog-no .dno
{
	float: left;
	text-align: left;
/*	text-decoration: underline;*/
}
#dog-no .ymd
{
	float: right;
	text-align: right;
}

/* 犬種、名前、年齢 */
div#dog-name
{
	clear: both;
	margin: 5px 0px 10px 0px;	/*上 右 下 左*/
	padding: 10px 0px 10px 0px;	/*上 右 下 左*/
	text-align: center;
}
#dog-name table
{
	border-collapse: collapse;
	border:solid 1px #006;
	background-color: #ffff99;
	font-size: 16pt;
	text-align: center;
	vertical-align: middle;
	width: 90%;
}
#dog-name .bigger
{
	font-size: 20pt;
}
#dog-name td
{
	padding: 5px 0px 1px 0px;	/*上 右 下 左*/
}

/* 写真 */
div#photo
{
	margin: 5px 0px 10px 0px;	/*上 右 下 左*/
	text-align: left;
}
#photo img
{
	border: none;
	margin: none;
}

/* 体重・体長・体高 */
div#dog-size
{
	clear: both;
	margin: 5px 0px 10px 0px;	/*上 右 下 左*/
	text-align: left;
}
#dog-size table
{
	border: none;
	border-collapse: collapse;
	text-align: left;
	width: 90%;
}
#dog-size td
{
	width: 33%;
}
#dog-size td.data-yes
{
	visibility: visible;
}
#dog-size td.data-no
{
	visibility: hidden;
}

/* 保護経緯-注意事項 */
div#res-warn
{
	margin: 10px 0px 10px 0px;	/*上 右 下 左*/
	text-align: left;
}
#res-warn p
{
	margin-bottom: 10px;
}
#res-warn .detail
{
	margin-left: 15px;
}

/* アイコン */
div#icons
{
	margin: 15px 0px 10px 0px;	/*上 右 下 左*/
	text-align: left;
}
#icons img
{
	border: none;
	margin: 0px 6px 0px 6px;	/*上 右 下 左*/
}

/* 暮らし */
div#life
{
	margin: 10px 0px 10px 0px;	/*上 右 下 左*/
	text-align: left;
}
#life table
{
	border: solid 1px #999;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
	width: 80%;
}
#life th
{
	background-color: #ccffcc;
	border: solid 1px #999;
	font-weight: normal;
	padding: 6px 3px;
	width: 100px;
}
#life td
{
	border: solid 1px #999;
	padding: 6px 3px;
}

/* 健康管理 */
div#health
{
	margin: 10px 0px 10px 0px;	/*上 右 下 左*/
	text-align: left;
}
#health table
{
	border: solid 1px #999;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
	width: 80%;
}
#health th
{
	background-color: #ccffcc;
	border: solid 1px #999;
	font-weight: normal;
	padding: 6px 3px;
	width: 100px;
}
#health td
{
	border: solid 1px #999;
	padding: 6px 3px;
}

/* メディカルチェック結果 */
div#medical-check
{
	margin: 10px 0px 10px 0px;	/*上 右 下 左*/
	text-align: left;
}
#medical-check table
{
	border: solid 1px #999;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
	width: 80%;
}
#medical-check th
{
	background-color: #ccffcc;
	border: solid 1px #999;
	font-weight: normal;
	padding: 6px 3px;
	width: 100px;
}
#medical-check td
{
	border: solid 1px #999;
	padding: 6px 3px;
}

/* 預かりブログ */
div#azublog.blog-yes
{
	margin: 10px 0px 10px 0px;	/*上 右 下 左*/
	text-align: left;
}
div#azublog.blog-no
{
	display:none;
}
#azublog a
{
	margin-left: 10px;
}
#azublog .detail
{
	margin-left: 15px;
}


/*---- ★ 幸せになった子達ページ用追加（2010/05） ----*/
div#happylist
{
	text-align: left;
}
#happylist td a
{
	cursor: url("http://www.dogs-rescue.net/uploads/_img/star.cur");
}
#happylist table
{
	border: none;
	border-collapse: separate;
	empty-cells: hide;
	table-layout: fixed;
	text-align: center;
	vertical-align: top;
/*	width: 95%;*/
}
#happylist td
{
	border: solid 1px #999;
	height: 170px;
	width: 150px;
	padding: 5px;
	vertical-align: top;
}
#happylist .dno
{
	float: left;
	font-size: 12px;
}
#happylist .mark
{
	float: right;
}
#happylist .dname
{
	clear: both;
	font-size: 12px;
	font-weight: bold;
}
#happylist img.photo
{
	border: none;
	height: 111px;
	margin: 2px 0px;
	width: 148px;
}
#happylist .data
{
	font-size: 12px;
}
#happylist .status
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
}
#happylist a.godetail
{
	border: solid 1px #006;
	padding: 2px 3px 1px 3px;
}

/*---- ★ 収支報告ページ用追加（2010/06） ----*/
#income-outgo table
{
	border: solid 1px #999;
	font-size: 12px;
	text-align: left;
}
#income-outgo td
{
	border: solid 1px #999;
	padding: 0px 2px;
}
#income-outgo .head
{
	background-color: #ccffcc;
}
#income-outgo tr.total
{
	border-top: double 3px #999;
}
#income-outgo .space
{
	border-bottom: none;
	border-top: none;
}
#income-outgo .spacer
{
	border-left: none;
	border-right: none;
}

