/*
	Author Name	: Robert Boyce
	Author Site	: http://rcboyce.com
	Style Name	: Kyoto Sunset
	Style URI	: http://rcboyce.com/projects/web/k2/kyoto-sunset
	Version		: 1.1
	Comments	: Based on MIna
*/
body
{
	font-size: 62.5%;	/* Resets 1em to 10px */
	font-family: 'Lucida Grande', 'Myriad Apple', Verdana, Arial, Sans-Serif;
	color: #666666;
	background: url(bg-gradient-fec.png) repeat-x #fec;
	text-align: center;
	margin: 20px 0 30px;
}

#page {
	background: #fefefe;
	text-align: left;
	margin: 0 auto;
	margin-top: -20px;
	padding: 0 10px;
	position: relative;
	width: 760px;
	_width: 720px;	/* IE hack */
}

ul.menu-top
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: -3px;
	left: 20px;
	width: 90%;
	display: inline;
	list-style: square url('up.gif');
}
ul-menu-top li
{
	list-style: square url('up.gif');
	display: inline;
	margin: 0;
}
ul.menu-top li a
{
	font: 1em Verdana, Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	color: #000000;
	background-color: #777;
	margin: 0;
	opacity:.50;
}
ul.menu-top,
ul.menu-top li a
{
	padding: 6px 15px 5px;
}
ul.menu-top li a:hover
{
	background: #000;
	color: #777777 !important;
	text-decoration: none;
	opacity:.70;
}
ul.menu-top li.current_page_item a,
ul.menu-top li.current_page_item a:hover
{
	color: #777777 !important;
	background: #000;
	text-decoration: none;
	opacity:.70;
}

ul.menu li a
{
	font: 1em Verdana, Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	color: #000000;
	background-color: #fec;
	margin: 0;
	opacity:.50;
}

ul.menu li a:hover
{
	background: #edb;
	color: #777777 !important;
	text-decoration: none;
	opacity:.70;
}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover
{
	color: #777777 !important;
	background: #edb;
	text-decoration: none;
	opacity:.70;
}

.primary img
{
	margin-left: -5px;
	padding: 4px;
	border: 0px;
	max-width: 100%;
}

img.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
img.noborder
{
	border: none;
}

.secondary
{
	font: 1em/1.5em 'Lucida Grande', verdana, arial, sans-serif;
	padding: 10px 0;
	margin: 0 0 20px 71%;
	width: 26%;
	color: #555;
	/* IE hacks */
	_margin-left: 0%;
	_margin-right: -3%;
	_width: 28%;
}

h1, h2, h3, h4
{
	font-family: 'Century Gothic', 'Lucida Grande', verdana, sans-serif;
}

h1, h1 a, h1 a:hover, h1 a:visited,
#header .description
{
	text-decoration: none;
	color: #444;
}
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited
{
	color: #555;
}

#header .description	/* Blog description, under blog title */
{
	font-size: 1em;
	text-decoration: strong;
	margin: 0 0 0 40px;
	color: #444;
}

.metadata	/* Time and category for blog entries */
{
	display: block;
	color: #707070;
}

/*- Links */
a:hover, a:visited:hover
{
	text-decoration: underline;
}
h2 a:hover, h2 span a:hover
{
	color: #707070 !important;
}
a
{
	color: #707070;
	text-decoration: none;
}
.itemtext a:visited
{
	color: #707070;
}