@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/litebg.png);
	background-attachment:fixed;
	background-color: #666;
	text-align: center;
	padding: 0;
	margin: 0;
	}


#container {
	background: #ded7b7;
	background-image: url(images/pole.gif);
	background-position: center;
	background-repeat: repeat-y;
	border: thin #000 solid;
	margin: 0 auto;
	width: 940px;
	clear: both;
}



#container2 {
	background-image: url(images/background.png);
	margin: 0 auto;
	width: 940px;
	clear: both;
}

#container3 {
	width: 940px;
	clear: both;
	margin: 0 auto;
}

#header {
	clear: both;
	float: left;
	height: 100px;
	width: 940px;
}

#navLeft {
	background-color: #000;
	font-family: "Arial";
	font-size: 75%;
	height: 25px;
	margin: 0;
	float: left;
	width: 461px;
	padding: 0;
}

#navRight {
	background-color: #000;
	font-family: "Arian AMU";
	font-size: 75%;
	text-align: right;
	height: 25px;
	float: left;
	width: 461px;
	margin: 0 0 0 18px;
	padding: 0;
}

#english {
	font-family: "Arial";
	font-size: 90%;
	padding: 10px 10px 10px 15px;
	float: left;
	width: 436px;
	color: #333;
	line-height: 1.5em;
	text-align: left;
}

#armenian {
	font-family: "Arian AMU";
	font-size: 90%;
	line-height: 1.5em;
	padding: 10px 15px 10px 10px;
	text-align: left;
	color: #333;
	float: left;
	width: 436px;
	margin-left: 18px;
	}


#engFooter {
	background-image: url(images/footer_eng_new3.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 461px;
	clear: both;
	height: 75px;
	font-family: Arial;
	font-size: 65%;
	}

#armFooter {
	background-image: url(images/footer_arm_new3.png);
	background-repeat: no-repeat;
	width: 461px;
	margin: 0 0 0 18px;
	padding: 0px;
	float: left;
	height: 75px;
	font-family: "Arian AMU";
	font-size: 70%;
	}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img.floatLeft { 
    float: left; 
    margin: 5px 5px 5px 0; 
}
img.floatRight { 
    float: right; 
    margin: 5px 0 5px 5px; 
}

h1 {
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	color: #000;
	line-height: 1.5em;
        text-shadow: white 0px 2px 0px;
}

h2 {
	text-align: left;
	letter-spacing: 2px;
	color:#900;
	font-variant: small-caps;
	font-size: 115%;
	font-weight: bold;
	line-height: 1.5em;
}

.h2cover {
	font-variant: small-caps;
	font-size: 115%;
	color:#900;
	text-align: right;
	font-weight: bold;
	line-height: 1.5em;
}

.footer a:link {
	text-decoration: none;
	color: #DED7B7;
	font-size: 75%;
	font-weight: bold;
}
.footer a:visited {
	text-decoration: none;
	color: #DED7B7;
	font-size: 75%;
	font-weight: bold;
}

.footer a:hover {
	text-decoration: none;
	color: #7185a6;
	font-size: 75%;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #060;
}

a:visited {
	text-decoration: none;
	color: #060;
}

a:hover {
	text-decoration: none;
	color: #7185a6;
}
	
.armenianText {
	font-family: "Arian AMU";
}


/*this is for IMAGE HOVER effect!!!*/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 20px; /*position where enlarged image should offset horizontally */

}

/*END of IMAGE HOVER effect!!!*/


.shadow {
box-shadow: 7px 7px 8px #818181;
-webkit-box-shadow: 7px 7px 8px #818181;
-moz-box-shadow: 7px 7px 8px #818181;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);
}

.verticalDivider {
	font-weight: bold;
	color: #FFF;
}

.smalltext {
	font-family: Arial;
	font-size: 75%;
	font-weight: bold;
	color: #666;
}

.smalltextArm {
	font-family: "Arian AMU";
	font-size: 75%;
	color: #666;
	font-weight:bold;
}

#flashPlayer {
	width: 300px;
	clear: both;
	text-align: left;
}

.groxheadline {
	font-size: 200%;
	text-align: left;
	font-weight: bold;
	color: #000;
	line-height: 1em;
        text-shadow: white 0px 1px 0px;
	}

.groxheadlineEn {
	font-size: 200%;
	font-weight: bold;
	text-align: right;
	color: #000;
	line-height: 1em;
        text-shadow: white 0px 1px 0px;
}

.groxTextEn {
	font-family: "Arial";
	font-size: 100%;
	color: #333;
	line-height: 1.5em;
	text-align: right;
}

#footerHomeArm {
	height: 75px;
	width: 51px;
	float: left;
}
#footerUpdateArm {
	height: 45px;
	width: 295px;
	float: left;
	padding: 20px 15px 10px 100px;
	color: #933;
	text-align: center;
	}
	
#FooterHomeEng {
	height: 75px;
	width: 51px;
	float: left;
}

#footerUpdateEng {
	height: 45px;
	width: 295px;
	float: left;
	padding: 20px 100px 10px 15px;
	color: #933;
	text-align: center;
}
.posterHead {
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	color: #000;
}

.legal {
	font-family: Arial, Arian AMU;
	font-size: x-small;
	line-height: 1.5em;
	color: #999;
	text-align: center;
}

.legal a:link {
	color:#999;
}

.legal a:visited{
	color:#999;
}

.legal a:hover {
	color:#CCC;
}
.NewsArm {
	text-align:center; 
	width:240px; 
	height:200px; 
	padding: 55px 100px 65px 100px; 
	background-image:url(images/news_arm.png); 
	background-repeat: no-repeat; 
	background-position:center;
	font-family:"Arian AMU";
	font-size: 12px;
	line-height:1.2em;
	color:#630;
}

.NewsArm2 {
	text-align:center; 
	width:240px; 
	height:200px; 
	padding: 55px 45px 65px 45px; 
	background-image:url(images/news_arm.png); 
	background-repeat: no-repeat; 
	background-position:center;
	font-family:"Arian AMU";
	font-size: 12px;
	line-height:1.2em;
	color:#630;
}

.NewsEng {
	text-align:center; 
	width:240px; 
	height:200px; 
	padding: 55px 100px 65px 100px; 
	background-image:url(images/news_eng.png); 
	background-repeat: no-repeat; 
	background-position:center;
	font-family:"Arial";
	font-size: 12px;
	line-height:1.2em;
	color:#630;
}

.NewsEng2 {
	text-align:center; 
	width:240px; 
	height:200px; 
	padding: 55px 45px 65px 45px; 
	background-image:url(images/news_eng.png); 
	background-repeat: no-repeat; 
	background-position:center;
	font-family:"Arial";
	font-size: 12px;
	line-height:1.2em;
	color:#630;
}

#LegePlayer {
	font-family: "Arial";
	font-size: 75%;
	padding: 0;
	float: left;
	width: 235px;
	color: #333;
	line-height: 1.5em;
	text-align: left;
}



/* POETRY */


#lit_container {
	margin: 0 auto;
	width: 820px;
	text-align:left;
	clear:both;
	}

#header_poetry {
	clear: both;
	float: left;
	height: 50px;
	width: 805px;
}
	
#share_container {
	color: #777;
	text-align:left;
	font-family: Arial, Arian AMU;
	font-size:12px;
	width: 10px;
	height:200px;
	float:left;
	font-color:#999;
	}

#share_container a:link {
	color:#777;
}

#share_container a:visited {
	color:#777;
}

#share_container a:hover {
	color:#ccc;
}
	
#bottom_container {
	width:387px;
	float:left;
}

#bottom_right {
	text-align:right;
	width:388px;
	float:left;
	font-family:"Arian AMU"; 
	text-align:right; 
	color:#a29e8a;
	font-size:11px;
}

#arm_poetry	{
	background-color: #CCD6C3;
	font-family: "Arian AMU";
	font-size: 90%;
	line-height: 1.5em;
	padding: 5px 5px  5px 5px;
	text-align: left;
	color: #333;
	float: left;
	width: 780px;
	margin: 0px 0px 0px 0px;
	}
	
#poem {
	background-color:#fff;
	background-image:url(images/background.png);
	font-family: "Arian AMU";
	font-size:90%;
	text-align: left;
	width: 750px;
	padding: 15px;
	line-height: 1.7em;
	margin-bottom: 5px;
	float:left;
}

#poem2 {
	background-color:#fff;
	background-image:url(images/background.png);
	text-align: right;
	font-family:"Arian AMU";
	font-size:90%;
	width:355px;
	padding: 15px;
	line-height: 1.7em;
	margin-bottom: 5px;
	float:left;
	}
	
h3 {
	font-family: Arial, Arian AMU; 
	font-size:large;
	text-align: left;
	color:#666;
}


/*Poetry in English*/

#eng_poem {
   background-color:#fff;
   background-image:url(images/background.png);
	font-family: "Arial";
	font-size: 90%;
	text-align: left;
	width:745px;
	padding: 15px;
	line-height: 1.7em;
	margin-bottom: 5px;
	float:left;	
}

#eng_bottom_right {
	text-align:right;
	width:388px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	color:#a29e8a;
	font-size:11px;
}

#arm_bottom_right {
	text-align:right;
	width:388px;
	float:left;
	font-family:"Arian AMU";
	text-align:right;
	color:#a29e8a;
	font-size:11px;
}

#share_eng {
	color: #777;
	text-align:left;
	font-family:"Arial";
	font-size:12px;
	width: 10px;
	float:left;
	font-color:#999;
	}

#xframes {
	background-color:#fff;
	font-family: "Arian AMU";
	font-size:100%;
	text-align: left;
	width: 750px;
	padding: 15px;
	line-height: 1.8em;
	margin-bottom: 5px;
	float:left;

	

