/* @override http://localhost:8080/information/wp-content/themes/charms/style.css */

/*  
Theme Name: Charms
Theme URI: ttp://chie-sawaguchi.com
Description: Edit for charms
Version: 1.0
Author: kool_it
Author URI: http://www.actionscript-junky.net

*/



/* Begin Typography & Colors */
body {
	/*font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "MSƒSƒVƒbƒN", "HiraMaruPro-W4", "ƒqƒ‰ƒMƒmŠÛƒS Pro W4", sans-serif;/*'Lucida Grande', Verdana, Arial, Sans-Serif*/

	text-align: center;

}

#page{
	width: 650px;
	margin: 0px auto;
	text-align: left;
}

#headerImage{
	margin-top:8px;
}

#informationHeader{
	margin-top:12px;
}



.post{
	border-top: 1px solid #cc3366;
	margin-top: 10px;
	padding: 22px 0px;
}

.dateInfo{
	font-size: 1em;
	color: #CC3366;
	width: 120px;
	float: left;
}


.entry{
	font-size: 1em;
	width: 530px;
	float: left;
}

.entryImage{
	width: 140px;
	float: left;
}

.stringSection{
	width: 390px;
	float: right;
}

.title{
	font-size: 1.3em;
	color: #cc3366;
}

.st{
	color: #666;
	margin-top: 6px;
}

.st a:link,.st a:visited    { color:#cc3366}

.st a:hover,.st a:active   { color:olive; }




.postmetadata{
	display:none;
}

.nocomments{
	display:none;
}




