/* -------- CSS - The F1 Times ---------- */
* 	{
	padding: 0; 
	margin: 0;
	}

body 	{
	background: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	}

/* ----- Links ------ */
a{text-decoration: none}
a:link, a:visited{color: #000; 004276outline: none}
a:hover{color: #14830C;}
a:focus{outline:none;}	

a.white{text-decoration: none; color: #ffffff;}
a.white:hover{color: #000000;}
	
/* ----- Remove borders on linked images ----- */
a img { 
	border: none; 
	}

/* ----- Lists ----- */
.block-inline li {
	display: block; 
	float: left;
	}

/* ---- No border - margin ----- */
.no-border {
	border: 0 !important;
	}
.no-margin {
	margin: 0 !important;
	}

/* MENU */
	
#f1_hdr {
	background: #ca0002;
	}
	
/* gen purpose width constriction */
.hdr-wrap {
	margin: 0 auto; 
	width: 960px; 
	position: relative;
	padding-top: 5px;
	}
	
#f1_hdr-main {
	height: 100px; 
	background: #14830C url(../../images/f1times_logo.gif) center no-repeat;
	_padding: 0 10px;
	}
#f1_hdr #f1_hdr-nav{
	border-bottom: 4px solid #dfdfdf; 
	display: block; 
	height: 35px; 
	background: #00B60D url(../../images/bg-nav.png) center; 
	padding: 0 10px;
	}
#f1_hdr #f1-menu {
	display:block; 
	margin:0 auto; 
	width: 960px; 
	height: 35px; 
	border-left: 1px solid #0F9009;
	}

	#f1-menu li{
	display: block; 
	float: left; 
	height: 35px; 
	background: #0F9009 url(../../images/bg-nav.png) center;
	border-right: 1px solid #0F9009;
	}
	#f1-menu li a{
	overflow: hidden; 
	background: #00B60D url(../../images/bg-nav.png) center; 
	line-height: 35px; 
	border-right: 1px solid #0F9009; 
	color: #fff; font-weight: bold; 
	display: block; 
	_display: inline-block; 
	text-decoration: none !important; 
	height: 35px;
	}
	
	#f1-menu li a:hover{
	background: #0F9009;
	}
	#f1-menu .nav-media{
	background: #00B60D url(../../images/bg-nav.png) bottom left;
	}
	#f1-menu .nav-on, #menu .nav-on:hover{
	background: #fff url(../../images/bg-nav.png)top; 
	color: #000000;
	}


	#f1-menu #nav-news{width: 58px}
	#f1-menu #nav-community{width: 88px}
	#f1-menu #nav-tf1tv{width: 74px}
	#f1-menu #nav-gallery{width: 70px}
	#f1-menu #nav-forum{width: 54px}
	#f1-menu #nav-contact{width: 95px}
	#f1-menu #nav-register{width: 78px}	
        #f1-menu #nav-profile{width: 66px}
        #f1-menu #nav-write{width: 68px}		
        #f1-menu #nav-edit{width: 86px}	
        #f1-menu #nav-logout{width: 72px}
        #f1-menu #nav-articles{width: 94px}

	
	#top label{
		font-weight:bold;
		width: 60px;
		text-align:left;
		padding-left:5px;
		color: #fff;
		}
	
	#top input{
		font-size:10px;
		padding:4px 2px;
		padding-left:3px;
		border:solid 1px #1AA62E;
		width:120px;
		margin:0px 0 0px 0px;
		align:center;
		margin-top: 6px;
		}
	#top button{ 
		margin-left:2px;
		width:30px;
		height:25px;
		background:#000000;
		text-align:center;
		color:#FFFFFF;
		font-size:12px;
		face: Verdana;
		font-weight:bold;
		}  	
		
		#mini-links {
		display: block;
		height: 20px;
		background: #dfdfdf center;
		padding: 0 10px;
		text-align: center;
		}	
	
		#mini-links p {
		font-size: 12px;
		font-weight: bold;
		color: #000;
		}	
	
/* ---- Columns ---- */		

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	background: #EFEFEF;
}	

#left_content {
	float: left;
	width: 300px;
	background: transparent;
	margin: 5px 5px 1px 0px;
	color: #000;
}

#right_content {
	float: right;
	width: 310px;
	background: transparent;
	margin-left: 5px;
	margin-top: 5px;
	color: #000;
}

#center_content { 
	float: left;
	width: 330px;
	background: transparent;
	margin-left: 5px;
	margin-top: 5px;
	color: #000;
	}
	
#main_content { 
	float: left;
	width: 640px;
	background: transparent;
	color: #000;
	}	
	
#gallery_column {
	float: left;
	width: 640px;
	height: 263px;
	background: transparent;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 1px;
	color: #000;
}	

	
/* ---- Main content box ---- */	

.main_story	{
		width: 290px;
		padding: 5px;
		margin-bottom: 5px;
		background: #fff;
		border: 2px solid #dfdfdf;
		}			
		
.main_story h3 	{
		background: #ffffff;
		text-align: left;
		margin: 0px;
		padding: 0;
		font: bold 1.4em verdana;
		color: #000000;
		}						
		
.main_story p 	{
		background-color: #fff;
		line-height: 1.4em;
		padding-left: 0px;
		font: 1.0em verdana;
		color: #000;
		text-align: left;
		}
				
.main_story img.scaled {
		float: center;
		width: 290px;
		height: 160px;
		padding-bottom: 5px;
		}

.main_story img {
		padding-bottom: 5px;
		}	
	
.popular	{
		width: 290px;
		padding: 5px;
		margin-bottom: 5px;
		background: #fff;
		border: 2px solid #dfdfdf;
		}			
		
.popular h3 	{
		background: #ffffff;
		text-align: left;
		margin: 0px;
		padding: 5px 0 0 0;
		font: bold 1.3em verdana;
		color: #000000;
		}						
				
.popular img.scaled {
		float: left;
		width: 120px;
		padding: 5px 5px 0px 0px;
		}		
		
/* ---- Smaller content boxes ---- */		
		
.small_story	{
		width: 150px;
		height: 140px;
		padding: 5px;
		margin-bottom: 5px;
		background: #fff;
		border: 2px solid #dfdfdf;
		}			
		
.small_story h3 	{
		background: #ffffff;
		text-align: left;
		margin: 0;
		padding: 0;
		font: bold 10pt verdana;
		color: #000000;
		}						
				
.small_story img.scaled {
		float: center;
		width: 150px;
		height: 83px;
		padding-bottom: 5px;
		}
		
.article_links	{
		width: 320px;
		padding: 3px 5px 5px 5px;
		margin-bottom: 5px;
		background: #fff;
		border: 2px solid #dfdfdf;
		}
		
.article_links h4 {
		background: #ffffff;
		text-align: left;
		margin: 0;
		padding-top: 3px;
		padding-bottom: 2px;
		font: normal 10px verdana;
		color: #434343;
		border-bottom: 1px dotted #CCCCCC;
		}
		
.article_links .small {
		color:#434343;
		font-weight:normal;
		float: right;
		margin: 0;
		padding-top: 3px;
		padding-bottom: 2px;
		font: normal 10px verdana;
		border-bottom: 1px dotted #CCCCCC;
		}

.article_links h2 {
		background: #298E0E;
		text-align: left;
		font: bold 1.0em arial, helvetica;
		padding: 3px 0 3px 3px;
		color: #ffffff;
                margin-bottom:3px;
		}
		
.mybox_icons	{
		width: 318px;
		padding: 5px 5px 5px 5px;
		margin-bottom: 5px;
		background: #fff;
		border: 2px solid #dfdfdf;
		}
		
.mybox_icons p 	{
		background-color: #fff;
		padding-left: 4px;
		padding-top: 6px;
		font: 1.0em verdana;
		color: #000;
		font-weight: bold;
		text-align: left;
		}		
		
.mybox_icons h5 {
		background: #ffffff;
		text-align: left;
		margin: 0;
		padding-left: 4px;
		padding-bottom: 1px;
		font: bold 20px verdana;
		color: #000000;
		}

.mybox_icons h6 {
		background: #ffffff;
		text-align: left;
		margin-bottom: 2px;
		padding-left: 4px;
		padding-bottom: 1px;
		font: normal 10px verdana;
		color: #434343;
		}

.mybox_icons h2 {
		background: #298E0E;
		text-align: left;
		font: bold 1.0em arial, helvetica;
		padding: 3px 0 3px 3px;
		color: #ffffff;
		margin: 0 0 5px 0;
		}

.twitter-share {
                padding-top:4px;
                width: 78px;
                overflow: hidden;
                }
		
.latest_community {
		width: 290px;
                height: 241px;
                overflow: hidden;
		padding: 5px 5px 5px 5px;
		margin-bottom: 5px;
		background: #fff;
		border: 2px solid #dfdfdf;
		}		
		
.latest_community h3 {
		background: #ffffff;
		text-align: left;
		margin: 0;
		padding-bottom: 0px;
		font: bold 10px verdana;
		color: #000;
		}

.latest_community h1 {
		background: #298E0E;
		text-align: left;
		font: bold 1.0em arial, helvetica;
		padding: 3px 0 3px 3px;
                margin-bottom:4px;
		color: #ffffff;
		}	
		
.latest_community img.scaled {
		float: center;
		width: 93px;
		height: 50px;
		padding-bottom: 5px;
		}
		
#gallery_box {
		width: 630px;
		padding: 5px 5px 5px 5px;
		margin-bottom: 5px;
		background: #fff;
		border: 2px solid #dfdfdf;
		}												
		
/* ---- Advertisement ---- */		
		
.advert_300	{
		width: 300px;
		padding: 5px;
		margin: 0px;
		background: #fff;
		border: 2px solid #dfdfdf;
		}

.advert_300 h1 {
		background: #298E0E;
		text-align: left;
		font: bold 1.0em arial, helvetica;
		padding: 3px 0 3px 3px;
                margin-bottom:5px;
		color: #ffffff;
		}

.topwriter {
                border-bottom: 2px solid #CECDC7;
                height: 80px;
                margin-bottom:6px;
                }	
		
.advert_120	{
		width: 120px;
		padding: 5px;
		margin: 0px;
		background: #fff;
		border: 2px solid #dfdfdf;
		}		
		
.points_table	{
		width: 300px;
		padding: 5px;
		margin-top: 5px;
		background: #fff;
		border: 2px solid #dfdfdf;
		}
		
.points_table p {
		padding-top: 5px;
		font: 1.0em verdana;
		color: #000;
		text-align: center;
		}		
		
/* ----- Article pages ----- */

#left_content_article {
	float: left;
	width: 480px;
	background: #EFEFEF;
	margin-right: 5px;
	margin-top: 5px;
	color: #000;
}

#left_content_article a:link {
color: #14830C;
text-decoration: underline;
}

#left_content_article a:hover {
color: #000;
text-decoration: underline;
}

#left_content_article a.white {
text-decoration: none; 
color: #ffffff;
}

#left_content_article a.white:hover {
color: #000000;
}

#right_content_article {
	float: right;
	width: 130px;
	background: #EFEFEF;
	margin-left: 5px;
	margin-top: 5px;
	color: #000;
}

#center_content_article { 
	float: left;
	width: 330px;
	background: #EFEFEF;
	margin: 5px;
	color: #000;
	}
	
/* ---- Main content box ---- */	

.main_story_article	{
		width: 470px;
		padding: 5px;
		margin-bottom: 5px;
		background: #fff;
		border: 2px solid #dfdfdf;
		}			
		
.main_story_article h3 	{
		background: #ffffff;
		text-align: left;
		margin-top: 5px;
		padding: 0;
		font: bold 1.4em verdana;
		color: #000000;
		}						
		
.main_story_article p 	{
		background-color: transparent;
		line-height: 1.4em;
		padding-bottom: 12px;
		font: 1.0em verdana;
		color: #000;
		text-align: left;
		}

.main_story_article h1 	{
		background-color: #fff;
		line-height: 1.0em;
		padding-bottom: 5px;
		font: 0.8em verdana;
		color: #888888;
		text-align: left;
		}

.main_story_article h6 {
		background: #298E0E;
		text-align: left;
		font: bold 1.0em arial, helvetica;
		padding: 3px 3px 3px 3px;
		color: #ffffff;
		}
				
.main_story_article img.scaled {
		float: right;
		width: 230px;
		height: 130px;
		border: 2px solid #dfdfdf;
		margin-bottom: 5px;
		margin-left: 10px;
		margin-right: 5px;
		}	

		
/* ------ Footer -------*/

#f1_ftr {
	width: 960px;
	background-color: #000;
	}
	
/* ------- tables ------*/	

table.links {
	background-color: #fff;
	text-align: left;
	padding: 0px;
	 }

links.td 	{
	background-color: #fff;
	padding: 0px;
 	}
 	
/* ------ Footer ------- */

#footer {
	float: left;
	width: 960px;
	background: #EFEFEF;
	margin-right: 5px;
	margin-top: 5px;
	color: #000;
	}
	
.footer_links	{
		width: 960px;
		padding: 0px;
		margin-bottom: 5px;
		margin-top: 5px;
		background: #efefef;
		}			
		
.footer_links h1 	{
		background: #efefef;
		text-align: center;
		font: bold 1.0em verdana;
		padding-bottom: 5px;
		color: #000000;
		}						
		
.footer_links p {
		background-color: #efefef;
		line-height: 1.4em;
		font: 1.0em verdana;
		padding-bottom: 2px;
		color: #000;
		text-align: center;
		}
		
.gallery	{
		width: 950px;
		padding: 5px;
		margin-bottom: 5px;
		margin-top: 5px;
		background: #fff;
		border: 2px solid #dfdfdf;
		}
		
.main_categories {
		width: 630px;
		padding: 5px;
		background: #fff;
		border: 2px solid #dfdfdf;
		}
		
.main_categories p {
		font: 11px verdana;
		padding-bottom:3px;
		padding-top:3px;
		color: #3F3F3F;
		}
		
.main_categories a {
		color: #3F3F3F;
		decoration: none;
		}
		
.main_categories a:hover {
		decoration: underline;
		color: #14830C;
		}				
		
.main_categories h1 {
		background: #298E0E;
		text-align: left;
		font: bold 1.0em arial, helvetica;
		padding: 3px 0 3px 3px;
		color: #ffffff;
		}	

/* ------ Gallery ------- */

		
#gallery {
	float: left;
	width: 960px;
	background: #EFEFEF;
	color: #000;
	}		
		
.gallery	{
		width: 950px;
                height: 70px;
		padding: 5px;
		margin-bottom: 5px;
		background: #fff;
		border: 2px solid #dfdfdf;
		}	

.listitem {
	background-image:url('example_images/listitem.jpg');
	width:155px;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#444444;
	overflow:hidden;
	cursor: pointer;
	border:1px #666666 solid;
}
.style1 {
	text-align: center;
}		

.galleryimage {
        padding-right:5px;
}

.galleryimage:hover {
	-moz-opacity:.60;
	filter:alpha(opacity=60);
	opacity:.60;
}		
  
.comm{
	margin:0 auto;
	width:470px;
}
	/* ----------- stylized ----------- */
	#comms{
		background:#fff; }

        #comms label{
		display:block;
		font-weight:bold;
		text-align:left;
		width:40px;
		float:left;
                padding: 5px 2px 0 0;
	}
	
	#comms input{
		font: 12px verdana;
		padding:4px 2px;
		border:solid 1px #14830C;
		width:200px;
		margin-bottom:5px;
		align:center;
	}

	#comms textarea{
                font-size: 12px;
		padding:4px 2px;
		border:solid 1px #14830C;
		width:465px;
		margin:0;
		align:center;
	}

	#comms_button{ 
		clear:both;
		margin-top:5px;
		background:#14830C;
                padding: 8px;
		text-align:center;
		color:#FFFFFF;
		font-size:14px;
		face: Verdana;
		font-weight:bold;
                border: solid 0px;
		}                	
	
	#comms_button:hover {
    		background: #000000;
		}          														

.comment {
		padding: 5px 5px 1px 5px;
		margin-bottom: 5px;
		background: #F1F1F1;
		border-bottom: 2px solid #dfdfdf;
		}

.comment p {
		padding-bottom:8px;
		}

.comment h7 {
                margin-bottom: 5px;
                font-size: 14px;
                font-weight: bold;
                background: transparent;
                color: #000000;	
                }

span.small {
font-size:12px;
color:#575757;
}

#whole_page { 
	float: left;
	width: 960px;
	background: #EFEFEF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	color: #000;
	}	

	
/* ---- Main content box ---- */	

.whole_page	{
		width: 950px;
		padding: 5px 0 5px 0;
		margin-bottom: 5px;
		background: #fff;
		border: 2px solid #dfdfdf;
		}

.single_article {
                 width:180px;
                 height:180px;
                 margin-left: 5px;
                 margin-right: 5px;
                 display:inline-table;
                 vertical-align:top;
                 border-bottom: 3px solid #158412;
                 margin-bottom:5px;
                 }

.single_article h1 {
                height:45px;
                margin-bottom: 3px;
                font-size: 14px;
                font-weight: bold;
                background: transparent;
                color: #000000;	
                }

.single_article p {
                font: 12px bold verdana;
                color: #303030;
                }

a.green{text-decoration: none; color: #ffffff; background: #158412; padding:5px; font-weight:bold;}
a.green:hover{color: #ffffff; background: #000000;}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.thef1times.com/community/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.thef1times.com/community/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
             