/* CSS Document */
@charset "UTF-8";
@import url("storytime_contr.css");



body  {
	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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EADAC0;
	background-image: url(images/bg_paper.jpg);
	color: #630;
}
td {
	vertical-align: top;
}
#container {
	width: 973px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/sty_mainBg.jpg);
	background-repeat: repeat-y;
} 
#header {
	background-image: url(images/sty_banner.jpg);
	background-repeat: no-repeat;
	height: 213px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
	background-image: url(images/dots.png);
	background-repeat: repeat-y;
	background-position: 235px;
}
#mainContent {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 2px;
} 
.rtsidebar2col {
}
.rtsidebar2col body {
}

.rtsidebar2col #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 248px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: none;
}
.rtsidebar2col #mainContent {
	margin-top: 10px;
	margin-right: 290px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 30px;
} 
#footer {
	padding: 0 10px 0 20px;
	background-image: url(images/sty_footer.jpg);
	background-repeat: no-repeat;
} 
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color: #633;
}
#navbar {
	height: 38px;
	margin: 0px;
	padding: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #sidebar1 .yel_box {
	background-image: url(images/paper_yelsh.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	background-position: 0px;
	width: 100%;
	text-align: center;
}
#container #sidebar1 .boxtop {
	margin: 0px;
	width: 100%;
}
#container #sidebar1 .boxbot {
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	width: 100%;
}
#container #mainContent .yel_box {
	background-image: url(images/paper_yel2.png);
	background-repeat: repeat-y;
	background-position: center center;
	margin-bottom: 16px;
	padding-right: 8px;
	padding-left: 8px;
}
#container #sidebar1 .wht_box {
	background-image: url(images/paper_whte.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	background-position: 0px;
	width: 100%;
}
#container #sidebar1 p {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#container #sidebar1 .yel_box #safesubscribe {
	margin-bottom: 11px;
}
#articlepgContent {
	padding-top: 22px;
	padding-right: 44px;
	padding-bottom: 44px;
	padding-left: 44px;
}
a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	color: #069;
	text-decoration: none;
}
a:active {
	color: #903;
	text-decoration: none;
}
a:hover {
	color: #A53764;
	text-decoration: underline;
}
#container #sidebar1 .yel_box div form {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#container #sidebar1 #rssfeed {
	padding-right: 11px;
	padding-left: 15px;
}
.small_note {
	font-size: 10px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul {
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainContent ul li {
}
blockquote {
	margin-top: 0px;
	margin-right: 22px;
	margin-bottom: 11px;
	margin-left: 22px;
}
ol {
	margin-top: 0px;
	margin-bottom: 11px;
}
.rss2html-note {
	font-size: 5px;
	color: #CC6;
}

.rss2html-note a {
	font-size: 5px;
	color: #CC6;
}
.rss2html-note a:link {
	font-size: 5px;
	color: #CC6;
}
#sidebar1 .wht_box #rssfeed h4 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 16px;
}
.box_main {
	background-image: url(images/sty_widecolBg.png);
	background-repeat: no-repeat;
	padding-right: 9px;
	padding-left: 9px;
	margin-top: 2px;
	padding-top: 15px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E2D0A2;
	border-bottom-color: #E2D0A2;
	padding-bottom: 15px;
	border-left-width: 1px;
	border-left-color: #EAD9BD;
	margin-bottom: 11px;
}
.prop {
    height:350px;
    float:left;
    width:1px;
  }
#welcome {
	padding-bottom: 2px;
	margin: 0px;
}
#video1 {
	float: right;
	margin-bottom: 4px;
	margin-left: 8px;
}
#container #sidebar1 .yel_box200 {
	background-image: url(images/paper_yel200.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	background-position: 0px;
	width: 100%;
}
#container #sidebar1 .yel_box200 #safesubscribe {
	margin-bottom: 0px;
	height: 24px;
}
#container #footer a  {
	color: #930;
}
.subnav {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 22px;
	padding-left: 0px;
}
#sidebar1 .subnav a {
	color: #903;
	text-decoration: none;
}
#sidebar1 .subnav a:hover {
	color: #369;
	text-decoration: none;
}
.subnav ul li {
	color: #369;
}
#sidebar1 ul {
	list-style-position: outside;
	list-style-image: url(images/bullet_dot.png);
	margin-left: -7px;
}
#mainContent ul {
	list-style-position: outside;
	list-style-image: url(images/bullet_dot.png);
}

.sidebar_misc {
	margin-top: 11px;
	margin-bottom: 22px;
}
.sharethis {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	z-index: 5;
	position: relative;
}
#video1 object {
	z-index: 2;
}
.table_RtMargin {
	padding-right: 5px;
	padding-bottom: 9px;
	padding-top: 0px;
	width: 296px;
}
.table_LftMargin {
	padding-bottom: 9px;
	padding-left: 20px;
	padding-top: 0px;
	width: 300px;
	background-image: url(images/dots.png);
	background-repeat: repeat-y;
	background-position: 1px;
}
#mainContent ul li{
	color: #930;
	line-height: 16px;
}
#mainContent ul li ul {
	margin-top: 5px;
	margin-bottom: 0px;
}
.eventsTable {
	color: #036;
}
.eventsTable td {
	padding-top: 8px;
	padding-bottom: 11px;
	background-image: url(images/bar.png);
	background-repeat: repeat-x;
}
.eventsTable p {
	font-size: 13px;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 6px;
	color: #036;
}
blockquote p {
	margin-bottom: 4px;
}
.goldBarBtmBrder {
	background-image: url(images/bar.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#sidebar1 .subnav ul li ul {
	margin-top: 5px;
	margin-left: -11px;
	margin-bottom: 0px;
}

