/* Special styles for the Home page of The Oo Kingdom
   Latest update July 8, 2010 */

@import "v18-styles.css";



@media screen {

body {background-image: url(farm.gif); background-repeat: no-repeat;}

}



@media all {

h1 {margin-bottom: -18px;} /* for blue logo */

/* for "Counting the Days" */

.howlong {font-size: 2em; text-align: center; background: inherit; color: #393;}

/* For holiday calendar - Definition list */

#calendar dt {float: left; width: 7em;}
#calendar dd {margin-left: 7em; border-left: 1px solid black;
	padding-left: 2.32em; text-indent: -1.32em;}

}