@import url(master.css);
@import url(menus.css);

/*home splash*/

#home_intro{
	width: 400px;
	margin: 50px auto 0 auto;
}

#home_intro h1{
	width: 400px;
	height: 217px;
	background: url('../images/home_logo.gif') no-repeat;
	text-indent: -9000px;
}

#form input{
	border: 1px solid #338928;
	background: #000;
	font-size: 1em;
	color: #fff;
	padding: 4px;
}

#form input.rememberme {
	border: 0px;
}

#form input.icheck{
	padding: 10px;
}

img{
	behavior: url(css/iepngfix.htc);
}


/*generic column layout structure*/

.content_col{
	float: left;
	margin-right: 16px;
}

.col_238{
	width: 238px;
	margin-top: 10px;
	margin-right: 10px;
}

.col_end{
	margin-right: 0;
}

/*puff content row*/

#content_coincidence{
	background: url('../images/home/coincidence_puffbg.jpg') no-repeat;
	height: 110px;
	position: relative;
}

#content_codebreaker{
	/*background: url('../images/home/codebreaker_puffbg.jpg') no-repeat;*/
	height: 110px;
	position: relative;
}

#content_puzzle{
	background: url('') no-repeat;
	height: 110px;
	position: relative;
}

#content_invites{
	background: url('../images/home/invitations_puffbg.jpg') no-repeat;
	height: 110px;
	position: relative;
}


#content_lineup{
	background: url('../images/home/line_up_bg.jpg') no-repeat;
	height: 110px;
	position: relative;
	cursor: pointer;
}

/*specific layout*/

/*line up*/

#content_lineup h3{
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 0;
	margin: 0;
	
}


/*coincidence and 4 laughs*/
#content_coincidence h3, #content_coincidence p, #content_invites h3, #content_invites p{
	margin: 0 0 0 10px;
}

#content_coincidence h3, #content_invites h3{
	margin-top: 8px;
}

#content_coincidence p{
	position: absolute;
	top: 0;
	left: 0;
}

#content_coincidence p a{
	display: block;
	padding-right: 100px;
	padding-top: 84px;	
}

#content_invites p{
	position: absolute;
	top: 0;
	left: 0;
}

#content_invites p a{
	display: block;
	padding-right: 85px;
	padding-top: 83px;
}

/*codebreaker*/

#content_codebreaker h3{
	margin: 10px 0 0 14px;
}

#codebreaker_mov{
	margin: 12px 0 0 55px;
}

#content_codebreaker p{
	position: absolute;
	top: 0;
	left: 0;
}
#content_codebreaker p a{
	display: block;
	padding-right: 85px;
	padding-top: 78px;
	padding-left: 15px;
}

/*puzzle*/

#content_puzzle h3{
	position: absolute;
	margin: 0;
	right: 7px;
	top: 5px;
}

#content_puzzle ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	margin: 0;
	right: 8px;
	bottom: 8px;
}

#content_puzzle li{
	float: left;
	display: inline;
	margin-right: 5px;
}

#fonejacker_puff{
position:relative;
top:0px;
left:0px;
}