/*  Rules Reset  */
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/*  Default Styles  */

body {
	background-color: #f0ddff;
	color: #000000;
 	background-image: url("/images/v3_background.jpg");
	background-repeat: repeat-x;
	font-family: arial, helvetica, verdana, sans serif;
	font-size: 75%;
}

a {
	color: #862f63;
	text-decoration: none;
	font-weight: bold;
}

p {
	margin-bottom: 1.5em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#container {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #d8c6e5;
	border-right: 1px solid #d8c6e5;
	background-color: #ffffff;
 	background-image: url("/images/v3_page_background.jpg");
	background-repeat: no-repeat;
}

#beta {
	float: right;
	width: 245px;
}

#alpha {
	width: 475px;
}

#beta-inner {
	margin: 15px 18px 0px 18px;
}

#alpha-inner {
	margin: 15px 0px 0px 18px;
}

.date-header {
	background-image: url("/images/v3_date_background.gif");
	background-repeat: no-repeat;
	height: 41px;
	width: 41px;
	float: left;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
	margin-right: 10px;
}

.day-date {
	font-size: 20px;
}

.entry-header {
	font-size: 20px;
	color: #551c44;
}

.entry-content {
	clear: left;
	padding-bottom: 25px;
}


.entry-footer {
	padding: 5px 0px 25px 0px;
	/* border-top: 1px dashed #ffffff; */
	font-size: .8em;
}

.module {
	margin-bottom: 35px;
}

.module-content {
	margin-top: 5px;
}

.module-search h2 {
	text-indent: -5000px;
	background: url("/images/v3_module_search.gif") no-repeat; 
	height: 31px;
}

.module-search label {
	display: none;
}

.module-knit-a-longs h2, .module-progress h2 {
	text-indent: -5000px;
	height: 0px;
}

.module-knit-a-longs .module-content {
	background: url("/images/v3_module_knit-a-longs.gif") no-repeat;
	padding-top: 35px;
}

.module-progress .module-content {
	background: url("/images/v3_module_on-the-needles.gif") no-repeat; 
	padding-top: 35px;
}