html {
	background:#fff url(images/logo_bottom.gif) bottom center no-repeat;
}
body {
	background: transparent url(images/logo_top.gif) top center no-repeat;
	color:#333;
}
body, p, ol, ul {
	font-family:Georgia, serif;
	font-size:13px;
	line-height:1.5;
	margin:0;
	padding:0;
}



/***** BASIC *****/
h1 {
	color: #ec7bf4;
	font-size: 40px;
	font-size: 60px;
	font-weight: normal;
	margin: 0 0 1em 0;
	margin-bottom: 3em;
	text-indent: -999em;
}
h1 span {
	color: #ec7bf4;
}
h2 {
	font-weight:normal;
}
h3 {
	border-top: 3px dashed #c000a4;
	font-weight : normal;
	margin-top: 3em;
	padding-top: 50px;
}
a { 
	color: #666;
}
a:visited { 
/*	color: #666;*/
}
a:hover { 
	background:#ffc; 
	color: #333; 
}
.left {
	float: left;
}
.right {
	float: right;
}


/***** CONTAINERS *****/
#container {
	margin:0 auto 250px auto;
	width:600px;
}
#container p {
	font-size:26px;  
	margin-bottom: 40px;
}


/***** SERVICE BLOCK *****/
#services:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden; 
}
ul#services {
/*	border-bottom: 3px dashed #ec7bf4;  */
/*	border-bottom: 3px groove #ec7bf4;  */
/*	border-bottom: 3px inset #8b0075;  */
	margin-bottom: 40px;
}
ul#services li {
	display:block;
	float:left;
	line-height:24px;
	margin:5px;
}
.size1 { font-size:10px; }
.size2 { font-size:12px; }
.size3 { font-size:16px; }
.size4 { font-size:20px; }
.size5 { font-size:24px; }

/***** SEARCH *****/
form {
	
}
form input.text_input {
	color:#666;	
	font-size: 20px;
	margin-bottom: 40px;
	padding: 10px;
	width: 574px;
}

/***** LIST *****/
ul#activity_list {
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
}
ul#activity_list li {
	border: 1px solid #ccc;
	clear: both;
	height: auto;
	line-height: 16px;
	margin: 0 0 5px 0;
	overflow: hidden;
	padding: 10px;
}
ul#activity_list li a {
	
}
ul#activity_list li span.left {
	font-size: 14px;
	width: 420px;
}
ul#activity_list li span.right {
	font-size: 11px;
	text-align: right;
	width: 130px;
}


/***** NUMEROT *****/
#pagination {
	padding: 30px 0 20pxpx 0;
	font-size: 24px;
}
#pagination span {
	font-size: 14px;
}
#pagination a {
	text-decoration: none;
}
#pagination a:hover {
}


/***** SINGLE POST *****/
#container .post h2 {
	font-size:30px;  
	margin-bottom: 40px;
}
#container .post p {
	font-size:24px;  
	margin-bottom: 40px;
}
#container .post p a {
	font-size: 20px;
}
	
	
/***** ADS *****/	
#google {
	height: 60px;
	margin: 40px 0 40px 66px;
	width: 468px;
}	

/***** FOOTER *****/
p.footer {
	color: #666;
	font-size: 11px !important;
	text-align: right;
}