/*
CSS for Mother Meera NY site
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #F1F4FB;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1 {
  font-family: Verdana,Helvetica, Arial, sans-serif;
}

h2, h3 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

h1 {
  font-size: x-large;
  background-color: white;
  color: #382926;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background: #B9C8DF url(2lotus.jpg) repeat-y right;
}

h2 {
  color: #322D43;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

li {
  font-size: small;
  list-style-type: none;
}

.post-body div, p {
  font-size: small;
  color: #322D43;
}

/*\*//*/
#floatedbox {width: 200px;}
/* */ 

#tagline p {
  font-style: italic;
  font-weight: heavy;
  font-family: Georgia, Times, serif;
  border-top: 3px solid #CFB690;
  border-bottom: 3px solid #CFB690;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  background: #B9C8DF url(backgrounds/tagline-fade-orange.jpg) repeat-y right;
}

em {
  text-transform: uppercase;
}

a {
  font-weight: bold;
}

a:link {
  color: black;
}

a:visited {
  color: #322D43;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: #322D43;
}

a:active {
  color: aqua;
  background-color: #322D43;
}


/*#navigation {
  width: 180px;
  height: 500px;
  background: #B9C8DF url(amma_ct.jpg) no-repeat;
 
}*/

#sidebar {
  width: 196px;
  height: 1000px;
  background: #1A5298 url(amma_ct.jpg) no-repeat;
 
}
#navigation {
  top: 400px;
  height: 1000px;

}

h2, ul {
  
  margin: 9px;
  padding: .20em;

}

ul {
padding: 0px;

}

#header {
  border-top: 3px solid #7da5d8;


}

img.feature {
  float: right;
  margin: 10px;
}

#insetborder {
 border-width:5px;
 border-style: solid;
 border-color: #B9C8DF;
 margin:5px;
}

/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #header {
  position: absolute;
}

/*#navigation,*/ #bodycontent {
  top: 6.7em;
}


#bodycontent {
  left: 210px;
  right: 100px;
}

#header {
  width: 100%;

}#navigation a  {
	color: #322D43;
	font-size:10px;
	font-family:verdana;
	font-weight:bold;
	text-decoration: none;
	border:4px outset #C8B276;
	background-color:#DBC792;
	display: block;
	width: 155px;
	padding: 2px 2px;
	margin: 1px;

}

#navigation a:hover {
	background-color: #DCA471;
	color:#322D43;
	padding-left:4px;
	border:4px inset #C8B276;
}
