@charset "UTF-8";

/* laughteryogawithgita.com styles */

/* colors 

.blue {
  color: #0ae;
}
.green {
  color: #bc3;
}
.pink {
  color: #fbc;
}
.red {
  color: #e22;
}
.white {
  color: #fff;
}
.lite-gray {
  color: #ddd;
}
.med-gray {
  color: #aaa;
}
.black {
  color: #000;
}
.menu-red {
	color:#e01f1f;
}
*/

/* layout */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background: #fff url(../images/halo.jpg) repeat-x; 
	text-align: center;
	margin-top: 10px;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}
#masthead {
	background: #a80 url(../images/masthead.jpg) no-repeat;
	margin: 0 auto;
	width: 770px;
	height: 260px;
}
#masthead .content {
	padding: 0;
	margin: 0;
}
#column_wrap {
	width: 770px;
	background: #fff url(../images/container.gif) repeat-y;
}
#nav {
	width: 770px;
	height: 41px;
	margin: 5px 0 0 0;
}
#nav .content {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 770px;
}
.content {
	font-size: 0.8em;
}
#center p {
	line-height: 1.5em;
	margin-top: 0.8em;
}
h1 {
	text-indent: -9000px;
	line-height: 60px;
	background: transparent url(../images/header.gif) 0 0 no-repeat;
	width: 630px;
	height: 70px;
	margin: 0 auto;
}
#footer, #footer-home {
	width: 770px;
	height: 25px;
	background: #e01f1f;
	margin: 0 auto;
}
#footer .content, #footer-home .content {
	text-align: center;
	padding: 6px 0;
}
#footer .content p, #footer-home .content p {
	font-size: 0.9em;
	color: #fff;
	line-height: 0.9em;
}
#footer-home {
	height: 60px;
}
#center table {
	width: 420px;
	margin: 10px 175px;
}
#center table td {
	width: 33%;
	vertical-align: top;
	padding: 3px;
	border: none;
}
#center td ul {
	margin: 0 0 0 16px;
}
#center td ul li {
	list-style: url(../images/bullet.gif);
	color: #e22;
}

/* main links */
#center a {
	color: #20e;
	text-decoration: none;
	border-bottom: 1px dotted #20e;
	font-weight: bold;
	padding: 0 2px;
}
#center a:visited {
	color: #05e;
	border-color: #05e;
}
#center a:hover {
	color: #0ae;
	border-bottom: 1px solid #0ae;
	background: #fee;
}
.skiplinks {
	display: none;
}

/* formatting */
h2 {
	font-size: 1.8em;
	text-align: left;
	color: #e22;
	border-bottom: 2px solid #e22;
	padding-top: 6px;
	padding-bottom: 2px;
}
h3 {
	font: bold 1.6em/1em Georgia, "Times New Roman", Times, serif;
	margin: 0.8em 0 0 0;
	padding: 0;
	color: #0ae;
}
h4 {
	font: bold 1.3em/1em Georgia, "Times New Roman", Times, serif;
	margin: 0.8em 0 0 0;
	padding: 0;
	color: #0ae;

}
h5 {
	font: normal 1.2em/1em Georgia, "Times New Roman", Times, serif;
	color: #e22;
}
h6 {
	font-size: 1.1em ;
	line-height: 1em;
	margin-top: 1em;
	color: #e22;
}
#center p, h2, h3, h4, h5, h6 {
	margin-left: 175px;
	margin-right: 175px;
}
#center .toedges {
	margin: 10px 0;
}
.nomargintop {
	margin-top: 0;
}
.cleared {
	clear: both;
}
.centered {
	text-align: center;
}
strong {
	color: #e22;
	font-weight: bold;
}

/* up arrow styles */
#center p.uparrow {
	text-align: center;
	padding: 10px 0 15px 0;
	clear: both;
}
#center p.uparrow-none {
	display: none;
}

/*lists*/
#center ul {
	margin: 0.8em 200px;
}
#center ul li {
	list-style: url(../images/bullet.gif);
	margin-top: 8px;
	padding: 0;
}
#center ul li li {
	list-style: square;
	margin: 0;
	padding: 0;
}
#center ol li {
	margin-top: 12px;
	border-top: 1px solid #ddd;
	padding: 0;
}
#center .quote {
	font: normal 1.1em/1.3em Georgia, "Times New Roman", Times, serif;
	color: #333;
}
#center .quoted {
	color: #0ae;
	text-align: right;
	line-height: 1.1em;
	font-style: italic;
	border-bottom: 1px dotted #0ae;
	padding-bottom: 6px;
}
#center .quoted cite {
	font-style: normal;
}

/* contact form */
#contact_us {
	width: 300px;
	margin: 10px auto;
}
#contact_us label {
	display: block;
	text-align: right;
	float: left;
	width: 60px;
	height: 24px;
	clear: both;
}
#contact_us input, #contact_us textarea {
	background: #ececec;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 2px;
	padding: 2px;
	font-size: 12px;
	float: left;
	text-align: left;
}
#contact_us input#submit {
	font-family: "Lucida Grande", Arial, Verdana, Lucida, Helvetica, sans-serif;
	font-weight: bold;
	color: #068;
	clear: both;
	float: right;
	margin: 6px 0;
}

/* image styles */
img {
	border: 0;
}
.imageright {
	float: right;
	margin: 0 0  10px 10px;
}
.imageleft {
	float: left;
	margin: 0 10px 0 0;
}
.imagerightb {
	float: right;
	margin: 6px 0 6px 10px;
	border: 3px solid #e01f1f;
	border-width: 3px;
}
.imageleftb {
	float: left;
	margin: 6px 10px  6px 0;
	border: 3px solid #e01f1f;
	border-width: 3px;
}
.imageb {
	border: 3px solid #e01f1f;
	margin: 6px;
}
.captionimg {
	margin: 8px;
	text-align: center;
}
.captionimg p {
	font-size: 0.85em;
	margin: 3px 0;
	text-align: center;
	color: #bbb;
}
.captionimg img {
	border: 1px solid #a80;
}

/* pullquote */
#center .pullquote-right {
	background: #bc3;
	width: 230px;
	padding: 6px 10px;
	margin: 16px 0 6px 10px;
	float: right;
	border: 2px solid #e01f1f;
	border-width: 2px 3px 2px 2px;
}
#center .pullquote-right p {
	font: bold 1.3em/1.6em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin: 0;
}
#center .pullquote-right p.pquoted {
	text-align: right;
	font: bold italic 1.1em/1.1em "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	color: #fff;
}
#center .pullquote-left {
	background: #bc3;
	width: 230px;
	padding: 6px 10px;
	margin: 16px 10px 6px 0;
	float: left;
	border: 2px solid #e01f1f;
	border-width: 2px 2px 2px 3px;
}
#center .pullquote-left p {
	font: bold 1.3em/1.6em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin: 0;
}
#center .pullquote-left p.pquoted {
	text-align: right;
	font: bold italic 1.1em/1.1em "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	color: #fff;
}

/* video block */
#center #video-wide, #center #video-narrow {
	margin: 10px auto;
	border: 2px solid #e22;
	background: #bc3;
	padding: 8px;
}
#center #video-wide p.caption, #center #video-narrow p.caption {
	font-size: 0.8em;
	text-align: center;
	margin: 6px 0;
	line-height: 1.2em;
}
#center #video-wide {
	width: 716px;
}
#center #video-narrow {
	width: 516px;
}

/* credit styles */
#credit {
	width: 285px;
	height: 26px;
	margin: 6px auto;
	padding: 0 0 6px 0;
}
#credit p {
	font: 11px/26px "Lucida Grande", Arial, Lucida, Verdana, Helvetica, sans-serif;
	text-align: right;
	margin: 0;
	float: left;
	padding: 6px 0;
	color: #fff;
	line-height: 26px;
}
#credit a {
	background: transparent url(../images/red_e22.gif) 0 1% no-repeat;
	width: 152px;
	height: 26px;
	float: left;
	text-indent: -9000px;
}
#credit a:hover {
	background-position: 0 96%;
}