/* Yoga Professionals */


/********************************************************************/
/*                            Generic tags                          */
/********************************************************************/

body {
	margin: 0px;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


/********************************************************************/
/*                              H tags                              */
/********************************************************************/

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 45pt;
	font-weight: bold;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}





ul {
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header-wrapper {
	width: 100%;
	height: 150px;
}

#header {
	width: 860px;
	margin: 0 auto;
	height: 150px;
}

/********************************************************************/
/*                          Header tags                             */
/********************************************************************/


#logo {
	width: 860px;
	padding: 0px 0px 0px 0px;	
	margin: 0 auto;
}

#logo h1, #logo p {
	margin: 0;
	padding-left: 100px;
	color: #FFFFFF;
}

#logo span {
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 4.8em;
}

#logo p {
	text-transform: lowercase;
	padding: 4px 0 0 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/********************************************************************/
/*                  Top Horizontal Menu tags                        */
/********************************************************************/


#menu-wrapper {
}

#menu {
	width: 860px;
	margin: 0 auto;
	padding-left: 0;
	white-space: nowrap;
	height: 35px;
	background: #F19B24;
}

#menu ul {
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 0px 0px;
	list-style:  none;
}

#menu li {
	float: left;
	display: inline;
	list-style-type: none;
}



#menu a {
	height: 30px;
	padding: 6px 20px;
	margin: 10px; 
	text-decoration: none;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	
}

#menu a:link, #menu a:visited
{
color: #fff;
background-color: #F19B24;
color:#000000;
text-decoration: none;

}

#menu a:hover {
	color: #fff;
	background-color: #FF6600;
	text-decoration: none;
}

#menu a.onclick  {
	color: #FFFFFF;
}

/* Wrapper */

#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* Page */

#page {
	width: 860px;
	margin: 0px auto;
	padding: 0px;
}

#page-bgtop {
}

#page-bgbtm {
	padding: 0px 10px;
}

/* Latest Post */

#latest-post {
	padding: 00px;
	border: 1px solid #E7E7E7;
}


/********************************************************************/
/*                     Middle content tags                          */
/********************************************************************/


#content {
	float: left;
	width: 370px;
	margin: 10px 5px 20px 5px;
}

.post {
	padding-bottom: 15px;
	background: url(images/img04.gif) repeat-x left bottom;
}

.post h1 {
	font-size: 30pt;
	line-height: normal;
	font-weight: Bold;
}

.post p.countdown {
	line-height: normal;
	font-weight: Bold;
	font-style:italic;
	color:#009900;
}
.title {
	margin: 0;
	padding: 40px 0 20px 0px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	
}

.title a {
	border-bottom: none;
	color: #EB871D;
}


.entry {
}

#entrylist li { list-style-type: circle; }

.entry a:link, .entry a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #696969;
	font-weight: normal;
}

.entry a:hover {
	color: #FF6600;
	text-decoration: inherit;
	border-bottom: 1px dotted #FF6600;
	font-weight: inherit;
}

.entry a.download:link, .entry a.download:visited {
	color: #EB871D;
	text-decoration: none;
	border-bottom: 1px dotted #EB871D;
	font-weight: normal;
}

.entry a.download:hover {
	color: #FF9933;
	text-decoration: none;
	border-bottom: 1px dotted #FF9933;
	font-weight: normal;
}

.entry a.studentzone:link, .entry a.studentzone:visited {
	color: #009900;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
}

.entry a.studentzone:hover {
	color: #009900;
	text-decoration: none;
	border-bottom: 1px dotted #009900;
	font-weight: bold;
}



/********************************************************************/
/*                      Left Sidebar tags                           */
/********************************************************************/


#sidebar1 {
	float: left;
	width: 170px;
}



.sidebar {
	float: left;
	padding-top: 100px;
	color: #595959;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 10px 0;
}

.sidebar li ul {
	background: none;
	padding-bottom: 20px;
	list-style: none;
}

.sidebar li li {
	margin: 0px 0px;
	padding: 8px 0px;
}


.sidebar li h2 {
	height: 26px;
	margin: 0 0 0 0;
	padding: 14px 5px 14px 2px;
	text-transform: capitalize;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #454545;
}





.sidebar a {
	padding-left: 2px;
	
}

/*download prospectus button*/
#sidebar1 a.prospectus:link, #sidebar1 a.prospectus:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F19B24;
	font-weight: normal;
}

#sidebar1 a.prospectus:hover {
	color: #FF9933;
	text-decoration: inherit;
	background-color: #000099;
	font-weight: normal;
}


#sidebar1 a.prospectus { 
    
	margin: 10px 0px 10px 0px;
    padding: 8px 8px 8px 5px; 
    list-style: none;
	text-align:center; 
	display: block;
    width: 130px }

/*navlist*/

#sidebar1 a.navlist:link, #sidebar1 a.navlist:visited {
	color: #EB871D;
	text-decoration: none;
	font-weight: bold;
}

#sidebar1 a.navlist:hover {
	color: #FF9933;
	text-decoration: none;
	font-weight: bold;
}

#sidebar1 a.navlist {
    color: #cf9;
    padding: 3px 0 px 2px;
	margin: 0px 0px 4px 0px;
    border-bottom: 1px dotted #CCCCCC;
    display: block;
    text-decoration: none }

#sidebar1 a.here {
    color: #009900;
    font-weight: bold;
	padding: 0px 0 10px 2px;
	margin: 0px 0px 4px 0px;
    border-bottom: 1px dotted #CCCCCC;
    display: block;
	width: 140px;
    }
	

.navlist li {
    margin-left: 0px;
    padding-left: 0 }
	
.navlist { 
    margin: 0px;
    padding-bottom: 10px; 
    list-style: none; 
    width: 140px }

/********************************************************************/
/*                      Right Column tags                           */
/********************************************************************/


#sidebar2 {
	float: left;
	width: 260px;
	margin-top: 0px;
	
}

.sidebar h2 a {
}



/********************************************************************/
/*                      Search Function                             */
/********************************************************************/

#searchform {
	margin: 0;
	padding: 0 0 20px 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 165px;
	height: 18px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {
	padding: 10px 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}



/********************************************************************/
/*                     Student zone                                 */
/********************************************************************/

#studentzonea {
	float: left;
	width: 370px;
}



.studentzonea {
	float: left;
	padding-top: 50px;
	padding-left: 20px;
	color: #595959;
}

#studentzone2 {
	float: left;
	width: 425px;
}



.studentzone2 {
	float: left;
	padding-top: 100px;
	padding-left: 10px;
	color: #595959;
}



/********************************************************************/
/*                         Footer tags                              */
/********************************************************************/

#footer-wrapper {
	width: 100%;
	height: 100px;
}

#footer {
	width: 860px;
	height: 100px;
	margin: 0 auto;
	padding: 0px;
	background: #F19B24;
}

#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

#footer a {
	color: #EDE7DB;
}

#footer .link {
}

#footer .copyright {
}
