/*CSS Style for Silent Garden v6
Author : Céline Goupil 
Author URI: http://www.nen-daemoth.com*/

* {
	padding: 0;
	margin: 0;
	}

body {
	background-color: #34293b;
	margin: 0;
	padding: 0;
}

#container_bg {
	background-image: url(layout/bg1.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
	width: 640px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#container_bg_2 {
	background-repeat: no-repeat;
	background-position: center top;
	width: 615px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(layout/bg2.jpg);
	background-color: #060507;
	font-family: Arial, Helvetica, sans-serif;
	color: #70577e;
}

#cubes {
	/*background-image: url(layout/cubes.gif);*/
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 7px;
}

#rightbox {
	position: absolute;
	width:245px;
	top: 28px;
	margin-left: 20px;
	font-size: 11px;
}

#mainbox {
	width: 285px;
	margin-right: auto;
	margin-left: 30px;
	font-size: 11px;
}

#footer {
	background:url(layout/cubes.gif) no-repeat left 40px;
	font-size:10px;
	height:50px;
	padding-top: 12px;
	text-align: center;
}

/*----------------------------Classes---------------------------------*/
.title {
	height: 177px;
}

.transparency {
  border: none;
  filter: alpha(opacity=40); /* IE's opacity*/
  opacity:.4;
}

.feedlink img { /* On the sidebar */
	border: none;
	position: absolute;
	right: 20px;
	}
	

	
/*----------------------------Listes---------------------------------*/
ul {
	list-style-position: inside;
	list-style-type: none;
	display: list-item;
	text-indent: 15px;
	line-height: 20px;	
}


li {
	list-style-image: url(layout/bullet_feed.png);
	list-style-type: none;
	list-style-position: inside;
}

/*----------------------------Titres---------------------------------*/
h1, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #a480b9;
}

h2 {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3 {
	font-size: 12px;
	font-style: normal;
}

/*----------------------------Liens---------------------------------*/
a:link {
	text-decoration: none;
	color: #d1a2ec;
}

a:hover {
	color: #f1d8ff;
	text-decoration: underline;
}

a:active {
	color: #f1d8ff;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #70577e;
}

img {
	border:none;
}

