/***** BEGIN LICENSE BLOCK *****
# 
# This document is part of NEKODESIGN.NET
#  css template : neko07
# author : robin / robin[at]biboo.net
#
# this graphic theme in distribued under a "Attribution-NonCommercial-ShareAlike 3.0" Creative Commons licence :
# http://creativecommons.org/licenses/by-nc-sa/3.0/
#
# You are free:
# * to Share — to copy, distribute and transmit the work
# * to Remix — to adapt the work
# Under the following conditions:
# * Attribution : You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
# * Noncommercial : You may not use this work for commercial purposes.
# * Share Alike : If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.
#
# For any reuse or distribution, you must make clear to others the license terms of this work.
# Any of the above conditions can be waived if you get permission from the copyright holder.
# Apart from the remix rights granted under this license, nothing in this license impairs or restricts the author's moral rights.
#
# Your fair dealing and other rights are in no way affected by the above.
# This is a human-readable summary of the Legal Code : http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode
# 
# ***** END LICENSE BLOCK *****/
/* zero out everything   */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	background-color: #FFFFFF;
	color: #676767;
}

body > #sidebar {
	position: fixed;
}

img, a img {
	border: none;
}

a {
	color: #93B300;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #4D4D4D;
	text-decoration: none;
	background-color: transparent;
}

/*         main
****************************************/
#main {
	width: 550px;
	margin-left: 220px;
	padding-bottom: 2em;
}

/*           content
**************************************/
#content {
	margin: 0 10px;
}

#content p {
	margin: .7em 0;
}

#content ul li {
	list-style-type: circle;
}

#content ul, #content ol {
	margin-left: 40px;
}

#content h2 {
	border-bottom: 1px solid #4D4D4D;
	text-align: right;
	margin-top: 1.2em;
	margin-left: 0px;
}

#content h2 a {
	text-decoration: none;
	color: #FC7E03;
	background-color: transparent;
}

/*         fom : find out more block
*************************************************************/
.fom {
	width: 90%;
	margin: 8px;
	border: dashed 1px #DADADA;
	background-color: #FFFFD0;
	padding: 7px;
	color: #000000;
}

.fom ol {
	margin-left: 30px;
}

/*          into sidebar
*************************************/
#sidebar {
	position: absolute;
	background-color: #F3F5E7;
	color: #676767;
	top: 0;
	left: 0;
	width: 220px;
	height: 100%;
	overflow: auto;
	border-right: 1px solid #D2DBC8;
}

#header {
	border-bottom: 1px solid #D2DBC8;
	background: url(img/header-02.jpg) #FFFFFF no-repeat left bottom;
	height: 185px;
	text-align: right;
}

#header a {
	text-decoration: none;
	font-size: 140%;
	margin-right: 8px;
}

.block {
	margin-top: .6em;
}

.block p {
	margin: .6em;
}

.block ul {
	list-style-type: none;
}

.block a {
	display: block;
	padding: 3px 15px;
	border-bottom: 1px dashed #999999;
	color: #676767;
	background-color: transparent;
	text-decoration: none;
}

.block a:hover {
	color: #363636;
	background-color: #FEDD9E;
}

#info {
	font-size: 75%;
	margin-top: 2em;
}

#info p {
	margin: .6em;
}

#info a {
	text-decoration: none;
}

/*  CC licence : respect it ! */
div#CC-licence {
	border: 4px solid #E0AD4B;
	background: transparent url(img/CC-licence-bg.png) no-repeat 195px 30px;
	width: 230px;
	padding: 2px;
	margin: 8px;
}

div#CC-licence p {
	margin: 0px;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}

div#CC-licence a {
	color: #D20000;
	text-decoration: none;
	background-color: transparent;
}

div#CC-licence a:hover {
	text-decoration: underline;
	color: #7D0000;
	background-color: transparent;
}

img.CC-floatleft {
	float: left;
	margin: 4px 2px 0 0;
}

/* END  CC licence */