/* 9lessons.blogspot.com tutorials Srinivas Tamada */
body
{
	font-family: "Arial";
	font-size: .75em;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color:white;
}
.message_box
{
height:60px; width:600px; border:dashed 1px #48B1D9; padding:5px ;
}
a
{
text-decoration:none;
color:#202020;

}

a:hover
{

color:#DF3D82;
text-decoration:none;

}
h2 a
{
color:#000;
text-decoration:none;

}
h2 a:hover
{
color:#660099;
text-decoration:none;

}
#last_msg_loader {
	text-align: right;
	width: 920px;
	margin: -125px auto 0 auto;
}
.number
{
float:right; 
background-color:#48B1D9; 
color:#000; 
padding-left:3px; 
padding-bottom:3px;
padding-right:3px;
font-weight:bold;
}


.headertitle {
	width:930px;
	}

.titlemenu {
	text-transform: uppercase;
	width:931px;
	margin-top:10px;
	margin-bottom:20px;
	background-color:gray;
	float:left;
	position: relative;
	}	

.titlemenuitem {
	text-transform: uppercase;
	color:white;
	width:133px;
	float:left;
	text-align:center;
	vertical-align:center;
	padding-top:1px;
	padding-bottom:1px;
	font-weight:normal;
	letter-spacing:0px;
	}

.titlemenuitem a {
color:white;
}

.titlemenuitem a:hover {
color:black;
}

.titlemenuitem:hover {
color:black !important;
background:white !important;
}

.titlemenuitem:hover  a {
color:black !important;
background:white !important;
}	
	
.blogtitle {
	color: white;
	font-weight: bold;
	font-size: 96px;
	text-shadow: black 10px 10px 10px;
	text-transform: uppercase;
	position:relative;
	background-color:white;
	/*
	background-image:url(http://sexit.fr/wp-content/themes/threattocreativity/images/sexit_bg_930_300.jpg);
	background-repeat:no-repeat;
	*/
	margin-top:30px;
	line-height:110px;
	padding-left:10px;
	padding-bottom:5px;
	float:left;
	width:915px;
	}

.blogtitle a {
	color: #F0F0F0;
}

.blogtitle a:hover {
	color: #DEDEDE;
}	
	
.blogdescription {

	color: #ffffff;
	text-transform: uppercase;
	width: 920px;
	padding-left: 5px;
    background-color:#454545;
	margin-bottom: 20px;
	float:left;
	position: relative;
	}
	
.infinite_description {

	color: #202020;
	text-transform: uppercase;
	width: 900px;
	border: 1px dotted #202020;
	margin-bottom:15px;
	padding: 10px;
	float:left;
	position: relative;
	}
	
#header_left {
	width: 930px;
	margin: 0 auto;
	}
	
#infinite_content {
	width: 980px;
	padding-top: 10px; 
	padding-bottom: 15px; 
	margin-right: auto; 
	margin-left: auto;
	}
