/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */


/* basic elements */
/* This should cover most common elements */
html, body
{ 
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0; 
	padding: 0;
	text-align: center;
	background-color: #edf7d4;
}

h1
{
	font-weight: bold;
	font-size: 1.5em;
	margin: 0;
	margin-bottom: 10px;
}

h2, h3
{ 
	font-weight: bold;
	font-size: 1.3em;
	margin: 0;
	margin-bottom: 10px
}

h3
{
	font-size: 1.1em;
}

h4
{ 
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
	margin: 0;
	margin-bottom: 15px;
}

a, a:link
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #80a0d3;
}

a:visited
{
	font-weight: bold; 
	text-decoration: none;
	color: #3e4d66;
}

a:hover, a:active
{
	text-decoration: underline; 
	color: #ffb80c;
}

img
{
	border: none;
}



/* Classes */

div.box
{
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
}

/*Generic class for error messages*/
.error {
	color: #AA0000;
}


/* specific divs */
body.Controller
{
	text-align: left;
}

#site
{
	padding: 0;
	margin: 0 auto 0;
	width: 900px;
	text-align: left;
	background-color:#ffffff;
}

#header
{
	height: 75px;
	background: transparent url(../images/nekonuevo/banner.jpg) no-repeat top right;
}

#logo
{
	padding-top: 20px;
	padding-left: 40px;
	width: 200px;
	height: 50px;
	background: transparent url(../images/nekonuevo/logo.gif) no-repeat center;
}

#logo span
{
	display: none;
}

/*Drop-down menu*/
#menu
{
	width: 100%;
	white-space: nowrap /*IE hack*/;
	border-top: 2px solid #dee2d3;
	border-bottom: 2px solid #dee2d3;
	font-size: 1em;
	line-height: 30px;
	height: 30px;
	position: relative;
}

#menu ul
{
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

#menu ul li
{
	float: left;
	border-right: 2px solid #dee2d3;
	padding: 0;
	margin: 0;
}

#menu ul li a
{
	display: block;
	height: 30px;
	padding: 0 10px 0 10px;
	text-decoration: none;
	font-weight: normal;
}

#menu .boxcontent
{
	padding: 0;
	margin: 0;
}

#menu .boxtitle span
{
	display: none;
}

#content
{
	text-align: left;
}

.body
{
	padding: 20px 20px 0 20px;
}

#footer
{
	background: #dee2d3 url("../images/nekonuevo/tl-corner.gif") no-repeat top left;
	text-align: right;
	padding: 0 15px 0 15px;
	margin-top: 15px;
	float: right;
	font-size: 0.8em;
}

#sidebar
{
	width: 200px;
	float: right;
	margin-left: 20px;
	position: relative;
	font-size: 0.9em;
}

#sidebar .boxheader
{
	padding: 8px;
	margin: 0;
	background: #dee2d3 url("../images/nekonuevo/tl-corner.gif") no-repeat top left;
}

#sidebar .boxheader h2
{
	margin: 0;
}

#sidebar ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#sidebar li
{
	padding: 5px 0 10px 0;
	margin: 0;
	border-bottom: 1px solid #dee2d3;
}

#sidebar .description
{
	padding-top: 5px;
	padding-left: 5px;
	font-size: 0.8em;
}

#pidginlogoimage
{
	float: right;
	padding: 10px;
}

#advertbanner
{
	margin: 0 auto 0;
	width: 468px;
	font-size: 0.6em;
}

.clear
{
	clear: both;
}

.description
{
	/*padding-bottom: 15px;*/
	font-size: 0.8em;
}
