/*
-----------------------------------------------
vtgayguide.com
Stylesheet: Framework.css
Author:   Ben Glassman
Organization:	Vermont Design Works
Created: 13 Nov 2007
----------------------------------------------- */

body {
	text-align: center;
	background: #FFF url(/assets/templates/main/images/bg-body.gif) repeat-x 0 0;
	padding: 0 0 30px;
}

#container {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	position: relative;
}

body.twocol #container { background: #FFF url(/assets/templates/main/images/bg-container-twocol.gif) repeat-y 0 0; }
body.threecol #container { background: #FFF url(/assets/templates/main/images/bg-container-threecol.gif) repeat-y 0 0; }
body.threecol_wide #container { background: #FFF url(/assets/templates/main/images/bg-container-threecol-wide.gif) repeat-y 0 0; }

#masthead {
	background: transparent url(/assets/templates/main/images/bg-body.gif) repeat-x 0 0;
	height: 100px;
}

#logo {
	position: absolute;
	top: 0;
	left: 240px;
}

#tagline {
	background: transparent url(/assets/templates/main/images/tagline.gif) no-repeat 0 0;
	text-indent: -999em;
	width: 656px;
	height: 30px;
	position: absolute;
	top: 70px;
	left: 160px;
}

#samara_foundation {
	text-align: center;
	font-size: 1.1em;
	background: transparent url(/assets/templates/main/images/logo-samara-rainbow.gif) no-repeat 0 0;
	padding-top: 300px;
	width: 130px;
	position: absolute;
	top: 52px;
	left: 16px;
}

#samara_foundation a { padding-top: 85px; display: block; text-decoration: none; }
#samara_foundation a:link, #samara_foundation a:visited { color: #7B388F; }
#samara_foundation a:hover, #samara_foundation a:active { color: #7B388F; text-decoration: underline; }

#accessibility { position: absolute; left: -999em; }

#sidebar {
	float: left;
	margin: 0 10px 0 10px;
	padding-top: 38em;
	width: 140px;
	display: inline;
}

#utility_navigation { margin: 0; list-style: none; width: 140px; }
#utility_navigation li { font-size: 1.4em; float: left; clear: left; width: 140px; }
#utility_navigation a { background: transparent url(/assets/templates/main/images/nav-utility.gif) no-repeat 0 5px; padding: 0 0 8px 8px; text-decoration: none; float: left; width: 132px; }
#utility_navigation a:link, #utility_navigation a:visited { color: #BB358D; }
#utility_navigation a:hover, #utility_navigation a:active { color: #198DC8; background-position: -300px 5px; }
#utility_navigation strong { background: transparent url(/assets/templates/main/images/nav-utility.gif) no-repeat -600px 5px; color: #7C378E; padding: 0 0 8px 8px; float: left; width: 132px; }
#btn_newsletter_signup { margin-left: 10px; width: 120px; clear: both; }
#btn_newsletter_signup a { text-indent: -999em; background: transparent url(/assets/templates/main/images/btn-newsletter-signup.gif) no-repeat 0 0; width: 120px; height: 155px; display: block; }
#btn_newsletter_signup a:hover, #btn_newsletter_signup a:active { background-position: 0 -155px; }

#sidebar .home_sponsor { margin-left: 10px; padding-top: 18px; clear: both; }

#sidebar_login, #my_account {
	border-top: 1px solid #329ACE;
	border-bottom: 1px solid #329ACE;
	margin-left: 10px;
	padding: 10px 0;
	width: 120px;
	clear: both;
}

#sidebar_login div, #sidebar_login legend { position: relative; } /* Firefox Legend Fix (extra div) */
#sidebar legend {
	padding: 1.25em 0;
}
#sidebar legend span {
	color: #000;
	font-size: 1.2em;
	position: absolute;
	top: 0;
	left: 0;
	width: 118px;
}
#sidebar_login ul { list-style: none; margin: 0; }
#sidebar_login li { padding-bottom: 10px; }
#sidebar_login label { text-transform: lowercase; color: #666; }
#sidebar_login input { border: 1px solid #B4C8C3; width: 118px; }
#sidebar_login .submit { padding: 0; text-align: right; position: relative; }
#sidebar_login .submit a { position: absolute; top: 2px; left: 0; }
#sidebar_login .submit input { border: 0; width: auto; }

#my_account ul { list-style: none; margin: 0; }
#my_account li { color: #000; }
#my_account li strong { font-weight: normal; }
#my_account li li { color: #656264; padding-top: 0.9em; }
#my_account li li strong { font-weight: bold; }

#main { float: left; }
body.twocol #main { background: transparent url(/assets/templates/main/images/bg-content-bottom-twocol.gif) no-repeat bottom left; }
body.threecol #main { background: transparent url(/assets/templates/main/images/bg-content-bottom-threecol.gif) no-repeat bottom left; }
body.threecol_wide #main { background: transparent url(/assets/templates/main/images/bg-content-bottom-threecol-wide.gif) no-repeat bottom left; }

#content { padding: 15px; float: left; }
body.twocol #content { background: transparent url(/assets/templates/main/images/bg-content-top-twocol.gif) no-repeat 0 0; padding-top: 50px; width: 755px; }
body.threecol #content { background: transparent url(/assets/templates/main/images/bg-content-top-threecol.gif) no-repeat 0 0; padding-top: 50px; width: 610px; }
body.threecol_wide #content { background: transparent url(/assets/templates/main/images/bg-content-top-threecol-wide.gif) no-repeat 0 0; padding-top: 50px; width: 492px; }

#advertisements {
	margin-left: 20px;
	padding-top: 30px;
	width: 120px;
	float: left;
	display: inline;
}

body.threecol_wide #advertisements { margin-left: 15px; width: 250px; }

#site_sponsors {
	text-align: center;
	background: #FFF;
	color: #B1AFAF;
	clear: both;
	padding: 15px 0;
	width: 960px;
}

#site_sponsors div.site_sponsor { display: inline; margin: 0 25px; }
#site_sponsors img { line-height: 0; }

#site_info {
	text-align: center;
	background: #FFF;
	width: 960px;
}

#site_info .navigation .last { display: none; }