@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - HOME : 	Sum41 Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		sum41_home.css
	Date:			Nov 5, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav li.navHome a {
		background-position:-202px 0;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#latest Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#latest {
		width:497px;
		float:left;
	}
		#latest #blog {
			border:1px solid #101010;
			margin:0 0 14px 0;
			background:#000;
		}
		#latest #blog h1 {
			width:172px; height:18px;
			background:url(../../images/h1_latestBlog.png) 0 0 no-repeat;
		}
			#latest #blog .entry {
				width:404px;
				padding:25px 45px;
				overflow:hidden;
			}
				#latest #blog .entry h4 {
					font:normal 21px Arial, Helvetica, sans-serif;
				}
				#latest #blog .entry img {
					border:1px solid #a3a3a3;
				}
				#latest #blog .entry p {
					line-height:17px;
				}
				#latest #blog .entry .share {
					margin:10px 0 0 0; padding:10px 0 0 0;
					border-top:1px dashed #2f2f2f;
				}
					#latest #blog .entry .share a.btn_share {
						float:right;
					}
		#latest #news {
			border:1px solid #101010;
			margin:0 0 14px 0;
			background:#000;
		}
		#latest #news h1 {
			width:176px; height:18px;
			background:url(../../images/h1_latestNews.png) 0 0 no-repeat;
		}
			#latest #news ul {
				padding:15px 14px;
			}
				#latest #news ul li {
					margin:0 0 20px 0;
				}
					#latest #news ul li h4 {
						font:normal 15px Arial, Helvetica, sans-serif;
					}
					#latest #news ul li a.readMore {
						font:bold 11px Arial, Helvetica, sans-serif;
						color:#ca7c7c;
					}
		#latest #videos {
			border:1px solid #101010;
			margin:0 0 14px 0;
			background:#000;
		}
		#latest #videos h1 {
			width:196px; height:18px;
			background:url(../../images/h1_latestVideos.png) 0 0 no-repeat;
		}
			#latest #videos ul {
				padding:11px 0 11px 9px;
			}
				#latest #videos ul li {
					margin:0 11px 0 0;
					width:152px;
					float:left;
					display:inline;
				}
				#latest #videos ul li.fix {
					margin:0;
				}
					#latest #videos ul li .video img {
						padding:1px;
						display:block;
					}
					#latest #videos ul li .video a {
						background:#931835;
						display:inline-block;
					}
						#latest #videos ul li .video a:hover {
							background:yellow;
						}
				#latest #videos ul li .title a {
					margin:12px 0 0 0; padding:0 0 5px 15px;
					background:url(../../images/pink_arrow.png) 0 2px no-repeat;
					display:block;
				}
				#latest #videos ul li .counts {
					padding:0 0 0 15px;
					font:normal 11px Arial, Helvetica, sans-serif;
					color:#7c7c7c;
				}
				

