/*
Theme Name: Yoga Swing Space
Theme URI: http://webgolddesign.com
Description:  Professional Template for Actors & Products
Version: 1.0
Author:  Robert Harrison
Author URI: http://webgolddesign.com
Tags: red, custom header, fixed width, two columns, widgets

	Red Curtain Glossy 1.0
	  http://webgolddesign.com/themes/YogaSwingSpace

	This theme was designed and built by Robert Harrison,
	whose blog you will find at http://webgolddesign.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body {
	background: #000000 top center no-repeat;
        background-image: url(http://www.yogaswings.com/wp-content/uploads/2009/06/stars3.jpg);
	font-family: myriad pro, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3c3c3c;
	padding-left:20px;
	padding-top: 15px;
	padding-bottom: 20px;
	background-attachment: scroll;
	text-align: center;
	/*display:inline-block;*/
}

 #container {
	width: 861px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;  the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000; 
	text-align: left;
	text-indent: 0px;
	background-image: url(images/bodyBg.png);
	background-repeat: repeat-y;
        margin:auto;
} 
 
 #header {
	background: #DDDDDD;  /* 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. */
	background-image: url(images/header.png);
	height: 149px;
	width: 861px;
} 
 #container #navigationTop {
	background-image: url(images/bottomNavBg.png);
	height: 32px;
	width: 859px;
	margin-left: 1px;
}

 #container #navigationBottom {
	background-image: url(images/bottomNavBg.png);
	height: 32px;
	width: 859px;
	margin-left: 1px;
	/* background-image: url(images/bottomNavBg.png);
	height: 32px;
	width: 855px;
	margin-left: 3px; */
}

 #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: myriad pro,Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
 #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 256px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	/* height: auto; */
	background-image: url(images/sideBarBg.png);
	background-position: float: left;
	/* background-position: right; */
	background-repeat: repeat-y;
}

 #sidebar p {
	padding-left:10px;
	padding-right:8px;
}

#sidebar li{
list-style type: none;
	
}

#li{
list-style type: none;
border: black;
}

 #content {
	margin: 0 250px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/leftSideMiddle.png);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 20px;
	padding-right: 20px;
	text-align:left;
} 

 #content h1 {
	background-image: url(images/header1Bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 20px;
	padding-bottom: 2px;
	font-family: myriad pro,Verdana, Arial, Helvetica, sans-serif;
	color: #3399ff;
	font-size: 30px;
}
 #container #content h2 {
font-family: myriad pro,Verdana, Arial, Helvetica, sans-serif;	font-size: 24px;
	font-style: normal;
	color: #000000;
}
 #container #content h3 {
font-family: myriad pro,Verdana, Arial, Helvetica, sans-serif;	color: #d2a269;
	font-size: 24px;
}


 #footer {
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image: url(images/footer.png);
	height: 52px;
	width: 861px;
} 
 #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
 #container #sidebar h3 {
	font-family:  myriad pro,Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000066;
	margin-left: 10px;
	background-image: url(images/sideBarHeaderBg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 2px;
	padding-bottom: 3px;
	text-indent: 20px;
	letter-spacing: normal;
	vertical-align: baseline;
	text-align: left;
	font-weight: bold;
}
#search #searchform {
	margin: 0px;
	padding: 3px;
	float: right;
}
 #search .s {
	margin: 0px;
	width: 196px;
	border:none;
	padding:5px 0 5px 36px;
	font:12px Arial, Helvetica, sans-serif;
	color:#464646;
	background:url(images/searchbg.png) no-repeat;
	float: right;
}
#search .button {
	background:url(images/button.png) no-repeat;
	width:26px;
	height:22px;
	border:none;
	position:relative;
	float:right;
}

.clearboth:after {
	content: ".";
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0;
	visibility: hidden;
}



#menu {
	/* background: transparent url(images/menu-bar.jpg) top center no-repeat; */
	/* clear: both; */
	color: #1F78BE;
	font-family: arial narrow, "Trebuchet MS", verdana, myriad pro, american typewriter,  Tahoma, Arial, Verdana, San-Serif; 
	
	font-size: 13px;
	text-align: left;
	padding: 0px 0px;
	margin: 0px;
	display: block;
	width: 600px;
	height: 32px;
}


#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	width: 680px;
	overflow: hidden;
	font-weight: bold;
	float: left;
}
#menu ul li {
	display: block;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	float: left;
}
#menu ul li a {
	display: block;
	color: #CCCCCC;
	padding: 0px 9px;
	margin: 2px 0px 2px;
	line-height: 28px;
	text-decoration: none;
	height: 27px;
	/* border-left: 1px solid #f3f3f3; */
	border-right: 1px solid;
	border-right-color: #333333;
}

#menu ul li.current_page_item a, #menu ul li.current_page_item a:visited {
	color: #333333;
	background: transparent url(images/navHoverStripe.png) top center no-repeat;
}
#menu ul li a:hover {
	color: #333333;
	background: transparent url(images/navHoverStripe.png) top center no-repeat;
	text-decoration: none;
}
/*This is the search */

#subscribeBox {
background: transparent url(images/subscribeBox.png) top center no-repeat;
padding: 0px 0px 0px 0px;
border: 0px;
height: 163px;
width: 250px;
margin-right: 10px;
}

#subscribeButton {
background: transparent url(images/subscribeButton.png) top center no-repeat;

}

#bottom{
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
display:in-line;
}

#meetJohnSarno{
background: url(images/meetJohnSarno.png) top center no-repeat;
background-position:right;
height: 184px;
width: 243px;
margin-left: 10px;
}

/* Block Quote Styling */
/*
blockquote {
border : 2px solid #000;
width: 200px;
float: right;
margin: 0px;
padding: 10px;
background-color: #ccc;
quotes: "\201C" "\201D";
}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }
*/

/*
blockquote.style1 {
  font: 14px/20px italic Times, serif;
  padding: 8px;
  background-color: #faebbc;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
  margin: 5px;
  background-image: url(images/openquote1.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
  }
  blockquote.style1 span {
     display: block;
	 color:#900000;
	 font-family:"American Typewriter Condensed";
	 font-style:italic;
     background-image: url(images/closequote1.gif);
	 border:thin, dashed;
     background-repeat: no-repeat;
     background-position: bottom right;
   }
   */
   
  
   blockquote.sideline {
  font-family:"American Typewriter";
  font-size:12px;
  font-style:italic;
  color: #3399ff;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #3399ff;
  /* border-left:dashed; */
} 

blockquote.dottedquote {
border:none;
margin:10px 38px;
padding:5px 0 0;
background:url(images/dottedquote.gif) repeat-x;
}
blockquote.dottedquote p {
padding:5px 15px 10px;
background:url(images/dottedquote.gif) repeat-x left bottom;
}

blockquote.borderquote {
border:solid #2f2f2f;
border-width:3px 0;
background:none;
margin:10px 38px;
padding:5px 15px;
}

blockquote.bigquote {
margin:10px 38px;
padding:0 0 0 50px;
border:none;
background:url(images/bigQuoteOpen2.png) no-repeat;
border:1px solid #3399ff; 
background-color:#FFFFCC;
}
blockquote.bigquote p {
padding:15px 50px 15px 0;
font-style:italic;
color: #3399ff; 
border:none;
text-align: justify; 
background:url(images/bigQuoteClose2.png) no-repeat right bottom;
}

blockquote.boxquote {
border:1px solid #3399ff; 
background-color:#FFFFCC;
/* margin:10px 38px; 
padding:5px 15px; */
}

blockquote.boxquote p.main {
padding: 0px 10px 0px 10px;
font-style:italic;
color: #3399ff; 
border:none;
 text-align: justify; 
/*background:url(images/bigQuoteClose2.png) no-repeat right bottom;*/
}

blockquote.boxquote p.sig {
padding:0px 10px 0px 10px;
font-style:italic;
color: #3399ff; 
border:none;
 text-align: right; 
/*background:url(images/bigQuoteClose2.png) no-repeat right bottom;*/
}
/*
#sidebar li {
list-style-type:none;
}
#sidebar li  ul li { list-style-type:bullet; }
#sidebar .textwidget { padding:14px; }
*/

.widget {
list-style-type:none;
}

.widget ul li {
list-style-type:disc;
}

.widget .textwidget {
padding:10px;
padding-left:20px;
}

