body, p, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	text-align: left;
}

/* because my memory is horrible... 
padding: 5px 5px 5px 5px = TOP RIGHT BOTTOM LEFT NO COMMAS 
padding: 25px 50 px = TOP/BOTTOM RIGHT/LEFT --hello*/
#container {
	max-width: 900px;
	margin: auto;
	background: #FFF;
	overflow: auto;
	text-align: center;
	-moz-box-shadow: 0 0 25px 5px #999;
	-webkit-box-shadow: 0 0 25px 5px #999;
	border: #000000 1px solid;
	font-family: Arial, Helvetica, sans-serif;
}
.teaser {
	font-size: 17px;
	text-align:center;
	line-height: 20px;
}
.featured {
	display: block;
	clear: both;	
}
.footer {
	border-top: 3px solid #ddbf4a;
	background-color: #666666;
	padding: 15px;
	text-align: left;
	font-size: 11px;
	color: #CCCCCC;
	display: block;
	clear: both;
}
.footer a {
	color: #fff;
}
.wrapper {
	padding: 0 3%;
	overflow: hidden;
	margin: auto;
}
.left {
	float:left;
	width:70%;
}
.left img {
	width:100%;	
}
.right {
	float:right;
	width:25%;
    margin:10px;
    border:1px solid #DDDDDD;
}


h1, h2, h3, h4, h5 {
	font-family: 'MinionProBold', 'Times New Roman', Times, serif;
	text-align: left;
	font-weight:normal;
	margin-top: 2%;
	margin-bottom: 2%;
	line-height: 100%;
}
h1 {
	font-size:25px;
	color:#456626;
	font-weight:bold;
}
h2 {
	color: #555;
	font-family: Verdana, "BitStream vera Sans", Helvetica, Sans-serif;
	font-size:16px;
	line-height:200%;
	border-bottom: 2px dotted #CCCCCC;
}
h3 {
	display: block;
	font-size: 20px;
	color: #456626;
	font-weight:bold;
}
#byline {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ACA899;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}
.ed-note {
	background-color:#f8f7f5; 
	padding:5px; 
	text-align:left;
	width: 100%;
	height: auto;

}



/* General Header */
#header {
	width:100%;
	position: relative;
	z-index:3;
	margin-bottom: 15px;
}
.section-block {
	width:100%;
	border-bottom:1px solid #333;
}
.section-block:after {
	clear:both;
	display:block;
	content:'';
}
.logo-block {
	float:left;
	width:340px;
	height:58px;
	padding:10px 0 20px;
	position:relative;
	box-shadow:7px 6px 11px -2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:7px 6px 11px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:7px 6px 11px -2px rgba(0, 0, 0, 0.2);
}
.logo-block-ad-overflow {
	float:left;
	padding-right:20px;
	overflow:hidden;
}
.header-logo-advertisement {
	float:left;
	max-height:89px;
	max-width:320px;
	overflow:hidden;
}
.logo {
	margin:0;
	float:left;
	width:302px;
	height:56px;
	text-indent:-9999px;
	overflow:hidden;
}
.logo a {
	height:100%;
	display:block;
}
.logo a img {
	display:block;
}
.header-block {
	float:left;
	width:100%;/*	padding:21px 0 0; */
}
.nav-block {
	width:100%;
	border-bottom:6px solid #dcbf4b;
	background:#212f2b;
}
.nav-block:after {
	clear:both;
	display:block;
	content:'';
}
#nav {
	float:left;
	display: block;
}
#nav ul {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	position:relative;
}
#nav li {
	float:left;
	margin:0 5px 0 0;
}
#nav a.nav-pulldown-anchor {
	display: inline-block;
	color: #fff;
	vertical-align: top;
	padding: 8px 15px 6px 10px;
	font: 13px/17px 'Times New Roman', Times, serif;
	text-transform: uppercase;
	text-decoration:none;
}
#nav .active a span, #nav li:hover a span, #nav .home {
	background:url(http://moneymorning.com/wp-content/themes/moneymorning-4.0/img/redesign/sprite.png) no-repeat 13px -69px;
	width:20px;
	height:15px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	padding:13px 14px 3px 13px;
	vertical-align:top;
}
#nav .box-section {
	overflow:hidden;
	background:#fff;
	border:6px solid #dcbf4b;
	padding:17px 26px;
}
#nav .active .home, #nav .home:hover {
	background:#dcbf4b url(http://moneymorning.com/wp-content/themes/moneymorning-4.0/img/redesign/sprite.png) no-repeat 13px -69px;
}
#nav .active a.nav-pulldown-anchor, #nav li:hover a.nav-pulldown-anchor, #nav a.nav-pulldown-anchor:hover, .nav-block .ico-list li:hover a, .nav-block .ico-list .active a {
	color:#212f2b;
	text-decoration:none;
	background-color:#dcbf4b;
}
/* bootstrap styles */
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

/* Styles for advertorial pages (advertorial.php) */
 
#adv-thumb ul {
  list-style-type: none;
  margin-left: -30px !important;
}
 
#adv-thumb h3 {
  font: bold 1.273em/1.286em Georgia, 'Times New Roman', Times, serif;
}
 
#adv-thumb li img {
  float: right;
  margin: 0 20px 0 0;
  width: 50px;
}
 
#adv-thumb li p {
  font: 200 12px/1.5 Georgia, Times New Roman, serif;
}
#adv-thumb li {
  padding: 10px;
  overflow: auto;
}
 
#adv-thumb li:hover {
  background: #eee;
  cursor: pointer;
}
.widget-title {
background:#F8F7F5;
border-bottom: 3px solid #DCBF4B;
padding: 8px 15px;
margin: 0 0 10px 0;
color: #212f2b;
text-transform: uppercase;
font: 1.231em/1.250em Georgia, 'Times New Roman', Times, serif;
}

/*  #addthisbar {
	background-color: transparent;
	display:none;
} */

.around li {
	font-weight:bold;
	padding-bottom:5px;
	color:#F00;
}
.around li > a {
	text-decoration:none;
}
.around li > a:hover {
	color:#F00;
}

/* Mobile CSS */

/* For Mobile AddThis */
@media screen and (max-width: 1000px) {
	body { padding-bottom: 50px;
}

@media screen and (max-device-width: 950px) {
.mobile-share {display:none;}
.desktop-share {display:block;}
body #nav, body #nav ul {
	width: 100%;
}
body #nav li {
	margin: 0;
}
body #nav .home {
	background-position: 8px -69px;
	padding: 13px 10px 3px;
	width: 15px;
}
body #nav .home:hover, body #nav .home:active {
	background-position: 8px -69px;
}
body #nav a.nav-pulldown-anchor {
	font-size: 12px;
	padding: 8px 7px 6px;
}
body .logo-block, #header {
	padding: 21px 0 10px;
	box-shadow: none;
	-moz-box-shadow: none;
-webkit-box-shadow: width:300px;
	padding: 10px 0;
}
#myTab, #myTabContent {
	display:none;
}
}


@media screen and (max-width: 940px) {
.mobile-share {display:block;}
.desktop-share, .addthis_toolbox {display:none; }
 }
 
 
 @media screen and (max-width: 478px) {
.left, .right, .signup, .signup-featured, .feature-blue {
	display:block;
	width:100%;
}
.ed-note {
	float:none !important;
}
.ed-note img {
	width: 100%;
	height: auto;
}
.logo-block-ad-overflow {
	pwdding: 0;
	width: 100%;	
}
.logo-block {
	box-shadow: none;
	width: 100%;
}
.logo-block img {
	padding: 0 !important;	
	display: block;
	margin: 0 auto;
	max-width: 280px !important;
}
.right {
	margin: 0;	
}
}
 

@media screen and (max-width: 380px) {
.left, .right, .signup, .signup-featured, .feature-blue {
	display:block;
	width:90%;
}
.hide {
	display:none;
}
.mobile-share {display:block;}
.desktop-share, .addthis_toolbox {display:none; }


}
