/*  
Theme Name: Arthemia
Theme URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/
Description: <a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">Arthemia</a> theme is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.
Version: 1.0
Author: Michael Jubel Hutagalung
Author URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body {

	text-shadow: 0px 0px;

	font: 100% Helvetica, Arial;
	background-color: #fff;
	color: #333;
	}

p {	
	margin: 10px 0;
	}

a:link, a:visited {
	color: #FF0976;
	text-decoration:none
	}

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

a img {
		border-width: 0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Georgia;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */


#page {
	width:960px;
	margin:0px auto;
	padding:10px 0 10px 0;
	font-size: .7em;
	background-color: #fff;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


/* Navigation Bar*/
#header {
	background-image: url(images/bkg_header.png);
	background-repeat: repeat-x;
	background-color: #fff;
	margin: 0px;
	width: 100%;
	padding: 0px;
	text-transform:uppercase;
	}

#headerplus {
		text-align: center;
		padding: 3px;
		font-style: normal;
		font-weight: normal;
		font-size: .8em;
		color: #fff;
		text-transform: none;
		/*background-color: #e9e9e9;*/
	}

#head {
	
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 960px;
	padding:5px 0 5px 0;
	font-size:0.7em;
	height: 86px;
	}


#head2 {
	height: 35px;
	background-repeat: none;
	background-image: url(images/menu.png);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 960px;
	padding:0px;
	font-size:0.7em;
	}
	
#headNew {
	height: 35px;
	/*background-repeat: none;
	background-image: url(images/menu.png);*/
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 960px;
	padding:0px;
	font-size:10px;
/*	font-weight: bold;*/
}

/* menu */
#menu
{
	position: relative;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style:none;
	color: #FF0976;
	line-height: 34px;
	display:inline-block;
  /*float:left; z-index:1000;*/
}
#menu a
{
	/*
	color: #FF0976;
	font-size: 1.3em;
	text-decoration:none;
	*/
	margin: 0px;
	font-weight:bold;
	color:#FFF;
	display:block;
}
#menu > li
{
	/*background: #FF0976 none repeat scroll 0 0;*/
	cursor:pointer;
	float:left;
	position:relative;
  	padding:0px 10px;
  	height: 35px;
}
#menu > li a:hover
{
	text-decoration:none;
	display:block;
}

/* sub-menus*/
#menu .menu-top-left
{
	position:relative;
	top:-11px;
	left:-30px;
}

#menu .menu-top-right
{
	position:relative;
	top:-11px;
	left:146px;
} 

#menu .menu-bottom-left
{
	position:relative;
	top:9px;
	left:-20px;
}

#menu .menu-bottom-right
{
	position:relative;
	top:-22px;
	left:150px;
}

#menu .menu-bottom
{
	position:relative;
	top:-6px;
	left:-10px;
	height: 10px;
	width: 160px;
}

#menu .menu-bottom-li
{
	height: 2px;
}

#menu .menu-top-li
{
	height: 2px;
}


#menu ul
{
	padding:0px;
	margin-top: -10px;
	display:block;
	display:inline;
}
#menu li ul
{
	position:absolute;
	left:-10px; top:0px;
	margin-top:35px;
	width:180px;
	line-height:16px;
  background-color:#FF0976; color:#FFF;
  /* for IE */
  display:none;
}
#menu li:hover ul
{
	display:block;
}
#menu li ul li
{
	display:block;
	margin:5px 20px;
	padding: 5px 0px; 
	border-top: dotted 1px #fff;
  list-style-type:none;
}
#menu li ul li:first-child
{
	border-top: none;
}
#menu li ul li a
{
	text-decoration:none;
	display:block;
}
#menu li ul li a:hover
{
	display:block;
} 


#navbar {
	padding: 0px;
	text-transform: uppercase;
	/*border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #37495c;
	background-color: #FF0976;*/
	width: 100%;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0px;
	}
	
*+html #navbar {
	padding: 0px;
	text-transform: uppercase;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #37495c;
	background-color: #FF0976;
	width: 100%;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: -3px;
	}

#bienvenue {
	background-color: #e9e9e9;
	width: 100%;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	}

#bienvenue2 {
	line-height: 1.3em;
	padding: 20px 10px 20px 10px;
	font-size: 20px;
	width: 940px;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0px;
	}

#bienvenue2 h3 {
	font-size: 25px;
	}

#bienvenue2 ul{
	width:370px;
	padding: 10px 0px 20px 15px;
	}
	
#bienvenue2 p{
	font-size: 0.8em;
	line-height: 1.5em;
	}
	
	
#logo {
	}

#page-bar {
	margin-left: 220px;
	width: 482px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	font-size: 1.3em;
	height: 35px;
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	
	}

#page-bar li:hover {
	background: #37495c;
	}


#page-bar a, #page-bar a:visited {
	padding-left: 16px;
	padding-bottom: 10px;
	padding-right: 16px;
	padding-top: 15px;
	margin: 0px;
	font-weight:bold;
	color:#FFF;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 1px solid #C0C0C0;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	padding: 5px 10px 5px 18px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* Text*/

h1 {
	font:3.5em;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:2.3em;
	}

h3 {
	font:1.3em;
	margin-bottom:3px;
	color: #FF0976;
	font-weight:bold;
	}

h4 {
	font:1.0em;
	}

h3.cat_title, h3.cat_title a {
	color: #37495c;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}

#headline {
	width: 620px;
	float:left;
	background:#fff;
	font-size: 1.05em;
	line-height:1.5em;
	margin: 0px 0px 20px 0px;
	border-bottom:5px solid #E9E9E9;
	padding-bottom:10px;
	}

#headline  div.title {
	font-family: Helvetica, Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	display:block;
	}

#headline  div.title a {
	font-family: Helvetica, Arial;
	font-weight:bold;
	letter-spacing: 0em;
	display:block;
	}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#featured .info a {
	color: #fff;
	}

#featured .meta {
	color: #fff;
	float: left;
	margin-top: 5px;
	padding-bottom:2px;
	}

#headline p {
	padding-bottom:15px;
	}


	
	
#featured {
	margin:0 0px 0 0px;
	padding-left: 0px;
	padding-bottom: 9px;
	padding-right: 0px;
	padding-top: 0px;
	background:#fff;
	float:right;
	}

#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

#featured .info {
	margin-left: 3px;
	margin-top: 140px;
	padding: 5px;
	background-image: url(images/alpha.png);
	position: absolute;
	width: 284px;
	}
	
*+html #featured .info {
	margin-left: -333px;
	margin-top: 116px;
	padding: 5px;
	background-image: url(images/alpha.png);
	position: absolute;
	width: 310px;
	}

#featured .title {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight:bold;
	}


 #featured a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:0px;
	padding:2px;
	}

#featured  a:hover img {
	border-color: #FF0976;
	border-width: 2px;
	border-style: solid;
	margin-top:5px;
	margin-right:0px;
	padding: 1px;
	}





#middle {
	width: 940px;
	background:#f2f2f2;
	float:right;
	padding:0px;
	margin:10px 10px 20px 10px;
	}

.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#f2f2f2;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #37495c;}
#cat-2, #cat-4 {border-top:8px solid #FF0976;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	font-size: 1.2em;
	line-height: 1.5em;
	margin:0;
	}


#front-popular h3 {
	color:#fff;
	}

.category a {
	color:#333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#37495c; color:#fff; }
#cat-2:hover, #cat-4:hover {background:#FF0976; color:#fff; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#37495c; color:#fff; }
#cat-2:hover a, #cat-4:hover a {background:#FF0976; color:#fff; }

#bottom {
	width: 960px;
	}

#front-list {
	width: 620px;
	padding:10px 10px 10px 10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	}

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font-variant: normal;
	padding: 0px;
	margin-left: 5px;
	font-size: 2em;
	background-repeat: repeat;
	font-weight:bold;
	line-height: 1.3em;
	letter-spacing:0;
	}

#front-list .clearfloat, #archive .clearfloat {
	margin-bottom: 30px;
	border-bottom-color: #e9e9e9;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	padding-bottom: 10px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	float: right;
	color: #FF0976;
	}

.meta a {
	color: #FF0976;
	}

#headline p, #featured p {
	margin:0;
	}


/* Content Page*/

#content {
	width:620px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	text-transform: uppercase;
	letter-spacing: 0px;
	font-family: helvetica, arial;
	font-size: 1em;
	font-weight:bold;
	color: #37495c;
	}

#content h2.title {
	font-variant: normal;
	margin-bottom: 10px;
	border-bottom-color: #e9e9e9;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	font-family: Helvetica;
	padding-top: 5px;
	color: #FF0976;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	font:1.7em;
	font-weight:bold;
	letter-spacing:-0.05em;
	margin-left: 0px;
	}

.post {
	font-size:1.05em;
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	margin:10px 0px;
	}

.post ul, .post ol {
	margin-bottom:15px;
	}

.post ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img, .imgvus img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}



.post a:hover img, #front-list a:hover img, #archive a:hover img, .imgvus:hover img {
	border:2px solid #FF0976;
	margin:0 10px 5px 0;
	padding: 1px;
	
	}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:4px 0px;
	font:0.8em;
	display:block;
	color: #FF0976;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:575px;
	height:50px;
	font-size:0.95em;
	border-bottom:1px dotted #ccc;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* Sidebar*/
#sidebar {
	margin-left: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	line-height: 1.3em;
	font-size: 1em;
	width:300px;
	float:right;
	}

#sidebar h3 {
	margin-bottom: 10px;
	font-family: Helvetica, Arial;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	font:2.4em;
	font-weight:bold;
	color: #37495c;
	padding:3px 10px;
	}

#sidebar-container {
	border-color: #e9e9e9;
	border-style: solid;
	border-width: 1px;
	margin: 20px 0 0 0;
	width:294px;
	float:right;
	padding:2px;
	/*padding:2px;*/
	}

#sidebar-content {
	padding:5px;
	background:url(images/bkg_bloc.png) repeat-x;
	background-color:#f2f2f2;
	height:100%;
	}

#bloc-container {
	/*border-color: #e9e9e9;*/
	/*border-style: solid;*/
	/*border-width: 1px;*/
	width:300px;
	margin:10px 0 0 0;
	/*padding:2px;*/
	background-color: #e9e9e9;
	}
	
#bloc-content {
	padding:0px;
	margin:10px 0 0 0;
	/*background:url(images/bkg_bloc.png) repeat-x 0 0px;
	background-color:#f2f2f2;*/
	
	}
	
#sidebar-content p{

		margin: 5px;

		font-size: 1.2em;

		line-height: 1.2em;

	}
	
	

#bloc-content p{

		margin: 5px;

		font-size: 1.2em;

		line-height: 1.2em;

	}
	
	

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:300px;
	float:right;
	}

#sidebar-left {
	border-color: #e9e9e9;
	border-style: solid;
	border-width: 1px;
	width:140px;
	padding:2px;
	background-color: #fff;
	float:left;
	margin
	}

#sidebar-right {
	border-color: #e9e9e9;
	border-style: solid;
	border-width: 1px;
	width:140px;
	padding:2px;
	background-color: #fff;
	float:right;
	}
	
#sidebar-left-content, #sidebar-right-content {
	padding:5px;
	background:url(images/bkg_bloc.png) repeat-x 0 0px;
	background-color:#f2f2f2;
	}





#sidebar li {
	padding-bottom: 2px;
	padding-right: 0px;
	padding-top: 2px;
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	background: 0 0px;
	}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}


/* Form Elements */


.header-search {
	position: relative;
	left: 700px;
	top: -38px;
	clear:right;
	/*float:right;*/
	padding:10px 23px 0 0;
	width:200px;
	
}


.header-search-input,  .header-search-input input {
	background:transparent url(images/search_form.png) no-repeat scroll left top;
	height:20px;
	overflow:hidden;
	padding:0;
	width:170px;
}
.header-search-input {
	float:left;
}

/*
.header-search-input div {
	background-position:right -36px;
	padding:0 8px;
}

.header-search-input div div {
	background-position:left -18px;
	background-repeat:repeat-x;
	height:20px;
	overflow:hidden;
	padding:0;
	width:150px;
}
*/
.header-search-input input {
	/*background-color:#FFFFFF;
	background-position:left -18px;
	background-repeat:repeat-x;*/
	border:0 none;
	height:14px;
	margin:0;
	padding:4px 20px 0 10px;
}

.header-search input.button, .header-search button.button {
	background:transparent url(images/search_btn.png) no-repeat scroll left top;
	border:medium none;
	bottom:0px;
	float:right;
	height:20px;
	position:relative;
	width:30px;
}

.header-search input {
	color:#666666;
	font-size:10px;
}








select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	background:#fff;
	font-size:1.0em;
	
	width:280px;
	float: right;
	border:5px solid #DDDDDD;
	padding:2px;
	}
/*
#s {
	background-color:#FF0976;
	background-image:url(images/search_form.png);
	border-width:0;
	font-size:1em;
	height:18px;
	margin:0;
	padding:7px 0 1px 15px;
	width:125px;
	}
	
#searchsubmit {
	background-color:#FF0976;
	background-image:url(images/search_btn.png);
	border-width:0;
	height:26px;
	margin:-4px;
	padding:0;
	width:33px;
	}

#searchform {
	width: 202px;
	margin-top: 5px;
	float:right;
	text-align:right;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}
*/


/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 0px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:5px solid #ddd;
	width:600px;
	float:right
	}

.commenttext2 {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:5px solid #FF0976;
	width:600px;
	float:right
	}
		
.commenttext p, .commenttext2 p
{
	margin: 0px 0 15px 0;
}

.commenttext img , .commenttext2 img
{
	margin: 5px 0 15px 0;
}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:600px;
	background:#fff;
	border:5px solid #DDD;
	padding:5px;
	}

/* Footer*/

#front-popular {
	font-size:0.7em;
	width: 960px;
	background:#e9e9e9 bottom no-repeat;
	margin: 0 auto;
	padding:10px;
	}

#recentpost, #mostcommented, #recent_comments {
	border-width: 0px;
	width: 300px;
	float:left;
	padding:5px;
	}

#recent_comments {
	border-width: 0px;
	width: 300px;
	float:left;
	padding:5px;
	}

#mostcommented {
	/*border-left-color: #FF0976;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #FF0976;
	border-right-style: solid;
	border-right-width: 1px;*/
	margin-right: 10px;
	margin-left: 10px;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	}

#recentpost H3, #mostcommented H3, #recent_comments h3 {
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 5px;
	font-size:20px;
	font-weight:bold;
	color: #FF0976;
	padding:3px 10px;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	border-top-color: #FF0976;
	list-style:none;
	border-top-style: dotted;
	border-top-width: 1px;
	padding:5px;
	display:block;
	margin: 5px 0 5px 0;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	color: #FF0976;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}


#footer {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	font-size:0.6em;
	padding-top:10px;
	padding-bottom:10px;
	}


                     

#foot {
	border-top-color: #FF0976;
	border-top-style: solid;
	border-top-width: 10px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: #e9e9e9;
	}


                     

#footer a {
	color: #FF0976;
	text-align: center;
	margin: 0 auto;
	width: 960px;
	padding-top:10px;
	padding-bottom:10px;
	}


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}



/* LISte auteurs */
 #authorlist{
	display: inline-block;
	}
 
 
   #authorlist li {  
       float: left; 
       clear:left; 
       margin: 0 0 5px 0; 
       width:100%; 
       }     
      
   #authorlist img.photo {  
       width: 40px;  
       height: 40px;  
       float: left;  
       margin:5px;
       }  
     
   #authorlist div.authname {  
       margin: 20px 0 0 0px;  
       float: left;  
       }  
       
   #contact-authors{
   		float:right;
   		clear:both;
   }




.author_bio_container {
	border-color: #e9e9e9;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
	width:614px;
	float:right;
	padding:2px;
	background-color: #fff;
	}

.author_bio_content {
	padding:0px 10px 10px 10px;
	background:url(images/bkg_bloc.png) repeat-x;
	background-color:#f2f2f2;
	height:100%;
	}
	


#jeuxconcours {

}

.jeux_input {
width:400px;
border:5px solid #DDDDDD;
padding:5px;

}

.participer{	
	background:transparent url(images/participer.png) no-repeat scroll left top;
	border:medium none;
	
	height:50px;
	width:300px;
}


/*Abratagada*/

#tdomf_form2_send{
	background:transparent url(images/abratagada.png) no-repeat scroll left top;
	border:medium none;	
	width:210px;
	height:45px;

}
#box {

	/*display: none;*/
}



/*TWITTER*/

#twitter_update_list span{
	font-size:1.3em;
	font-weight:bold;
	line-height:1.2em;
}

#twitter_update_list li{
	padding-top: 10px;
}




/*HP*/

#front-list .spoiler2 {
	display:block;
	margin-top:3px;
	}
	
	
.leftHP {
	border:0px;
	float:left;
	}
	
	
/*BLOC BOUTIQUE*/

.bloc_boutique{
	border-top-color: #FF0976;
	border-top-style: solid;
	border-top-width: 10px;
	padding:10px;
	width:600px;
	float:right;
	background-color: #e9e9e9;
}

.bloc_boutique h3{
	font:1.3em;
	margin-bottom:3px;
	color: #FF0976;
	font-weight:bold;
}

.bloc_boutique_gauche{
	margin:0px;
	float:left;
	display: block;
	width:280px;
}

.bloc_boutique_droite{
	margin:0px;
	float:right;
	display: block;
}



      /* FEATURED CONTENT SLIDER STYLES */ 

      #wrapper{ 
      width: 62.2em; 
      border: 0.1em solid #2b2b2b; 
      margin-bottom: 2em; 
      } 
      #slider { 
      margin: 0 auto; 
      position: relative; 
      } 
      .scroll { 
      width: 62.2em; 
      overflow: auto; 
      overflow-x: hidden; 
      position: relative; 
      background: #0e0e0e; 
      } 
      .scrollContainer div.panel { 
      padding: 1em; 
      width: 61.2em; 
      } 
      .format_text.featured_media{ 
      margin-right: 1em; 
      float: left; 
      } 
      .format_text.featured_media a img{ 
      width: 15em; 
      height: 12em; 
      } 
      .format_text.featured_text{ 
      font-size: 1em; 
      float: left; 
      width: 35.5em; 
      } 
      .format_text.featured_text div.format_text.entry-content p{ 
      margin-bottom: 0; 
      padding-bottom: 0; 

      } 
      #shade { 

      background: #000; 

      height: 9em; 

      border-top: 1px solid #333; 

      } 
      #shade.tall-shade { 

      background: #000; 

      height: 12em; 

      border-top: 1px solid #333; 

      } 
      ul.navigation { 

      list-style: none; 

      margin: 0; 

      padding: 0; 

      padding-bottom: 0.9em; 

      } 
      ul.navigation li { 

      display: inline; 

      margin-right: 0.8em; 

      } 
      ul.navigation a { 

      padding: 0.9em; 

      color: #000; 
 
       text-decoration: none; 

      float: left; 

      font-size: 1.25em; 

      } 
      ul.navigation a:hover { 

      background: url(images/arrow_down.png) no-repeat 50% 0%; 
      } 
      ul.navigation a.selected { 

      background: url(images/arrow_down.png) no-repeat 50% 0%; 

      } 
      ul.navigation a:focus { 

      outline: none; 

      } 
      .scrollButtons { 

      position: absolute; 

      top: 130px; 

      cursor: pointer; 

      } 
      .scrollButtons.left { 

      left: -13px; 

      z-index: 100; 

      display: none; 

      visibility: hidden; 

      } 
      .scrollButtons.right { 

      right: -13px; 

      z-index: 101; 

      display: none; 

      visibility: hidden; 

      } 
      .hide { 

      display: none; 

      } 
      span.thumbtitle{ 

      display: block; 

      font-size: 1.3em; 

      text-align: center; 

      display:none; 

      } 
      img.scroller-thumb{ 

      padding: 0.3em 0.4em; 

      border: 0.1em solid #2b2b2b; 

      width: 13.3em; 

      } 

      img.scroller-thumb-big{ 

      padding: 0.3em 0.4em; 

      border: 0.1em solid #2b2b2b; 

      } 

       

      a.selected img.scroller-thumb{ 

      }  


/*********** HP *******************************/



#hp_first_bloc{
	margin: 0px;
	padding: 20px 10px;
	width: 940px;

}




#hp-content {
	padding:5px;
	background:url(images/bkg_bloc.png) repeat-x;
	background-color:#f2f2f2;
	height:100%;
	}


#hp-container {
	border-color: #e9e9e9;
	border-style: solid;
	border-width: 1px;
	margin: 0px 10px 0px 10px;
	width:204px;
	float:left;
	padding:2px;
	/*padding:2px;*/
	}











