/* Styles for Dharma Dhrishti (c)2009 All Rights Reserved */

html { background: #CFD9DA; background: url(/dharmadhrishti/journal/images/graphics/tibetanpattern_bg.gif); margin-bottom: 0 0 50px 0; }

body { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	text-align: center;
	color: #282828;
	margin: 0; 
	padding: 0; 
	/*background-color: #CFD9DA;
	background: url(/dharmadhrishti/journal/images/graphics/tibetanpattern_bg.gif)*/
}	

#pagewrapper { /*Wraps the entire visible page */
	width: 100%;
	min-width: 750px;
	min-height: 800px;
	margin: 0 auto 0 0;
	text-align: center;
	
}

div { text-align: left; }

/* #################### Psuedo class for general links ###################### */
a:link, a:visited, a:hover, a:active, a:selected { }
a:link  { color: #c60; background-color: transparent; }
a:visited { color: #c60;  background-color: transparent; }
a:hover { color: #069; background-color: transparent; }
a:active { color: #c60; background-color: transparent; }
a:selected { color: #c60; }


/* #################### GENERAL SITEWIDE TEXT STYLES ####################### */
p, p.default { 
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 90%;
	line-height: 150%;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: left;
}

.callout { font-family: Georgia, "Times New Roman", Times, serif; margin: 20px 20px; padding: 10px; font-style: normal; font-size: 1.2em; line-height: 1.1em; color: #999;  }

.italic { font-style: italic; }

blockquote, blockquote p  { 
	width: 90%;
	font-size: .90em;
	line-height: 1.5em;
	margin: 5px 20px 20px 20px;
	font-family: georgia, "times new roman", palatino, serif;
}

blockquote p  { font-size: 1em; margin-bottom: 0; }

/*blockquote {
	font-weight: normal; 
	size: 60%; 
	margin: 10px 40px; 10px 10px; 
}*/

.dottedline { height: 1px; margin-top: 20px; border-bottom: 1px dotted #999; }

/*  Header styles */
h1,h2,h3,h4,h4,h5 { font-family: Georgia, "Times New Roman", Times, serif; text-align: left; font-weight: normal; }
h1 { visibility: hidden; }
h2 { width: 100%; font-family: Georgia, "Times New Roman", Times, serif; font-size: 160%; font-weight: normal; color: #000;  /*border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;*/ }
h2.home { font-family: verdana, arial, helvetica, sans-serif; font-size: 150%; font-weight: bold; color: #333; margin: 0; padding: 3px; background: #eee; width: 97%; }
h3 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 110%; font-weight: bold; color: #900; margin: 0 0 5px 0; }
h3 span { font-size: 70%; font-weight: normal; font-style: italic; }
h3.hug { font-family: Georgia, "Times New Roman", Times, serif; font-size: 110%; font-weight: bold; color: #990000; margin: 15px 0 2px 0; padding: 0; }
h4 {font-size: 100%; font-weight: bold; margin: 0 0 10px 0; padding: 0; }
h5 { font-size: 70%; font-weight: bold; margin: 0; }
h6 { font-size: .69em; font-weight: bold; margin-bottom: 2px;  text-align: left; }*/
.byline {  font-size: 140%; font-weight: bold !important; color: #900; margin: -10px 0 15px 0;  }



/*  Unordered list (graphic bullet) */
ul.bulletlist { 
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 80%;
	margin: 0 0 20px 50px;
	padding: 0;
	text-align: left;
}
ul li.bulletlist { 
	font-family: Georgia, "Times New Roman", Times, serif;	
	margin: 0 0 4px 0;
	padding: 0;
	list-style-type: none;
	list-style-image: url(/images/graphics/bullet_gray.gif);
}

/*  Ordered list  */
ol { 
	font-family: Georgia, "Times New Roman", Times, serif;	
	margin: 0 0 20px 50px;
	padding: 0;
	text-align: left;
}
ol li { 
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 80%;
	line-height: 1.2em;
}

.imgLeft {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #666;
}
.imgRight {
	float: right;
	margin: 5px 0 15px 15px;
	border: 1px solid #666;
}

/* ##################  BANNER ############################*/

#ddbanner { /*  Dharma Dhrishti newsletter */
	width: 750px;
	height: 75px;
	margin: 10px auto 30px auto;
	padding: 0;
}

/* The following div contains the flags for Dharma Dhrishti newsletter translation links aka 'Trans-nav' */
#flags { float: right;  height: 22px; margin: 10px 0 0 0;  }
#flags ul  { float: right; width: 280px; margin: 0; padding: 0; }
#flags ul li { display: inline; list-style-type: none; margin: 0; padding: 0; }
#flags ul li img { margin: 0 0 0 3px; padding: 0; border: 1px solid #333; text-decoration: none !important; }
#flags ul li a { border: none !important; }

/* LEFT-JUSTIFIED -- The following div contains the flags for Dharma Dhrishti newsletter translation links aka 'Trans-nav' */
.article .flags_left { height: 22px; margin: 20px 0 20px 0;  }
.article .flags_left ul  { width: 280px; margin: 0; padding: 0; }
.article .flags_left ul li { display: inline; list-style-type: none; margin: 0; padding: 0; }
.article .flags_left ul li img { margin: 0 0 0 3px; padding: 0; border: 1px solid #333; text-decoration: none !important; }
.article .flags_left ul li a { border: none !important; }


/* ############### SUB PAGE LAYOUT STYLES ###################### */

#sectioncontentwrapper { /* Wraps entire sub page content */
	width: 750px;
	min-height: 500px;
	margin: 10px auto 0 auto;
	padding: 10px 20px;
	background-color: #fff;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	/**/
	/*border-bottom: 1px solid white;*/
}

/* Section Content  */
#sectioncontent {
	float: right;
	width: 480px;
	margin: 0 20px 0 0;
	padding: 10px 0 0 0;
}

*html #sectioncontent { /* for IE browsers only */
	width: 500px; 
	padding: 40px 0 0 30px !important; 
 }

div.article { margin: 20px 0 0 0; padding: 0; }
div.article img { margin: 0; }
div.article h3 { margin: 0; width: 100%; }
div.article h3 span { font-weight: bold; font-style: normal; color: #666; margin: 0 0 2px 0; }
div.article p { margin: 0; }
div.article p span { font-size: .82em; }

/* Translation index listing */
#translationlist { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .79em; line-height: 1.4em; }
#translationlist h3 { font-family: Verdana, Arial, Helvetica, sans-serif; }
#translationlist ul { margin: 0; padding: 0;}
#translationlist ul li { list-style-type: none; }

/* Photo and Caption Display */
.photobox  { margin: 0; padding: 10px 0 10px 0; width: 330px; }
.photobox .caption { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%; color: #666; line-height:100%; margin: 3px 0 0 0; padding: 0; }
.photobox .caption span { font-weight: bold; }
.photobox img { margin: 0; padding: 0; border: 1px solid #ccc; }

.photoboxright { float: right; margin: 0 20px 0 0; padding: 5px 0 5px 0; width: 330px; }
.photoboxright .caption { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%; color: #666; line-height:110%; margin: 0 0 15px 15px; padding: 0; width: 300px; }
.photoboxright .caption span { font-weight: bold; }
.photoboxright img { margin: 0 0 5px 15px; padding: 0; border: 1px solid #666; }

.photoboxmultiple { margin: 20px 0; padding: 0; width: 610px; }
.photoboxmultiple .caption { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%; color: #666; line-height:100%; text-align: left; width: 610px; margin: 0; padding: 0; }
.photoboxmultiple .caption span { font-weight: bold; }
.photoboxmultiple img { margin: 0 20px 5px 0; padding: 0; border: 5px solid #ccc; }

.caption { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%; color: #666; line-height:110%; margin: 3px 0 0 0; padding: 0;}
.caption span { font-weight: bold; }




/* ########### LEFT NAVIGATION ######################## */
#sectionnav {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

#sectionnav ul {
	width: 100%;
	margin: 35px 0 0 0;
	padding: 0;
	text-align: left;
	background: none;
}

#sectionnav ul li {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: .82em;
	line-height: 1.3em;
	font-weight: normal;
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 3px 7px 4px 7px;
	background: none;
	text-decoration: none;
	border-bottom: 1px dotted #C60;
}

#sectionnav ul li a {
	color: #000;
	text-decoration: none;
	border-bottom: none;	
}

#sectionnav ul li a:hover {
	color: #003399;
	text-decoration: none;
	border-bottom: none;
}

#sectionnav ul li a.selected {
	color: #C60;
	text-decoration: none;
	border-bottom: none;	
}

/* PDF announcment */
#sectionnav #pdfannounce { font-size: .79em; line-height: 1.2em; }
#sectionnav #pdfannounce img { float: left; border: none; margin-top: 3px; }



/* Related links for the left nav area */
#related {  font-size: 90%; margin: 30px 0 0 0;  }
#related h5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; margin: 0 0 2px 8px; }
#related ul { margin: 0; padding: 0; background: none; }
#related ul li { margin: 0 0 6px 0; font-weight: normal; list-style-type: none; background: none; border-bottom: none; text-decoration: underline; }


<!--.contactinfo { margin: 0; padding: 0; }-->
#moreinfo { text-align: center; font-weight: bold; font-size: .82em; margin: 0 0 20px 0; }


/*  Related/more info links for content and left nav areas  */
#extralinks { font-family: Verdana, Arial, Helvetica, sans-serif; margin: 20px 2px 0 3px; padding: 0; }
#extralinks h4 { font-size: .82em; margin: 0 0 3px 0; }
#extralinks ul { margin: 0 5px 0 0; }
#extralinks ul li { font-size: .79em; line-height: 1.1em; background: none; margin: 0 0 5px 0; padding: 0; font-weight: normal;  }

/*  Previous/Next Page Navigation  */
#prevnext {  width: 550px; margin: 15px 0 20px 0; padding: 0;  }
#prevnext p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 75%; text-align: center; }
#prevnext a { text-decoration: none; border-bottom: none; }
#prevnext a:hover { border-bottom: 1px solid #999; }

/* Last Update  */ 
#lastupdate {
	clear: both;
	font-size: .79em;
	margin: 50px 0 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

/* Page Length Matcher DO NOT DELETE THIS STYLE!!!! */
/* This style makes sure that the child container for content does not extend outside and below than the containing parent */
#pagelength { clear: both; margin: 0 0 50px 0; }


/* ######## FOOTER STYLES ####################################################### */
#footerwrapper { /* Top margin adjust for non-IE browsers */
	clear: both;
	width: 850px;
	height: 20px;
	margin: 5px auto;
	background-color: none;
	text-align: center;
}

#footer{
	width: 790px;
	height: 20px;
	margin: 0 auto 0 auto;
	padding: 3px 0 3px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .72em;
	font-weight: normal;
	color: none;
	background: #eee;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom:  2px solid #ccc;
	border-top: 1px solid #fff;
}

*html #footer { /* for IE browsers only */
	width: 794px; 
 }

#copyright {  width: 100%; margin: 0 0 0 10px; padding: 0;  }
#copyright p { font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; font-weight: bold; border-top: 1px solid #eee; color: #999; }
