/* Fort Wayne Ballet CSS Print Style Sheet */

#print {
	display: inherit;
	visibility: visible;
}

#title_txt {
	display: inherit;
	visibility: visible;
}

/* Hidden Screen Rules */

#screen {
	display: none;
	visibility: hidden;
}

#myMenuID {
	display: none;
	visibility: hidden;
}

#title_img {
	display: none;
	visibility: hidden;
}


/* IMPORT FROM SCREEN STYLE - NOTE:WIDTH REMOVED ON .CONTENT */

a:link, a:visited {  /* main link style */
	font-family: Arial, Helvetica, sans-serif;
	color: #C6602C;
	text-decoration: underline;
	font-size: 14px;
}

a:hover {  /* main link "rollover / hover" style */
	font-family: Arial, Helvetica, sans-serif;
	color: #0C2944;
	text-decoration: underline;
	font-size: 14px;
}

a.menulinks:link, a.menulinks:visited {  /* main link style */
	font-family: Arial, Helvetica, sans-serif;
	color: #C6602C;
	text-decoration: underline;
	font-size: 11px;
}

a.menulinks:hover {  /* main link "rollover / hover" style */
	font-family: Arial, Helvetica, sans-serif;
	color: #0C2944;
	text-decoration: underline;
	font-size: 11px;
}


.red {  /* text for errors on forms */
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}

.row0 {  /* headding style for an alternating two row table style */
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	background-color: #d82d68;
}

.row1 {  /* table row one of a two row alternating table style */
	color: #0F2F4B;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	background-color: #F1EACA;
}

.row1 a:link, .row1 a:visited, .row2 a:link, .row2 a:visited {  /* link style associated with table style */
	color: #0F2F4B;
	text-decoration: none;
}

.row1 a:hover, .row2 a:hover {  /* link "rollover / hover" style associated with table style */
	color: #49799F;
	text-decoration: underline;
}

.row2 {  /* table row two of a two row alternating table style */
	color: #0F2F4B;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	background-color: #D8CFA9;
}
.row3 {  /* headding style for an alternating two row table style */
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	background-color: #48779D;
}
.row4 {  /* table style for donations form */
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	background-color: #7aa43a;
}

.namecol {  /* the vertical comparrison to the "row0" style for the alternating two row table style */
	font-size: 16px;
	color: #0C2944;
	font-weight: bold;
}

body {  /* the main page style */
	background-color: #D8CFA9;
	font-size: 16px;
	color: #0C2944;
	font-family: Times New Roman, sans-serif;
}

.calloutl {  /* a 200 pixle wide element with a dashed green line to the right intended to be positioned on the left to bring added intrest and awarement to certain text */
	width: 200px;
	color: #000000;
	text-align: right;
	padding: 5px 5px 5px 5px;
	background-color: #F1EACA;
	border-right: 2px solid #C6602C;
	font-weight : bold;
	font-size: 20px;
}

.calloutr {   /* a 200 pixle wide element with a dashed green line to the left intended to be positioned on the right to bring added intrest and awarement to certain text */
	width: 200px;
	color: #000000;
	text-align: left;
	padding: 5px 5px 5px 5px;
	background-color: #F1EACA;
	border-left: 2px solid #C6602C;
	font-weight : bold;
	font-size: 20px;
}

.sidebar {  /* a 200 pixle wide element with a dashed green border and a darker background color to be positioned on either side with the intent to be used for important text */
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	padding: 2px 2px 2px 2px;
	background-color: #e3dab3;
	border: 2px solid #C6602C;
}

.seasontickets {  /* a 500 pixle wide element with a dashed green border and a darker background color to distinguish between the different packages */
	font-family: Arial, Helvetica, sans-serif;
	width: 500px;
	padding: 10px 10px 10px 10px;
	background-color: #e3dab3;
	border: 2px solid #C6602C;
}

#left {  /* refferenced as an "id" tag this style possions the element to the left and forces all surounding elements to the right */
	float: left;
	margin: 10px 20px 10px 10px;
}

#right {  /* refferenced as an "id" tag this style possions the element to the right and forces all surounding elements to the left */
	float: right;
	margin: 10px 10px 10px 20px;
}

.header {  /* forces the width of the navigation bar */
	width: 719px;
}

p {  /* paragraph style */
	padding-left: 10px;
}

h1, h2, h3, h4, h5, h6 {  /* all headers receive this style */
	padding-left: 10px;
	color: #C6602C;
	font-family: "Times New Roman", Times, serif;
}

pre {  /* the preformated text tag style */
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0px 10px 0px 10px;
}

ul{  /* the font color of all default list text style */
	color: #48779D;
}

.content {  /* bounding container for all editable content created in Website Baker */
	background-color: #F1EACA;
	font: Arial, Helvetica, sans-serif;
	border-width: 2px;
	border-style: outset;
	border-color: #A4A38C;
}

.hilite{  /* style for important information that is not just bolded and/or itallicized */
	color: #48779D;
	font-size: 14px;
	font-weight: bold;
}

.note {  /* related text of lesser importance */
	color: #d82d68;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: italic;
}

.supportnote {  /* related text of lesser importance on support pages */
	color: #7aa43a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: italic;
}
.slipper {  /* spring performance style */
	padding-left: 10px;
	color: #C6602C;
	font-family: "Times New Roman", Times, serif;
	color: #48779D;
	font-size: 24px;
	font-weight: bold;
}
.pink {  /* season tickets style */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: italic;
	color: #d82d68;
}
.orange {  /* individual tickets note style */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: italic;
	color: #C6602C;
}
.heading {  /* this is for so that there isn't a <p> space between some of the h4s and the text below */
	color: #C6602C;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
}
.blackheading {  /* this is for So You're Going to the Ballet page */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.blue {  /* this is for the blue headings */
	color: #48779D;
}
.black {  /* this is description of some of the bullets */
	color: #000000;
	font: Arial, Helvetica, sans-serif;
}
.locationblue:first-line {  /* the first line of the Arts United Center Location is colored a lighter blue and bolded */
	color: #48779D;
}
.supportheading {  /* the heading for the support pages */
	color: #7aa43a;
	font-weight: bold;
	font-size: 20px;
}
.splashheading {  /* the heading for the splash page */
	color: #0C2944;
	font-weight: bold;
	font-size: 20px;
}
.performanceheading {  /* the heading for the performance pages */
	color: #48779D;
	font-weight: bold;
	font-size: 20px;
}
.educationheading {  /* the heading for the education pages */
	color: #c6973d;
	font-weight: bold;
	font-size: 20px;
}
.aboutheading {  /* the heading for the about pages */
	color: #d82d68;
	font-weight: bold;
	font-size: 20px;
}