a:link, a:visited  { color: #c73d1a; }
body  { /* background-color: #cdd0d1; */
background-color: #fff;
}
#top { background:#606060 url(grey/bg-new.jpg) no-repeat top center; }
#nav li ul li  { background: #7d7d7d; }
.entry a.btn, input.submit, #commentform #submit { background-color:#6694ac; border:1px solid #557c90; }
.post #share .banner { background:url(grey/banner-share.png) no-repeat; margin-left: 10px;}
.featured-banner { background:url(grey/banner-featured.png) no-repeat;padding: 0 0 0 20px; }

.featured-banner cufon {
padding-top: 8px;
}


* html .featured-banner cufon { 
padding-top: 0;
}


.comments {
background: url(grey/comment-background.png) no-repeat;
display: block;
float: right;
width: 58px;
height: 36px;
text-align: center;
margin: 15px -15px 0 0;
position: relative;
z-index: 300;
padding: 0 0;
}

.comments img {
padding: 10px 0 0 15px;
float: left;
}

.box .comments a {
color: #fff;
padding: 8px 0 0 2px;
float: left;
}


/* Styles for the entire LavaLamp menu */
#nav {
    position: relative;
    
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    #nav li {
        float: left;
        list-style: none;
		
    }
        /* Represents the background of the highlighted menu-item. */
        #nav li.back {
            background: url("grey/lava.png") no-repeat right -32px;
            width: 9px; height: 32px;
            z-index: 8;
            position: absolute;
			
        }
            #nav li.back .left {
                background: url("grey/lava.png") no-repeat top left;
                height: 32px;
                margin-right: 9px;
            }
			
		* html #nav li.back {
		width: 110px;
		}	
			
		* html #nav li.back .left {
		
		}
			
        /* Styles for each menu-item. */
        #nav li a {
            position: relative; overflow: hidden;
            height: 40px;       
            z-index: 10; 
			display: block;
           padding-bottom: 0px;
		   float: left;
        }
		
		#nav .arrow {
			background: url("grey/arrow.png") no-repeat center bottom;
			height: 40px;
		}
		
		/*#nav li a:hover {
			background: url("grey/arrow.png") no-repeat center bottom;
		}*/