/*  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: #c2a46a;
	color: #000000;
	background-image: url("/images/background.jpg");
	font-family: arial, helvetica, verdana, sans serif;
	font-size: 75%;
}

a {
	color: #339999;
	text-decoration: none;
}

p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

#container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("/images/page_background.gif");
	background-repeat: repeat-y;
}

#pagebody {
	padding: 0px 20px 20px 20px;
}

#navigation {
	padding-bottom: 60px;
}

h3.entry-header {
	margin-bottom: 16px;
}

.entry {
	width: 530px;
	float: left;
	padding-left: 10px;
	display: inline;
	min-height: 1px;
}

h2.date-header {
	width: 96px;
	height: 130px;
	border-right: 1px solid #eaff89;
	text-align: right;
	float: left;
	display: inline;
	min-height: 1px;
	color: #999999;
	font-weight: bold;
	padding-right: 8px;
	line-height: 1.5em;
}

.entry-footer {
	border-top: 4px solid #f2f7e0;
	text-align: right;
	padding-top: 10px;
        padding-bottom: 20px;
}

.comment-footer {
	border-bottom: 2px solid #f2f7e0;
	padding-bottom: 20px;
        font-size: .75em;
}

.comment-content {
	padding-top: 20px;
}

.comments-open-moderated {
	padding-top: 10px;
        padding-bottom:  10px;
        color: #849f97;
}

.content-nav {
        text-align: center;
        color: #cccccc;
}

#alpha, #beta {
    display: inline; /* ie win bugfix */
    position: relative;
    min-height: 1px;
    float: left;
}

#alpha { margin: 0 0px 0 0px; width: 690px; }
#beta { width: 210px; }

#beta-inner {
	margin: 0px 25px 0px 25px;
}

.module {
	margin-top: 25px;
}

.module-content {
	font-size: .85em;
}

.module-content li {
	margin-bottom: .5em;
}

#footer {
	clear: both;
}

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

.module-archives h2 {
	text-indent: -5000px;
	background: url("/images/title_archives.gif") no-repeat;
	height: 30px;
}

.module-yummy-links h2 {
	text-indent: -5000px;
	background: url("/images/title_yummy-links.gif") no-repeat;
	height: 30px;
}

.module-crafty-places h2 {
	text-indent: -5000px;
	background: url("/images/title_crafty-places.gif") no-repeat;
	height: 30px;
}

.module-media-spots h2 {
	text-indent: -5000px;
	background: url("/images/title_media-spots.gif") no-repeat;
	height: 30px;
}

.module-design-inspiration h2 {
	text-indent: -5000px;
	background: url("/images/title_design-inspiration.gif") no-repeat;
	height: 30px;
}

.module-elsewhere h2 {
	text-indent: -5000px;
	background: url("/images/title_elsewhere.gif") no-repeat;
	height: 30px;
}

.module-powered h2 {
	text-indent: -5000px;
	background: url("/images/title_powered-by.gif") no-repeat;
	height: 30px;
}

.module-recent-posts h2 {
	text-indent: -5000px;
	background: url("/images/title_recent-posts.gif") no-repeat;
	height: 30px;
}


.module-thanks-to h2 {
	text-indent: -5000px;
	background: url("/images/title_thanks-to.gif") no-repeat;
	height: 30px;
}


.module-syndicate h2 {
	text-indent: -5000px;
	background: url("/images/title-rss-feed.gif") no-repeat;
	height: 30px;
}