﻿/* testing */
body {
	font-family: "Trebuchet MS", Helvetica, "Palatino Linotype", sans-serif ;
/*	background-color: #FFFFCC;*/
}
/* Structure */
#centeredbg {
	width:1024px;
}
#centeredbg img{
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 512px;
			
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
#container {
	position: relative;
	width: 800px; /*center the Container */
	margin: 0 auto;  /*center the Container */
	border-width: thin;
	border-color: #000000;
	border-style: solid solid solid solid;
}
#masthead {
	background: url('../images/BACKCELT-2_edited-1-web.jpg') repeat top center #FFFFCC;
	text-align:center;
	padding:10px;
}
#dropdownmenu {
	background: url('../images/BACKCELT-2_edited-5-web.jpg') repeat top center #FFFFCC;
	padding:5px;
}
#contentarea {
	position:relative;
	background: url('../images/BACKCELT-2_edited-4-web.jpg') center top repeat #FFFFCC;
	padding:10px;
/*	opacity:0.9;*/
/* filter:Alpha(opacity=90) */
}
#footer {
	background: url('../images/BACKCELT-2_edited-4-web.jpg') center top repeat #FFFFCC;
}
#footer a {
	font-size: x-small;
	color: #0000FF;
}
#footer p {
	text-align:center;
}
/* BE SURE TO INCLUDE THE CSS RESET FOUND IN THE DEMO PAGE'S CSS */
/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.*/
	position:relative;
	z-index:100;
}
#nav li{
	float:left;
	margin-left:18px; /* center top buttons */
	position:relative;
}
#nav a{
	display:block;
	padding:5px;
/*	color:#fff;
	background:#333; */
	text-decoration:none;
/* new stuff */
	background: #FFCC66; /* top button color */
	color: #000000; /* top button text color */
}
#nav a:hover{
/*	color:#fff;
	background:#6b0c36; */
	text-decoration:underline;
/* new stuff */
	background: #FFCC00; /* top button color when hovered */
	color: #000000; /* top button text color when hovered */
}
/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:0px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
/*new*/
	margin:0px;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#6b0c36;
	text-decoration:underline;
/* new stuff */
	background: #FFCC99; /* Dropdown button color */
	color: #000000;	/* Dropdown text color */
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
/*	background:#333; */
/* new stuff */
	background: #FFFF99; /* Dropdown background color when hovered */
/*	background-image: url('../images/background blue clouds.JPG'); *//* top button color when hovered*/
	color: #000000;	/* Dropdown text color when hovered */
}
/* Id setups */
/* Typography */
/* Page Header Title */
h1 {
	font-size: xx-large;
	color: #0000FF;
	font-family: "lucida_calligraphyitalic", Didot, "Lucida Calligraphy", serif;
}
/* Content Block Headings - with box */
h2 {
	font-size: x-large;
/*	color: #0000FF; */
	color: #FFFFFF;
	font-family: "lucida_calligraphyitalic", Didot, "Lucida Calligraphy", serif;
	padding: 5px 0px 5px 0px;
/*	border: thin solid #D7BE9D;*/
/*	background-color: #E3F1AD;*/
	background-color: #0000FF;
	text-align: center;
}
.h2font {
	font-size: x-large;
	color: #FFFFFF;
	font-family: "lucida_calligraphyitalic", Didot, "Lucida Calligraphy", serif;
	background-color: #0000FF;
}
.h2box {
	padding: 5px 0px 5px 0px;
/*	border: thin solid #D7BE9D;*/
	background-color: #E3F1AD;
	text-align: center;
}
.h2box2 {
	padding: 5px 0px 5px 0px;
/*	border: thin solid #D7BE9D;*/
/*	background-color: #E3F1AD;*/
	text-align: center;
}
h3 {
	font-size: large;
	color: #0000FF;
	font-family: "lucida_calligraphyitalic", Didot, "Lucida Calligraphy", serif;
	margin: 0px;
/*	border: 0 solid #000000;*/
	padding: 2px 0px 2px 0px;
	background-color: #DBFFC6;
	text-align: center;

}
.h3font {
	font-size: large;
	color: #0000FF;
	font-family: "lucida_calligraphyitalic", Didot, "Lucida Calligraphy", serif;
}
.h3box {
	margin: 0px;
/*	border: 0 solid #000000;*/
	padding: 2px 0px 2px 0px;
	background-color: #DBFFC6;
	text-align: center;
}
.h3box2 {
	margin: 0px;
/*	border: 0 solid #000000;*/
/*	padding: 2px 0px 2px 0px; */
	background-color: #DBFFC6;
	text-align: center;
}
h4 {
	font-size: medium;
	color: #0000FF;
	font-family: "lucida_calligraphyitalic", Didot, "Lucida Calligraphy", serif;
}
h5 {
	font-size: x-small;
	color: #0000FF;
	font-family: "lucida_calligraphyitalic", Didot, "Lucida Calligraphy", serif;
}
h6 {
	font-size: xx-small;
	color: #0000FF;
	font-family: "lucida_calligraphyitalic", Didot, "Lucida Calligraphy", serif;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
.parafont {
	font-size: small;
	color: #000;
}
ul, ol {
	list-style: disc;
	list-style-position: outside;
}
li {
	margin-left:15px;
}
a {
	color: #3333FF;
	text-decoration: underline;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
	background-color: #FFFF66;
}
/* Classes */
.servicesboxes {
	background:#FFFFCC;
	border-radius: 10px;
}
.photoboxes {
	background:#FFFFCC;
	border-radius: 10px;
}
.aboutboxes {
	background:#FFFFCC;
	border-radius: 10px;
}
.performanceboxes {
	background:#FFFFCC;
	border-radius: 10px;
}
.productionboxes {
	background:#FFFFCC;
	border-radius: 10px;
}
.ProdTable {
/*	border: thin solid #D7BE9D;*/
	text-align: center;
}
/*
.Prodtable td {
	background-color: #FFFF66;
}
*/
*/
table, tbody, th, tr {
}
td {
	display:table-cell;
	vertical-align:middle;
	padding:5px;
}	
.picturelist img {
	padding:0px 10px 0px 10px;
}
img {
}
.repertoire ul{
	padding:5px;
}
.repertoire p{
	padding:10px;
}
.pagebackground {
/*	background: url('../images/6(7).jpg') center top repeat fixed #FFFFCC;*/
	background: url('../images/BACKCELT-2_edited-4-web.jpg') center top repeat fixed #FFFFCC;
}
.textboxbackground {
	background-color: #FFFFCC;
	text-align:center;
}
.ProdTitle {
	font-size: large;
	color: #0000FF;
	font-family: "lucida_calligraphyitalic", Didot, "Lucida Calligraphy", serif;
	font-weight: bold;
}
/* Contact Trobairitz*/
.ContactMail {
	border: thin solid #D7BE9D;
	padding: 5px 0px 5px 0px;
	font-size: large;
	color: #000000;
	font-family: "lucida_calligraphyitalic", Didot, "Lucida Calligraphy", serif;
	background-color: #FFCC66;
	text-align: center;
}
.pageheaderbyline {
	font-size: large;
	color: #0000FF;
	font-family: "lucida_calligraphyitalic", Didot, "Lucida Calligraphy", serif;
	text-align: center;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.CenterText {
	text-align: center;
}
.ParaLargeBold {
	font-weight: bold;
	font-size: larger;
}
@media screen and (max-width: 512px){
	img.bg{
		left: 50%;
		margin-left: -256px; }
}
