/* @override http://www.sanghayogamontauk.com/wp-content/themes/sangha/style.css */

/* ----------------------------------------
Theme Name: Sangha
Description: Beachy Montauk Style
Version: 1.0
Author: Mariana Duran
---------------------------------------- */

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

*{
	margin:0;
	padding:0;
}

html{ 
	font-size:16px; 
}

body{
	font-size:62.5%; /* 1em=10px */
	font-family: Helvetica, Geneva, sans-serif;
	text-align: center;
}

p{
	font-size:1.3em; /* 13px */
	color: #666;
}

br.clear{
	clear:both;
	visibility: hidden;
}

.left{
	float:left; 
}

.right,.links{
	float:right;
}

.def {
	margin: 10px 0;
}

h1 a{
	font-size: 5px;
	color: #fff;
}

h2 {
	font-size: 2.2em;
	line-height: 2.2em;
	margin: 0;
	color: #ff9a66;	
}

h2 a {
	color: #ff9a66;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
	color: #039;
	line-height: 1.9em;
	margin: 0;
}

h3 a {
	color: #039;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

#sidebar.left h3{
	margin-top: 10px;
}

html>body #sidebar.left h3{
	margin-top: 5px;
}

h4 {
	color: #666;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
}

h4.date {
	margin-top: 18px;	
}

h5 {
	font-size: 1.1em;
	font-weight: normal;
	color: #666;
	margin: 10px 0 10px;
}

small {
	font-size: 1em;
	font-style: italic;
	color: #666;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header,#headbar,#content,#twolcols {
	width: 100%;
}

#content {
	min-height: 400px;
	height: 400px;
}

html>body #content {
	height: auto;
}

#header h1 a{
	display:block;
	width:330px;
	height:32px;
	position:relative;
}

#header h1 a span{
	position:absolute;
	width:100%;
	height:100%;
	background:url(http://www.sanghayogamontauk.com/wp-content/themes/sangha/img/logo.gif) top left no-repeat;
	cursor:pointer;
}

#sanghalogo h1 a{
	margin-top: 30px;
	font-size: 5px;
	color: #fff;
}

#sanghalogo h1 a:visited{
	color: #fff;
}

#photo img {
	margin: 5px 0 10px;
}

/* Menus */

#topmenu ul{
	border:none;
	list-style:none;
	color:#666;
	font-size: 1.3em;
}

#topmenu li{
	float:left;
	margin: 45px 5px 0 0;
}

#topmenu ul li.aboutus {
	margin-left: 20px;
	margin-right: 0;
}

#topmenu ul li.aboutus a {
	color: #666;
	text-decoration: none;
}

#topmenu ul li.aboutus a:hover {
	text-decoration: underline;
}

#happy {
	color: #ff6b0d;
}

#mainmenu {
	width: 100%;
	overflow: hidden;
}

#mainmenu ul{
	font-size: 1.5em;
	border:none;
	list-style:none;
	font-variant: small-caps;
}

#mainmenu li{
	font-size: inherit;
	float:left;
	margin: 0 8px 10px 0;
	padding: 0 8px 0 0;
	border-right: 1px solid #ff6b0d;
	line-height: 16px;
}

#mainmenu ul li a {
	color:#666;
	text-decoration: none;
}

#mainmenu ul li a:visited {
	color: #666;
	text-decoration: none;
}

#mainmenu ul li a:hover {
	color: #ff6b0d;
	text-decoration: none;
}

/* Content */

#article {
	width: 590px;
}

#article img {
	margin: 0 15px 5px 0;
	float: left;
}

#article img.welcome {
	margin: 15px 0 10px;
	float: none;
}

#article p,#twocols p {
	line-height: 1.8em;
	margin: 12px 30px 0 0;
}

#colone,#coltwo {
	width: 49%;
}

#coltwo {
	margin-top: -12px;
} /* this fixes the top margin for the right column on IE */

html>body #coltwo {
	margin-top: 0;
}

#newstudent {
	width: 100%;
	background-color: #ccdff0;
	height: 60px;
	text-align: center;
	border-bottom: 10px solid #fff;
}

#newstudent p {
	margin: 0;
	color: #039;
	font-size: 140%;
	font-variant: small-caps;
	line-height: 30px;
}

#earlybird {
	width: 100%;
	background-color: #ff9a66;
	height: 60px;
	text-align: center;
	border-bottom: 10px solid #fff;
}

#earlybird p {
	margin: 0;
	color: #fff;
	font-size: 140%;
	font-variant: small-caps;
	line-height: 30px;
}

span.expiration {
	font-variant: small-caps;
	color: #666;
}

em {
	font-size: 1.2em;
	color: #ff6b0d;
	font-weight: normal;
	font-style: normal;
}

/* Sidebar and Footer */

#sidebar {
	width: 200px;
}

#coltwo.links p,#sidebar p {
	line-height: 1.6em;
	margin: 0 0 20px 0;
	font-size: 1.2em;
	color: #333;
}

#sidebar img {
	margin: 15px 0 0;
}

#sidebar div a img.imgtfe {
	margin: 0 0 5px;
	float: none;
}

#sidebar ul {
	list-style: none;
	margin-left: 30px;
}

html>body #sidebar ul {
	margin-left: 0;
}

#sidebar ul li a {
	color: #999;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;	
}

#sidebar ul li a:hover {
	color: #ff9a66;
}

#footer {
	width: 100%;
	height: 80px;
	background: url(http://www.sanghayogamontauk.com/wp-content/themes/sangha/img/footer01.jpg) no-repeat;
}

#footer p {
	text-align: right;
	padding-top: 25px;
	margin-bottom: 50px;
	color: #003399;
}

#footer p a {
	color: #666;
	text-decoration: none;
}

#footer p a:visited {
	color: #666;
}

#footer p a:hover {
	text-decoration: underline;
}

/* table styling for schedule page */

#content p.lastpar {
	margin-bottom: 20px;/* add class to p in question */
}

#schedule {
	font-family: Helvetica, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

#schedule th {
	font-size: 120%;
	font-weight: normal;
	padding: 5px;
	background: #ff9a66;
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
	border-bottom: 6px solid #fff;
	color: #fff;
	height: 20px;
}

#schedule td {
	font-weight: normal;
	height: 50px;
	width: 90px;
	padding: 5px;
	background: #ccdff0; 
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
	border-bottom: 6px solid #fff;
	color: #039;
}

#schedule tbody tr td.time {
	background: #fff;
	color: #666;
	font-weight: normal;
	font-size: 120%;
	border-left: 5px solid #ff9a66;
}

#schedule thead tr th.blank {
	background: #fff;
}

#schedule tbody tr td.placeholder {
	background-color: #fff;
}

#table p {
	height: 0;
	padding: 0;
	margin: 0;
}

/* #table {
	margin-top: -140px;
} */

html>body #table {
	margin-top: 0;
}

.previous a,.next a{
	font-size: 10px;
	text-decoration: none;
	color: #ff6b0d;
}

div.excerpt {
	height: 140px;
}
