@charset "utf-8";

/* NOTES */

/* background positioning: first number = horizontal pos, second = vertical */
/* positioning: T R B L */

/* ------------------ DISCREET ---------------------------- */

.index  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	text-align: center;
	background-image: url(../graphics/common/main_bg_discreet.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	}
	
/* ---------------------------------------------- */
	
a:link {color: #0066ff;
	text-decoration: underline;
	}
a:visited {color: #666666;
	text-decoration: underline;
	}
a:hover {color: #e23c68;
	text-decoration: none;
	}
a:active {color: #e23c68;
	text-decoration: underline;
	}
	
/* -------- back to top spite ----------------------------- */


.backtotop a {
		display: block;
		width: 57px;
		height: 57px;
		margin: 5px 0 5px 0;
		padding: 0;
		background: url(../graphics/common/backtotop.gif) 0 0 no-repeat;
		text-decoration: none;
		text-indent: -5000px;
		}
		
.backtotop a:hover {	
		background-position: 0 -57px;
		}
		
/* -------- visit forum sprite ----------------------------- */


.visitforum a {
		display: block;
		width: 125px;
		height: 23px;
		margin-left: 12px;
		padding: 0;
		background: url(../graphics/common/chatonforum.gif) 0 0 no-repeat;
		text-decoration: none;
		text-indent: -5000px;
		}
		
.visitforum a:hover {	
		background-position: 0 -23px;
		}
		
/* --------next and prev page sprites ------------ */

.nextpage a {
		display: block;
		width: 65px;
		height: 19px;
		margin: 5px 0 5px 0;
		padding: 0;
		background: url(../graphics/common/nextpage.gif) 0 0 no-repeat;
		text-decoration: none;
		text-indent: -5000px;
		}
		
.nextpage a:hover {	
		background-position: 0 -19px;
		}
		
.prevpage a {
		display: block;
		width: 87px;
		height: 19px;
		margin: 5px 0 5px 0;
		padding: 0;
		background: url(../graphics/common/prevpage.gif) 0 0 no-repeat;
		text-decoration: none;
		text-indent: -5000px;
		}
		
.prevpage a:hover {	
		background-position: 0 -19px;
		}


/* ------------------------------------------------ */

#mainContent p {/* affects main content area ps */
	padding-bottom: 8px;
	line-height: 16px;
	}

#mainContent .smalltype {
	font-size: 10px;
	line-height: 12px;
	}

i {
	letter-spacing: 1px;
	}

b {
	font-weight: bold;
	}
	
h1 {
font-size: 16px;
margin: 15px 0 30px 0;
	}

h2 {
	font-size: 10pt; 
	font-weight: bold;
	margin: 10px 0 20px 0;
	}

/* ------------------------------------------------ */
	
ul {list-style: none;
	list-style-position: outside;
	}

li {background-image: url(../graphics/common/body_li.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0px 0px 10px 20px;
	}
	
/* IMAGES --------------------------------------------- */
	
img {border: none;}
	
#mainContent .imgmiddle 
	{display: none;
	margin: 0 0 3px 0;
	}

#mainContent .imgleft 
	{
	display: none;
	margin: 0 20px 3px 0;
	width: 190px;
	float: left;
	}

#mainContent .imgright 
	{
	display: none;
	margin: 0 0 3px 20px;
	width: 190px;
	float: right;
	}

/* ------------------------------------------------ */
	
#mainContent .caption 
	{
	display: none;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 9px;
	text-align: center;
	line-height: 13px;
	}

/* ---------------------------------------------- */
	
.index #mainContent hr {border: none 0;
	background-image: url(../graphics/sidebars_shared/sbar_hr.gif);
	background-repeat: repeat-x;
	height: 2px;
	width: 100%;
	padding: 5px 0;
	}	


/* main container for everything------------------------------------------------- */	

.index #outter { 
	width: 794px;
	margin: 0 auto;
	background-image: url(../graphics/common/main_bg_shdw_discreet.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #e5e5e5;
	border: 0;
	text-align: left;}

.index #container { 
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 0;
	text-align: left;
	} 

/* header ---------------------------------------------------------------------*/	

.index #header {
	font-size: 10px;
	color: #ffffff;
	margin: 0;
	height: 63px;
	background-image: url(../graphics/common/header_discreet.jpg);
	background-repeat: no-repeat;
	padding-top: 115px;
	} 

#container #header .tagline 
	{
	width: 510px;
	float: left;
	padding-top: 40px;
	padding-left: 135px;
	text-align: center;
	color: #999;
	}
	
	#header a:link {color: #666;
	text-decoration: underline;
	}
#header a:visited {color: #666;
	text-decoration: underline;
	}
#header a:hover {color: #fc6218;
	text-decoration: none;
	}
#header a:active {color: #FC6218;
	text-decoration: underline;
	}


/* css switcher ------------------------------------------------------------------*/	

#header .tiny_cssswitch {float: right;
width: 90px;
margin-right: 7px;
text-align: center;
font-size: 10px;}

#header .tiny_cssswitch p {font-size: 10px;
padding: 0 0 3px 0;
margin: 0;
color: #666;}

#switchform {padding: 0;
	margin: 0;}


/* main content------------------------------------------------------------------*/	

.index #mainContent {
	margin: 0 150px 0 150px;
	padding: 0 10px;
	line-height: 13pt;
	border: 0;
} 


/* sidebar shared ------------------------------------------------------*/

.sbar_img_center {text-align:center;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
.hrsbar {border: none 0;
	background-image: url(../graphics/sidebars_shared/sbar_hr.gif);
	background-repeat: repeat-x;
	height: 2px;
	width: 100%;
	padding: 0;
	margin: 7px 0px;
	}
	
/* LEFT sidebar---------------------------------------------------------*/

#sidebar1 {
	float: left;
	width: 150px;
	background-image: url(../graphics/sidebars_shared/sbar_bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
	
#sidebar1 p {
	margin: 0px 5px 7px 5px;
	}	
	
.mainnav {/* used as UL class for main navigation */
	padding: 0px 5px 0px 5px;
	list-style: none;
	margin: 0;
	}

.mainnav_sub {/* used as UL class for main navigation sub items */
	margin: 0;
	padding: 0;
	list-style: none;
	}

li.mainnav_sub {/* used as li class for main navigation sub items */
	background-image: url(../graphics/sidebar_1/navicon_subitem.gif);       
	background-repeat: no-repeat;
	background-position: 20px 7px;
	padding: 3px 10px 3px 30px;
	margin: 0;
	}

/* main nav items ------------------------------------------------ */

li.home {
	background-image: url(../graphics/sidebar_1/navicon_home.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding: 3px 0 3px 20px;
	margin: 0;
	}

li.beinggay {
	background-image: url(../graphics/sidebar_1/navicon_being.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding: 3px 0 3px 20px;
	margin: 0;
	}

li.problempage {
	background-image: url(../graphics/sidebar_1/navicon_problemp.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding: 3px 0 3px 20px;
	margin: 0;
	}

li.discussionboard {
	background-image: url(../graphics/sidebar_1/navicon_discussion.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding: 3px 0 3px 20px;
	margin: 0;
	}

li.links {
	background-image: url(../graphics/sidebar_1/navicon_links.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding: 3px 0 3px 20px;
	margin: 0;
	}

li.contact {
	background-image: url(../graphics/sidebar_1/navicon_contact.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding: 3px 0 3px 20px;
	margin: 0;
	}
	
	li.rel {
	background-image: url(../graphics/sidebar_1/navicon_rel.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding: 3px 0 3px 20px;
	margin: 0;
	}

li.aboutsite {
	background-image: url(../graphics/sidebar_1/navicon_about.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding: 3px 0 3px 20px;
	margin: 0;
	}

li.downloads {
	background-image: url(../graphics/sidebar_1/navicon_dloads.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding: 3px 0 3px 20px;
	margin: 0;
	}
	
/* main nav items end -------------------------------------------- */

.sbar1_bottom {
	width: 150px;
	height: 100px;
	background: #EBEBEB url(../graphics/sidebar_1/sidebar1_bttm.jpg);}


/* RIGHT sidebar------------------------------------------------*/

#sidebar2 {
	float: right;
	width: 150px;
	padding: 0;
	margin: 0;
	background: #EBEBEB url(../graphics/sidebars_shared/sbar_bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
	
#sidebar2 p {
	margin: 0px 7px 7px 7px;
	}
	
.sidebar2_top {
	width: 150px;
	height: 26px;
	background: url(../graphics/sidebar_2/sidebar2_top.jpg);
	}	
	
.sidebar2 {
	margin: 0px;
	padding: 0px;
	}	

.sidebar2li {
	background-image: url(../graphics/sidebar_2/general_bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	padding: 5px 5px 5px 19px;
	margin: 0;
	}
	
.sidebar2newli {
	background-image: url(../graphics/sidebar_2/new_bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	padding: 5px 5px 5px 19px;
	margin: 0;
	}
	
.sidebar2_bottom {
	width: 150px;
	height: 100px;
	background: url(../graphics/sidebar_2/sidebar2_bottom.jpg);
	}


/* footer-----------------------------------------------------------------------------*/

#prefooter { 
	clear: both;
	height: 158px;
	background-image: url(../graphics/common/pre_footer_discreet.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	}

#footer { 
	height: 39px;
	background-image: url(../graphics/common/footer_discreet.jpg);
	background-repeat: no-repeat;
	margin: 0;
	}

.footercontent {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;	
	padding: 20px 0px 0px 0px;
	margin: 0;
	text-align: center;
	}



/* PAGE SPECIFIC: being gay FAQ---------------------------------------------------------*/

.speech1, .speech2, .speech3, .speech4, .speech5, .speech6, .speech7 {
	background-repeat: no-repeat;
	height: 50px;
	width: 260px;
	float: right;
	}
	
.speech1 {	background-image: url(../graphics/being_gay/faq/speech_1_discreet.jpg);	}
.speech2 {	background-image: url(../graphics/being_gay/faq/speech_2_discreet.jpg);	}
.speech3 {	background-image: url(../graphics/being_gay/faq/speech_3_discreet.jpg);	}
.speech4 {	background-image: url(../graphics/being_gay/faq/speech_4_discreet.jpg);	}
.speech5 {	background-image: url(../graphics/being_gay/faq/speech_5_discreet.jpg);	}
.speech6 {	background-image: url(../graphics/being_gay/faq/speech_6_discreet.jpg);	}
.speech7 {	background-image: url(../graphics/being_gay/faq/speech_7_discreet.jpg);	}

.face1, .face2, .face3, .face4, .face5, .face6, .face7 {
	display: none;	
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	float: left;
	}
	
.face1 {	background-image: url(../graphics/being_gay/faq/face_1.gif); }
.face2 {	background-image: url(../graphics/being_gay/faq/face_2.gif); }
.face3 {	background-image: url(../graphics/being_gay/faq/face_3.gif); }
.face4 {	background-image: url(../graphics/being_gay/faq/face_4.gif); }
.face5 {	background-image: url(../graphics/being_gay/faq/face_5.gif); }
.face6 {	background-image: url(../graphics/being_gay/faq/face_6.gif); }
.face7 {	background-image: url(../graphics/being_gay/faq/face_7.gif); }

.faqcontain {
	margin: 10px 0px 20px 0px;
	height: 50px;
	width: 460px;
	}


/* PAGE SPECIFIC: downloads-------------------------------------------------------*/

.photo img {padding: 0 5px 0px 5px;}

.figure {float: left;
	width: 150px;
	}

.figure p {font-size: 10px;
	text-align: center;
	margin: 4px 0 5px 0;}


/* PAGE SPECIFIC: coming out quote------------------------------------------------*/

.quote {
	border-left: 1px dotted #FC6218;
	padding: 0 0 0 20px;
	margin: 25px 0 25px 20px;
	}

.quote p {font-size: 11px;}


/* PAGE SPECIFIC: index.html quick links-----------------------------------------*/

.quick img {
	display: none;
	padding: 0;
	}

.quick_outter {float: left;
width: 225px;
margin-bottom: 10px;}

/* PAGE SPECIFIC: being gay (main content overview page--------------------------*/

.frontwrap {
float: left;
padding: 0;
width: 460px;
}

.frontpic {
float: left;
width: 145px;
}

.fronttxt {
float: right;
width: 300px;
height: auto;
}


/* PAGE SPECIFIC: problem page-----------------------------------------------------------------*/

#probbttnnew a {
		display: block;
		width: 213px;
		height: 50px;
		margin: 5px;
		padding: 0;
		background: url(../graphics/problem_page/probpage_newbttn.jpg) 0 0 no-repeat;
		text-decoration: none;
		text-indent: -5000px;
		}
		
	#probbttnnew a:hover {	
		background-position: 0 -50px;
		}
		
		#probbttnold a {
		display: block;
		width: 213px;
		height: 50px;
		margin: 5px;
		padding: 0;
		background: url(../graphics/problem_page/probpage_oldbttn.jpg) 0 0 no-repeat;
		text-decoration: none;
		text-indent: -5000px;
		}
		
	#probbttnold a:hover {	
		background-position: 0 -50px;
		}

.prob_outter {width: 440px;
				background-color: #b2d3ff;
				margin: 0;
				padding: 15px 10px 10px 10px;
				background-image: url(../graphics/problem_page/prob_brd.gif);
				background-position: top;
				background-repeat: no-repeat;
				}

.prob_header {width: 430px;
				background-color: #ff9191;
				margin-bottom: 15px;
				padding: 5px;
				text-align: center;
				border: 1px dashed;}

.prob_reply	{width: 440px;
				background-color: #fff1b2;
				margin: 0;
				padding: 10px 10px 20px 10px;
				background-image: url(../graphics/problem_page/reply_brd.gif);
				background-position: bottom;
				background-repeat: no-repeat;
				margin-bottom: 20px;
				}
				
#mainContent .prob_outter .prob_join {
	margin: 0;
	padding: 0;
	}
	
#mainContent .prob_outter .prob_join img {
	margin: 0;
	padding: 0;
	}
	
.prob_reply li {
	background-image: url(../graphics/problem_page/prob_li.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0px 0px 10px 20px;
	}

#mainContent .prob_outter .prob_reply img 
	{
	margin: 0;	
	padding: 0;
	}

#mainContent .bttprobpwrap img 
	{
		margin: 0 0 15px 0;
		}


/* PAGE SPECIFIC: contact page-------------------------------------------------------------------*/

.contact_outter {width: 438px;
				background-color: #dbd0ff;
				margin: 0;
				padding: 10px 10px 10px 10px;
				border: 1px dashed;
				background-image: url(../graphics/contact/main_bg.gif);
				background-position: left;
				background-repeat: repeat-y;
				font-size: 11px;
				}
				
.contact_outter input, select, textarea 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	}

.msgsentimg 
	{
	width: 100px;
	height: 100px;
	margin: 0 20px 20px 0;
	float: left;
	}

.msgsentimg img 
	{
	margin: 0;
	padding: 0;
	}


/* --------------------------------------------------------------------------*/	

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 