@charset "utf-8";

/*============================================================

	KELLY - KELLY VOICE

============================================================*/


/*------------------------------------------------------------

	container

-------------------------------------------------------------*/
div#content {
	height: auto;
}


/*---------- clearfix -----------*/
div.archive ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
* html div.archive ul {
	height: 1%;
	/*\*//*/
	display: inline-table;
	/**/
}
*:first-child+html div.archive ul {
	min-height: 1%;
}




/*------------------------------------------------------------

	title

-------------------------------------------------------------*/
h1 {
	margin: 0 0 24px;
	padding: 0;
	font-size: 100%;
}

h1 img {
	display: block;
}

h1 span#brand-name {
	display: block;
	padding: 0 0 20px;
	background: url(../images/bg_separator.jpg) no-repeat center bottom;
	text-align: center;
	line-height: 1.2;
	font-weight: normal;
	font-size: 129%;
	color: #369;
}




/*------------------------------------------------------------

	entry

-------------------------------------------------------------*/
div.entry {
	position: relative;
	width: 540px;
	margin: 36px 0 60px 140px;
}

div.entry h2 {
	margin: 0 0 3px;
	padding: 0 0 3px;
	border-bottom: 1px solid #369;
	font-weight: lighter;
	font-size: 129%;
}

div.entry div.entry-info {
	position: relative;
	margin: 0 0 2em;
}

div.entry p.entry-category {
	color: #369;
}

div.entry p.entry-date {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 80%;
	color: #999;
}

div.entry div.entry-body {
	margin: 0 0 3em;
}

div.entry div.entry-body p {
	margin: 0 0 1.8em;
}

div.entry div.entry-body * {
	line-height: 1.8;
}

div.entry div.entry-body img {
	margin: 0.5em 0;
}




/*------------------------------------------------------------

	navigation

-------------------------------------------------------------*/

/*---------- pager ----------*/
div#pager {
	margin: 0 24px;
	padding: 12px 0 0;
	border-top: 1px dotted #CCC;
	text-align: center;
}

div#pager a {
	font-size: 80%;
}

div#pager span {
	color: #CCC;
}


/*---------- archive list ----------*/
div.archive {
	margin: 0;
	padding: 24px 0 24px 6px;
	background: url(../images/bg_separator.jpg) no-repeat center top;
}

div.archive h2 {
	margin: 0 24px 24px;
}

div.archive ul {
	margin: 0 0 0 24px;
	list-style: none;
}

div.archive ul li {
	float: left;
	margin: 0 24px 6px 0;
}

div.archive ul a {
	display: block;
	width: 204px;
	padding: 0 0 0 12px;
	background: url(../images/bullet_entry.gif) no-repeat 0 0.2em;
	line-height: 1.2;
	font-size: 80%;
}
* html div.archive ul a {
	width: 216px;
}

div.archive ul a:visited {
	background: url(../images/bullet_visited-entry.gif) no-repeat 0 0.2em;
	text-decoration: none;
	color: #999;
}

div.archive ul a:hover {
	text-decoration: underline;
	color: #960;
}


/*---------- top of page ----------*/
div#t-o-p {
	padding: 24px;
	text-align: right;
}

div#t-o-p img {
	margin: 0 0 0 auto;
}


/**/
