@CHARSET "ISO-8859-1";
/* CSS Document for Tiddlywinks Toys
Author: E-Moxie Data Solutions, Inc.
Author URI: http://e-moxie.com
Copyright (c) 2008
*/

/* Browser Reset Styles ================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #171717;
	background: #e2f1fb url('../images/top.gif') 0 0 repeat-x;
	line-height: 1.6em;
}

h1 {
	font-size: 30px;
	color: #00aeef;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 24px;
	color: #000;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	color: #333;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

a:link, a:visited, a:active {
	color: #d12c3f;
}
a:hover {
	color: #666;
}

p {
	line-height: 1.6em;
	margin: 5px 0 10px 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0 10px 25px;
	padding: 0;
}
	li {
		margin-bottom: 5px;
	}

/* Classes ============================== */
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.styled {
	width: 250px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.book-container {
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 2px dashed #ccc;
}
	.book-cover {
		width: 130px;
		float: left;
		margin-right: 20px;
		text-align: center;
	}
	.book-info {
		width: 0px;
		float:left;
	}
	.book-info h3 {
		font-size: 15px;
	}


.logo-container {
	width: 160px;
	height: 200px;
	float: left;
	margin-right: 10px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
}
.logo-container a {
	text-decoration: none;
}

/* Containers =========================== */
#wrap {
	width: 950px;
	margin:0 auto;
	background: url('../images/bg.gif') 0px 200px no-repeat;
}

#header {
	background: url('../images/header.gif') 0 0 no-repeat;
	height: 186px;
	width: 859px;
	margin: 25px auto 0 auto;
}

#top-links {
	width: 250px;
	float: right;
	margin-top: 50px;
	margin-right: 20px;
	text-align: right;
	color: #b8b8b8;
	font-weight: bold;
}

#top-links a {
	color: #b8b8b8;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#container {
	width: 853px;
	margin: 0 auto;
	background: url('../images/content-bg.gif') 0 0 repeat-y;
	padding: 0 3px;
}

#content {
	background: url('../images/maincontent-bg.gif') right bottom no-repeat;
}

#main-content {
	width: 557px;
	float: left;
	padding: 20px;
}

#sidebar {
	width: 255px;
	float: left;
}

#mailinglist {
	background: url('../images/mailinglist.gif') 0 0 no-repeat;
	width: 210px;
	height: 83px;
	padding: 10px 10px 0 10px;
	margin: 30px auto;
}
.side_input {
	position: relative;
	bottom: 12px;
	width: 150px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 3px;
	color: #eb1c29;
}

#current-events {
	background: #eff7fd;
	width: 523px;
	margin: 30px auto 0 auto;
	padding: 5px 10px 20px 10px;
}

#upcoming-events {
	background: #eff7fd url('../images/events-header.gif') 0 0 no-repeat;
	width: 483px;
	margin: 50px auto 0 auto;
	padding: 53px 10px 20px 10px;
}
	.event-container {
		margin: 10px 0;
	}
	.event-container h3 {
		font-size: 15px;
		color: #00aeef;
		font-weight: bold;
		margin: 0 0 5px 0;
		padding: 0;
		text-transform: uppercase;
	}
	.event-info {
		color: #171717;
		font-size: 12px;
		line-height: 1.3em;
		padding-left: 30px;
		background: url('../images/calendar.gif') left top no-repeat;
	}
	.event-date {
		color: #002f41;
		text-transform: uppercase;
		font-weight: bold;
	}


/* Navigation =========================== */
#nav {
	margin-bottom: 30px;
}
	#nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#nav ul li {
			margin: 0;
			padding: 0;
			list-style: none;
		}
			#nav ul li a {
				display: block;
				text-decoration: none;
				padding: 7px 10px 7px 25px;
				font-size: 17px;
				color: #696969;
				font-weight: normal;
				margin-left: 15px;
			}
			#nav ul li a:hover {
				background: url('../images/star.gif') left center no-repeat;
			}
			#nav ul li a#current {
				background: url('../images/star.gif') left center no-repeat;
			}
			
/* Footer =============================== */
#footer-wrap {
	background: #a9cd3a;
	padding-top: 1px;
}
#footer {
	width: 820px;
	margin: 0 auto;
	padding: 10px 20px;
}

#links {
	width: 440px;
	float: left;
	margin-top: 10px;
}
	#links ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#links ul li {
			display: inline;
		}
			#links ul li a {
				color: #fff;
				font-size: 12px;
				text-transform: lowercase;
				text-decoration: none;
				border-right: 1px solid #fff;
				margin-right: 3px;
				padding-right: 6px;
			}
			#links ul li a.none {
				padding: 0;
				margin: 0;
				border: 0;
			}

#copyright {
	font-size: 10px;
	color: #fff;
	text-align: right;
	width: 380px;
	float: left;
}
	#copyright a {
		color: #fff;
	}