/* CSS Document for Yogavidya*/


/* general styling */
* {
	margin: 0;
	float: none;
	padding: 0;
}
html,body {
	height: auto;
	background: url(../images/htmlback1.png) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
}


/* the hyperlinks */
a {
	color: #660000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	top: auto;
}


/* site specific styling */


/* the container centers the page */
#container {
	width: 1112px;
	height: auto;
	margin: 0 auto 0 auto;
}	


/* the topbar that contains the most upper links */
#topbar {
	width: 882px;
	height: 20px;
	line-height: 20px;
	text-align: left;
}

/* the links in the topbar are an unordered list, formatted here */
	#topbar ul {
		float: right;
	}
	#topbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#topbar a {
		text-decoration: none;
		display: block;
		padding: 0 10px 0 10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		background: #E9E4B4;
		text-transform: uppercase;
		}
	#topbar a:hover {
		background: #660000;
		color: #FFF;
	}


/* the header that contains the big image */
#header {
	width: auto;
	height: 166px;
	background: #DFDBC4 url(../images/headeryogavidya1.jpg) top center no-repeat;
	position: relative;
}

/* the big title text in the header */
#header h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 22px;
	font-weight: 100;
	font-style: italic;
	letter-spacing: -1px;
	color: #993333;
	padding: 7px;
	top: 0px;
	left: 2px;
	}

#header h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 25px;
	font-weight: 100;
	font-style: italic;
	letter-spacing: -1px;
	color: #993333;
	padding: 7px;
	top: 0px;
	left: 2px;
	}
	
#header h3 {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 33px;
	font-weight: 100;
	letter-spacing: -1px;
	color: #FFCC99;
	padding: 0px;
	top: 0px;
	left: 2px;
	}
	

/* the navigationbar in the header */
#navbar {
	position: absolute;
	bottom: 3px;
	left: 150px;
	width: 730px;
}

/* the links in the navigationbar are an unordered list */
	#navbar ul {
	}
	
	#navbar li {
		list-style: none;
		display: block;
		width: auto;
		float: right;
	}
	#navbar a {
	text-decoration: none;
	display: block;
	padding: 4px 10px 4px 10px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	}
	#navbar a:hover {
		background: #CC3333;
		color: #FFF;
	}
	
/* the core contains all the site contents */
#core {
	width: 1112px;
	height: auto;
	margin-top: 0px;
	background: #FFF url(../images/coreback.gif) repeat;
}
	
	
/* the coreleft contains the left part of the core */
#coreleft {
	width: 182px;
	height: auto;
	background: #FFF url(../images/coreback.gif) repeat-y;
	float: left;
}


/* the links in coreleft are another unordered list */


	#coreleft ul {
	}
	#coreleft li {
		display: block;
		height: auto;
		background: none;
		width: 170px;
		margin: 2px;
	}
	#coreleft a {
		display: block; 
		height: 33px;
		padding: 0px;
		width: 170px;
		color: #660000;
		text-decoration: none;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-serif;
		font-size: 12px;
		border: 0;
	}

	#coreleft a:hover {
	background: #C84937;
	color: #F0F0F0;
	width: 178px;
	}
	
	#coreleft h3 {
		padding: 7px 4px 0 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 14px;
		color: #FF6600;
		margin: 0;
	}
	
	#coreleft p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, Sans-serif;
		font-size: 10px;
	}
	
	

/* the corecenter contains the center part of the core */
#corecenter {
	width: 700px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	background: #fef6ee;
	float: left;
	color: #000000;
}


	#corecenter h1 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 1.5em;
	color: #C84937;
	font-style: italic;
	padding: 10px 0 0 10px;
	}
	
	#corecenter h2 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #993333;
	font-style: italic;
	padding: 10px 0 0 10px;
	}
	
	#corecenter h3 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #993333;
	font-style: italic;
	padding: 10px 0 0 10px;
	}
	
	#corecenter h4 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #990033;
	font-style: italic;
	padding: 10px 0 0 10px;
	}
	
	#corecenter p {
	line-height: 20px;
	padding: 0 10px 10px 10px;
	color: #000033;
	}
	
	#corecenter ul {
		padding: 20px;
		width: auto;
	}
	#corecenter li {
		list-style: none;
		width: 400px;
		line-height: 20px;
		border-bottom: 1px solid #DDD;
	}
	#corecenter li a {
		text-decoration: none;
		color: #660000;
		display: block;
		height: auto;
		padding: 4px;
	}
	#corecenter li a:hover {
		background: #C84937;
		color: #F0F0F0;
	}
	

#coreofthecore {
	width: 700px;
	height: auto;
	color: #000000;
}

	#coreofthecore h1 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #993333;
	font-style: normal;
	padding: 10px 0 0 10px;
	}
	
	#coreofthecore h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #993333;
	font-style: italic;
	padding: 10px 0 0 10px;
	}
	#coreofthecore p {
	line-height: 20px;
	padding: 0 10px 10px 10px;
	color: #000033;
	}
	
	#coreofthecore ul {
		padding: 20px;
		width: auto;
			}
	#coreofthecore li {
		font-family: Verdana, Arial, sans-serif;
		font-size: 1.1em;
		font-weight: bold;
		width: auto;
		border-bottom: none;
		line-height: 20px;
		background: none;
	}
	#coreofthecore li a {
		font-family: Verdana, Arial, sans-serif;
		font-size: 1em;
		text-decoration: none;
		display: block;
		height: auto;
		padding: 4px;
		background: none;
	}
	#coreofthecore li a:hover {
		font-family: Verdana, Arial, sans-serif;
		font-size: 1em;
		font-weight: bold;
		text-decoration: underline;
		background: none;
		color: #993333;
	}
	
/* the coreright contains the right part of the core #FBF0D7*/
#coreright {
	width: 220px;
	height: auto;
	background: none;
	float: right;
}


/* the links in coreright are another unordered list */


	#coreright ul {
	}
	#coreright li {
		display: block;
		height: auto;
		background: none;
		width: 166px;
		margin: 2px;
	}
	#coreright a {
		display: block;
		height: auto;
		padding: 4px;
		width: 158px;
		color: #660000;
		text-decoration: none;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		border: 0;
	}

	#coreright a:hover {
	color: #F0F0F0;
	}
	
	#coreright h3 {
		padding: 7px 4px 0 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 14px;
		color: #FF6600;
		margin: 0;
	}
	
	#coreright p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
/* the thumbnail 1 - image offset on mouse over - LEFT indent*/
.thumbnail1{
position: relative;
z-index: 0;
float:left;
margin-right: 5px;
}

.thumbnail1:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail1 span{ /*CSS for enlarged image*/
position: absolute;
left: -200px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail1 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail1:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100px;
left: 0px; /*position where enlarged image should offset horizontally */
}

/* the thumbnail 2 - image offset on mouse over - RIGHT indent*/
.thumbnail2{
position: relative;
z-index: 0;
float:right;
margin-left: 5px;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
left: -500px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100px;
left: -100px; /*position where enlarged image should offset horizontally */
}


/* the thumbnail 3 - image offset on mouse over - CENTER indent*/
.thumbnail3{
position: relative;
z-index: 0;
}

.thumbnail3:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
left: -200px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail3 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail3:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: -100px; /*position where enlarged image should offset horizontally */
}


/* the thumbnail 4 - image offset on mouse over - OVERLAPPING LEFT indent*/
.thumbnail4{
position: relative;
z-index: 0;
float:left;
}

.thumbnail4:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail4 span{ /*CSS for enlarged image*/
position: absolute;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail4 span img{ /*CSS for enlarged image*/
border-width: 0;
}

.thumbnail4:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: -0px; /*position where enlarged image should offset horizontally */
}


/* the thumbnail 5 - image offset on mouse over - OVERLAPPING RIGHT indent*/
.thumbnail5{
position: relative;
z-index: 0;
float:right;
}

.thumbnail5:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail5 span{ /*CSS for enlarged image*/
position: absolute;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail5 span img{ /*CSS for enlarged image*/
border-width: 0;
}

.thumbnail5:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: -0px; /*position where enlarged image should offset horizontally */
}

.thumbnail6{
position: relative;
z-index: 0;
background:  url(../images/menu-turqhrd.jpg); 
}

/* the footer contains all copyright info etcetera */
#footer {
	clear: both;
	width: 1112px;
	height: 30px;
	background: #CC3333;
	line-height: 30px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	#footer p {
		color: #FFF;
		padding-right: 20px;
	}
	#footer a {
		color: #FFF;
	}



.glossymenu{
width: 170px; /*width of accordion menu*/
}

.glossymenu a.menuitem{
font: 12px Trebuchet MS;
color: white;
height: auto;
width: 170px;
cursor: pointer;
display: block;
		}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;

}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background: url(../images/raja.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
width: 182px;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0px;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #CC0000;
width: 174px;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 0px 0;
padding-left: 0px;
}

.glossymenu div.submenu ul li a:hover{
background: url(../images/raja.gif);
color: white;
}

