body {
    font-family: Helvetica, arial, sans-serif;
    text-align: center;
    background: #FFF url('images/body_bg.jpg'); 
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    color: #666666;
    font-size: 13px;
}

a {
    color: #7D527D;
    text-decoration: none;
}

#page {
    width: 892px;
    background: #fff url('images/page_bg.gif') repeat-y;
    margin: 0 auto;
    padding: 30px 54px;
    text-align: left;
}

#header {
    margin-bottom: 50px;
}

#header #headerimg {
    width: 892px;
    height: 199px;
    background: url('images/header_lovering.jpg') no-repeat;
    position: relative;
}

#header #headerimg h1 {
    margin: 0;
    padding: 0;
}

#header #headerimg h1 a {
    outline: none;
    position: absolute;
    right: 12px;
    top: 65px;
    height: 59px;
    width: 338px;
    text-indent: -9999999px;
    background: url('images/logo.png') no-repeat;
}

#header #headerimg #mainnav {
    position: absolute;
    right: 6px;
    top: 135px;
    background: url('images/nav_bg.png');
    margin: 0;
    padding: 0;
}

#header #headerimg #mainnav li {
    float: left;
    list-style: none;
    font-size: 12px;
    color: #fff;
    padding: 0;
    margin: 0;
    background: url('images/nav_separator.png') no-repeat center left;
}

#header #headerimg #mainnav li.first {
    background: none;
}

#header #headerimg #mainnav li a {
    display: block;
    padding: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

.narrowcolumn {
    float: left;
    padding: 0 0 0 10px;
    margin: 0px 0 0;
    width: 588px;
}

.narrowcolumn a:hover {
    border-bottom: 1px dotted;
}

.post {
    background: #FFF url('images/post_bg.gif') no-repeat top center!important;
    padding: 34px 0;
    background: #fff;
}

.post-first {
    background: none!important;
    padding-top: 0;
}

.comments_count {
    float: right;
    display: inline;
    margin-top: 20px;
}

.post-first .comments_count {
    margin-top: 0;
}

.comments_count a {
    color: #BB7291;    
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.comments_count a:hover {
    color: #8EB5DC;
    border-bottom: none;
}
.comments_count a span {
    background: url('images/comments_bg.gif') no-repeat top center;
    color: #fff;
    width: 23px;
    height: 22px;
    display: block;
    text-align: center;
    margin-right: 3px;
    float: left;
    line-height: 16px;
}

.comments_count a:hover span {
    text-decoration: none;
    background: url('images/comments_bg_hover.gif') no-repeat;
}


h2.pagetitle {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #999999;
    letter-spacing: 2px;
    border-bottom: 1px dotted;
    padding-bottom: 4px;
    margin-bottom: 40px;
}

h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #545454;
    letter-spacing: 2px;
}

.post h2 {
    margin-bottom: 0;
    margin-right: 70px;
    margin-top: 20px;
}

.post h2, .post h2 a {
    font-size: 24px;
    font-weight: normal;
    text-decoration: none;
    color: #663366;
}

.post small, .commentmetadata a, .commentmetadata {
    font-family: Georgia,'Times New Roman', serif;
    font-size: 10px;
    color: #8B8A72;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.post small a, .commentmetadata a {
    text-decoration: none;
    border-bottom: 1px dotted;
}

.post img {
    border: 1px dotted #999;
    padding: 3px;
}

.commentmetadata a {
    border-bottom: none;
}
.post small a:hover, .commentmetadata a:hover {
    border-bottom: none;
}

.commentlist {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 11px;
}

.commentlist li {
    border-bottom: 1px dotted #999;
    padding: 20px 0;
}

.post .postmetadata a {
    color: #BB7291;
}

#sidebar {
    padding: 20px 0 10px 0;
	margin-left: 650px;
	width: 230px;
	text-align: center;
}

#sidebar div {
    margin-bottom: 30px;
}

#sidebar h2 {
    margin: 0 0 10px 0;
    padding: 0;
    text-indent: -999999px;
    height: 72px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;    
}

#sidebar #topics h2 {
    background-image: url('images/sidebar_topics.gif');
}

#sidebar #topics ul {
    margin: 0;
    padding: 0;
}

#sidebar #topics li {
    list-style: none;
    border-bottom: 1px dotted #999;
    text-align: center;
    margin: 0;
    padding: 0;
}

#sidebar #topics li a {
    display: block;
    padding: 4px 0;
    text-transform: uppercase;
    font-size: 11px;
    color: #999;
    text-decoration: none;
}

#sidebar #topics li a:hover {
    color: #663366;
}

#sidebar #search h2 {
    background-image: url('images/sidebar_search.gif');
}

#sidebar #search label {
    display: none;
}

#sidebar #search input#s {
    border: 2px solid #CCC;
    padding: 6px;
}

#sidebar img {
    border: none;
    margin-bottom: 10px;
}

#sidebar #sponsers h2 {
    background-image: url('images/sidebar_sponsers.gif');
}

#sidebar #vendors h2 {
    background-image: url('images/sidebar_vendors.gif');
}

#footer {
    clear: both;
    background: url('images/footer_border.gif') repeat-x top center;
    padding: 20px 0;
    font-size: 11px;
}

#footer a {
    color: #666;
    text-decoration: none;
}

#footer a:hover {
    border-bottom: 1px dotted #666;
}

.navigation {
    overflow: hidden;
    border-bottom: 1px dotted #999;
}

.navigation a {
    color: #999;
    font-size: 11px;
}
.navigation .alignleft {
    float: left;
}

.navigation .alignright {
    float: right;
}