@charset "utf-8";
/* CSS Document */
/* styles for The Time Tellers website */
/* modifications to LGcss1 styles */
.twoColElsLt #sidebar1 {
	background: none;
}
/*  Time Tellers-specific styles follow */
#container-background { 
	width: 45em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: url('/images/Girls_with_Flag.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	padding:0;
} 
#Body_container { 
	width: 45em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
	background: #FFFFFF; /* same color as container */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	border: none;
}
.twoColElsLt #sidebar1 ul {
	list-style:none;
	margin-left: .5em; 
	padding-left:0;
}
.twoColElsLt #sidebar1 li {
	list-style:none;
	margin-left: 0em; 
	padding-left:0;
	margin-right: 1em;
	line-height:1.5em;
	color:#6600CC;
}
.twoColElsLt #sidebar1 .level1nav li {
	font-size:small;
	color:#400080;
	font-weight:bold; 
}
.twoColElsLt #sidebar1 .level1nav a {
	color:#400080;
	text-decoration:none;
}
.twoColElsLt #sidebar1 .level1nav a:link {color: #400080;}
.twoColElsLt #sidebar1 .level1nav a:visited {color: #7040A0;}
.twoColElsLt #sidebar1 .level1nav a:hover {color: #A080C0; text-decoration:underline;}
.twoColElsLt #sidebar1 .level1nav a:active {color: #7040A0;}

.twoColElsLt #sidebar1 .level2nav li {
	font-size:small;
/*
	color:#100046;
	*/
	color:#000057;
	font-weight:normal;
}
.twoColElsLt #sidebar1 .level2nav a {
	color:#000057;
	text-decoration:none;
}
.twoColElsLt #sidebar1 .level2nav a:link {color: #000057;}
.twoColElsLt #sidebar1 .level2nav a:visited {color: #000066;}
.twoColElsLt #sidebar1 .level2nav a:hover {color: #40408D; text-decoration:underline;}
.twoColElsLt #sidebar1 .level2nav a:active {color: #000066;}

.twoColElsLt #sidebar1 li.level3nav {
	font-size:small;
	color:#400080;
	font-weight:normal;
}
.twoColElsLt #sidebar1 .level3nav a {
	color:#400080;
	text-decoration:none;
}
.twoColElsLt #sidebar1 .level3nav a:link {color: #400080;}
.twoColElsLt #sidebar1 .level3nav a:visited {color: #7040A0;}
.twoColElsLt #sidebar1 .level3nav a:hover {color: #A080C0; text-decoration:underline;}
.twoColElsLt #sidebar1 .level3nav a:active {color: #7040A0;}

p.copyright {
	font-size:small;
	text-align:right;
}
p.viewlargelink {
	font-size:small;
	text-align:right;
	margin-top:0px;
	color:#6600FF;
}
a.viewlargelink {
	text-decoration:none;
}
a.viewlargelink:hover {
	color:#6633FF;
}

#Page_Header {
	margin: .5em;
	margin-bottom: 0;
	padding: .5em;
	border: 2px solid #9933CC;
	background-color:#FFFFFF;
/*
	background: url('/images/The-Time-Tellers-name-animated2.gif');
	*/
	background: url('/images/The-Time-Tellers-name-animated3.gif');
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment:scroll;
}
#Page_Header h1 {
	text-align: center;
	color: #333399;
}
#Page_Header p {
	text-align: center;
}
#Gigs {
	margin: 0.5em;
	margin-bottom: 0;
	border: 1px double #6633CC;
	padding-left: 1em;
	padding-right: 1em;
	font-size: small;
}
#Gigs h2 {
	text-align: center;
}
#Gigs p {
	text-align: left;
}
#Gigs strong {
	color:#990099;
	font-weight:bold;
}
.flash_movie {
	text-align:center;
	float: none;
	margin-bottom: 1em;
	margin-left: 0;
	border: thin solid #CC99FF;
	padding:2px;
	background:#FFFFFF;
}
