/* Sayat Nova Dance Company Main Style Sheet */

body {
	background: #000000 url('../images/backgrounds/background_logo_main.jpg') no-repeat fixed 4px 4px;
	color: white;
	text-align: left;
	font-family: "trebuchet ms", tahoma, arial, sans-serif;		/* verdana */ 
	font-size: 100%; 											/* 95% for tahoma and verdana) */ 
	line-height: 110%;
	margin: 0;
	padding: 5px;
}

/************** DIV STYLES *************/

#wrap {
	width: auto;
	margin-left: 206px;
}

div#content {	/* Main Content DIV for all pages */  
	width: 95%;
	margin: 0 auto;
}

div.subcontent {
	width: 90%;
	height: auto;
	min-height: 365px;
	margin: 0 auto 25px auto;
	clear: both;
}

div#mission {					/****** FOR MISSION STATEMENT BOX *******/
	clear: both;
	background: #555555;
	border: solid white 1px;
	text-align: center;
	padding: 0 10px 0 10px;	
}

div.quote {						/* Makes the big quote in the director's interview */
	float: right;
	height: auto;
	width: 250px;
	line-height: 125%;
	text-align: center;
	font-size: 22px;
	color: white;
	padding: 15px;
	margin: 5px 0px 5px 10px;
}

div.quote:first-letter {  		/* Make first letter special */
	font-family: "arial black";
	font-size: 32px;
	font-variant: normal;
}

div#dvd_artwork {
	float: left;
	width: 260px;
	height: 520px;
	margin-right: 20px;
}

div.mompic {
	width: 300px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
	text-align: center;
}

div.mompic img {
	border: solid 1px #888888;
	margin: 0 0 3px 0;
}

/************** END DIV STYLES *************/

/*********** Hyperlink Colors and Styles ************/

a:link     { color: #0099ff } /* 0099FF is a lighter blue */
a:visited  { color: #ff9000 }
a:hover    { color: #ff0000; text-decoration: none }
a:active   { color: #ff0000 }
a.newwin {		/* For links that open in new windows */	
	background-image: url('../images/new_window_current.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 14px;
	margin-right: 2px;
	text-align: left;
	display: inline-block;
}
a.newwin:visited {
	background-image: url('../images/new_window_current_orange.gif');
}
a.newwin:hover, a.newwin:active {
	background-image: url('../images/new_window_current_red.gif');
}

a.collapse {
	background-image: url('../images/arrow_collapse_lightblue.gif');
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: dashed 1px #0099ff;	
	color: #0099ff;
	cursor: pointer;
	padding-right: 20px;
	margin-right: 5px;
	text-align: left;
}

a.collapse.dark {
	background-image: url('../images/arrow_collapse.gif');
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: dashed 1px #0000ff;
	color: #0000ff;
}

ul.inline a:link { color: #0099ff; text-decoration: none }  /* Used for links on top of FAQ Page */
ul.inline a:visited { color: #0099ff; text-decoration: none }
ul.inline a:hover { color: #ff0000; border-bottom: dashed 1px}
ul.inline a:active { color: #ff0000; text-decoration: none }

/********** END Hyperlink Colors and Styles ***********/

/************************ HEADER styles ***********************/

h1 {
	font-size: 160%;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	text-align: center;
	margin: 10px 0 30px 0;
}

h1.black {		/* For pages with background that are not black */
	color: black;
}

h1.pictures {  /* Picture Page headers */
	font-size: 130%;
	margin: 5px 0 10px;
}

h1.small {  /*  Used when the Header in the Pictures Section is too long */
	font-size: 110%;
}

h1.links {
	font-size: 135%;
	text-align: left;
	line-height: 150%;
	margin-bottom: 10px
}

h2 {	/* 	Used as Sub-header  */
	font-size: 125%;
}

.faq h2{	/* Modified for use as sub headers in the FAQ page. */
	margin-top: 50px;
	margin-bottom: 20px;
	text-decoration: underline;
	font-style: italic;
}

div#mission h2 {
	margin: 8px 0 10px 0;
}

/************************ END HEADER styles ***********************/

/**************** Paragraph and Text styles ***************/

body.pictures p {
	margin-top: 5px;
	margin-bottom: 5px;
}

div#mission p {
	margin-top: 0;
}

p.big:first-letter {
	font-family: verdana, arial, "times new roman";
	line-height: 100%;
	font-size: 32pt;
	font-weight: bold;
	float: left;
	padding: 0 5px 0 0;
}

.highlightblack {
	font-size: 110%;
	font-weight: bold;
	background: yellow;
	color: black;
	padding: 0 5px 0 5px;
	margin-right: 7px;
}

.highlightred {
	font-size: 110%;
	font-weight: bold;
	background: yellow;
	color: red;
	padding: 0 5px 0 5px;
	margin-right: 7px;
}

.yellow { color: #ffff00 }		/* Yellow */

.red { color: #ff0000 }

.blue { color: #0000ff }

.lightblue { color: #0099ff }	/* Same as Hyperlink Color */

.fineprint {
	font-size: 80%;
	line-height: 1.1em;
}

.largetext { font-size: 110%; line-height: 115% }

.xl { font-size: 140%; line-height: 100% }

.bold { font-weight: bold }

.italic { font-style: italic }

.underline { text-decoration: underline }

.right { text-align: right }

.left { text-align: left }

.center { text-align: center }

.question { color: #FF9000 }	/* Used for the question portion of the Director's interview */

sup { font-size: 75% }

.clear { clear: both }



/**************** END Paragraph and Text styles ***************/

/************  TABLE AND FORM STYLES  **************/

table.contact {
	vertical-align: top;
	width: 100%;
	border-collapse: collapse;
	padding: 5px
}

table.contact td {
	vertical-align: top;
	padding: 5px;
	font-weight: bold;
}

table.thumbs {	/* This is used for the thumbnail tables on the picture pages */
	width: 90%;
	margin: 0 auto;	
}

table.thumbs img {
	border: solid 1px #777;
}

table.thumbs td {
	text-align: center;
	line-height: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 80%;
}

table#apparel {
	width: 99%;
	border-collapse: collapse;
}

table#apparel td {
	border: solid #888888 1px;
	padding: 10px;
	vertical-align: top;
}

table#apparel td table.paypal td {
	border: none;
	padding: 0;
}

table#snaphost {
	margin: 0 auto;
}

form.contact {				/* Used for e-mail forms with image verification */
	border: solid 1px #777777;
	padding: 10px;
	width: 650px;
	margin: 0 auto;
	position: relative;
}

form.guestbook {
	 background: #555555;
	 text-align: center;
	 width: 600px;
	 margin: 0 auto;
	 padding: 10px;
	 border: solid white 1px;
}

/************  END TABLE STYLES  **************/



/************************ LIST styles ************************/

dt {	/* used on Calendar */
	background-image: url('../images/arrow.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 20px;
	vertical-align: top;
}

dd {	/* used on Calendar */
	padding-bottom: 7px;
	margin-bottom: 30px;
	border-bottom: ridge 1px #ffffff;	
}

ul.inline {  /* Used on the FAQ PAGE top Links */
	font-size: 120%;
	list-style-type: none;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

ul.inline li {
	margin-right: 15px;
	padding: 0;
	display: inline;
	font-weight: bold;	
}

div#content.faq li {
	padding-bottom: 3px;
	margin-bottom: 0;
}

li {
	margin-bottom: 5px;
}

li.arrow {
	list-style-image: url('../images/arrow.jpg');
}

.faq ul {
	list-style-type: none
}

ul.plain {
	list-style-type: none
}

ul.plain li {
	margin-bottom: 10px
}


/********************** END LIST styles ***********************/

/*********************** IMG & VIDEO STYLES ***********************/

.portrait {		/*  for use with Director and Assistant Director pictures **/
	border: solid white 5px;
	margin: 0 15px 15px 15px;
	float: right;
}

img.right {
	float: right;
	margin: 5px 0 5px 15px;
}

img.left {
	float: left;
	margin: 5px 15px 5px 0;
}

#apo {
	border: solid white 5px;
	margin: 0 15px 0 0;
	float: left;	
}

#flag {		/* For placing Armenian Flag */
	position: absolute;
	top: 180px;
	left: 162px;
	z-index: 1;
}

#brochure {
	border: solid #888888 1px;
	margin-top: 5px;
}

#joinsndc {
	margin: 0 20px 0 20px;
	float: left;
	z-index: 1;
}

.newwin {
	margin-left: 5px;
}

.thumb {
	float: left;
	margin-right: 10px;
	border: solid #888888 1px;
}

.apparel_thumb {
	float: left;
	margin-right: 25px;
	border: solid #888888 1px;
	cursor: pointer;
}

#slideshow {
	border: solid #888888 1px;
}

#welcome {
	vertical-align: middle;
}

#promo {
	border: solid 1px #888888;
	width: 420px;
	height: 360px;
	padding: 1px;
	margin: 20px auto 0 auto;
}

#promo_alt {
	border: solid 1px #888888;
	width: 320px;
	height: 215px;
	padding: 1px;
	margin: 20px auto 0 auto;
}
/******************************** END Img & Video Styles *******************************/

/******************************** Individual Page Classes ******************************/

.blank {		/*  for flyers and other pages that don't need the logo background  */
	background: black;
	color: white;
	text-align: center;
	margin: 0;
	padding: 20px;
}

/*******  DIRECTOR PAGE HAS IT'S OWN STYLE SHEET  *********/

/*******  HOME PAGE HAS IT'S OWN STYLE SHEET  *********/

.join {
	background: black url('../images/dancer.jpg') no-repeat left 25px;
	text-align: left;
	font-weight: bold;
	height: 600px;
	min-height: 600px;
}

.join p {
	width: 65%;
	padding-left: 35%;
}

.rehearsal {
	background: black url('../images/backgrounds/bg_reh_2.jpg') no-repeat right 50px;
	/* background: #E4F2F0 url('../images/backgrounds/background_feet.jpg');  */
	text-align: left;
	width: 680px;
	height: 600px;
	min-height: 600px;
	margin: 0 auto;
}

.rehearsal p {
	width: 63%;
}

/******************* END Individual Page Classes **********************/

/****** Below CSS STYLES THE MILONIC MENU *****/

table#menutable {			/* Controls the width of the table that houses the menu */
	text-align: center;
	width: 99%;
/* 		margin: 0 auto 10px auto;   */
	margin-bottom: 10px;
}

.menu table {				/* Controls the width of menu its self. */
	width: 100%;	
	text-align: center;
	margin: 0 auto;		/* Added margin on 08/28/06 to center menu in Firefox browsers */
}

.menu table td {
	padding: 3px 5px;
	vertical-align: top;
}

.menu table td a {
	text-decoration: none;
}

.submenu table td {
	padding: 3px 5px;
}

.submenu table td a {
	text-decoration: none;
} 

.menu img {
	border: none;
}

.submenu img {
	border: none;
}

div.milonic {
	width: 30px; visibility: hidden; position: absolute; text-indent: -200em;
}

/***** END MENU STYLING ****/