@charset "utf-8";
/* Tanager Lodge Children's Camp - Tibetan Camp */
/* Style Sheet for Screen */
/* Author: Randy Morey */
/* Copyright (C) 2006 Silicon Dairy.  All rights reserved. */

body{
	margin: 0;
	padding: 0;
	min-width: 925px;
	border: 10px solid #972444;
	border-top: 0px;
	background: #F4F1E0;
	font: 1em Trebuchet MS, Verdana, Arial, sans-serif;
	color: #551426;
	text-align: center;
}
.centerwrap{
	width: 925px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bg-sidebar.gif) repeat-y top left;
}
/* 'wrapped' encapsulates the content/sidebar portion of the page and styles it with a special background */
.wrapped{
	width: 100%;
	background: url(../images/bg-content.gif) repeat-x;
}

hr{display:none;}

/* header ---------------------------- */
#header{
	padding: 15px 0 10px 0;
	background: #972444 url(../images/bg-header-tibetan.gif) no-repeat top right;
}
#header .centerwrap{
	text-align: right;
	background: none;
}
#header h1{
	margin: 0;
	padding: 0;
	height: 166px;
	width: 2525px;
	margin: 0 0 0 -2000px;
	background: url(../images/logo-tibetan.gif) no-repeat top right;
}
#header h2.note{display: none;}
#header img.logo{
	width: 0;
	height: 1%;
	border: 0;
}
#header address{
	margin-top: -30px;
	font-style: normal;
}
#header a{color: #551426;}
#header a:hover{
	color: white;
	background: #551426;
	text-decoration: none;
}

/* content ---------------------------- */
#content{
	float: right;
	width: 615px;
	margin-top: 45px;
	padding: 0px 50px 0 25px;
	color: #483417;
	/* background: url(../images/bg-photo-tibetan.jpg) no-repeat top left; */
}
#content dd.csc-textpic-caption{
	font: .8em "Trebuchet MS", sans-serif;
	font-style: italic;
}
#content .csc-textpic-imagewrap{padding-right: 20px;}
#content .csc-uploads-fileName a{
	text-decoration: none;
	color: #972444;
	border-bottom: 1px dotted #972444;
}
#contnet .csc-uploads-fileName a:hover{
	color: white;
	background-color: #972444;
	border: 0;
}
#content .navpath{font-size: 80%;}
#content .navpath a{
	text-decoration: none;
	color: #576E2E;
}
#content .navpath a:hover{
	color: white;
	background-color: #576E2E;
}
#content h1{
	margin-top: 20px;
	font-weight: normal;
	color: #972444;
}
#content .contentnormal{
	font: 1em/1.5em Georgia, "Times New Roman", serif;
}
#content blockquote{
	margin: 20px 0 0 0;
	padding: 25px;
	font-style: italic;
	background: url(../images/bg-blockquote.gif) no-repeat top left;
}
#content img{
	margin: 10px;
	padding: 15px;
	border-right: 1px solid #CBBE9D;
	border-bottom: 1px solid #CBBE9D;
	background: white;
}
#content a img{
	border: none;
	border-right: 1px solid #CBBE9D;
	border-bottom: 1px solid #CBBE9D;
}
#content a:hover img{
	background: #CBBE9D;
}

/* sidebar ---------------------------- */
#sidebar{
	float: left;
	width: 200px;
	margin-top: 45px;
	padding: 0 0 200px 35px;
	line-height: 1.4em;
}
#sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul a{
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
	color: #962344;
}
#sidebar ul a:hover{
	color: white;
	background-color: #962344;
}
#sidebar ul li.active a{color: #483417;}
#sidebar ul ul{
	padding-left: 20px;
}
#sidebar ul ul a{
	color: #962344;
	font: .8em Georgia, "Times New Roman", serif;
}

/* footer ---------------------------- */
#footer{
	margin: 0;
	padding: 35px;
	font-size: 80%;
	color: #483417;
}
#footer a{
	text-decoration: none;
	color: #921A3C;
}
#footer a:hover{
	color: white;
	background-color: #921A3C;
}

/* self-clearing floats -------------- */
.centerwrap:after,
.wrapped:after,
#content:after,
#sidebar:after,
#subfooter:after,
#footer:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #header {height: 1%;}
* html #content {height: 1%;}
* html #sidebar {height: 1%;}
* html #footer {height: 1%;}
/* End hide from IE-mac */

/* IE hacks -------------------- */
#header h1{
	margin-right: 300px;
	voice-family: "\"}\"";
	voice-family: inherit;
}
html>body #header h1{margin-right: 0px;}

#content{
	width: 675px;
	voice-family: "\"}\"";
	voice-family: inherit;
}
html>body #content{ width: 615px; }

#sidebar{
	width: 225px;
	*width:200px;
	voice-family: "\"}\"";
	voice-family: inherit;
}
html>body #sidebar{ width: 200px; }
