/*  
Theme Name: Default
Theme URI: http://www.s-page.net
Description: With the style sheet, there is a different situation in a page of wordpress and other pages.
Version: 0.2
Author: hira
Author URI: http://www.s-page.net
*/

.wordpress #footer{
  font-size:70%;
  color : #999999;
}

.wordpress h2 {
        background-color: #DAE1F1;
	font-size: 1.2em;
	margin: 0px 0 0;
	}
	
.wordpress h3 {
	padding: 0;
	margin: 30px 0 0;
	}

.wordpress h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
.postmetadata {
	text-align: center;
	}
	
.wordpress small{
  font-size:70%;
  color : #000000;
}
