@import url("/theme/common");

/*
Theme Name: extreme
Theme URI: http://xtlim.com/
Description: Theme for X-TLiM
Version: 0.1
Author: orzccc
Author URI: http://orz.cc/
*/

html
{
	margin: 0;
	border-left: 0.5em solid #88c;
	padding: 0 0 2em 1.3em;
	background-color: #ccf;
}

body
{
	margin: 0;
	padding: 0 0.5em 0 6em;
	color: #444;
	background: #fff url('/image/left-bottom.30x30.gif') no-repeat left bottom;
}

div.content
{
	max-width: 40em;
	_width: 80%;
	margin: 2em auto;
}
div.section
{
	max-width: 40em;
	_width: 80%;
	margin: 3em auto;
}
div.section div.section ,
div.content div.section
{
	width: auto;
	margin: 2em 1em;
}

h2 ,
h3 ,
h4 ,
h5 ,
h6 ,
dt
{
	color: #448;
}

h1
{
	margin: 0;
	padding: 0.6em 1em 1.5em;
	color: #66d;
	text-align: center;
	font-size: 150%;
}

h2
{
	font-size: 110%;
}

h3
{
	font-size: 100%;
}

p
{
	max-width: 40em;
	_width: 80%;
	margin: 1em auto;
	line-height: 1.6;
}

a:link
{
	color: #03c;
}
a:visited
{
	color: #66f;
	background-color: transparent;
}
a:hover
{
	position: relative;
	top: 1px;
	left: 1px;
}

strong
{
	color: #559;
}

del
{
	color: #888;
}

div.content img
{
	float: right;
	clear: both;
	margin: 5px 5px 1em 1.5em;
	border: 5px solid #ccf;
}
div.content .section ,
div.content .section:after
{
	clear: both;
}
div.content .section:after
{
	display: block;
	content: '.';
	font-size: 0;
}

div.nav
{
	max-width: 50em;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	_left: -0.5em;
}
div.nav ul
{
	margin: 0;
	padding: 1em 0 0 0;
}
div.nav ul li
{
	list-style: none;
	_width: 6em;
	margin: 1em 1em 0 0;
	border-left: 0.5em solid #88c;
	padding: 0;
	background: #ccf url('/image/right-top.10x10.gif') no-repeat top right;
}
div.nav ul li a
{
	display: block;
	padding: 0.7em 0.6em 0.7em 0.5em;
	color: #558;
	background: transparent url('/image/right-bottom.10x10.gif') no-repeat bottom right;
	font-weight: bold;
	text-align: center;
}
div.nav ul li.selected
{
	border-left-color: #558;
}
div.nav ul li a:hover ,
div.nav ul li.selected a
{
	position: static;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}


