/*------------------------------------------------------------------------------
Styles related to home page when not logged in

version:	2.0
author:		gus torres
website:	gling.com
------------------------------------------------------------------------------*/

/* =Home Style
------------------------------------------------------------------------------*/

/*
#main	{
	overflow: hidden;
}
*/

#body #primary-brand	{
	width: 940px;
	margin-left: 10px;
	
}

#body #primary-brand h1.logo	{
	float: left;
	width: 215px;
	height: 105px;
	position: relative;
	margin: 20px 25px 15px 25px;
}

#body #primary-brand h1.logo span	{
	background: url(../images/img_logo_lg.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#body #primary-brand h2	{
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	color: #0092b2;
	float: left;
	margin: 40px 0 0 0;
	width: 650px;
}

#body #primary-brand p	{
	float: left;
	text-align: right;
	margin: 5px 0 0 0;
	padding: 0 10px 0 0;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	letter-spacing: .175em;
	font-weight: bold;
	width: 640px;
	background: url(../images/bkgd_join_icn.gif) 100% 50% no-repeat;
}

#primary-brand p .user-name	{
    font-weight: normal;
}

#body #secondary-tagline	{
	clear: both;
	width: 891px;
	margin-left: 35px;
	margin-top: 10px; /* used to fix spacing in IE7 - doesn't seem to effect Safari, Firefox or IE 8 */
}

#body #secondary-tagline h3	{
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #776045;
	float: left;
	padding-top: 10px;
}

#body #secondary-tagline .mbr-img	{
	float: right;
}

#body #home_tab	{
	display: none; /* used unfortunately for clearing a gap in IE7 but doesn't seem to effect Safari, Firefox or IE8 */
}

#content #main	{
	margin-top: 15px;
}

#content #main .about-gf	{
	float: left;
	width: 187px;
	margin-right: 30px;
	background: #d9e6f0;
	border: 1px solid #0092b2;
	padding: 5px;
}

#content #main .about-gf h2,
#content #main .about-gling h2	{
	font-size: 13px;
	line-height: 15px;
	text-indent: -5000px;
}

#content #main .about-gf h2	{
	background: url(../images/img_aboutgf_hdr.gif) no-repeat;
	width: 187px;
	height: 50px;
	position: relative;
	
}

#content #main .about-gf h2 a	{
	display: block;
	width: 187px;
	height: 50px;
	outline: none;
}

#content #main .about-gling h2	{
	background: url(../images/img_aboutgling_hdr.gif) no-repeat;
	width: 181px;
	height: 50px;
	float: left;
	margin-right: 20px;
	position: absolute; /* 'position: relative' for all other sites including IE8 works fine, go figure */
}

#content #main .about-gf p	{
	font-size: 11px;
	line-height: 16px;
	padding-left: 30px;
}

#content #main .about-gf p.more	{
	margin: 5px 10px;
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/bkgd_more_icn.gif) 100% 50% no-repeat;
	overflow: auto; /* This seems to allow the arrow graphic to display in IE7 - doesn't seem to effect the other browsers */
}

#content #main .about-gling	{
	float: left;
	width: 610px;
}

#content #main .about-gling ul.navigation	{
	float: right;
}

#content #main .about-gling ul.navigation a	{
	display: block; /* makes the whole link region 'clickable' */
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1em;
	text-align: center;
	height: 22px;
	padding-top: 43px;
}

#content #main .about-gling ul.navigation a:hover,
#content #main .about-gling ul.navigation a:active	{
	color: #0092b2;
	text-decoration: none;
}

#content #main .about-gling ul.navigation li	{
	float: left;
}

#content #main .about-gling ul.navigation li a.active	{
	color: #0092b2;
	background: url(../images/bkgd_section_arrow.gif) 50% 100% no-repeat;
}

#content #main .about-gling ul.navigation li.community	{
	margin: 0;
	padding: 0;
	background: url(../images/img_community.gif) 50% 75% no-repeat;
	width: 112px;
	height: 65px;
}

#content #main .about-gling ul.navigation li.recipes	{
	margin: 0;
	padding: 0;
	background: url(../images/img_recipes.gif) 50% 75% no-repeat;
	width: 88px;
	height: 65px;
}

#content #main .about-gling ul.navigation li.food	{
	margin: 0;
	padding: 0;
	background: url(../images/img_food.gif) 50% 75% no-repeat;
	width: 74px;
	height: 65px;
}

#content #main .about-gling ul.navigation li.locations	{
	margin: 0;
	padding: 0;
	background: url(../images/img_locations.gif) 50% 75% no-repeat;
	width: 114px;
	height: 65px;
}

#content #main .about-gling #slider	{
	width: 615px;
	margin: 0 auto;
	position: relative;
}

#content #main .about-gling .scroll	{
	height: 250px;
	overflow: auto;
	position: relative; /* fix for IE */
	clear: both;
	border: 2px solid #0092b2;
	margin-left: 35px;
	margin-bottom: 20px;
}

.scrollButtons	{
	position: absolute;
	top: 197px;
	cursor: pointer;
	z-index: 99;
}

.scrollButtons.left	{
	left: 38px;
	
}

.scrollButtons.right	{
	right: 3px;
}

#content #main .about-gling .scrollContainer div.panel	{
	margin: 0;
	padding: 15px 35px;
	height: 220px;
	width: 507px;
}

#content #main .about-gling .scrollContainer div.panel h3	{
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 15px;
	color: #776045;
}

#content #main .about-gling .scrollContainer div.panel h3 a	{
	background: url(../images/bkgd_join_icn.gif) 100% 50% no-repeat;
	padding-right: 15px;
}

#content #main .about-gling .scrollContainer div.panel p	{
	font-size: 11px;
	line-height: 16px;
	color: #776045;
	width: 220px;
	color: #0092b2;
	padding-bottom: 10px;
}

#content #main .about-gling .scrollContainer div#community	{
	background: url(../images/img_community_thb.jpg) 90% 100% no-repeat;
}

#content #main .about-gling .scrollContainer div#recipes	{
	background: url(../images/img_recipes_thb.jpg) 90% 100% no-repeat;
}

#content #main .about-gling .scrollContainer div#food	{
	background: url(../images/img_food_thb.jpg) 90% 100% no-repeat;
}

#content #main .about-gling .scrollContainer div#locations	{
	background: url(../images/img_location_thb.jpg) 90% 100% no-repeat;
}