/*
Theme Name: WordPress Fleurir
Theme URI: http://fleurir.sugimoto-studio.com/
Description: The original WordPress theme for Sugimoto Studio Fleurir
Version: 2.5
Author: kando@ez-crew.com
Tags: fleurir, fixed width, two columns

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

@import url('../../../../css/reset.css');
@import url('../../../../css/layout.css');
@import url('../../../../css/general.css'); 
@import url('../../../../css/ie.css');

#main h4 {
	margin: 0.75em 0 0 1em;
	padding-left: 2em;
	background-image: url(img/icon_point.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#side h3 {
	/* padding-top: 7px; */
}

em {
	color: #333;
	font-style: italic;
	font-weight: normal;
}

strong {
	font-weight: bold;
	font-style: normal;
}

ol#comments li p {
	font-size: 100%;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storycontent:after {
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}