/*  
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;
        font-family: メイリオ,Meiryo,Osaka-Mono,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}

body{
	margin: 0;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: url(http://www.pratyaya13.com/blog/wp-content/uploads/2011/09/bg.jpg);
	color: #333;
       font-family: メイリオ,Meiryo,Osaka-Mono,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}

h1{

  font-size: 24px;
  padding: 15px 0 10px 15px;
	

}

h3{
   padding: 10px;
   font-size: 18px;
   border-bottom: 1px dotted #999;
}

h3 a{ color: #00196b; text-decoration: none;}
h3 a:hover{ color: #000; text-decoration: underline;}

h4{
	padding: 0 0 0 15px;
}

a {
	text-decoration: underline;
	color: #c20000;
}

a:hover{
	text-decoration: none;
	color: #ff0000;
}

blockquote { font-style: italic; 
	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 22px 20px 20px; 
  padding-right: 20px;
}

.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 {
	background-color : #fff;
	margin : 5px;
	padding : 5px;
	border : solid 1px #cccccc;
}

.entry img.left {
	padding: 5px 5px;  
	margin: 5px 5px; 
	border: 1px solid #ccc;
	background: #fff;
	float: left; 	
	clear: left; 
}
		
.entry img.right {
	padding: 5px 5px;
	margin: 5px 5px; 
	border: 1px solid #ccc;
	background: #fff;
	float: left; 	
	clear: left; 
}
		
.entry img.center { 
	display: block; 
	padding: 5px 5px; 
	margin: 5px 5px; 
	border: 1px solid #ccc;
	background: #fff;
	float: left; 	
	clear: left; 
}
	
.entry img.off { 
	padding: 0 !important; 
	border: none !important; 
}
		
.entry img.stack { 
	clear: none !important; 
}

#wrapper{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

#innerwrapper{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

/*----HEADER----*/

#header h1 a{
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	width: 9600px;
	height: 108px;
}
#header{
	width: 960px;
	margin: 0px auto;
        margin-bottom: 10px;

}


#headerimg {
   width: 930px;
   height: 108px;
   margin: 0 0 10px 14px;
   background: url(http://www.pratyaya13.com/blog/wp-content/uploads/2011/09/headerbg1.png) no-repeat;
}


#header a:hover{
	text-decoration: underline;
}

/*----NAVIGATION BAR----*/
#menu a{
   padding-top:1px;
   padding-left:10px;
   color: #9c0058;
   font-weight: normal;
   font-size: 12px;
   text-decoration: none;
}

#menu a:hover {
     color: #000;
}

#menu{
  width: 930px;
  height: 40px;
  margin: 0 auto;
  border-bottom: 1px solid #999;
  text-align: center;
}

ul.menubox{
   width: 760px;
   clear: left;
   margin: 0px auto;
   color: #333;
   list-style-type:none;
}

*html ul.menubox li{
   margin-left: 17px;
   float:left;
}

ul.menubox li{
   margin-top: 10px;
   margin-left: 10px;
   float:left;
}

/*----post----*/

#container{
	float: left;
	width: 700px;
	padding: 10px 5px 0 10px;
   border-right: 1px solid #999;
}

.post{
	padding: 0;

}

.post h2{
   font-size: 18px;
   padding: 5px;
   color: #000;
   border-bottom: 1px dotted #999;
   margin: 0 0 10px 0;
}

.entry{
	line-height: 22px;
        border-bottom: 1px solid #999;
	padding:0 0 20px 0;
        margin: 0 0 30px 0;
}

.postinfo{
	font-size: 11px;
	color: #aaa;
	padding: 2px 0 20px 20px;

}

.postinfo a{
	color: #aaa;
}

.postdate{ color: #aaa; }

p.postmetadata{

	font-size: 12px;
	color: #BFB8A1;
	margin: 0 0 0 0;
	padding:0 20px ;

}


/* 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: 210px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
        padding-right: 10px;
}

.sidebar h2{
   font-size: 15px;
   padding: 5px;
   margin: 0 0 10px 0;
   color: #000;
   border-bottom: 1px solid #999;
}


.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-size: 15px;
   padding: 5px;
   margin: 0 0 10px 0;
   color: #000;
   border-bottom: 1px solid #999;
}

.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: none;
	color: #9C0;
}


table#wp-calendar{
	width: 210px;
}

/*----サイドバーリンク----*/
#sidelink
{
	margin:0;
	padding:0;
	width: 210px;
}

#sidelink li
{
  line-height: 30px;
  list-style:none;
  text-align: left;
  font-size: 12px;
  margin: 0;
  padding: 5px 10px 4px;
  border-bottom: sold 1px #ccc;

}

#sidelink li a{
  display:block;
  color:#000;
}  

#sidelink li a:hover {
  text-weight: bold;
  color: #ff0000;
}
   

/*----COMMENT FORM----*/

#comment-form{
	width: 475px;
	margin: 0;
	border: 1px dashed #006;
	padding: 5px 5px 15px 15px;
	background: #DAF2FF;
}

.comments-template{
	


}

.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-size: 15px;
	padding: 5px;
        color: #fff;
        background: #000;
}

.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-size: 12px;
	color: #000;
	margin: 30px 15px 15px 0;

	border: 1px solid #006;
}

/*----FOOTER----*/

#footer{
	clear: both;
	width: 960px;
	margin: 0 auto;
	line-height: 18px;
	font-size: 80%;
	color: #333;
	border-bottom: none;
	text-align: center;

}

#footer p{

	margin: 0 auto;

}

#footer a:link{
	text-decoration: none;
	color: #EEE;
}

#footer a:hover{
	text-decoration: underline;
	color: #CCC;
}

#footer a:visited{
	text-decoration: none;
	color: #FFF;
}




table.links {
	margin-left:20px;
	padding:2px;
	background: #def;
	text-align:left;
	border-color:#fff;
}
table.links a {
	text-decoration: none;
	color:#333;
}
table.links td {
	padding:10px;
}
table.back {
	color:#666;
}
p.gotop {
	margin-top:5px;
	margin-left:20px;
	color:#333;
	
}

a:hover img {
filter:alpha(opacity=60);
opacity:0.6;
}
