body	{ background: #F2F2F2; color: #000; font-family: Arial, sans-serif; font-size: 62.5%; margin: 0 auto; text-align: center; }
p { line-height: 14px; }

#top	{ width: 900px; margin: 40px auto; text-align: left; }

#main	{ padding: 0 12px; margin: 0; background: #fff; }

#header	{ height: 180px; position: relative; }
#header h1	{ font-size: 1.7em; font-weight: bold; margin: 0; padding: 33px 0 24px 0; }
#header ul	{ margin: 0; padding: 0; }
#header ul li	{ margin: 0; padding: 0; list-style: none; display: inline; font-size: 1.1em; color: #808080; padding: 0 2px 0 0; }
#header ul li a	{ color: #808080; text-decoration: none; font-weight: bold; }
#header ul li.selected a	{ color: #000; }
#header ul li a:hover	{ text-decoration: underline; }

.form	{ width: 295px; float: left; font-size: 1.1em; margin-bottom: 74px; }
.form fieldset	{ margin: 0; padding: 0; border: 0; }
.form h2, .form h3	{ font-size: 1.0em; color: #000; margin: 0; padding: 0; }
.form h3 { margin-top: 20px; }
.form p { color: #808080; margin: 10px 0; }
.form input.text { display: block; border: 0; background: #DDD; width: 100%; padding: 4px; font-size: 1.0em; font-family: Arial; }
.form input.submit { display: block; background: #fff; color: #000; font-family: Arial; font-weight: bold; font-size: 1.0em; border: 0; padding: 0; margin: 14px 0; cursor: pointer; }
.form label { display: block; margin: 16px 0 1px 0; color: #808080; }
.form label strong	{ color: #000; }
.hr {  border-bottom: 3px solid #eee; width: 100%; height: 1px; }
#imageBox, .imageBox { width: 535px; float: right; margin-right: 12px; }

.form .errors, .form .errors p { color: #f00; }
.form .errors ul { margin: 0; padding: 0; }
.form .errors ul li { margin: 0 0 0 24px; }
.form ul { color: #808080; margin: 0 0 0 8px; padding: 0px; list-style-position: inside; }

#footer p { width: 40%; margin: 11px 0; padding: 0; font-size: 1.1em; color: #808080; }
#footer p.left { float: left; }
#footer p.right { float: right; text-align: right; }
#footer a { color: #000; font-weight: bold; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

.blog { border-bottom: 3px solid #eee; margin-right: 12px; padding-bottom: 20px; padding-top: 10px; }

.blog .text	{ width: 295px; float: left; font-size: 1.1em; margin-bottom: 74px; }
.blog .text h3  { font-size: 1.0em; font-weight: bold; margin: 12px 0; padding: 0; color: #4c4c4c; }
.blog .text p   { font-size: 1.0em; margin: 12px 0; padding: 0; color: #4c4c4c; }
.blog .text p a { color: #000; text-decoration: none; font-weight: bold; }
.blog .text p a:hover { text-decoration: underline; }

.blog .imageBar { width: 535px; float: right; font-size: 1.1em; }
.blog .imageBar p.commentText { }
.blog .imageBar p.poster { color: #4c4c4c; border-bottom: 3px solid #ccc; padding-bottom: 6px; margin: 6px 0; }
.blog .imageBar p.poster a { color: #999; text-decoration: none; }

.blog .imageBar .commentsBar { margin: 6px 0; padding: 0; }
.blog .imageBar .commentsBar a { color: #000; font-weight: bold; text-decoration: none; }
.blog .imageBar .commentsBar span { float: right; }

#newBlogLink { width: 535px; right: 12px; top: 64px; position: absolute; font-size: 1.1em; color: #4c4c4c; }
#newBlogLink h3 { font-size: 1.0em; margin: 12px 0; }
#newBlogLink a { color: #000; text-decoration: none; font-weight: bold; }
#newBlogLink a:hover { text-decoration: underline; }

#overlay { background-color: #000; position: absolute; margin: auto; top: 0; left: 0; z-index: 100; height: 100%; width: 100%; opacity: 0.5; -moz-opacity: 0.5; display: none; }
#overlayLayer	{ top: 0; position: absolute; width: 100%; height: 100%; left: 0; z-index: 101; }
#overlayContent { width: 900px; margin: 40px auto; }

#newBlog { background: #fff; z-index: 200; width: 535px; min-height: 366px; margin-top: 220px; margin-left: 341px; text-align: left; font-size: 1.1em; border: 1px solid #808080; }
#newBlog fieldset { padding: 20px; margin: 0; border: 0; }
#newBlog label { display: block; font-weight: bold; margin: 9px 0 3px 0; color: #4c4c4c; }
#newBlog input.text, #newBlog textarea { width: 98%; background: #F2F2F2; border: 0; padding: 3px; font-size: 1.1em; font-family: Arial, sans-serif; }
#newBlog textarea { height: 80px; }
#newBlog a { font-weight: bold; color: #000; text-decoration: none; margin-right: 7px }
#newBlog input.submit { background: none; border: none; padding: 0; margin: 0 0 0 -4px; font-family: Arial, sans-serif; font-size: 1.1em; font-weight: bold; }
#newBlog p.left { width: 40%; float: left; }
#newBlog p.right { width: 40%; float: right; text-align: right; }
#newBlog .closeWindow { margin: 40px; text-align: center; font-size: 2.0em; }

#newComment { padding: 10px; margin: 0; border: 1px solid #808080; position: relative; }
#newComment label, #newFeedback label { display: block; font-weight: bold; margin: 0; color: #4c4c4c; }
#newComment input.text, #newComment textarea, #newFeedback input.text, #newFeedback textarea { width: 98%; background: #F2F2F2; border: 0; padding: 3px; font-size: 1.1em; font-family: Arial, sans-serif; margin: 3px 0 9px 0; }
#newComment textarea, #newFeedback textarea { height: 80px; }
#newComment input.submit, #newFeedback input.submit { background: none; border: none; padding: 0; margin: 0 0 0 -4px; font-family: Arial, sans-serif; font-size: 1.1em; font-weight: bold; }

#newFeedback { padding: 5px 10px 10px 0; margin: 0; border: none; position: relative; }
#newFeedback input.submit { margin: 0px; }

.topLine { border-top: 3px solid #eee; }

#shop { width: 290px; }
#shop a { color: #000; font-weight: bold; text-decoration: none; }
#shop a:hover { text-decoration: underline; }
#shop strong { color: #000; }
#shop input.submit { margin: 0; background: #000; color: #fff; border: 1px solid #000; font-weight: normal; padding: 4px; }
#shop input.submit:hover { background: #fff; color: #000; }

#buyNow { padding: 4px 8px; background: #000; color: #fff; border: 1px solid #000; text-decoration: none; }
#buyNow:hover { background: #fff; color: #000; }