/*  
Theme Name: The Trade Machine Theme
Theme URI: http://www.thetrademachine.com/blog
Description: The Trade Machine Wordpress Theme
Version: 1.0
Author: The Trade Machine
Author URI: http://www.thetrademachine.com/blog

*/

* {margin:0; padding:0;}

@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000000;
	background-image:url(http://www.thetrademachine.com/images/menu-bar-background.jpg);
	background-repeat:repeat-x;

}
#container {
	width: 946px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
#wrapper{
	margin: 0 auto 0 auto; 
	padding: 0 0 0 0; 
	width: 946px;
	text-align: left;
	background: #ffffff; 

}
#header {
	background: #ffffff; 
	padding: 0 0 0 0;  /* 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. */
	margin: 0 0 0 0;
	height:111px;
}

#main-menu {
	background: #ffffff; 
	padding: 0 0 0 247px;  
	margin: 0 0 0 0;
	background-image:url(http://www.thetrademachine.com/images/menu-bar-background.jpg);
	background-repeat:repeat-x;
	height:39px;
}

#white-space{
	background: #ffffff; 
	padding: 0 0 0 0;  
	margin: 0 0 0 0;
	height:73px;
}

.logo{
	padding: 12px 0 0 0;  
	margin: 0 0 0 0;
}

.main-banner{
	padding: 25px 0 0 0;  
	margin: 0 0 0 0;

}

.see-results-banner{
	padding: 0 0 0 10px;  
	margin: 0 0 0 0;

}


#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:0 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#sub-header {
	padding:0 0 0 0;
	margin:0 0 0 0;
	height:98px;
	width:945px;
	background-image:url(http://www.thetrademachine.com/images/sub-header-background.jpg);
	background-repeat:no-repeat;
	border-right:1px solid #bfbfbf;
}

.sub-header-title {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color:#065ea9;
	/*border-bottom:3px solid #065ea9; */

}



.content-text {
	margin:0 0 0 0;
	padding:0 200px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color:#000000;/*#13212d; */
}

.next {
	margin:0 0 0 0;
	padding:0 200px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#065ea9;
	/*border-bottom:3px solid #065ea9; */
	display:inline;
	float:right;

}

.previous{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#065ea9;
	/*border-bottom:3px solid #065ea9; */
	display:inline;

}


.#sub-menu {
	padding:0 0 0 0;
	margin:0 0 0 0;
	height:34px;
}

.sub-menu-button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#085eaa;

}

#mainContent {
	padding:0 0 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0 0 0 0;
	background: #ffffff;
	width:736px;
	min-height:600px;

}

#right-sidebar {
	float:right;
	padding:0 0 0 0;
	margin:0 0 0 0;
	width: 209px;
	min-height:600px;
	background-image:url(http://www.thetrademachine.com/images/right-sidebar-background.jpg);
	background-repeat:repeat-y;
	border-right:1px solid #bfbfbf;
}

.sub-title-3 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:209px;
	height:34px;
	background-color:#0e75c4;
}

.sub-menu-3-links {
	margin:3px 0 0 5px;
	padding:0 0 0 0;

}
#footer {
	padding: 30px 0 20px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
}
#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:0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}




img {
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

a{
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


a:link, a:visited{
	text-decoration: none; 
	color: #0e75c4;
}

a:hover{
	/*text-decoration: none; */
	color: #014d8f;/*#03bb03;*/
}



p.copyright{
	text-align: center;
	vertical-align: bottom;
	margin: 0 0 0 0; 
}



.sub-menu-4-links {
	margin:3px 0 0 30px;
	padding:0 0 0 0;

}


.product-title-1 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 18px;
	color:#085eaa;

}



.content-text {
	margin:0 0 0 0;
	padding:0 200px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color:#000000;/*#13212d; */
}


.sub-header-title {
	margin:0 200px 0 10px;
	padding:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color:#065ea9;
	/*border-bottom:3px solid #065ea9; */

}

.text-grey-17 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 22px; 
	color:#363232;

}

.text-grey-14 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*line-height: 24px; */
	color:#000000;
}