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

body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:62.5%;
  color:#150900;
  text-align:center;
  background-color:#820003;
  margin:0;
  }
  
a:link, a:visited {
  color:#fdc47d; 
  text-decoration:none;
  }
  
a:hover {
  color:#FFF;
  text-decoration:underline;
  }
  
img {
  border:0;
  }
  
/* div {
  border:solid #000000 1px;
  }  */
  
/* Header & footer stylesheet ============================= */
 
#header {
  padding-top:20px;
  width:800px;
  margin:0 auto;
  text-align:left;
  font-family:Arial, Helvetica, sans-serif;
  }
  
.menu_bg {
  background-color:#bf3122;
  height:10px;
  width:800px;
  }
  
#logo {
  background-color:white;
  }
  
#logo_holder {
  width:800px;
  margin:0 auto;
  height:100px;
  }
  
#institute_logo {
  float:left;
  padding-top:5px;
  }

#logo_holder p {
  text-align:right;
  margin:0;
  }
  
#title {
  font-size:2.0em;
  font-weight:bold;
  padding-top:40px;
  color:#bf3122;
  }
  
.sutta {
  font-size:1.2em;
  color:#9e1e27;
  font-style:italic;
  padding-top:5px;
  }
  
#footer_container {
  width:800px;
  margin:10px auto;
  text-align:right;
  }
  
/* End header & footer stylesheet ================================ */

/* Main menu =================================================== */
ul#main_menu {
  padding:0;
  margin:0;
  text-align:right;
  }
  
#main_menu li {
  display:inline;
  padding:5px 10px;
  }
  
#main_menu li a {
  font-size:1.2em; 
  font-weight:bold;
  color:#FDC47D;
  }

.selected {
  font-size:1.2em;
  font-weight:bold;
  color:#FFFFFF;
  background-color:#bf3122;
  }

/*1st level of menu*/
.menu1 {
	color:#FED9A7;
}

.menu1:hover {
  color:#FFF;
  text-decoration:underline;
  }
   
/* End Main Menu ================================================== */

/* Body =================================================== */

#content_area {
  background-color:#fdc47d;
  padding:20px 0;
  margin-top:10px;
  }
  
#container {
  width:800px;
  margin:0 auto;
  }
  
#content {
  float:right;
  width:540px;
  color:#222;
  padding: 0px 0px 8px 0px;
  }

.content_text {
  float:left;
  padding:0px 20px 0px 20px;
  color:#FFFFFF;
  width:500px;
  }

/*pali verses*/  
.content_paliverse {
  float:left;
  padding:0px 2px;
  width:235px;
  text-align:left;
  color:#333333;
  font-size:12px;
  font-style:italic;
  }

/*english translation*/  
.content_english {
  float:left;
  padding:0px 2px;
  width:257px;
  text-align:left;
  color:#333333;
  font-size:12px;
  }
  
.col_1 {
  width:220px;
  }
  
.col_2 {
  width:250px;
  }
    
#clear_container {
  clear:both;
  }
  
h1 {
  text-align:left;
  font-size:2.0em;
  margin-bottom:2px;
  color:#970005;
  }

h2 {
  text-align:left;
  font-size:1.6em;
  margin-top:5px;;
  }

.h2_b {
  font-size:0.9em;
  }
  
h2, .author_desc2 {
  color:#6f2910;
  }
   
h3 {
  font-size:1.4em;
  text-align:left;
  color:#6f2910;
  }
  
h4 {
  font-size:1.8em;
  text-align:left;
  color:#101c37;
  }

#content {
  background-color:#FFFFFF;
  }
   
#content p, #content ol, #content ul, #content td {
  text-align:justify;
  font-size:1.2em;
  color:#493A34; /*color:#665149;*/
  } 
   
#content .img_desc {
  font-size:1.1em;
  }
  
#content a:link, #content a:visited {
	color:#BF3122;
	}
	
#content a:hover {
	color:#F15A2B;
	}

#content .img_right {
  float:right;
  margin-left:20px;
  margin-bottom:20px;
  }
  
#content .img_left {
  float:left;
  margin-right:20px;
  margin-bottom:20px;
  }
 
#right p{
text-align:right;
} 

/*horizontal line*/	
hr {
	color:#FFFFFF;	/*#AD4018;*/
	}	

table {
	padding:0;
	margin:0;
	border:none;
	float: left;
  }
  
/* End Body =================================================== */

/* Download Table ============================== */
table.meaning {
  margin-top:25px;
  }
  
td.paliword {
  width:120px;
  font-style:italic;
  text-indent:2px;
  }
  
td.meaning {
  width:280px;
  }

td.title_meaning {
	width:500px;
	color:#665149;
	background-color:#fdc47d;
	font-size:1.2em;
	font-weight:bold;
	text-indent:150px;
	height:25px;
  }


.line {
  width:100%;
  height:1px;
  }

.meaning td {
  line-height:1em;
  } 

/* Submenu =================================================== */
  
#submenu {
  background-color:#bf3122;
  width:240px;
  float:left;
  }

/* Index Menu    
#index #submenu_a {
  height:540px;
  }*/
  
#index #submenu_b {
  height:150px;
  border:solid #FF9900 1px;
  }
/* End Incex Menu */

.submenu_wrapper {
  padding:20px;
  text-align:left;
  }
  
.submenu_wrapper p {
  color:#FFFFFF;
  font-size:1.4em;
  font-weight:bold;
  margin:0 0 5px 0;
  }
  
.submenu_wrapper ul {
  padding-left:20px;
  margin:0;
  list-style:circle;
  }

.submenu_wrapper li {
  margin-bottom:10px;
  color:#fdc47d; 
  }
  
.submenu_wrapper li a {
  font-size:1.2em; 
  }

  
/* End Submenu ================================================== */

/* horizontal ruler ================================================== */

.ruler_a {
  width:100%;
  border:0;
  height:1px;
  color:#fbdd6f;
  background-color:#fbdd6f;
  }
  
.ruler_b {
  width:100%;
  border:0;
  height:20px;
  color:#fbdd6f;
  background-color:#FDC47D;
  }

.ruler_c {
  width:100%;
  border:0;
  height:1px;
  color:#FF9900;
  background-color:#FF9900;
  margin:30px 0;
  }

/* End horizontal ruler ================================================== */

/* Quotes ================================================== */ 
.quotes {
  background-color:#f15a2b;
  margin:0;
  }  
  
.quotes_wrapper {
  padding:10px 20px;
  }
  
.quotes_wrapper p {
  font-size:1.2em;
  font-weight:normal;
  text-align:left;
  font-style:italic;
  }
 
.books_wrapper {
  padding:10px 20px;
  }
  
.books_wrapper p {
  font-size:1.2em;
  font-weight:normal;
  text-align:justify;
  }
  
.books_wrapper p, .quotes_wrapper p, .quotes h3, #content .author_desc p {
  color:#4c1c0b; 
  }

/* End Quotes ================================================== */

/* Home*/
.header_bg{
	height:244px;
	width:800px;
	margin-bottom:20px;
}

.home_text {
  margin-top:20px;
  margin-right:20px;
  float: right;
  width:280px;
}

.home_text h2{
  color:#FFF0AB;
  font-size:1.8em;
}

.home_text p{
   color:#FFFFFF;
   font-size:1.2em;
   text-align:justify;
}
     

.theme-default #slider {
    margin:0px auto 0 auto;
    width:800px; /* Make sure your images are the same size */
    height:150px; /* Make sure your images are the same size */
}
@charset "utf-8";
/* CSS Document */

#container {
  background:url(../images/disclaimer.jpg) no-repeat;
  height:550px;
  text-align:left;
  }
 
.disclaimer_text {
  margin-top:70px;
  margin-left:40px;
  float: left;
  width:280px;
  }
  
#container h1 {
  color:#FFF0AB;
  font-size:2.0em;
  }
  
.disclaimer_text p{
  font-size:1.4em;
  color:#FFFFFF;
  }
  
#copyright {
  width:240px;
  }