html, body  {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
/*
 * The "height" above is a hack for IE5+/Win.  Below we 

adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}
/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin:0px;
	padding:0px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	background:#10131c;
	font-size: small;
	line-height:130%;
	font-style:normal;
	font-weight:normal;
	color: #000;
}

#keyboardshortcuts {position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}

#contents {
	margin: 15px auto 15px auto;
	padding:0px;
	width:920px;
	border: solid thin #000000;
	background-color:#ffffff;
}


p {	font-size:small;
	border: 0;
	margin: 0;
	padding: 0px 0px 10px 0px;
	line-height : 130%
}

a:link {
	color: #90b92c;
	text-decoration: none;
}
a:visited {
	color: #59731b;
	text-decoration: none;
}
a:hover {
	color: #90b92c;
	text-decoration: underline;
}

p a:link {
	color: #7fa427;
	text-decoration: none;
}

p a:visited {
	color: #59731b;
	text-decoration: none;
}

p a:hover {
	color: #90b92c;
	text-decoration: underline;
}


/* banner box */

#banner { 
	float:left;
	width:100%;
	background:#000000;
	background-image: url('http://www.heidicool.com/images/blackheader3.jpg');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	height: 115px;
	border: 0;
	display: table;
	
}


#banner #sitetitle {
	float:left;
	height:115px;
	width:460px;
	display: table-cell;
	vertical-align: top;
	text-align:left;
}


#banner #sectiontitle {
float:left;
	height:115px;
	width:460px;
	display: table-cell;
	vertical-align: bottom;
	text-align:right;
}

#banner h1 {font-size:1.8em; font-weight:normal;
	color:#ffffff;
	line-height:100%;
	padding:20px 0px 4px 26px;
	margin:0;
	letter-spacing:1px; 
}

#banner h1 .lighter {font-size: .7em;}

#banner h1 a, #banner h1 a:visited {
	color:#ffffff;
	text-decoration:none;
}
#banner h1 a:hover {
	color:#a3e600;
	text-decoration:underline;
}

#banner h2 {font-size:1.8em;
	font-weight:normal;
	color:#9fcd31;
	line-height:100%;
	padding:60px 25px 4px 0px;
	margin:0;
	letter-spacing:0px;
}



#banner h2 a, #banner h2 a:visited {
	color:#a3e600;
	text-decoration:none;
}
#banner h2 a:hover {
	color:#a3e600;
	text-decoration:underline;
}

#banner #sitetitle h3 {
	color:#9fcd31;
	font-size:.9em;
	font-weight:bold;
	line-height:130%;
	padding:0px 0px 0px 26px;
	margin:0;
	letter-spacing:1px;
}


#banner #sitetitle h3 .bigger {font-size:1.3em;
}

#banner #sectiontitle h3 {
	color:#ffffff;
	font-size:.9em;
	font-weight:bold;
	line-height:100%;
	padding:0px 25px 0px 0px;
	margin:0;
}

/* horizontal navigation recurring on each page */

#mainnavigation {
	height:30px;
	float:left;
	clear:both;
	width: 100%;
	background-color:#ffffff;
	padding:0;
	margin:0;
	text-align:left;
}
#mainnavigation ul {
	position: relative;
	margin-top:-8px;
	padding:0px 0px 0px 25px;
}
#mainnavigation ul li {
	display:inline;
	width:200px;
	text-align:center;
	padding:10px;
	color:#ffffff;
	background-color:#000000;
	border: 1px solid #a3e600;
}
#mainnavigation ul li.selected {
	display:inline;
	width:200px;
	text-align:center;
	padding:10px;
	color:#ffffff;
	background-color:#2e2f2e;
	border: 1px solid #a3e600;
}


#mainnavigation a:link, #mainnavigation a:visited {
	color:#ffffff;
	text-decoration:none;
}

#mainnavigation a:hover {
	color:#b5ff00;
	text-decoration:underline;
}

#mainnavigation ul li.selected a:link, #mainnavigation ul li.selected a:visited  {
	color:#b5ff00;
	text-decoration:none;
}

 


/* container box for main content and sidebar */

#midbox {
	clear:both;
	float:left;
	width:920px;
	height:auto;
	padding: 15px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}
/* Styling for Entry Elements */
.entry {
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.firstpost {
	margin-bottom:15px
}
.entrymeta {
	margin-top: 0;
	font-size: 10px;
	font-style:italic;
	color: #999;
	padding:2px 0px 2px 0px;
	margin-bottom: 8px;
	text-align:right;
}
.entrymeta a img {
	border:none;
}


/* sidebar for sectional menus */


#sidebar {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	width: 260px;
	height: 100%;
	border-right: 1px solid #333;
	background-image: url('http://www.heidicool.com/images/square.jpg');
	background-repeat: no-repeat;
	background-position:100% 0%;
	
}
#sidebar h4 {
	font-size: 1.2em;
	font-weight:bold;
	color: #90b92c;
	padding: 2px 10px 8px 25px;
	margin:0px;
	text-decoration: none;
}
#sidebar a:link {
	color: #666;
	text-decoration: none;
}
#sidebar a:visited {
	color: #555;
	text-decoration: none;
}
#sidebar a:hover {
	color: #90b92c;
	text-decoration: underline;
}
#sidebar h4 a:link {
	color: #90b92c;
	text-decoration: none;
}
#sidebar h4 a:visited {
	color: #90b92c;
	text-decoration: none;
}
#sidebar h4 a:hover {
	color: #90b92c;
	text-decoration: underline;
}
#sidebar ul {line-height: 120%;
	padding: 0px 0px 18px 25px;
	margin: 0px 0px 0px 0px;
}
#sidebar li {
	color: #5C6871;
	padding: 0px 6px 8px 0px;
	text-decoration: none;
	list-style-type: none;
	font-size:1.1em;
}
#sidebar #searchdiv {
	width: 200px;
	padding-bottom: 18px;
	padding-top: 0px;
	padding-left:24px;
}

#sidebar p {
	padding:0px 0px 18px 25px;
}

/* main text area */
 

#maincontent {
	float:right;
	margin: 0px;
	padding: 0px 26px 0px 0px;
	width: 800px;
}

#maincontentb {
	float:right;
	margin: 0px;
	padding: 0px 26px 0px 0px;
	width: 869px;
}

#maincontent h3 {
	border: 0;
	margin: 0;
	color: #90b92c;
	font-size: 1.8em;
	line-height:120%;
	padding: 0px 0px 10px 0px;
	clear:both;
}


#maincontent h3.cover {
	border: 0;
	margin: 0;
	color: #90cc00;
	font-size: 2.7em;
	line-height:200%;
	padding: 0px 0px 10px 0px;
	clear:both;
	text-align:right;
}

#maincontent h3 .bigger {
	color: #658f00;
	font-size: 1.8em;
}

#maincontent h3 .muchbigger {
	color: #a3e600;
	font-size: 2.3em;
	line-height:100%;
}

#maincontent h3.entrytitle a:link, #maincontent h3.entrytitle a:visited {color: #90b92c;}
#maincontent h3.entrytitle a:hover {color: #90b92c; text-decoration: underline; }

#maincontent h3.cover a:link, #maincontent h3.cover a:visited {color: #90b92c; text-decoration: underline;}
#maincontent h3.cover a:hover {color: #90b92c; text-decoration: underline; }

.blogfeed {margin:0; padding:0;}
.blogfeed p {width:176px; margin:0; padding:48px 0px 0px 0px; line-height:100%; overflow:hidden;}
.blogfeed p img {margin:0; padding:0;}

#maincontentb .coverb {float:right;
	width:640px;
	border: 0;
	margin: 0; padding:0;
	clear:both;  
}

#maincontentb .coverb h3 { 
	color: #90cc00;
	font-size: 2.4em;
	padding: 0px 0px 10px 0px;
	margin:0;
	clear:both;
	text-align:right;
	line-height:110%;
}

#maincontentb .coverb h3 .bigger {
	color: #658f00;
	font-size: 1.3em;
	line-height:110%;
}

#maincontentb .coverb h3 .muchbigger {
	color: #a3e600;
	font-size: 1.6em;
	line-height:110%;
}


#maincontentb .coverb h3 a:link, #maincontentb .coverb h3 a:visited {color: #90b92c; text-decoration: underline;}
#maincontentb .coverb h3 a:hover {color: #90b92c; text-decoration: underline; }

#maincontentb .coverb .feedbox  {width: 620px; float:right; margin:0px 0px 0px 0px; padding:20px 0px 15px 0px;  clear:both; text-align:right;}
#maincontentb .coverb .feedbox h3 { color:#10131c; padding: 10px 0px 0px 10px; margin:0; line-height:1em; font-weight:bold; font-size:1em; }
#maincontentb .coverb .feedbox ul.socialfeeds  {margin:0; padding: 6px 0px 6px 10px; clear:both;}
#maincontentb .coverb .feedbox ul.socialfeeds li { list-style-type: none; margin:0; padding: 0px 0px 4px 0px;}
#maincontentb .coverb .feedbox ul.socialfeeds s { list-style-type: none;}


#maincontent h4 {
	border: 0;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 1.5em;
	line-height:120%;
	padding: 0px 0px 6px 0px;
}
#maincontent h5 {
	border: 0;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 1.2em;
	line-height:120%;
	font-weight: bold;
	padding: 0px 0px 6px 0px;
}
#maincontent h6 {
	border: 0;
	margin: 0;
	padding: 0;
	color: #90b92c;
	font-size: 1.1em;
	line-height:120%;
	font-weight: bold;
	padding: 0px 0px 6px 0px;
}

#maincontent p {
	font-family:Georgia, "New York", "Times New Roman", serif;  
	font-size:1.1em;
	line-height:120%;}

#maincontent ul {font-size:1.1em;
	color:#000;
	margin: 0;
	padding: 0px 5px 8px 26px;
}
#maincontent ol {font-size:1.1em;
	font-family:Georgia, "New York", "Times New Roman", serif;  
	margin: 0;
	padding: 0px 5px 8px 30px;
}
#maincontent ul li {line-height:120%;
	list-style-type: square;
	margin: 0;
	padding: 0px 0px 6px 0px;
}
#maincontent ol li {line-height:120%;
	margin: 0;
	padding: 0px 0px 6px 0px;
}
dl {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
dt {
	font-weight:bold;
}
dd {
	margin: 0px;
	padding: 5px 0px 8px 15px;
}
/* footer */


#footer {height:35px;
	clear:both;
	position: relative;
	bottom: 0px;
	margin:0;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: left;
	background-image: url('http://www.heidicool.com/images/greenfooter.jpg');
	overflow:hidden;
	color: #000000;
}

#footer ul {
	color: #000000;
	margin: 0;
	padding: 11px 3px 6px 25px;
}
#footer ul li {
	display: inline; overflow:hidden;
	padding : 0;
	margin: 0;
}
#footer ul li a {
	color: #475c16;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

img.quantcast {display: none;border: none; height:1px;  width:1px;}

.bold {
	font-weight:bold;
}
.italic {
	font-style:italic
}
img {
	border: 0;
}
#maincontent p.photoright {
	float: right;
	padding:2px  0px 8px 10px;
	font-size:90%;
	color: #7F8E29;
	font-style:italic;
	margin: 0px;
}


#maincontent p.photoleft {
	float: left;
	padding:0px 10px  0px 0px;
	font-size:70%;
	color: #93a530;
	font-style:italic;
	margin: 0px;
}
.photoright {
	float: right;
	padding:2px  0px 8px 10px;
	font-size:90%;
	color: #7F8E29;
	font-style:italic;
	margin: 0px;
}
 
 .clear {clear:both;}
 
.right {
	float: right;
	text-align: right;
}
.code {
	font-family: "Courier New", Courier, monospace;
	color: #454545;
	font-size:12px;
}
 
 
img.outline {
	border: 1px solid #5C6871;
}



.strike {
	text-decoration: line-through;
}



/* socialmedia */

.digg {
	padding:2px 10px 0px 0px;
	height:20px;
	float:left;
}
.stumble {
	padding-right:28px;
	float:left;
}
.stumble a {
	text-decoration:none;
} 


 


/* Comments */

.commentname {clear:both; font-family:Helvetica, Verdana, Arial, sans-serif; }

.commentlink img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.comments-link {
	background-image:url(../about/css/images/comments.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:16px;
}

#commentblock h2 {
	padding:0px;
	margin-bottom:10px;
	margin-top:30px;
}
#commentblock {font-family:Helvetica, Verdana, Arial, sans-serif;
	padding-top: 0px;
	padding-bottom: 20px;

	text-align: left;	/*font-size: 0.8em;*/
}

ol#commentlist {font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	margin-top:0px;
	padding: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.commentdate {
	font-size:0.8em;
	padding-left:0px;
}
#commentlist li  p {font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	margin-bottom: 8px;
	line-height: 20px;
	padding:0;
}

.commentname {
	margin: 0;
	padding: 5px;
}

.commentinfo{
clear:both;
}

.commenttext {font-family:Helvetica, Verdana, Arial, sans-serif;
font-size: .9em;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px 0px 10px 7px ;
	width:450px;
}

 #cse-search-box #searchsite {width: 400px; margin-bottom:4px;}