/* Change the background. */
body { background: #999; }
#page-wide {background: #ccc;}
/* Add a dotted line under the post. */
.post { border-bottom: dotted #ddd; }
a:link {color: #000; text-decoration: underline; }
a:active {color: #000; text-decoration: underline; }
a:visited {color: #336699; text-decoration: underline; }
a:hover {color: #000; text-decoration: none; }

/* change the background of the author of the posts comments */
.bypostauthor { background: #fdfdf4; }

 /*Add Image to Header AND make it clickable back to home - adjust height width and location of image*/
#header {width: 980px; height: 200px; background: url('/images/title.png') top center no-repeat; /*overflow: hidden;*/}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 980px; height: 200px; text-indent: -9999px;}
#header .description {display: none;}

/* Hide the Text in the header. */
#header h1 a, #header .description { display: none; }

/* Rounded Corners (not in IE) */

.narrowcolumn {
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

#menu {display: none;}
#menubar {display:none;}

#menunav {background: #aba;
	display: none;}


#respond {display: none;}
#wonderful {  width: 468px; margin-left: auto ;  margin-right: auto ;}
#buythis {width:150px; height:150px;}

#linkcat-4 h2 {display:none;}
#linkcat-6 h2 {display:none;}
/*#statcounter {display:none;}*/
#sidebar-left {background: #ccc; color:#ccc}
#sidebar-right {background: #ccc; }
.content .lcp_catlist {list-style-type: none; text-decoration:none; color: #344342; padding: 0;}
.content .lcp_catlist a {list-style-type: none; text-decoration:none; color: #344342; padding: 0; font-weight: bold;font-style: italic;}
.content .lcp_catlist p {margin-top: 0;}

/* CSS3 Styled Buttons */
            
.addthis_share_btn a, .addthis_share_btn a:visited {
    background: #222 url(images/btn-overlay.png) repeat-x;
    display: inline-block; 
    padding: 6px 12px; 
    font-family: arial,helvetica,lucida,verdana,sans-serif;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);  
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}
.addthis_share_btn a:hover { background-color: #111; color: #fff; }
.addthis_share_btn a:active { top: 1px; }

.addthis_share_btn a span, .addthis_share_btn:visited a span {
    background: url(images/icon-addthis.gif) no-repeat left;
    padding: 1px 0 1px 18px;
}