/* Lilly’s Table - Splash Page - Design & Dev by [gb] Studio */
/* gb-studio.tv */

/* =============================== */
/* = Lilly’s Table - Awesomeness = */
/* =============================== */

@import url("reset.css");   /* thanks yahoo */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #4d3e2b;
	background-image: url("/pages/images/bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

a {
	color: #4d3e2b;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
strong em, em strong {
	font-weight: bold;
	font-style: italic;
}

#main {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	min-height: 850px;
	z-index: 5;
}

#bar {
	position: absolute;
	top: 313px;
	width: 100%;
	height: 153px;
	background-image: url("/images/bar_bg.png");
	z-index: 2;
}

#left {
	margin-top: 313px;
	padding-left: 3px;
	width: 425px;
	float: left;
}

#left h3 {
	display: block;
	margin: 22px 0px 7px 0px;
	width: 102px;
	height: 18px;
	text-indent: -9999px;
	background-image: url("/images/title_lillys-blog.png");
	background-repeat: no-repeat;
}

#left h2 {
	display: block;
	margin-left: -2px;
	width: 338px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 28px;
	float: left;
}
#left h2 a {
	display: block;
	padding: 10px;
	margin: -10px;
	width: 338px;
	height: 87px;
	text-decoration: none;
	overflow: hidden;
}
#left h2 a:hover {
	color: #fff;
	background-color: #40b649;
}

#left p {
	display: block;
	margin-top: 70px;
	width: 75px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	float: right;
}

#right {
	padding: 67px 0px 0px 5px;
	width: 445px;
	float: right;
}

#right h1 {
	margin: 0px 0px 21px 0px;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 34px;
}

#right h2 {
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	width: 201px;
	height: 57px;
	text-indent: -9999px;
	background-image: url("/images/lt_logo.png");
	background-repeat: no-repeat;
}

#right h4 {
	display: block;
	margin: 43px 0px 6px 0px;
	width: 229px;
	height: 20px;
	text-indent: -9999px;
	background-image: url("/images/title_join-us.png");
	background-repeat: no-repeat;
}

#right p {
	font-size: 14px;
	line-height: 25px;
}

/* bottom links */

#right ul#bottom_links {
	width: 451px;
	height: 44px;
}

#right ul#bottom_links li a {
	display: block;
	text-indent: -9999px;
	background-image: url("/images/bottom_buttons.png");
	background-repeat: no-repeat;
	float: left;
}
#right ul#bottom_links li.twitter a {
	width: 166px;
	height: 44px;
	background-position: 0px 0px;
}
#right ul#bottom_links li.twitter a:hover {	background-position: -451px 0px; }
#right ul#bottom_links li.survey a {
	width: 118px;
	height: 44px;
	background-position: -166px 0px;
}
#right ul#bottom_links li.survey a:hover {	background-position: -617px 0px; }
#right ul#bottom_links li.blog a {
	width: 167px;
	height: 44px;
	background-position: -284px 0px;
}
#right ul#bottom_links li.blog a:hover {	background-position: -735px 0px; }


/* other stuff */

hr.clear {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	border-width:0;
	margin:0;
	padding:0;
	overflow: hidden;
}

/* form stuff */

#right #email_form {
	height: 107px;v
}

#right #email_form input#email_email {
	display: block;
	margin: 2px 0px 0px -4px;
	padding: 5px;
	width: 350px;
	height: 31px;
	font-size: 28px;
	color: #d2d2d2;
	letter-spacing: -0.05em;
	border: 1px solid #4d3e2b;
	float: left;
}
#right #email_form input#email_email:hover {
	border: 1px solid #ef4310;
}
#right #email_form input#email_email:focus {
	color: #777777;
	border: 1px solid #008f80;
}

#right #email_form input.button_go {
	display: block;
	margin: 2px 0px 0px 0px;
	width: 86px;
	height: 43px;
	text-indent: -2000px;
	background-image: url("/images/button_go.png");
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}
#right #email_form input.button_go:hover {
	background-position: -86px top;
}

#right #email_form p {
	margin: 8px 0px 25px 0px;
	font-size: 11px;
	line-height: 17px;
}

#right #email_form #email_success p {
	margin: 0px;
	padding: 0px;
}

#right #email_form #email_success p.success {
	margin: 0px 0px 6px 0px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 28px;
}

#right #email_form #email_success p a {
	padding: 3px;
	margin: -3px;
}
#right #email_form #email_success p a:hover {
	color: #fff;
	background-color: #40b649;
	text-decoration: none;
}

#right #email_form p.fail {
	display: block;
	padding: 4px;
	margin: -4px;
	margin-top: 4px;
	width: 354px;
	background-color: yellow;
}

/* footer */

#right #footer {
	padding: 15px;
	margin: -15px;
	margin-top: 175px;
}

#right #footer p {
	margin: 8px 0px 0px 0px;
	font-size: 11px;
	line-height: 17px;
	text-align: center;
	color: #a9a8a8;
}
#right #footer p:hover { color: #4d3e2b; }
#right #footer p:hover a { color: #4d3e2b; }
#right #footer p a {
	padding: 3px;
	margin: -3px;
	color: #a9a8a8;
}
#right #footer p a:hover {
	color: #fff;
	background-color: #40b649;
	text-decoration: none;
}