@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Q-TIP HOME CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		qtip_home.css
	Date:			October 13, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
/*	--------------------------------------------------------------------------------------------------------------------------
	main/body/global Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#posterContent {
		background:url(../../images/bg_home.jpg) top center no-repeat;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	header styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.header {
		padding:375px 0 50px 0;
		width:960px;
	}
			.navBar ul li .home {
				width:91px; height:17px;
				background:url(../../images/nav_homeHover.png) top no-repeat;
				behavior:url(shared/css/iepngfix.htc);
			}
	/*membershipBox styles*/
	.membershipBox {
		width:237px;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	altCol styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.altCol {
		padding:180px 0 0 0;
	}
	.altCol #mediaPlayer {
		width:329px; height:330px;
	}
	.altCol #adSpace {
		padding:8px 9px 8px 9px;
		width:297px;
		border:solid 1px #3a342a;
		display:block;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.mainCol h1{
		margin:0 0 18px 0;
		width:165px; height:49px;
		background:url(../../images/h1news.png) no-repeat;
		behavior:url(shared/css/iepngfix.htc);
	}
	.mainCol .entry {
		width:385px;
	}
		.mainCol .entry img.news {
			border:solid 2px #441515;
			margin:0 0 27px 0;
		}
		.mainCol .entry .date {
			margin:0 0 11px 0;
			font:normal 11px Verdana, Arial, Helvetica, sans-serif;
			color:#735232;
			display:block;
		}
		.mainCol .entry h2{
			margin: 0 0 18px 0;
		}
			.mainCol .entry h2 a:link, .mainCol .entry h2 a:active, .mainCol .entry h2 a:visited {
				font:bold 22px Verdana, Arial, Helvetica, sans-serif;
				color:#1e1206;
				text-decoration:none;
			}
				.mainCol .entry h2 a:hover {
					color:#441515;
				}
		.mainCol .entry p {
			margin:0 0 20px 0;
			line-height:16px;
		}
			.mainCol .entry p a:link, .mainCol .entry p a:active, .mainCol .entry p a:visited {
				color:#04614c;
				text-decoration:none;
			}
				.mainCol .entry p a:hover {
					color:#680000;
				}
		.mainCol .entry .social {
			margin:0 0 27px 0;
		}
			.mainCol .entry .social ul {
				list-style:none;
				font:normal 10px Verdana, Arial, Helvetica, sans-serif;
				color:#871900;
			}
				.mainCol .entry .social ul li {
					width:70px; height:12px;
					float:left;
					overflow:hidden;
				}
					.mainCol .entry .social ul li.comments {
						padding:0 0 0 12px;
						width:125px;
						background:url(../../images/comments.png) no-repeat;
						behavior:url(shared/css/iepngfix.htc);
					}
					.mainCol .entry .social ul li.comments a:link, .mainCol .entry .social ul li.comments a:active, .mainCol .entry .social ul li.comments a:visited {
						color:#0a3445;
						text-decoration:none;
					}
						.mainCol .entry .social ul li.comments a:hover {
							color:#007175;
						} 
					.mainCol .entry .social ul li.digg {
						padding:2px 0 0 12px;
						width:36px;
						background:url(../../images/digg.png) no-repeat;
						behavior:url(shared/css/iepngfix.htc);
					}
						.mainCol .entry .social ul li.digg a:link, .mainCol .entry .social ul li.digg a:active, .mainCol .entry .social ul li.digg a:visited {
							width:26px; height:9px;
							display:block;
							background:url(../../images/diggText.png);
						}
							.mainCol .entry .social ul li.digg a:hover {
								background-position:bottom;
							}
					.mainCol .entry .social ul li.line {
						padding:0 10px 0 0;
						width:5px;
						color:#007175;
					}		
					.mainCol .entry .social ul li.del {
						padding:2px 0 0 14px;
						width:100px; height:10px;
						background:url(../../images/delicious.png) no-repeat;
						behavior:url(shared/css/iepngfix.htc);
					}
						.mainCol .entry .social ul li.del a:link, .mainCol .entry .social ul li.del a:active, .mainCol .entry .social ul li.del a:visited {
							width:60px; height:9px;
							display:block;
							background:url(../../images/delText.png);
						}
							.mainCol .entry .social ul li.del a:hover {
								background-position:bottom;
							}
					.mainCol .entry .hr {
						margin:0 0 27px 11px;
						width:331px; height:13px;
						background:url(../../images/divider.png) no-repeat;
						behavior:url(shared/css/iepngfix.htc);
					}
						.mainCol .entry .hr hr {
							display:none;
						}