@charset "utf-8";

/*----------------basic styles----------------*/

* {
	margin: 0;
	padding: 0;
	}

body  {
	font: 62.8% Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(../Images/body_bg.jpg) repeat-x 0px 0px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #EBEFF0;
	text-align: left;
	background: transparent url(../Images/bg_container.jpg) no-repeat 0px 0px;
} 
#contentWrapper {
	margin-top: 15px;
}
.twoColFixLtHdr #header {
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 236px;
	background: transparent;
	position: relative;
	z-index: 500;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	position: relative;
	left: -9000px;
}

h1,h2,h3,h4,h5 {
	color: #051B43;
} 

/*----------------sidebar styles----------------*/

.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 15px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
}
#sidebar h1 {
	font-size: 1.7em;
	margin: 0;
}
#sidebar h2 {
	font-size: 1.5em;
	margin: 1em 0 0 0 ;
}
#sidebar h3 {
	font-size: 1.3em;
	margin: 0 0 0 0 ;
}
#sidebar p {
	font-size: 1.1em;
	margin: 0.6em 0 0 0;
}

/*----------------mainContent styles----------------*/

.twoColFixLtHdr #mainContent {
	margin: 0 0 20px 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 1.5em 30px 0 30px;
	min-height: 500px;
	position: relative;
}
#mainContent h1 {
	font-size: 2em;
	margin: 0;
}
#mainContent h2 {
	font-size: 1.7em;
	margin: 1em 0 0 0 ;
}
#mainContent h3 {
	font-size: 1.5em;
	margin: 0.8em 0 0 0;
	color: #719BD7;
}
#mainContent a {
	text-decoration: none;
	border-bottom: 1px dotted #78A8B6;
	color: #719651;
}
.twoColFixLtHdr #container .OshoCopyright a {
	color: #DFDFDF;
	text-decoration: underline;
}
.twoColFixLtHdr #container .OshoCopyright a:hover {
	color: #8C8879;
	text-decoration: underline;
}
#mainContent a:hover {
	font-weight: bold;	
}

#mainContent p {
	font-size: 1.3em;
	margin: 0.6em 0 0 0 ;
}
#mainContent ul {
	margin: 1em;
	padding: 0;
}

#mainContent li {
	font-size: 1.1em;
	margin: 0 0 0 10px;
	line-height: 1.5em;
	padding: 0;
	list-style-position: inside;
}

#mainContent .floatSurround {
	width: 505px;
	text-align: left;
	margin: 0 auto;
}

#mainContent .floatLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 4px;
	border: 2px solid #E3E9EA;
}

#mainContent .floatLeftSwanNest {
	float: left;
	margin: 15px 0px 0px 17px;
	border: 2px solid #E3E9EA;
}

#mainContent .picturesIndia {
	border: 1px solid #D3DCDC;
	margin-top: 2em;
	margin-bottom: 2em;
	height: 385px;
	width: 499px;
}

#mainContent .floatRight {
	float: right;
	border: 2px solid #E3E9EA;
	margin: 4px 0px 10px 20px;
}
#mainContent .floatRightNoBorder {
	float: right;
	margin: 0px 0px 10px 20px;
	position: relative;
}
#mainContent .floatLeftNoBorder {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 4px;
	display: block;
}


/*----------------footer styles----------------*/

.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent url(../Images/oshoshoshoshosho.gif) no-repeat left top;
	position: relative;
	height: 20px;
	margin: 2em 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 1.1em;
}
#footer .lotusBuddha {
	position: absolute;
	top: -99px;
	right: 80px;
}
#footer #calendarLotus {
	position: absolute;
	top: -99px;
	right: 30px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfloatLeft { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*----------------blockquote styles----------------*/
.sikkimblockquote {
	text-indent: 4px;
	position: relative;
	font-style: italic;
	width: 435px;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 1em;
	line-height: 22px;
}

blockquote {
	text-indent: 4px;
	/*background: url(../Images/upQuote.gif) no-repeat 0 2px;*/
	position: relative;
	font-style: italic;
	width: 435px;
	margin-right: 10px;
	margin-left: 50px;
	margin-top: 3em;
}

#mainContent blockquote p {
	line-height: 2.2em;
	margin: 0;
	padding-right: 24px;
	position: relative;
	
}
#contentWrapper #mainContent blockquote span.first {
	width: 20px;
	height: 16px;
	display:inline;
	position:relative;
	bottom: 0px;
	right: 0px;
	padding-right: 4px;
}

#contentWrapper #mainContent blockquote span.last {
	width: 20px;
	height: 16px;
	display:inline;
	position:relative;
	bottom: 0px;
	right: 0px;
}

blockquote .OshoQuote {
	text-align: right;
	margin-right: 2em;
	margin-top: 1em;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0em;
}
#mainContent .personalQuote {
	font-style: italic;
	width: 80%;
	margin: 2em auto;
	line-height: 1.5em;
}

/*----------------event calendar  styles----------------*/

#mainContent .calendar {
	position: relative;
	width: 250px;
	margin-right: 0px;
	margin-left: 130px;
	margin-top: 1em;
}
#mainContent .calendar h3 {
	font-size: 1.2em;
	position: relative;
	padding: 0 0 0.5em 0;
	margin: 0px;
	}
#mainContent .calendar h4 {
	padding: 0;
	margin: 0px;
	font-size: 1.1em;
}
.calendar .calendarInfo {
	font-size: 1.4em;
	margin-top: 4px;
	padding-bottom: 5px;
	position: relative;
}
.moreInfo {
	position: relative;
	right: 0px;
	bottom: 0px;
	font-size: 0.8em;
	padding: 4px;
	margin-top: 0.6em;
	float: right;
}

#mainContent .calendar .calendarInfo p {
	padding: 0;
	font-size: 0.9em;
	line-height: 1.4em;
	position: relative;
}

/*----------------groups practicalInfo  styles*----------------*/

#contentWrapper #mainContent ul#practicalInfo {
	background: transparent url(../Images/lotus_bullet.gif) no-repeat left center;
	margin: 40px 0 0 0;
	padding: 8px 0;
	border-top: 1px dotted #EBE4BE;
	border-bottom: 1px dotted #EBE4BE;
	list-style: none;
	position: relative;
}

#contentWrapper #mainContent #practicalInfo li {
	margin: 0px;
	padding: 0px;
	position: relative;
	background: transparent url(none);
	list-style: none;
	display: block;
	line-height: 24px;
}

/*#contentWrapper #mainContent #practicalInfo li.one {
	background: #FF9900 url(none);
}
#contentWrapper #mainContent #practicalInfo li.two {
	background: #FFCC00 url(none);
}*/

#mainContent #practicalInfo h4 {
	margin: 0px;
	font-size: 1.1em;
	padding: 0px 0 0px 70px;
	font-weight: normal;	
}
.OshoCopyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #DFDFDF;
	width: 88%;
	margin-right: auto;
	margin-left: auto;
	font-style: italic;
}
