/* begin: positionning areas */

/* title: see at the bottom of the file, a Safari hack was needed */

#title .symbol {
	padding: 0 10px 0 20px;
}
#title .sponsor {
	 padding: 15px 0 0 20px; 
}

#content #left_bar {
	width: 180px;
	border-top: 1px solid #999999;
	background-image: url('/images/left_column_background.gif');
	background-repeat: repeat-x;
}
#content #left_bar .ads {
	margin: 5px 0 0 10px;
}

#content td.right {
	width: 820px;
}
#content td.right td#left_column {
	width: 505px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	background-image: url('/images/left_column_background.gif');
	background-repeat: repeat-x;
}
#content td.right td#right_column .top {
	padding-top: 50px;
}
#content td.right td#bottom_subform {

}

#subscribe_right {
	width: 300px;
	margin-top: -120px;
}
/* end: positionning areas */

/* begin: top rotator */
#rotator {
	width: 472px;
	height: 234px;
	background-image: url('/images/channel_rotator_bg3.png');
	padding: 5px 5px 6px 5px;
	margin: 16px 16px 6px 0px;
	behavior: url('http://www.yogajournal.com/css/iepngfix.htc');
}
#rotator .bar {
	bottom: 43px;
}
#rotator .text {
	padding-top: 2px ! important;
}
/* end: top rotator */
#content #channel_content {
	padding-right: 16px;
}
#content #channel_content .left {
	width: 176px;
	margin-right: 0px;
	padding-right: 0px;
}
#content #channel_content .right {
	padding-left: 12px;
	width: 300px;
}
#content #channel_content #blog {
	color: #666666;
}
#content #channel_content #blog img {
	padding: 3px;
	border: 1px solid #DFDFDF;
	margin: 0 10px 10px 0px;
}
#content #channel_content #blog p {
	padding: 4px 0 0 0;
	margin: 0px;
}
#content #channel_content #blog a {
	font-family: Lucida Grande, Lucida Sans, Arial, Helvetica, San Serif;
	font-size: 11px;
	color: #006699;
	text-decoration: none;
}
#content #channel_content #blog a:hover {
	color: #003366;
	text-decoration: underline;
}

#left_column #white_shadow {
	background-image: url('/images/article_shadow_bg.png');
	background-repeat: no-repeat;
	padding: 7px 0 0 6px;
	margin-top: 8px;
	behavior: url('http://www.yogajournal.com/css/iepngfix.htc');
	width: 498px;
}
#left_column #white_shadow_content {
	background-color: white;
	padding: 0 16px;
}
#content .white_shadow#channel_content .right {
	padding-left: 0px;
}
#left_column #white_shadow_content h2.gray { 
}
#left_column .white_shadow {
	padding-right: 0px ! important;
	padding-left: 0px ! important;
}
#left_column .white_shadow #pose_content {
	padding-left: 0px ! important;
}

/* NEW DIV BASED LAYOUT */
#content div#left_bar {
	float: left;
	width: 180px;
}
#content div.right {
	float: left;
	width: 820px;
}

#content div.right div#left_column {
	float: left;
	width: 504px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-image: url(/images/left_column_background.gif);
	background-repeat: repeat-x;
}

#content div.right div#right_column {
	float: left;
}

#content .right #right_column .top {
	padding-top: 50px;
}

#title {
	position: absolute;
	padding_top: 10px;
}

#yj_conferences p img {
	margin: 0px;
	padding: 0px;
}

#yj_conferences table {
	 width: 174px;	
}

/* 
This is an evil hack for Safari 2: 
Do not make this div absolute-positioned in Safari 2, otherwise it jumps back down and collides with ads
Due to the "#;" in this CSS declaration, Safari 2 will ignore it and all subsequent styles in this css file
*/
#subscribe_right {
	position: absolute;#
}
/* Don't put anything below me, unless you want Safari 2 *not* to see it; see notes a few lines above */

/* DO NOT ADD ANYTHING BELOW */

#title {
	padding-top: 25px;
	_padding-top: 10px;
	*padding-top: 10px;
}

/* DO NOT ADD ANYTHING BELOW */

