@import url(/blog-mt1/mt-static/themes/base-weblog.css);@import url(/blog-mt1/mt-static/themes/theme-minimalist/theme-minimalist.css);body{font-size:14px;background:#E1DCAF;}
.small{font-size:12px;}
.large{font-size:20px;}
ul{list-style-image:url('http://plancksconstant.org/cliff12.jpg');}
h2 { color:darkgreen;}

img { max-width: 100%; }
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FOUR  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 65.2%;
}
.span_1_of_3 {
	width: 31.8%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_3, .span_2_of_3, .span_3_of_3 { width: 100%; }
}

#mydiv {
text-shadow: 10px 10px 1px rgba(85, 255, 153, 1);
}

#tdpink td{
     background-color:LightPink;
}

.big_quote{font-family:hypatia-sans-pro,Verdana,sans-serif;font-style:italic;border-top:1px solid #E4DED7;border-bottom:1px solid #E4DED7;float:right;background:url(http://plancksconstant.org/blog1/buttons/bg_quote.jpg) center 20px no-repeat;padding:76px 20px 30px;text-transform:uppercase;font-weight:bold;font-size:18pt;text-align:center;color:#B52600;margin:10px;display:block;width:300px;line-height:26px;}