/*
The font family
*/

h1,
h2,
h3,
p,
li,
dt,
dd,
th,
td,
input,
select,
button,
textarea
{
	font-family: "Trebuchet MS", tahoma, verdana, helvetica, sans-serif;
}


/*
The font size
*/

h1
{
		font-size: 18px;

}

h2,
#wp-calendar caption
{
	font-size: 18px;
}

body,
h3,
p,
li,
dt,
dd,
table,
th,
td,
input,
select,
button,
textarea,
pre,
code
{
	font-size: 17px;
}



/*
The color and background colors
*/

body,
#ext_wrapper,
#wrapper,
#header,
#footer,
#body,
#main,
#sidebar,
#ext_sidebar
{
	color: #474E44;
	background-color: #FFFFFF;
	border-top: none;
}


/*
The navbar and calendar header colors
*/

#navbar,
#wp-calendar thead th
{
	background-color: #CCCFBC;
}


/*
The link styles
*/

a,
h1 a
{
	color: #32331D;
		font-weight: 10px;
}

a:hover,
h1 a:hover
{
	color: #32331D;
	text-decoration: underline;
			font-weight: 10px;
}


/*
The navbar link styles
*/

.navbar a
{
	color: #32331D;
	text-decoration: none;
	font-weight: 10px;
}

.navbar a:hover
{
	color: #32331D;
	text-decoration: underline;
	font-weight: 10px;
}


/*
Center the navbar
*/

#header_nav
{
	text-align: center;
	float: none;		/* NB: many areas are floating divs */
}

#search_form			/* this hides the search form in all cases */
{
	display: none;
}


/*
Header styles and colors
*/

#header div.pad
{
	margin: 0px;
	padding: .5em 0px;
	background-color: #CCCFBC;
}

#sitename
{
	text-align: center;
}

.header h1
{
	margin: 0px;
	padding: 2em 0px 1em 0px;
	text-transform: uppercase;
}

.header h2
{
	margin: 0px;
	padding: .5em;
	font-size: small;
	text-transform: none;
}

.header h1 a
{
	color: #000000;
}

.header h1 a:hover
{
	color: firebrick;
}

.header h2
{
	color: #000000;
}


/*
Body styles and colors
*/

.main h1
{
	text-transform: none;
}

.main h1,
.main h1 a
{
	color: #1A212D;
}

.main h1 a:hover
{
	color: #1A212D;
	text-decoration: underline;
}

.main h2
{
	text-transform: none;
	border-bottom: none;
}


/*
Sidebar styles and colors
*/

.sidebar h2
{
	color: #477BAC;
}

.sidebar ul ul
{
	margin-left: 1em;
}


/*  ----------------------------------------------
 *  Alterations by Peter S. for BloggingToSell.com
 *  ----------------------------------------------
 */
 
/*
 * Body; this sets background color, image, and centers the background image;
 */
body{
   background-color: #F5F5F5;
    background-image: url(http://www.sleeptracks.com/images/bts/gray_border.png);
	background-repeat: repeat-y;
	background-position: top center;
	font-family: "Trebuchet MS", tahoma, verdana, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6em;
	margin: 0;
	padding: 0;
}

/*
 * This changes the body width for monocolumn layout.
 */
body.m #ext_wrapper {
    width: 700px;
}


/*
 * #ext_wrapper; specifically sets blog width to 700px;
 */
#ext_wrapper {
    width: 700px;
    background-color: #fff;
	border: none;
	margin: 0 auto;
	border-right: none;
	border-left: none;
}

/*
 * .header; this sets the height, and the background image for the header;
 */
#header {
    height: 100px;
	background-image: url(http://www.sleeptracks.com/images/bts/top_bg_blue.png);
	background-repeat: no-repeat;
	background-position: top left;
}

/*
 * .pad; removes the blog name, and blog tagline;
 */
#header .pad { 
    display: none;
}

/*
 * .navbar; setting the navbar height, and text alignment;
 *          also set the navbar border parameters;
 */
#navbar { 
    height: 25px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	/*
	background-color: #eaffff;
	*/
	background-color:#F5F5F5;

	font-family: "Arial", sans-serif;
	font-size: 11px;
	text-transform: none;
	text-decoration: none;
	color: #284765;
}

/*
 * .pad; resets padding/margin on the navbar (on the navbar menu items);
 */
#navbar .pad {
    padding: 0px 0px 2px 0px; 
	margin: 0;
}

/*
 * .header_nav div; makes text center-aligned in the navbar;
 */
#header_nav div {
    text-align: center;
    color: #32331D

}

#header_nav div a {
    text-align: center;
    color: #32331D

}

/*
 * .header_nav span; spaces the navbar elements out a bit;
 */
.header_nav span {
    padding: 0 2px ;
}

/*
 * changing this will change the sidebar + body - for example change
 * the background here;
 */
#body { 
	width: 600px;
	margin-left: 50px;
	background-color: #FFFFFF;
}

/*
 * #sidebar; specifically setting the sidebar width to make sure it doesn't
 *           ride up underneath the main content;
 *           set line-height back to normal for the #sidebar;
 */
#sidebar {
    width: 168px;
    margin-top: 10px;
    border-left: 1px solid #999999;
	line-height: normal;
}

/*
 * #sidebar ul; specifically set the sidebar bullet points;
 */
#sidebar li ul, #sidebar li li {
    list-style-type: none;
    list-style-type: disc;
	list-style-image: none;
	color: #9addff;
}
#sidebar li ul {
    margin: 0;
	padding: 0;
}


/*
 * #sidebar li h2; the main title for each sidebar section;
 */
#sidebar li h2 { 
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	text-transform: none;
	text-decoration: underline;
	color: #284765;
}

/*
 * #sidebar li li; alter the font styling here;
 *                 the second section is for styling links in the sidebar text;
 */
#sidebar li li { 
	font-family: "Verdana", sans-serif;
	font-size: 12px;
}
#sidebar li li a {
	text-decoration: none;
}

/*
 * .entry; for the main post section
 */
.entry {
    padding: 0;
	margin: -5px 0 0 0;
}

/*
 * .entry h1; for the main title for each post article;
 */
.entry h1 {
	font-family: "Trebuchet MS", tahoma, verdana, helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
        text-align: left;
        line-height: 1.2em;
        text-decoration: none;
        color: firebrick;	
}

.entry h1 a  {
	font-family: "Trebuchet MS", tahoma, verdana, helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
        text-align: left;
        line-height: 1.2em;
        text-decoration: none;
        color: firebrick;	
}

/*
 * .entry h2; for the date title for each post article;
 */
.entry h2 { 
	font-size: 10px;
	text-transform: none;
	color: #32331D;
}

/*
 * .entry_body, .entry_meta; for styling the text in the post article;
 *                           the second section is for styling links in
 *                           the post and meta section;
 */
.entry_body {
font-family: "Trebuchet MS", tahoma, verdana, helvetica, sans-serif;
    font-size: 14px;
}

.entry_body a {
	color: blue;
        font-weight: bold;
	text-decoration: underline;
}

.entry_body a:hover {
	color: #0099cc;
}
	
	

/*
 * .entry_meta; the extra options in the post, 'Filed Under' etc
 */
.entry_meta { 
	
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}
.entry_meta a {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000000; 
	text-decoration: none;
}

/*
 * .entry_actions a; the bottom of each post, styling what actions are possible
 *                   for each post; the second is for styling links in the actions;
 */
.entry_actions {
	

	font-family: Arial, sans-serif;
	color: #32331D; 
	text-decoration: none;
	
	 }
	 
.entry_actions a {
	font-family: Arial, sans-serif;
	color: #32331D; 
	text-decoration: none;
}

/*
 * blockquote; custom styling for blockquote;
 */
blockquote {
	font-style: italic;
    background-color: #FFFFFF;
	border-left: 1px dotted #1A212D;
	background-image: none;
	padding: 1px 1px 1px 5px;
	margin-left: 30px;
	margin-right: 0px;
}

/*
 * two specific div tags for right-floated div tag, and left-floated div tag;
 * added margin values in for both, to make it look neat;
 *
 * note, no '.custom' declaration required since these classnames are not used
 * in the theme.
 */
.imdivright, .imdivleft {
    padding: 5px 0;
	border: 1px solid #ffffff;
}
.imdivright { 
    float: right;
	clear: right;
	margin: 5px 0 5px 5px;
}
.imdivleft { 
    float: left;
	clear: left;
	margin: 5px 5px 5px 0;
}

.floatmenuright, .floatmenuleft {
	border: none;
}
.floatmenuright { 
    float: right;
	clear: right;
	margin: -30px -5px 0px 25px;
       width: 220px;
}
.floatmenuleft { 
    float: left;
	clear: left;
	margin: 5px 5px 5px 0;
}

.floatmenu li ul, .floatmenu li li {
    list-style-type: none;
    list-style-type: disc;
	list-style-image: none;

}
.floatmenu li ul {
    margin: 0;
	padding: 0;

}
.endorsements_box { 
	border: solid 1px #1A212D;
	background-color: #F9EBE6;
	margin: 5px 0px 5px 10px;
	width: 140px;
    float: right;
	clear: right;
	padding: 15px 15px 15px 25px;
}

.endorsements { 
	width: 140px;
    float: right;
	clear: right;
	margin: 1px 15px 15px 25px;
}

.endorsements_txt { 
	font-size: 11px;
	line-height: 1.6em;
	font-style: none;
	font-family: Verdana, Helvetica, sans-serif;
}

.endorsements_txt_name { 
	font-size: 10px;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
	margin-bottom: 15px;
	border-bottom: 1px dotted #000000;
}

/*
 * this is for the bottom section, podcast ...
 */
#podPress_footer {
    display: none;
}

/*
 * Related entries;
 */
.entry_related_entries h2, .entry_related_tags h2 { 
    margin-top: 10px;
	padding-top: 0;
}

/*
 * For the comments;
 */
#comment_form { 
    margin: 0;
	padding: 0;
}
h1#postcomment {
    margin: 10px 0 0 0;
	padding: 0;
}
form#commentform {
    margin-top: 0;
	padding-top: 0;
}

#copyright_notice { 
        display: none;
}

#footer_nav {
	border-top: none;

}


/* advertising blocks */

div.ad
{
	border: solid 1px #1A212D;
	background-color: #F9EBE6;
	color: #000000;
	padding: 5px 10px;
	clear: both;
}

.main div.ad
{
	margin: .5em 0px;
}

.main div.title_ad
{
	border: solid 2px #1A212D;
	background-color: #F9EBE6;
	padding: 5px 10px;
	margin: 0.5em .5em .2em 0px;
	width: 210px;
	float: left;
	overflow: hidden;
}

div.subheader
{
	margin-top: -1px;
	height: 205px;
	clear: both;
}

div.subheader_headline
{
	margin-top: 0px;
	height: 165px;
	clear: both;
}

div.fullheaderad
{
	margin-top: 0px;
	height: 505px;
	clear: both;
}

div.inpost_video_ad_left
{
	border: solid 1px #1A212D;
	background-color: #E4E8EC;
	width: 250px;
	float:left;
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
	margin-right: 15px;
	height: 360px;
	clear: both;
}

div.inline_video_ad
{
    border: solid 1px #0151A0;
	margin: 0.5em .5em .2em .1em;
	background-image: url(http://www.sleeptracks.com/images/bts/bgd_inline_video.png);
	background-color: #E4E8EC;
	height: 305px;
	width: 580px;
	clear: both;
}

.main div.title_ad_red
{
	border: solid 1px #1A212D;
	background-color: #F9EBE6;
	padding: 5px 10px;
	margin: 0.5em .5em .2em 0px;
	width: 240px;
	float: left;
	overflow: hidden;
}

.main div.youtube
{
	border: solid 1px #1A212D;
	background-color: #F9EBE6;
	padding: 5px 10px;
	margin: 0.5em 0.5em 0.2em 0px;
	width: 425px;
	float: left;
	overflow: hidden;
}

.main div.youtube_inpost
{
	border: none;
	background-color: none;
	padding: 5px 15px 0px 5px;
	margin: 0em 0em 0em -0.3em;
	width: 330px;
	float: left;
	overflow: hidden;
}

.main div.youtube_inpost_sub_left
{
	border: none;
	background-color: none;
	padding: 5px 15px 0px 5px;
	margin: 0em 0em 0em -0.3em;
	width: 330px;
	float: left;
	overflow: hidden;
}

.main div.youtube_inpost_sub_right
{
	border: none;
	background-color: none;
	padding: 5px 15px 0px 5px;
	margin: 0em 0em 0em -0.3em;
	width: 330px;
	float: right;
	overflow: hidden;
}

div.youtube_subtext
{
	
    font-weight: bold;
    font-size: 13px;
    color: #1A212D;
    text-align: center;
}

.youtube_subtext a {
	
	color: blue;
	text-decoration: underline;
	text-align: center;
}

.main div.as_med_rect
{
	border: none;
	padding: 0px 0px;
	margin: 0.5em 0em 0em 0px;
	width: 310px;
	float: left;
	overflow: hidden;
}

.main div.as_small_vert
{
	border: none;
	padding: 0px 0px;
	margin: 0.5em 0em 0em 0px;
	width: 130px;
	float: left;
	overflow: hidden;
}

/* Signup Form Styles */


#video_embed{
	
	border: none;
	padding: 75px 25px;
	width: 400px;
	float: left;
	
}

#video_embed_small_ad{
	
	border: none;
	padding: -3px -5px;
	width: 230px;
	float: left;
	
}

#video_embed_inpost{
	
	border: none;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	float: left;
	
}

form
{
	margin-top:0px;
	padding-top:25px;
}

.form_header_ad
{
	padding-top:290px;
	margin-top:120px;
	margin-right:60px;
	padding-right:50px;

	
}

#form_ad_video
{
	margin-top:0px;
	padding-top:185px;
	
}

#form_inline_ad
{
	text-align: center;
	margin-top: 115px;
	padding-top: 5px;
	float: left;
	
	}

form_full_ad_video
{
	margin-top:0px;
	padding-top:300px;
} 

form_full_ad
{
	margin-top:0px;
	padding-top:300px;
}


#topbar {

	text-align: right;
	border: none;
	padding-top: 0px;
	background-image: url(http://www.sleeptracks.com/images/headerbar_optin3.png);
	width: 700px;
	height: 200px;
	margin-bottom: 0px;
	margin-top: 0px;

}

#topbar_headline {

	text-align: right;
	border: none;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;

}

#full_top_ad {

	text-align: right;
	border: none;
	padding-top: 0px;
	background-image: url(http://www.sleeptracks.com/images/bts/full_page_header_video.png);
	width: 700px;
	height: 500px;
	margin-bottom: 0px;
	margin-top: 0px;

}

#full_top_ad_video {

	text-align: right;
	border: none;
	padding-top: 0px;
	background-image: url(http://www.sleeptracks.com/images/bts/full_page_header_video.png);
	width: 700px;
	height: 500px;
	margin-bottom: 0px;
	margin-top: 0px;

}

#little_ad_video {

	border: none;
	padding-top: 0px;
	width: 230px;
	margin-bottom: 0px;
	margin-top: 0px;

}

#inpost_video {

	text-align: right;
	border: none;
	padding-top: 0px;
	background-color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;

}

#SignupForm {

	float:right
	text-align: right;
	border: none;
	padding-top: 294px;

	
}

#SignupForm_small_header {

	float:right
	text-align: right;
	border: none;
	padding-top: 0px;
	width: 700px;
	
}

.SignupForm_small {

	text-align: right;
	border: none;
	padding-top: 25px;
	width: 200px;
	
}

.TextBox {
	
	border: 2px solid #1A212D;
	background-color:#fff;
	height: 20px;
	width: 185px;
	font-family: Verdana, sans-serif;
	color: #1A212D;
	font-weight: bold;
	font-size: 14px;
	padding: 6px 6px 5px 6px;
	margin-right: 26px;
	margin-bottom: 10px;

}

.TextBox_little_video {
	
	border: 1px solid #1A212D;
	background-color:#fff;
	height: 20px;
	width: 230px;
	font-family: Verdana, sans-serif;
	color: #1A212D;
	font-weight: bold;
	font-size: 14px;
	padding: 6px 6px 5px 6px;
	margin-right: 26px;
	margin-bottom: 10px;

}

.RegisterButton {

	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin-left: -2px;
	margin-right: 34px;
}

.SignupForm_inline {

	text-align: right;
	border: none;
	padding-top: 125px;

	
}

.TextBox_inline {
	
	border: 2px solid #cccccc;
	background-color:#fff;
	height: 20px;
	width: 185px;
	font-family: Verdana, sans-serif;
	color: #1A212D;
	font-weight: bold;
	font-size: 14px;
	padding: 6px 6px 5px 6px;
    margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 10px;


}

.RegisterButton_inline {

	vertical-align: top;
	
	margin-left: 7px;
	margin-right: 5px;
	clear: both;
}


#SignupForm_wide {
	
	border: 1px dashed firebrick;
	width: 580px;
	margin-bottom: 20px;
	margin-top: 20px;
        padding-bottom: 5px;

}

.TextBox_wide {
	vertical-align: top;
	border: 1px solid #cccccc;
	background-color:#fff;
	color: #4383c4;
	font-weight: bold;
	padding: 5px 0px 5px 6px;
	margin-right: 2px;
	margin-left: 10px;
	margin-top: -15px;

}

.RegisterButton_wide {
	vertical-align: top;
	margin-top: -15px;
}

.footerstyling{
	size: 11px;
	color: #666666;
	font-style: none;
	font-family: Verdana, Helvetica, sans-serif;
	
}

.footerstyling a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}


/*
 * text widgets styling
 */

.style1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {
	font-size: 12px;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
}

UL {
style: bold;
list-style-image: url(http://www.sleeptracks.com/images/bts/bullet-c.png) ;
}

UL UL LI {
style: bold;
list-style-image: url(http://www.sleeptracks.com/images/bts/bullet-c.png);}

UL UL UL LI {
style: bold;
list-style-image: url(http://www.sleeptracks.com/images/bts/bullet-c.png);}

/*
 * Alterations by Yan-----------------------------------------------------------------------------
 */
.entry h1 {
	font-family: "Trebuchet MS", tahoma, verdana, helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
        text-align: left;
        line-height: 1.2em;
        text-decoration: none;
        color: firebrick;	
}

.entry h1 a  {
	font-family: "Trebuchet MS", tahoma, verdana, helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
        text-align: left;
        line-height: 1.2em;
        text-decoration: none;
        color: firebrick;	
}

.entry h2 {
	font-family: "Trebuchet MS", tahoma, verdana, helvetica, sans-serif;
	font-size: 20px;
	text-transform: none;
	color: #0000A0;
}


/*
 * .entry h3; for the date title for each post article;
 */
.entry h3 { 
	font-family: "Arial", sans-serif;
	font-size: 10px;
	text-transform: none;
	color: #32331D;
}

#brainwaves	{display:none;}
#brainwaves1	{display:none;}
#package	{display:none;}
#bonuses	{display:none;}
#course	{display:none;}
#price	{display:none;}
#faq1, #faq2, #faq3, #faq4, #faq5, #faq6, #faq7, #faq8, #faq9, #faq10, #faq11, #faq12, #faq13, #faq14, #faq15, #faq16, #faq17, #faq18	{display:none;}
#faqs	{display:none;}
#pills	{display:none;}
#track1		{display:none;}
#track2		{display:none;}
#track3		{display:none;}

.red
		{color:#cc0000;
		font-weight:bold;}

#header {
    height: 100px;
	background-image: url(http://www.sleeptracks.com/images/stbanner4.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.box3	{
width: 90%;
 color: #000;
 background-color:#FFFFCC;
 margin: 10px auto;
 padding: 5px 20px;
}

#SignupForm_small_header2 {

	float:right
	text-align: right;
	border: none;
	padding-top: 0px;
	width: 685px;
        padding: 160px 0 0 0;
	
}

.endorsements_center { 
	border: solid 1px #1A212D;
	background-color: #F9EBE6;
	margin: 5px 10px 5px 10px;
   	padding: 15px;
        align: center;
}

.question	{color:#0013d1;}

.button {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align:center;
	font-weight: bold;
	font-size: 20px;
	cursor: default;
	background-image: url(http://www.onlinebuttonsecrets.com/alex-button/alexButtonBg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#buttonPad {
	padding: 6px;
	background-color: #CC3333;
}

.entry h1 {
	text-align: left;
    line-height: 1.4em;
}

.entry h1 a  {
	text-align: left;
        line-height: 1.4em;
}

.footerstyling {
	font-family: "Trebuchet MS", tahoma, verdana, helvetica, sans-serif;
	size: 11px;
	color: #666666;
	font-style: none;
	
}

.footerstyling a {
	font-family: "Trebuchet MS", tahoma, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}


/*
 * .entry h3; for the date title for each post article;
 */
.entry h3 { 
	text-align: left;
  font-weight: normal;
  font-size: 9px;
  color: #666;  
  font-family: "Lucida Grande", verdana, sans-serif;
  text-transform: uppercase;
}

.commenting {
	font-family: "Courier New", courier, monospace;
        border: 2px solid #999;
	background: #ffffe8;
	padding-left: 20px;
	padding-right: 20px;
}

.commenting p, .commenting h2 {
	font-family: "Courier New", courier, monospace;
}

.termstext {
font-size: 11px;
font-family: "Trebuchet MS", tahoma, verdana, helvetica, sans-serif;
	color: #666;
	font-style: none;
line-height: 1.2em;
}

.termstext a  {
text-decoration:underline;
color:blue;
}

.offer {
        border: 4px dashed #cc0000;
	background: #ffffcc;
	padding-left: 10px;
	padding-right: 10px;
}

.yellow {
       background: yellow;
}