#maincol h2
{
	text-align: right;
	color: green;
	margin-top: 2px;
	border-bottom: solid 1px #C5CBDA;
	font-size: 200%;
}

/* profile */
#main
{
	margin-right: 260px;
	margin-left: 2px;
	position: relative;
	width: auto;
}
#profilepane
{
	float: right;
	width: 250px;
}
#profilepane .pane, #main .pane
{
	background-color: #D1D7DC;
	border: 1px #006699 solid;
	padding: 2px;
	margin-bottom: 3px;
	z-index: 2;
}
#main .pane
{
	width: auto;
}
#profilepane .pane h2
{
	font-size: 12px;
	margin: 0px;
	border: 1px solid #006699;
	background-color: #ADC78B;
	color: #006699;
}
#friendlist
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 3;
}
#friendlist li
{
	position: relative;
	float: left;
	text-align: center;
	width: 140px;
	height: 140px;
	z-index: 4;
}
#main hr
{
	clear: both;
}

/* gallery */
#photoalbums
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#photoalbums li
{
	float: left;
	width: 160px;
	height: 180px;
}
#pictures
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#pictures li
{
	float: left;
	width: 160px;
	height: 180px;
}

div.ratebar
{
	border: 1px solid #C5CBDA;
	/*background-color: #EEFFEE;*/
	padding: 3px;
}

div.ratebar p.ratebar
{
	font-weight: bold;
	margin-bottom: 2px;
}

div.ratebar p.ratedesc
{
	font-size: 80%;
	margin-top: 2px;
}

#albums, ul.singles
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#albums  h3, ul.singles h4
{
	margin: 1px 0;
	font-size: 13px;
}

#albums li, ul.singles li
{
	min-height: 160px;
}

* html #albums li, * html ul.singles li
{
	height: 160px;
}

ul.singles li.compact
{
	min-height: 24px;
}

* html ul.singles li.compact
{
	height: 24px;
}

div.albumcover
{
	float: right;
	width: 160px;
	height: 160px;
}

#tracks
{
	min-height: 160px;
	margin-right: 200px;
}

#tracks li:hover
{
	background-color: #EEFFEE;
	border-bottom: solid 1px #DDEEDD;
}

#tracks li span
{
	display: block;
	float: right;
}

ul#reviewbox, ul#song-meanings
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul#reviewbox li img.avatar, ul#song-meanings li img.avatar
{
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

li.right div.author-pane
{
	float: right;
}

li.left div.author-pane
{
	float: left;
}

div.author-pane
{
	/*border: 1px solid #C5CBDA;*/
	width: 100px;
	text-align: center;
	padding: 2px;
}

li.right blockquote.post
{
	margin-left: 0px;
	margin-right: 110px;
}

li.left blockquote.post
{
	margin-left: 110px;
	margin-right: 0px;
}

li.left p.contrib
{
	margin-left: 110px;
}

p.contrib
{
	font-weight: bold;
}

ul#reviewbox li, ul#song-meanings li
{
	min-height: 105px;
	border-bottom:
	1px solid #C5CBDA;
	border: 1px solid #C5CBDA;
	/*background-color: #EEFFEE;*/
	padding: 3px;
}

ul#reviewbox li.none, ul#song-meanings li.none
{
	min-height: 0px;
}

* html ul#reviewbox li, * html ul#song-meanings li
{
	height: 105px;
}

ul#release-years
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 18px;
	margin-bottom: 20px;
}

ul#release-years li
{
	clear: none;
	float: left;
	list-style-type: none;
	text-align: center;
	border-bottom: none;
	margin-right: 0px;
	height: 18px;
	width: 40px;
	padding: 0px;
}

/* nouvelle */
/******************************************************/
    /* Adobe kuler selector
    
    #5E995E
    #5E995E
    #5E995E (base)
    #5E995E
    #8CE68C
    */
    
html {
	margin: 0px;
	padding: 0px;
	background-color: #5E995E;
}

body {
	margin: 0px;
	padding: 20px 0;
	font-size: 62.5%;
	font-family: Verdana, Ariel, Sans-Serif;
	text-align: center;
	background-color: #5E995E;
	background: url('/images/AI_flag_tile.jpg');
	background-repeat: repeat-x;
	background-position: center top;
}

#page {
	background-color: white;
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#forum-page {
	background-color: white;
	width: 98%;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 170px;
	margin-bottom: 5px;
	background: url('header.png');
	background-repeat: no-repeat;
}

#header h1 {
	display: none;
}

#header a#thuis {
	display: block;
	width: 100%;
	height: 100px;
}

#nav {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
}

#nav li {
	background: url('nav_left.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	margin: 0;
	margin-left: 3px;
	padding: 0px;
	font-size: 150%;
	padding-left: 13px;
}

#nav li a {
	text-align: center;
	background: url('nav_right.png');
	background-position: 100% 0;
	display: block;
	height: 30px;
	/*width: 100%;*/
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	padding-left: 13px;
	margin-left: -13px;
	padding-right: 12px;
	text-decoration: none;
	color: #576657;
	font-weight: bold;
}

#nav li a:hover {
	color: #17AA17;
}

#nav li a span {
	background-color: #F8F8F8;
	display: block;
	height: 25px;
	width: 100%;
	padding-top: 3px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	cursor: hand;
}

#contents {
	float: left;
	width: 240px;
	padding: 0 5px;
}

#contents .panel
{
	/*border: 1px #006699 solid;*/
	padding: 2px;
	margin-bottom: 8px;
}
#contents h2
{
	font-size: 130%;
	margin: 0px;
	/*border: 1px solid #006699;
	background-color: #ADC78B;*/
	border-bottom: solid 1px #66320A;
	color: #B35309;
	margin-top: 5px;
}
#contents .panel ul li.announcement, #contents .panel ul li.post
{
	list-style-image: url( 'icon_minipost.png' );
}
#contents .panel ul li.new-announcement
{
	list-style-image: url( 'folder_small_announce.gif' );
}
#contents .panel ul li.new-post
{
	list-style-image: url( 'icon_minipost_new.png' );
}
#contents .panel ul
{
	padding: 0px;
	padding-left: 22px;
	margin: 3px 0;
}
#contents .panel p
{
	margin: 2px;
}
#contents .panel #polll
{
	padding-left: 0px;
	list-style-type: none;
}
#contents .panel #polll li
{
	margin-bottom: 1px;
}
#contents .panel #polll li span
{
	float: right;
	height: 13px;
	background-color: red;
}
#contents .panel form
{
	margin: 0px;
}
#contents .panel a
{
	text-decoration: none;
}
#contents .panel #affiliates
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#maincol {
	margin-left: 255px;
	margin-right: 155px;
	padding: 5px;
}

#footing {
	clear: left;
	text-align: center;
}

#news
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	/*border: solid 1px #C5CBDA;*/
}
#news li
{
	border-bottom: 1px solid #C5CBDA;
	/*background-color: #EEFFEE;*/
	min-height: 120px;
	padding: 3px;
}
#news li h3
{
	margin: 1px 0;
	font-size: 120%;
}
* html #news li
{
	height: 120px;
}
#news li p
{
	margin-left: 100px;
}
#news li p.details
{
	margin: 0px;
}
#news li img.icon
{
	margin-right: 5px;
	float: left;
}

#sitenav {
	float: right;
	width: 140px;
	padding: 0 5px;
	padding-right: 10px;
}

#ad {
	text-align: center;
}

#site-search {
	height: 30px;
	width: 100%;
	text-align: right;
}
#site-search p {
	margin: 0px;
	padding: 5px;
}

a img {
	border: none;
}

#rnav {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#rnav li {
	height: 18px;
	border: solid 1px #829982;
	margin-top: 1px;
	width: 100%;
}

#rnav li a {
	color: #000000;
	display: block;
	background-color: #C3E5C3;
	height: 16px;
	padding: 1px;
	font-weight: bold;
	text-decoration: none;
}

#rnav li a:hover {
	border-right: 5px solid #576657;
	background-color: #CAFFC1;
}

#page, #forum-page {
	border: solid 1px #677F67;
}

#page span.topcorners, #forum-page span.topcorners {
	background: url('corners-left.png');
	width: 100%;
	height: 8px;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	margin: -1px -1px 0;
}

#page span.topcorners span, #forum-page span.topcorners span {
	background: url('corners-right.png');
	width: 100%;
	height: 8px;
	background-position: 100% 0;
	background-repeat: no-repeat;
	display: block;
	margin: 0px 2px 0;
}

#footer p {
	padding: 0px;
	margin: 1px;
}

#footer, #footer a
{
	color: #FFFFFF;
}

#page a
{
	color: #B35309;
}
