/* standard elements */
* {
	margin: 0px;
	padding: 0;
}
body {
	background: #62680e url(images/carpetile.gif);
	margin: 2% 0;
}
body, body div, body p, body th, body td, body li, body dd {
	font-size:87%;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: 90%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333;
}

/* misc */

a:link {
	color: #682;
}
a:visited {
	color: #FFCC00;
}
a:hover {
	color: #9A6;
}
a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
a:hover, a:active {
	border-bottom-style: solid;
}
a[href^="http:"] {
	background: url(images/externalLink.gif) no-repeat right top;
	padding-right: 10px;
}
a[href^="mailto:"] {
background: url(images/email.png) no-repeat right top;
padding-right: 15px;
}
a[href$=".pdf"] {
background: url(images/pdfLink.gif) no-repeat right top;
padding-right: 16px;
}
p,ul {
	padding-bottom: 1em;
	line-height: 1.2em;
}

ul {margin-left: 1.2em;}

h1 {font-size: 1.6em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.3em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}
h1,h2,h3,h6,h4,h5 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	color: #37461e;
	padding: 10px 0px 7px 0px;
}

/* main */

#main {
	float: left;
	width: 460px;
	background-color: #FFFFCC;
	margin-left: 18px;
	padding: 18px 20px;
}
#main p {
	line-height:1.7em;
}

#main ul {
	list-style: outside url(images/bulletlogo.gif);
	padding-left:50px;
}
#main ul li {
	margin-bottom:0.5em;
}

#sectiontitle {
	background: #CCCC66;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #9E542D;
	display: block;
	font-size: 1.2em;
	margin-bottom: 1.2em;
}
#sectiontitle h1 {
	padding: 3px 0;
	font:1.6em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: center;
	letter-spacing: 0.2em;
}
p.calmonth {
	color:#FF9933;
	text-decoration:underline;
	text-align:center;
	font-variant: small-caps;
	font-size: 1.3em;
	clear:both;
}
p.caldate {
	width:100%;
	background:#BFBDA6;
	color:#333333;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 0px;
	text-indent: 15px;
	margin-bottom: 5px;	
	border-bottom:1px solid black;
}
p.caldescription {
	padding-left:15px;
	font:0.9em Georgia, "Times New Roman", Times, serif;
	line-height:1.2em;
}
p.callocation {	
	padding-left:15px;
	color: #607636;
	font-weight: bold;
	font-style: italic;
}

/* structure */

#container {
	font-size: 1em;
	background: url(images/strip_in.gif) repeat-y;
	margin: 0 auto;
	width: 840px;
	border: 10px solid #37461e;
}

#header {
	float: left;
	width: 840px;
	background: url(images/banner_inside.jpg) no-repeat;
	height: 65px;
}
#headerbooks {
	float: left;
	width: 840px;
	background: url(images/banner_dzil.jpg) no-repeat;
	height: 65px;
}

/* sub-navigation */

#subnav {
	float: left;
	width: 150px;
	clear: left;
}
#subnav h1 {
	background: #222;
	color: #994;
	line-height: 18px;
	padding-left: 8px;
	padding-top: 7px;
	font-size:1.1em;
}
#subnav ul {margin: 0; padding: 0;}
#subnav li {
	border-bottom: 1px solid #696755;
	list-style: none;
}
#subnav li a {
	display: block;	
	background: #89866F;	
	color: #111;
	font: 0.9em Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 10px;
	width: 138px;
	text-decoration: none;
}
#subnav li a:visited {
	background: #89866F url(images/visited.gif) no-repeat right top;
	color: #111;
}
#subnav li a:hover {
	background: #9C997C;
	color: #ffffcc;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 145px;
	padding: 6px 3px 6px 6px;
	background:	url(images/bgside.gif);
	margin-top: 12px;
}
#sidebar img {
	padding: 7px 0px 7px 0px;
	border:none;
}
#sidebar p {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	line-height:1.5em;
	color: #ffffff;
}
#sidebar h1,#sidebar h2,#sidebar h3,#sidebar h4,#sidebar h5,#sidebar h6 {
	color: #CCCC66;
	padding:0px;
	margin-bottom:18px;
}
#sidebar .indented {
	padding-left: 20px;
}
#sidebar a {
	color: #00FF00;
	text-decoration:none;
}

/* footer */

#footer {
	background: url(images/bgfooter.jpg) repeat-x;
	margin: 0 auto;
	width: 860px;
}
#footer p {
	margin: 0;
	padding: 0 19% 0 0;
	color: #000000;
	font-size: 0.8em;
	line-height: 30px;
	text-align:center;
}
#footer a:link,#footer a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ffffcc;
	text-decoration:none;
	border-bottom:none;
}
#footer a:hover {color: #ff9900;}

#footer .left {
	margin:0px;
	padding:0 0 0 20px;
	text-align: left;	
	color: #ff9900;
	font-size: 0.75em;
	line-height: 35px;
	display: block;
	float: left;
}
#footer .right {
	margin:0px;
	padding:0;
	display: block;
	float: right;
}
.indented {
	padding-left: 50px;
}
.clearer {clear: both;}
/*
#footer .left,.footer .right {padding: 0 16px;}
.top {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}
.meta {font-size: 1.1em; color: #666;}
.left {float: left;}
.right {float: right;}
*/
#container hr {
	margin: 10px 0px;	
}
#bookbox {
	background: #cccc33 url(images/bookboxbottom.gif) no-repeat left bottom;
	width: 380px;
	padding: 0px;
	margin-left: 45px;
}
#bookbox p {
	padding: 5px 20px 15px 30px;
	border-top: 1px dotted black;
}
#bookbox h2 {
	background: url(images/bookboxtop.gif) no-repeat left top;
	padding: 10px 20px 5px 20px;
}
#bookbox .category {
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.overlined {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666666;
	background-color: #FFCC66;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-variant: small-caps;
	letter-spacing: 0.5em;
}
 
.firstindent {
	text-indent: 2em;
}
img .orange {
	border: 1px solid #FFCC00;
}
.photocredit {
	text-align:right;
	font:0.8em Arial, Helvetica, sans-serif;
}
.caption {
	text-align:right;
	font:1em bold Arial, Helvetica, sans-serif;
}
.imageboxright {
	width: 360px;
	position:relative;
	float:right;
	margin: 0px 0px 0px 7px;
	padding-bottom: 0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.81em;
	font-weight: bold;
	color:#333333;
}
.imageboxleft {
	width: 360px;
	position:relative;
	float:left;
	margin: 0px 9px 7px opx;
	padding-bottom: 0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.81em;
	font-weight: bold;
	color:#333333;
}
.nuggetfloat {
	width:145px;
	float:right;
	padding:0 0 15px 10px;
}
.booktitle {
	font-style:italic;
	clear:both;
}
.booktitle_indented {
	font-style:italic;	
	padding-left: 0px;
	border-bottom:1px dashed;
	clear:both;
}
.armenian {
	font-family: "Arasan,'Arial AM', 'Arial Armenian' ";
}
p span.displaynone, li span.displaynone{
	display:none;
}
input:focus {background:#FFCC33;}
.verse {
	text-indent: 0;
	padding: 1em 15%;
	color: #CC6600;	
	font-size: 100%;
	line-height: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

