/*
Theme Name: poker school
Theme URI: http://pokerschool.com/
Description: poker school custom wordpress theme
Author: Mellianae Merkusi
*/


body{
margin:0;
padding:0;
line-height: 1.2em;
background-color: #000;
font-family: "Trebuchet MS", serif;
}

#maincontainer{
width: 960px; 
margin: 0 auto;
background-image:url(images/mainbg.jpg);
}

/*Bloc haut � droite (onglets, photos etc...)*/
#afterheader{
height: 13px;
overflow: hidden;
background-image:url(images/afterheader.jpg);
background-repeat: no-repeat;
background-position: right;
}


#topsection{
height: 134px; /*Height of top section*/
overflow: hidden;
background-image: url(images/topbg.jpg);
background-repeat: no-repeat;
background-position: right;
}

#topsection img{
float: left;
}

#topsection .affi{
display:block;
    position:absolute;
    margin-top: 34px;
    margin-left:820px;
    width:125px;
    height:45px;
}


#menu{
height: 18px;
display: block;
margin: 98px 0 0 0;
overflow: hidden;
text-align: center;
font-size: 14px;
}

#menu ul{
padding: 0;
margin: 0;
}

#menu li{
list-style: none;
width: 129px;
margin-right: 1px;
float: left;
}

#menu li a{
color: #FFFFFF;
text-decoration: none;
}

#menu li a:hover{
color: #FFFF00;
}

#content{
background-image: url(images/content.jpg);
background-repeat: no-repeat;
background-position: left top;
}

#content .left{
float: left;
width: 210px;
}

#content .right{
float: left;
width: 700px;
}

#topnews{
height: 60px; 
overflow: hidden;
width: 723px;
background-image:url(images/topnews.jpg);
display: block;
margin: 0 auto;
}


#news{
width: 673px;
font-family: Verdana, "Trebuchet MS", serif;
font-size: 12px;
background-image:url(images/news.jpg);
/*background-color : #bed2c6;*/
background-repeat: no-repeat;
background-position: bottom;
display: block;
margin: 0 auto;
padding: 0px 20px 10px 30px;
}

#news h1{
font-size: 18px;
line-height: 22px;
margin : 0px;
}

#news h3{
font-size: 10px;
/*color: #006600;*/
/*font-style: italic;*/
text-decoration : none;
margin : 0px 0px 0px 0px;
padding : 0px;
font-family: Verdana, "Trebuchet MS", serif;
}


/* Le listings des posts */
.contentnews{
width: 693px;
display: block;
font-family: Verdana, "Trebuchet MS", serif;
font-size: 12px;
margin: 20px auto;
padding: 0px 10px 15px 20px;
}

.contentnews h1{
font-size: 18px;
line-height: 22px;
margin : 0px;
font-family: Verdana, "Trebuchet MS", serif;
}

.contentnews h3{
font-size: 10px;
/*color: #006600;*/
/*font-style: italic;*/
text-decoration : none;
margin : 0px 0px 0px 0px;
padding : 0px;
font-family: Verdana, "Trebuchet MS", serif;
}

.contentnews #nb_comments{
font-size: 12px;
color: #006600;;
font-style: bold;
text-decoration : none;
margin : 0px 0px 0px 0px;
padding : 0px;
}

.contentnews .comment_pair{
font-size: 12px;
text-decoration : none;
margin : 0px 0px 0px 0px;
padding : 0px;
background-color: #F0EBEC;
}

.under_category {
font-size: 10px;
background-color: #F0EBEC;
}

.under_post{
font-size: 10px;
font-style: italic;
}

.under_post a{
color: black;
font-style: italic;
}



#formmember{
width: 186px;
height: 190px;
overflow: hidden;
background-image: url(images/form.png);
display: block;
margin: 0 auto 10px auto;
}

#formmember a{
color: #FFFFFF;
}

#formmember .formwrap{
width: 170px;
height: 150px;
overflow: hidden;
display: block;
margin: 35px auto 0 auto;
text-align: center;
font-size: 14px;
color: #FFFFFF;
}

#content .left img{
display: block;
margin: 0px auto 10px auto;
}

#menuleft{
display: block;
margin: 0 auto 10px 0;
width: 210px;
font-size: 12px;
line-height: normal;
}

#menuleft ul{
padding: 0 0 0 20px;
margin: 0;
}

#menuleft .top{
height: 45px;
background-image: url(images/left_01.png);
overflow: hidden;
}

#menuleft .center{
background-image: url(images/left_02.png);
padding: 0 20px;
overflow: hidden;
}

#menuleft .center h2{
padding: 0 0 10px 0;
margin: 0;
font-size: 18px;
text-align: center;
}

h2{
padding: 0 0 10px 0;
margin: 0;
font-size: 13px;
}


#menuleft .bot{
height: 50px;
background-image: url(images/left_03.png);
overflow: hidden;
}

#footer{
clear: left;
width: 100%;
font-family: Verdana, "Trebuchet MS", serif;
background-image: url(images/footer.jpg);
background-repeat: no-repeat;
height: 62px;
overflow: hidden;
}

#footer .menubot{
height: 39px;
width: 649px;
overflow: hidden;
float: right;
margin: 23px 30px 0 0;
background-image: url(images/footermenu.jpg);
text-align: center;
padding: 19px 0 0 0;
font-size: 12px;
}

#footer .menubot a{
font-weight: lighter;
}


.clearing{
clear: both;
}

a{
color: #006600;
text-decoration: none;
font-weight: bold;
}

a:hover{
text-decoration: underline;
}


	form.loginform label {
		width: 100% !important;
		display: block;
		float: none !important;
		clear: both;
	}
	form.loginform p input.input, form.loginform input{
		width: 300px !important;
		float: none !important;
		clear: right;
	}
	form.loginform p{
		padding: 0 !important;
		margin: 0 !important;
	}

form.loginform input.custom_radio{
		width: 20px !important;
	}


.entry_author_image {
      float: left;
      border: solid 1px outset;
      margin: 0em 1em 0px 0em;
    }