/***************************/
/** SITE MONDIAL FOOTBALL **/
/**        MAIN CSS       **/
/***************************/

html {
	padding:					0;
	margin:						0;
}

body {
	font-family:				"Verdana";
	font-size:					11px;
	padding:					0;
	margin:						0;
	background-image:			url('img/bg_body.gif');
	background-position:		top left;
	background-repeat:			repeat-x;
	background-color:			#E0E0E0;
}

img {
	border:						none;
}

form {
	display:					inline;
	padding:					0;
	margin:						0;
}

#container {
	float: 						left;
	width: 						100%;
	text-align: 				center;
	padding-bottom:				10px;
}

#site {
	width: 						992px;
	margin: 					0 auto;
	text-align: 				left;
}

#header {
	float:						left;
	width:						992px;
	height:						123px;
	background-image:			url('img/bg_header.gif');
	background-position:		top left;
	background-repeat:			repeat-x;
}

#logo {
	float:						left;
	display:					inline;
	width:						250px;
	height:						75px;
	margin:						31px 0 0 8px;
	background-image:			url('img/mondial-football.gif');
	background-repeat:			no-repeat;
}

#header_annoucement {
	float:						left;
	width:						728px;
	height:						90px;
	margin-top:					22px;
	background-color:			#B2B2B2;
}

#news {
	float:						left;
	display:					inline;
	width:						992px;
	height:						101px;
	color:						#FFFFFF;
	padding:					3px 0 5px 0;
	background-color:			#7B0B0E;
}

#search_engine {
	float:						right;
	width:						219px;
	font-family:				"Arial";
}

#search_engine_input {
	width:						128px;
	height:						13px;
	border:						none;
	vertical-align:				bottom;
	background-color:			#FFD800;
}

#s {
	width:						128px;
	height:						13px;
	border:						none;
	vertical-align:				bottom;
	background-color:			#FFD800;
	float:						left;
}

#search_engine_submit {	
	vertical-align:				-5px;
	width:						18px;
	height:						14px;
	cursor:						pointer;
	background-image:			url(images/bt_ok.gif);
	background-repeat:			no-repeat;
	float:						left;
	margin-left:				5px;
}
#favorite{
	float:						left;
	width:						200px;
	padding-left: 5px;
	font-family: "Arial";
	}
#favorite a:LINK {
	color:#FFD800;
	text-decoration: none
	}
#favorite a:HOVER {
	text-decoration: underline;
	}	
#news_title {
	float:						right;
	width:						315px;
	font-weight:				bold;
	text-transform:				uppercase;
	margin-bottom:				6px;
}

#news_columns {
	float:						left;
	width:						992px;
	line-height:				1.7em;
}

#news_first_column {
	float:						left;
	display:					inline;
	width:						245px;
	padding:					0 0 3px 0;
	margin:						0 0 0 3px;
}

.news_column {
	float:						left;
	width:						247px;
	padding:					0 0 3px 0;
	border-left:				1px solid #98330A;
}

.news {
	float:						left;
	display:					inline;
	width:						230px;
	font-family:				"Arial";
	margin-left:				9px;
}

.news a {
	color:						#FFFFFF;
	text-decoration:			none;
}

.news a:hover {
	text-decoration:			underline;
}

.news_title {
	font-weight:				bold;
	font-size:					10px;
}

#page {
	float:						left;
	width:						992px;
	background-color:			#B2B2B2;
}

#menu {
	float:						left;
	display:					inline;
	width:						986px;
	height:						31px;
	font-family:				"Arial";
	font-weight:				bold;
	font-size:					11px;
	margin:						0 0 17px 3px;
	background-image:			url('img/bg_menu.gif');
	background-position:		top left;
	bakcground-repeat:			repeat-x;
}

#text_page_container {
	float:						left;
	display:					inline;
	width:						986px;
	margin:						0 0 5px 3px;
}

#text_page_top, #text_page_bottom {
	float:						left;
	width:						986px;
}

#text_page {
	float:						left;
	width:						986px;
	background-image:			url('img/bg_text_page.gif');
	background-position:		top left;
	background-repeat:			repeat-y;
}

#column_right {
	float:						right;
	width:						131px;
}

#right_announcement {
	float:						left;
	width:						120px;
	height:						600px;
	margin-bottom:				8px;
	background-color:			#FFFFFF;
}

#poll, #video {
	float:						left;
	width:						122px;
	margin-bottom:				12px;
}

#poll_title, #video_title {
	float:						left;
	width:						122px;
}

#poll_text {
	float:						left;
	width:						120px;
	font-family:				"Arial";
	padding-left:					0px;
	border:						1px solid #B2B2B2;
	border-top:					none;	
}

.wp-polls-ul
{
padding-left:0px;
float:left;
margin-left:5px;
width:110px;

}

.poll_choice {
	color:						#0353DE;
	font-weight:				bold;
	line-height:				1.7em;
	float:left;
}

.poll_radio {
	float:						right;
	clear:						both;
}

#video_text {
	float:						left;
	width:						112px;
	font-family:				"Arial";
	color:						#FFFFFF;
	padding:					10px 5px 4px 5px;
	background-color:			#000000;	
}

#video_text img {
	margin-bottom:    			5px;
}

#video_text a {
	color:						#FFFFFF;
	text-decoration: 			underline;
}

#video_text a:hover {
	text-decoration: 			none;
}

#central {
	float:						left;
	display:					inline;
	width:						810px;
	margin-left:				12px;
}

#footer {
	float:						left;
	display:					inline;
	width:						960px;
	font-size:					11px;
	font-weight:				bold;
	font-family:				"Arial";
	color:						#FFFFFF;
	padding-bottom:				3px;
	margin:						0 0 0 24px;
}

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

#partners {
	float:						right;
	width:						300px;
	text-align:					right;
	color:						#000000;
	font-weight: 				normal;
}

#partners a {
	color:						#000000;
	text-decoration:			underline;
}

#partners a:hover {
	text-decoration:			none;
}

/** MISCELLANEOUS **/
.yellow_text {
	color:						#FFD800;
}

.clear_both {
	clear:						both;
}



/***************************/
/** SITE MONDIAL FOOTBALL **/
/**     HOME PAGE CSS     **/
/***************************/

#transferts {
	float:						right;
	width:						258px;
	height:						296px;
}

#transferts_top, #tranferts_bottom {
	float:						left;
	width:						258px;
}

#all_transferts {
	float:						left;
	width:						258px;
	height:						259px;
	background-color:			#B0040A;
}

.transfert {
	float:						left;
	display:					inline;
	width:						250px;
	font-family:				"Arial";
	color:						#FFFFFF;
	line-height:				1.2em;
	border-top:					1px solid #D88285;
	padding-top:				6px;
	margin:						3px 0 0 4px;
}

.transfert a {
	color:						#FFFFFF;
	text-decoration:			none;
}

.transfert a:hover {
	text-decoration:			underline;
}

.transfert.first {
	border-top:					none;
}

.transfert_hour {
	background-color:			#000000;
}

.transfert_title {
	font-size:					10px;
	text-transform:				uppercase;
}

#scoops {
	float:						left;
	width:						540px;
	height:						204px;
	overflow:					hidden;
	background-image:			url('img/bg_scoops.gif');
	background-position:		top left;
	background-repeat:			no-repeat;
	background-color:			#000000;
}

#container_all_scoops {
	position: 					absolute;
	width: 						540px; 
	height: 					204px;
	overflow: 					hidden;
}

#all_scoops {
	width: 						1620px;
	height: 					204px;
}

.scoop {
	float:						left;
	width:						540px;
}

.scoop_image {
	float:						right;
	width:						321px;
}

.scoop_title {
	float:						left;
	display:					inline;
	width:						195px;
	color:						#FFFFFF;
	font-family:				"Arial";
	font-weight:				bold;
	font-size:					20px;
	margin:						50px 0 0 23px;;
}

.scoop_title a {
	color:						#FFFFFF;
	text-decoration:			none;
}

.scoop_title a:hover {
	text-decoration:			underline;
}

#scoops_previews {
	float:						left;
	width:						540px;
	height:						93px;
	background-image:			url('img/bg_scoops_previews.gif');
	background-position:		top left;
	background-repeat:			repeat-x;
}

#scoops_previews_title {
	float:						left;
	display:					inline;
	width:						500px;
	font-family:				"Arial";
	color:						#FFFFFF;
	margin:						3px 0 3px 12px;
}

.scoop_preview {
	float:						left;
	display:					inline;
	width:						140px;
	height:						67px;
	text-align:					center;
	margin:						0 36px 0 12px;	
}

.scoop_preview.last {
	margin-right:				0;
}

.scoop_preview img {
	cursor:						pointer;
}

#all_articles {
	float:						left;
	width:						810px;
	margin-top:					12px;
}

#main_articles {
	float:						right;
	width:						320px;
}

#main_articles_top, #main_articles_bottom {
	float:						left;
	width:						320px;
}

#main_articles_text {	
	float:						left;
	width:						320px;
	background-color:			#B2B2B2;
}

#main_articles_announcement {
	float:						left;
	display:					inline;
	width:						301px;
	height:						250px;
	margin:						0 0 10px 10px;
	background-color:			#FFFFFF;
}

.main_article {
	float:						left;
	display:					inline;
	width:						301px;
	margin:						0 0 10px 10px;
}

.main_article_photo {
	float:						left;
	width:						301px;
}

.main_article_title {	
	float:						left;
	width:						291px;
	color:						#FFFFFF;
	font-size:					13px;
	font-weight:				bold;
	text-transform:				uppercase;
	padding:					3px 0 3px 10px;
	background-image:			url('img/bg_main_article_title.gif');
	background-position:		top left;
	background-repeat:			repeat-y;
}

.main_article_title a {
	color:						#FFFFFF;
	text-decoration:			none;
}

.main_article_text {
	float:						left;
	width:						285px;
	padding:					4px 8px 4px 8px;
	background-color:			#F0F0F0;
}

.main_article_text a {
	color:						#000000;
	text-decoration:			underline;
}

.main_article_text a:hover {	
	text-decoration:			none;
}

#articles_content {
	float:						left;
	width:						480px;
}

.article_index {
	float:						left;
	width:						480px;
	margin-bottom:				12px;
}

.article_title_small {
	float:						left;
	width:						464px;
	font-size:					13px;
	font-weight:				bold;
	text-transform:				uppercase;
	padding:					4px 8px;
	background-color:			#FFFFFF;
	border-top:					1px solid #B2B2B2;
}

.article_title_small a {
	color:						#000000;
	text-decoration:			none;
}

.article_date {
	float:						right;
	width:						120px;
	font-size:					10px;
	font-weight:				normal;
	text-align:					right;
	color:						#B0040A;
}

.article_text_content {
	float:						left;
	display:					inline;
	width:						470px;
	margin:						15px 0 0 9px;
	font-weight:normal;
	font-size:12px;
}

.article_text img {
	margin-right:				12px;
}

.article_text a {
	color:						#0353DE;
	text-decoration:			none;
}

.article_text a:hover {
	text-decoration:			underline;
}



/**********************/
/** OJD MENU TAB CSS **/
/**********************/
#menu_level_1 {
	padding:				0;
	margin:					0;
	list-style-type:		none;
}

#menu_level_1 li {
	float:					left;
}

.tab, .tab_over, .tab_active {
	float:					left;
	display:				block;
	text-decoration:		none;
	text-align:				center;
	text-transform:			uppercase;
	text-align:				center;
	padding:				8px 0;
	

}

.tab {
	background-image:url(img/bg_tab.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	color:#000000;
	padding-left:17px;
	padding-right:21px;
	}

.tab_over, .tab_active {
	color:					#7E0A0D;
	background-image:		url(img/bg_tab.gif);
	background-position:	bottom right;
	background-repeat:		no-repeat;
}

.menu_0 {
	width:auto;
	padding-left:15px;
	padding-right:15px;
}



/*#menu_1 {
	width:					107px;
}

#menu_2 {
	width:					85px;
}

#menu_3 {
	width:					63px;
}

#menu_4 {
	width:					103px;
}

#menu_5 {
	width:					95px;
}

#menu_6 {
	width:					132px;
}

#menu_7 {
	width:					162px;
}

#menu_8 {
	width:					73px;
}

#menu_9 {
	width:					73px;
	background:				none;
}
*/
.scrolling_menu {
	position: 				absolute;
	display: 				none;
	top: 					263px;
	width: 					170px;
	padding:				0;
	margin:					0;
	clear:					both;
	background-color: 		#E4F3FD; 
	z-index:				5;
	border-top:				1px solid #747474;
}


.scrolling_menu li {
	display: 				block;
	width:	 				100%;
	text-align: 			left;
	list-style-type: 		none;
	border:					1px solid #747474;
	border-top:				none;
	margin: 				0;
	padding: 				0;
	background-color: 		#FDFDFD; 
	clear:					both;
}

.scrolling_menu li a {
	display: 				block;
	height: 				100%;
	text-decoration: 		none;
	color: 					#000000;
	padding: 				6px 15px 6px 15px;
}

.scrolling_menu li a:hover {
	background-color: 		#D5D5D5;
}



/***************************/
/** SITE MONDIAL FOOTBALL **/
/**    ARTICLE PAGE CSS   **/
/***************************/

#breadcrumb {
	float:						left;
	display:					inline;
	width:						805px;
	font-family:				"Arial";
	font-weight:				bold;
	color:						#FFFFFF;
	padding-bottom:				3px;
	margin:						0 0 12px 13px;
	border-bottom:				1px solid #FFFFFF;
}

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

#breadcrumb a.last {
	color:						#7B0B0E;
}

#breadcrumb a:hover {
	text-decoration:			underline;
}

#back_home {
	float:						right;
	width:						200px;
	text-align:					right;
}

#back_home a {
	color:						#FFFFFF;
	text-decoration:			nonz;
}

#back_home a:hover {
	text-decoration:			underline;
}

/** LISTING **/
#articles {
	float:						left;
	width:						810px;
}

.article {
	float:						left;
	width:						810px;
	margin-bottom:				12px;
}

.article_title {
	float:						left;
	width:						794px;
	font-size:					13px;
	font-weight:				bold;
	text-transform:				uppercase;
	padding:					4px 8px;
	background-color:			#FFFFFF;
	border-top:					1px solid #B2B2B2;
}

.article_title a {
	color:						#000000;
	text-decoration:			none;
}

.article_date {
	float:						right;
	width:						120px;
	font-size:					10px;
	font-weight:				normal;
	text-align:					right;
	color:						#B0040A;
}

.article_text {
	float:						left;
	display:					inline;
	width:						790px;
	margin:						15px 0 0 9px;
	font-weight:normal;
	font-size:12px;
}

.article_text_content img {
	margin-right:				12px;
}

.article_text_content a {
	color:						#0353DE;
	text-decoration:			none;
}


.article_text_content a:hover {
	text-decoration:			underline;
}

/** ARTICLE DETAIL **/
#first_letter {
	font-size:					30px;
	color:						#B1070D;
}

.article_text p {
	padding:					0;
	margin:						0 0 10px 0;
}


#posts_title {
	float:						left;
	width:						794px;
	font-size:					13px;
	font-weight:				bold;
	padding:					4px 8px;
	margin-top:					20px;
	background-color:			#FFFFFF;
	border-top:					1px solid #B2B2B2;
}

.post {	
	float:						left;
	width:						794px;
	padding:					4px 8px;
	margin:						3px 0 8px 0;
}

.post_title {
				color:#B1070D;
				float:left;
				padding-bottom:3px;
				padding-top:4px;
				width:794px;
}	

#footer {
	margin-top:					5px;
}

.text_input {
	width:						200px;
	color:						#4C4C4C;
	border:						1px solid #B2B2B2;
}

.textarea_post {
	width:						680px;
	height:						200px;
	color:						#4C4C4C;
	font-family:				"Arial";
	font-size:					12px;
	border:						1px solid #B2B2B2;

}

#central_announcement {
	float:						left;
	display:					inline;
	width:						300px;
	height:						250px;
	background-color:			#B2B2B2;
	margin:						20px 0 20px 255px;
}

.search_label
{
	float:						left;

}

.commentlist
{
list-style:none;
padding:0px;
margin-left:8px;
}

.postmetadata a
{
	color:						#0353DE;
	text-decoration:			none;

}

.postmetadata a:hover
{
	color:						#0353DE;
	text-decoration:			underline;

}

.commentlist a
{
	color:						#0353DE;
	text-decoration:			none;

}
.commentlist a:hover
{
	color:						#0353DE;
	text-decoration:			underline;

}
.post a
{
	color:						#0353DE;
	text-decoration:			none;
}
.post a:hover
{
	color:						#0353DE;
	text-decoration:			underline;
}
.poll_submit
{
width:82px;
float:left;
height:32px;
background:url(img/bt_vote.gif) no-repeat;
border:0px;
margin-left:15px;
margin-bottom:5px;
}

.wp-polls-ul
{
list-style:none;
}
.wp-polls-ul li
{
list-style:none;
margin-top:10px;
}
