/* 
 
	This style sheet deals primarily with the alternative non-flash
	version of the TSH Website.  There are, however, a few very important
	style definitions for the main page:        */

/* ctrl+f INDEX:
		[1.0] misc html redefinitions

		[2.0] Styles for Copied textData files
			[2.1] #maincell headline tags
			[2.2] Define PARAGRAPHS and other text classes
			[2.3] Style different types of image
			[2.4] #maincell links

		[3.0] DEFINE STYLES FOR ALTERNATE DESIGN/LAYOUT
			[3.1] #bg_div and #sitewrapper
			[3.2] #headercontainer and #topnav set up
			[3.3] #topnav links
			[3.4] #altnote alternate website note and links 
			[3.5] #maintable set up 
			[3.6] #sidenavcell and #sidenavcontainer set up
			[3.7] SIDE NAVIGATION LINKS
			[3.8] #contactinfo set up
			[3.9] #maincell set up (including font color)

		[4.0] footer set up
			[4.1] footer links
			[4.2] FACEBOOK AND TWITTER BADGES

															*/



	
/* -- [1.0] misc html redefinitions -- */

body {
	background:#000055;
	
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	
	text-align:center;
	font-family:"Times New Roman";
	
	color:#000044;
}

/* Size Headline tags */
h1 {
	font-size:40px;
}

h2 {
	font-size:22px;
}

h3 {
	font-size:20px;
}

.center{
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	
	text-align:center;
}


/* ------------------------------------------------------- */
/* ------ [2.0] DEFINE STYLES FOR COPIED textData FILES ------ */
/* ------------------------------------------------------- */

/* [2.1] #maincell headline tags */
#maincell h1.pageheader {
	background-color:#f1f1ff;
	padding:20px 0px;
	margin:0 60px;
	
	font-size:34px;
	text-decoration:underline;
	font-variant:small-caps;
	
	border-bottom:thin solid #afafd1;
	border-top:thin solid #afafd1;
	
	color:#00006f;
}

#maincell h1.sectionheader {
	font-size:26px;
	text-decoration:underline;

}

#maincell h1 {
	font-size:22px;
}

#maincell h2 {
	font-size:22px;
}

#maincell h3 {
	font-size:20px;
}

/* Used on Camp Staff page for Director names and titles 
   and any time a left-aligned headline is needed */
.headline {
	font-size:20px;
	text-indent:0;
}

/*   [2.2] Define PARAGRAPHS and other text classes  */
	/*note, text color: set in #maincell */
p {
	text-indent:20px;

	font-size:18px;
	text-align:left;
}

p.noindent {
	text-indent:0;
}
p.doubleindent {
	text-indent:0;
	margin-left:45px;
}
p.tripleindent{
	text-indent:0;
	margin-left:80px;
}


/* used throughout site for Quotes */
.quote {
	text-align:center;
	font-style:italic;
	text-indent:0;
	
	
	background-color:#fcfcff;
	padding:20px 10px;
	margin:0 30px;

	border-bottom:thin solid #e1e1ef;
	border-top:thin solid #e1e1ef;
}


/* Used when a .pdf will open in a new window or tab */
.linknote {
	text-align:center;
	font-size:14px;
	font-style:italic;
}

/* since lists display differently in browsers and flash, this 
	is used to make lists not look like lists in the alternate site */
li {
	list-style:none;
	text-align:left;
	font-size:18px;
	margin-left:60px;
}


/* [2.3] Style different types of images */
img {
	/*padding:0;
	margin:-20px 0px -110px 0px;*/
}

img.longimg {
	background:#2f2f71;
	
	float:left;
	
	margin:-15px 0px 15px 20px;
	padding:20px 20px;

	border:3px solid #4f4f8a;
	border-bottom:3px solid #5a5a9a;
	border-left:3px solid #5a5a9a;

}

img.endoftext {
	background:#2f2f71;
	
	position:relative;
	z-index:3;
	left:0px;
	
	padding:10px 90px;
	margin:45px 0px 45px -50px;
}

/*apply this to the last section on each page*/
img.lastendoftext {
	background:#2f2f71;
	
	padding:10px 70px 20px 70px;
	margin:45px 0px -50px -30px;
}



img.leftblock {
	display:block;
	padding:0px 5px;
	float:left;
	}

/* [2.4] #maincell links */
#maincell a {
background-color:transparent;
}

#maincell a:link,#maincell a:visited {
color:#5151ee;

}

#maincell a:hover,#maincell a:active {
color:#b1b1de;
}


/* ------------------------------------------------------- */
/* ---- END DEFINE STYLES FOR COPIED textData FILES ---- */
/* ------------------------------------------------------- */



/* -------------------------------------------------------- */
/* ------ [3.0] DEFINE STYLES FOR ALTERNATE DESIGN/LAYOUT ------ */
/* -------------------------------------------------------- */

/* [3.1]  #bg_div and #sitewrapper
    
    using this convoluted double-div method was the only way  
    to make the background image only show up when the alternate 
    website is displayed  */

#bg_div {
	background:transparent url('http://www.tshcamp.com/bg_trans_light.gif') no-repeat scroll top center;

	overflow:visible;
}
#sitewrapper {
	width:900px;

}


/* -- [3.2] #headercontainer and #topnav set up -- */
#headercontainer {
	background:transparent url('http://www.tshcamp.com/topnavbar_trans_light.gif') no-repeat scroll top left;
	
	position:relative;
	z-index:10;
	
	height:250px;
	width:auto;
	padding:10px 0px 0px 300px;
	
	text-align:left;
	font-size:20px;
	line-height:18px;
	color:#ffffff;
	
	overflow:visible;
}


#headercontainer h1 {
/* without this "headlines h2" wont display properly */
}
	
#headercontainer h2 {
	position:relative;
	left:55px;
	top:-10px;
	
	width:500px;
	
	font-size:28px;
}

/* -- end header set up -- */

/* -- top navigation bar set up -- */
#topnav {
	position:relative;
	top:-15px;
	left:-82px;
	
	width:700px;
}

#topnav a {
	display:block;
	float:left;
	
	margin:0px;
	padding:5px 14px;
	
	font-size:20px;
	
}

/* [3.3] #topnav links
	  note topnav bg color: #31316a */
#topnav a:link,#topnav a:visited {
	background-color:#4a4a7a;
	color:#b1b1de;
	
	border-left:thin solid #000055;
	border-right:thin solid #000055;
}

#topnav a:hover,#topnav a:active {
	background-color:#61618f;
	color:#eaeaff;
	
	border-left:thin solid #b1b1de;
	border-right:thin solid #b1b1de;
}
/* -- end top nav set up -- */


/* --  [3.4] #altnote alternate website note and links -- */

#altnoteimg {
	position:relative;
	z-index:4;
	top:23px;
	left:10px;
	
	display:block;
	width:450px;
	height:65px;
	
	padding:0px;
	margin;0px;
	
	color:#ffffff;
	}

#altnoteimg a,#altnoteimg a:link,#altnoteimg a:hover,#altnoteimg a:visited,#altnoteimg a:active {
	background-color:#ffffff;
	color:#ffffff;
	}

/* -- end alternate website note -- */



/* -- [3.5] #maintable set up -- */
#maintable {
	position:relative; 
	z-index:4;
	top:-150px;
	
	width:900px;
	margin-bottom:-145px;
	

	border-collapse:collapse;
	table-layout:fixed; 
	overflow:visible;
}

/* [3.6] #sidenavcell and #sidenavcontainer set up */

#sidenavcell {
	background-color:#1f1f5a;
	/*background-color:#21216a;*/
	position:relative;
	
	width:215px;
	padding:40px 0px 0px 0px;
	
	overflow:visible;
	vertical-align:top;
}

#sidenavcontainer {
	position:relative;
	top:-40px;
	
	margin-top:-145px;
	padding:10px 0px 0px 0px;
}

#sidenavBG {
	background:transparent url('http://www.tshcamp.com/sidenavcurve.gif') no-repeat scroll top left;
	
	position:relative;
	z-index:4;
	left:0px;
	top:-32px;
	
	width:450px;
	height:300px;
	
}

/* [3.7] SIDE NAVIGATION LINKS */
#sidenavcontainer a {
	position:relative;
	z-index:6;
	display:block;
	
	line-height:30px;
	font-size:20px;
	overflow:visible;
}

#sidenavcontainer a:link,#sidenavcontainer a:visited {
	background-color:#2f2f6f;
	color:#b1b1de;
	
	padding:5px 0px;
	margin:10px 10px;
	
	border-bottom:thin solid #4a4a7f;
	border-left:thin solid #4a4a7f;
}

#sidenavcontainer a:hover,#sidenavcontainer a:active {
	background-color:#6a6ab1;
	color:#eaeaff;
	
	padding:5px 0px;
	margin:10px -10px;
	
	font-size:24px;
	
	border-bottom:thin solid #b1b1de;
	border-left:thin solid #b1b1de;

}

/* [3.8] #contactinfo set up */
/* this defines style for the Hours & Contact Info box beneath side navs */
#contactinfo {
	background-color:#2f2f6f;
	
	position:relative;
	z-index:6;
	margin-top:20px;
	
	width:185px;
	padding:10px;
	display:block;
	
	text-align:left;
	text-indent:0px;
	font-size:14px;
	font-weight:bold;
	color:#eaeaff;
	
	border:thin solid #4a4a7f;
	border-top:thin solid #3f3f71;
	border-right:thin solid #3f3f71;
}



/* [3.9] #maincell set up (including font color)  */
#maincell {
	background-color:#ffffff;
	position:relative;
	z-index:3;

	width:580px;
	padding:145px 30px 20px 30px;
	vertical-align:top;

	color:#000033;
	overflow:hidden;
}

#z-index_fix {
	position:relative;
	z-index:5;

}



/* -- end main table set up -- */

/* -------------------------------------------------------- */
/* ----- END DEFINE STYLES FOR ALTERNATE WEBSITE DESIGN --- */
/* -------------------------------------------------------- */

/* [4.0] footer set up */
/* FOOTER DEFINITIONS */
p.footer{
		display:block;
		font-weight:bold;
		font-family:sans-serif;
		font-size:14px;
		line-height:19px;
		text-align:center;
		color:#ddddff;
}

p.subfooter{
		font-weight:bold;
		font-family:sans-serif;
		font-size:10px;
		text-align:right;
		color:#ddddff;
}

.footerlinknote {
	color:#cccccc; 
	font-size:12px; 
	font-style:italic;
}

/* [4.1] footer links */
p.footer a   {
	background-color:transparent;
}

p.footer a:link,p.footer a:visited {
	color:#5151ee;
}

p.footer a:hover,p.footer a:active {
	color:#b1b1de;
}


/* [4.2] FACEBOOK AND TWITTER BADGES */
#badges {
	background-color:transparent;
	position:absolute; 
	z-index:3;
	top:150px; 
	width:135px;
	right:0px;
}

#badges a {
	background-color:transparent;
	color:transparent;
	padding:2px;
}