/* Begin General styles */

body {
	font-size: 75%;		/* 12 px */
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.6;
}
body * {
	font-size: 1em;
}


/* Begin Reset */
/* Based on http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,body,div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: #fff url(/images/bg.png) repeat-x 0 108px;
	color: #333;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end Reset */


address {
	font-style: normal;
}

pre, code, kbd, tt, samp, tt {
	font-family: "andale mono", monospace;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}
strong,b {
	font-weight: bold;
}
em,i {
	font-style: italic;
}


/* -- Lists -- */
ul ul, ol ol, ol ul, ul ol {
	margin-bottom: 0;
}

.prose ul, ul.bullets, ul.bullets ul {	
	list-style-type: disc;
	margin-left: 1.5em;	
}

ol {
	list-style-type: decimal;
	margin-left: 2em;
}

dt {
	font-weight: bold;
	margin-top: 1.5em;
}
/* -- /lists -- */


/* -- Tables -- */
table 
{
    width: 100%;
}
/* -- /tables -- */


/* -- Blockquotes -- */
blockquote {
	font-style: italic;
	margin: 10px;
	padding: 15px 20px 35px 15px;
	font-family: Georgia, Times, serif;
	font-size: 1.167em;
	background: #d8d8c3 url(/images/bg-blockquote.png) no-repeat bottom;
}

blockquote cite, blockquote em {
	font-style: normal;
}
/* -- /blockquotes -- */


ul, ol, dl, address, blockquote, pre, fieldset {
	margin-bottom: 15px;
	line-height: 1.3;
}
p {
	margin-bottom: 15px;
}
p.no_gap{
	margin-bottom: 0em;
}

a {
	color: #05537f;
	background: transparent;
	text-decoration: underline;
}
a:hover,
a:focus {
	color: #ad1e22;
}
h1,h2,h3,h4 {
	font-weight: normal;
	line-height: 1.5;
}
h1 {
	font-size: 2.167em;
	border-bottom: 2px dashed #ddd;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.429em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #ad1e22;
}
h3 {
	font-size: 1.286em;
}
h4 {
	font-size: 1.143em;
	color: #ad1e22;
}
h5 {
	font-size: 1.286em;
	font-weight: normal;
}

/* end general styles */


/* begin Helper styles */
.hide {
    display: none;
}

.aural {
	position: absolute;
	left: -9999em;
}

/* general message */
.message {
	overflow: hidden;
	display: block;
	background: #fffbf1;
	border: 2px solid #fec841;
    padding: 10px;
	margin: 0 20px 20px 0;
}

/* -- Forms -- */
form {
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
	clear:both;
}

form fieldset {
	margin-bottom: 20px;
	overflow:hidden;
	border-top: 1px solid #b4ccd9;
}

form legend {
	color:#6E6E6E;
	font-size: 1.286em;
	margin-bottom: 5px;
	padding-right: 5px;
}

form fieldset div {
	overflow: hidden;
	margin-bottom: 10px;
	float: left;
	display: inline;
}

form fieldset div.option {
	margin-left: 130px;
	clear: left;
}

form fieldset div.option label {
	width: auto;
	font-weight: normal;
}

form div.terms {
	width: 780px;
}

form label,
form .label {
	float: left;
	display: inline;
	width: 120px;
	padding-right: 7px;
	margin-right: 8px;
	font-weight: bold;
	text-align: right;
	padding-top: 2px;
}

form label span {
	position: absolute;
	left: -9999em;
	width: 1px;
	height: 1px;
}

form .fieldWithErrors label {
	color: #ad1e22;
}

form fieldset.options {
    margin-left:155px !important;
}

form input,
form select,
form textarea {
	width: 225px;
	height: 21px;
	padding: 2px 5px;
	border: 2px solid #5795b7;
	color: #666;
	float: left;
	font: inherit;
	font-size: 1.1em;
}

form .option input,
form input[type=checkbox],
form input[type=radio] {
    width: auto !important;
    background: none  !important;
    border: 0 !important;
}

form .fieldWithErrors  input {
	border-color: #861f0e;
	background: #fffdf3;
}

form textarea {
	height: 120px;
}

form .value {
    background: none;
    border: 0;
    clear: none;
    margin: 0 0 5px 0;
	height: auto
}

form .select {
    width: 165px;
    float: left;
    height: auto;
    clear: none;
    margin-bottom: 0;
}

form .terms textarea {
	width: 610px;
	height: 125px;
	font-size: 87.5%;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.285em;	/* Baseline grid of 18px	*/
	background: #f9f9f9;
}

form select {
	width: 235px;
	height: 28px;
}

/* -- Buttons -- */
/* ** NOTE: all button images are in one sprite image called buttons.png ** */
form .buttons {
	width: 620px;
	margin-left: 125px;
	color: #636363;
}

form .buttons input {
	border: 0;
	width: auto;
	height: auto;
}

form .buttons a {
	font-weight: normal;
	color: #636363;
	border-bottom: 1px dotted #333;
}

form fieldset .form-error,
form fieldset .fieldWithErrors {
	clear: none;
}

form fieldset .form-error {
	margin: 0 0 0 135px;
	font-style: italic;
	color: #861f0e;
}

form fieldset .option .form-error {
	margin: 0;
	float: right;
	border: 1px solid;
	padding: 4px;
}

.button {
	display: block;
	text-indent: -9999em;
	cursor: pointer !important;
	border: 0 !important;
	height: 29px !important;
	padding: 0;
	overflow: hidden;
	background: url('../Images/buttons.png') !important;
	margin-right: 10px;
}
/* -- /Forms -- */

/* end helper styles */


/* begin Page structure */

/* -- wrapper -- */
#wrap {
	width: 960px;
	margin: auto;
	overflow: hidden;
}
/* -- /wrapper -- */

/* -- header -- */
#header {
	position:relative;
	overflow: hidden;
	height: 108px;
	width: 100%;
	margin: 0;
	background: #fff url(/images/bg-header.png) no-repeat right bottom;
}

#logo {
	position: absolute;
	width: 283px;
	height: 26px;
	top: 39px;
	left: 0;
}

#logo img {
	width: 255px;
	height: 46px;	
}

#donate {
	background: url(/images/button-donate.png) no-repeat;
	width: 209px;
	height: 55px;
	position: absolute;
	right: 0;
	top: 32px;
}

#donate a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999em;
}

#nav-global {
	position: absolute;
	top: 10px;
	right: 0;
	font-family: "Trebuchet MS","Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 0.917em;
	font-weight: bold;
}

#nav-global li {
	float: left;
	margin-left: 10px;
}
/* -- /header */

/* -- top navigation -- */
#nav-top {
	overflow: hidden;
	padding: 0;
	font-family: "Trebuchet MS","Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-size: 1.084em;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#nav-top ul {
	overflow: hidden;
	width: 100%;
	margin: 0;
}

#nav-top li {
	float: left;
	display: inline;
	padding: 11px 0 10px 10px;
	margin-top: 3px;
}

#nav-top li a {
	color: #fff;
	text-shadow: #064f86 1px 1px 0;
	font-weight: normal;
	padding: 10px 20px 9px 10px;
	text-decoration: none;
}

#nav-top li a:hover,
#nav-top li a:focus {
	color: #c7dcec;
}

#nav-top li.current {
	background: url(/images/nav-current.png) no-repeat left 8px;
}

#nav-top li.current a {
	background: url(/images/nav-current.png) no-repeat right 7px;
}
/* -- /top navigation -- */

/* -- sub navigation -- */
#nav-sub {
	float: left;
	width: 180px;
}

#nav-sub .top {
	background: url(/images/bg-subnav.png) no-repeat;
	width: 100%;
	height: 8px;
}

#nav-sub ul {
	background: #62a640;
	border-left: 2px solid #4d922b;
	border-right: 2px solid #4d922b;
	margin: 0;
}

#nav-sub li {
	border-bottom: 1px solid #4d922b;
}

#nav-sub li a {
	display: block;
	padding: 5px 10px 5px 15px;
	color: #112c04;
	font-size: 1.13em;
	text-decoration: none;
}

#nav-sub li a:hover {
	background: #4d922b;	
}

#nav-sub li.current {
	background: #4d922b;	
}

#nav-sub li.current a {
	font-weight: bold;
}


#nav-sub li ul {
	display: none;
}

#nav-sub li.current ul {
	display: block;
	border: 0;
	border-top: 1px solid #4d922b;
	background: #cfecc1;
}

#nav-sub li.current ul a {
	background: #cfecc1;
	font-size: 0.857em;
	text-decoration: none;
}

#nav-sub li.current ul a:after {
	content: ""
}

#nav-sub li.current ul li.current a:after {
	content: " \00bb";
	font-family: Georgia, serif;
	font-size: 1.3em;
}

#nav-sub .bottom {
	background: url(/images/bg-subnav.png) no-repeat bottom;
	width: 100%;
	height: 77px;
}
/* -- /sub navigation -- */


/* -- content --*/
#content {
	float: right;
	display: inline;
	overflow: hidden;
	width: 750px;
}

/* main content area */
.content-main {
	overflow:hidden;
	float: left;
	display: inline;
	width: 470px;
}

/* right hand content */
.content-sub {
	overflow: hidden;
	float: right;
	display: inline;
	width: 240px;
}

.content-sub .external-content {
	background: url(/images/bg-texture.jpg);
	border: 2px solid #ededed;
	padding: 10px;
}

.content-sub .external-content ul,
.content-sub .external-content #tweets,
.content-sub .external-content #flickr_badge_uber_wrapper {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 2px dashed #bcbcbc;
	padding-bottom: 20px;
}

.content-sub .external-content #tweets {
	padding-bottom: 10px;
	margin-top: -10px;
	background: url(/images/twitter-bird.png) no-repeat top right;
}

.content-sub .external-content #tweets h3 {
	margin: 10px 0;
}

.content-sub .external-content #tweets p {
	margin-bottom: 15px;
}

.content-sub .external-content #flickr_badge_uber_wrapper {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.content-sub .external-content li {
	float: left;
	width: 46px;
	height: 46px;
	margin-right: 7px;
}

.content-sub .external-content li a {
	display: block;
	opacity: 0.8;
	-moz-opacity:.80; 
	filter:alpha(opacity=50);
	text-indent: -9999em;
	width: 100%;
	height: 100%;
}

.content-sub .external-content li a:hover {
	opacity: 1;
}

.content-sub .external-content li.facebook a {
	background: url(/images/icon-fb.png) no-repeat;
}

.content-sub .external-content li.bebo a {
	background: url(/images/icon-bebo.png) no-repeat;
}

.content-sub .external-content li.twitter a {
	background: url(/images/icon-twitter.png) no-repeat;
}

.content-sub .external-content li.flickr {
	margin-right: 0;
}

.content-sub .external-content li.flickr a {
	background: url(/images/icon-flickr.png) no-repeat;
}

.content-sub .external-content #flickr_badge_uber_wrapper {
	width: 105%;
}

#flickr_badge_uber_wrapper .flickr_badge_image {
	width: 68px;
	height: 68px;
	border: 1px solid #adbfa4;
	float: left;
	margin: 0 4px 4px 0;
}

#flickr_badge_uber_wrapper .flickr_badge_image img {
	width: 68px;
	height: 68px;
}

.content-sub .external-content h3 {
	font-family: "Cooper Black", "Cooper Std", "Cooper", Georgia, serif;
	color: #6e6e6e;
	letter-spacing: .05em;
}
/* -- /content -- */

/* -- breadcrumb -- */
.breadcrumbs {
	color: #999;
	margin: 10px 0 20px 0;
	overflow: hidden;
	color: #2d312b;
}

.breadcrumbs li {
	float: left;
	display: inline;
	padding-right: 10px;
}

.breadcrumbs a {
	padding-right: 5px;
	color: #05537f !important;
}


/* -- /breadcrumb -- */


/* -- footer -- */
#footer {
	clear: both;
	margin-top: 30px;
	background:  url(/images/bg-footer.png) repeat-x;
	height: 238px;
	position: relative;
}

#footer .extended, #footer .nav {
	overflow: hidden;
	width: 960px;
	margin: auto;
}

#footer .extended .links,
#footer .extended .vcard {
	float: left;
	display: inline;
	width: 210px;
	margin-top: 30px;
	background: url(/images/bg-footer-links.png) no-repeat;
	padding: 15px
}

#footer .extended .links h4 {
	text-transform: uppercase;
	font-family: "Trebuche MS","Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	letter-spacing: .05em;
	margin-bottom: 10px;
}

#footer .extended .links h4 a {
	color: #3a3a3a;
	text-decoration: none;
}

#footer .extended .links li {
	background: url(/images/bullet.png) no-repeat 0 52%;
	padding-left: 15px;
	margin-bottom: 3px;
}

#footer .extended .vcard {
	background: none;
	margin-top: 20px;
}

#footer .extended .vcard h4 {
	background: url(/images/header-vcard.png) no-repeat;
	text-indent: -9990em;
	overflow: hidden;
	height: 31px;
}

#footer .extended .vcard .details {
	margin-left: 20px;
}

#footer .extended .vcard .org {
	display: none;
}

#footer .nav {
	margin-top: 35px;
	font-family: "Trebuche MS","Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-size: 0.834em;
	text-transform: uppercase;
}

#footer .nav li {
	float: left;
	margin-right: 20px;
}

#footer .nav li a {
	color: #fff;
}
/* end page structure */


/* begin Page elements */
.vevent {
	overflow: hidden;
	border-bottom: 1px solid #e7f6ff;
}

.vevent h3 {
	border-bottom: 1px solid #acc3d0;
	font-size: 1.14em;
}

.home-hero {
	background: #b8d6e1 url(/images/hero.png) no-repeat;
	width: 630px;
	height: 60px;
	margin-right: 270px;
	padding: 20px 30px;
	text-indent: -9999em;
}

.home-hero h1 {
  border-bottom: 0;
}

#homePage #content {
	overflow: visible;
	width: 710px;
}

#homePage #nav-sub {
	margin-top: 20px;
	width: 216px;
	background: none;
}

#homePage #nav-sub a {
	display: inline;
	font-size: 1em;
	padding: 0;
	color: #05537f;
	font-weight: bold;
}

#homePage #nav-sub a:hover:after {
	content: "";
}

#homePage #nav-sub ul {
	background: none;
	border: 0;
	margin: 0 8px 20px 8px;
}

#homePage .how-help li {
	border: 0;
	background: url(/images/home-bullet.png) no-repeat 0 13px;
	padding: 10px 20px 0 25px;
}

#homePage .content-sub {
	margin-top: -100px;
	position: relative;
}

#homePage .content-main {
	width: 440px;
}

.how-help {
	background: #f8f5d9 !important;
	overflow: hidden;
	margin-bottom: 10px;
}

.how-help h3 {
	background: url(/images/header-help-you.png) no-repeat;
	width: 216px;
	height: 51px;
	text-indent: -9999em;
}

.how-help a:hover {
	background: none !important;
	color: #AD1E22 !important;
}

.values {
	background: #effae9;
	overflow: hidden;
	margin-bottom: 10px;
}

.values li {
	border: 0 !important;
	margin: 3px;
	font-style: italic;
	color: #112c04;
	font-weight: bold;
}

.featured {
	margin-top: 20px;
}

.values h3 {
	background: url(/images/header-values.png) no-repeat;
	width: 216px;
	height: 38px;
	text-indent: -9999em;
}

.tommys-view {
	overflow: hidden;
	padding-bottom: 80px;
	background: url(/images/home-tommys-view-bottom.png) no-repeat bottom;
}

.tommys-view h2 {
	background: url(/images/home-tommys-view.png) no-repeat;
	width: 440px;
	height: 45px;
	text-indent: -9999em;
}

.tommys-view h3 a {
	font-size: 1em;
	text-decoration: none;
}

.tommys-view .date {
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 0.917em;
	color: #627076;
}

.what-is-queer {
	overflow: hidden;
	margin-top: 40px;
	color: #112c04;
}

.what-is-queer h4 {
	background: url(/images/what-is-queer.png) no-repeat;
	text-indent: -9999em;
	width: 100%;
	height: 18px;
}

.what-is-queer p {
	margin: 0 20px;
}
/* end page elements */


/* begin Overrides */

/* end Overrides */
