/*_____________________________________________ Start - Content ________________________________*/            
#content {
   /* background-color: #f6f6f6;*/
    
}
    #contentInner {
        margin: 0 auto;
        padding-top: 0;
        position: relative;
        z-index: 1;
        width: 580px;
        min-height: 170px; 
        text-align: justify;
    }
        .primaryContent {
            width: 580px;
        }
            .twoColumn .primaryContent {
                float: left;
                width: 580px;
                margin: 0;
                padding-right: 20px;
                background: transparent url("/image/greyDotVerticalSpace.gif") repeat-y top right;
            }
            .twoColumn .secondaryContent {
                float: left;
                width: 270px;
                background: transparent url("/image/greyDotVerticalSpace.gif") repeat-y top left;
                
                /* so that the seperator dots merge */
                position: relative; 
                left: -1px;
            }      
            
    /* All h2's have a dotted bottom, unless explicitly specified otherwise */
    #contentInner h2, #contentInner h3 {
        background: transparent url("/image/greyDot.gif") repeat-x bottom left; 
        margin-bottom: 5px;
        position: relative;
        font-family: arial, sans-serif;
    }
        /* If you want the date of the entry as part of the header's right hand side - mostly used for blog, but can be used for anything */
        #contentInner .primaryContent h2 span.date {  
            position: absolute;
            right: 5px;
            font-size: 60%;
        }
        #contentInner .primaryContent p a {
            font-weight: bold;
            font-size: 95%; 
        }
        .secondaryContent h2 {
            margin-left: 20px;
        }
            
    #contentInner p {
        margin: 0 0 20px 10px;
        font-size: 90%;
    }    
        
    .primaryContent ul {
        margin-left: 25px;
        margin-bottom: 10px;
    }                     
    .secondaryContent ul {
        list-style-type: none;
        margin-left: 25px; 
    }    
        /* Added this ul while widgetizing my blog */
        .secondaryContent ul.sidebar {
            margin-left: 0;
        }    
        .secondaryContent li {
            margin: 0 0 10px 0;
        }   
           .secondaryContent li a.selected {
                color: #000;
                font-weight: bold;
                font-size: 90%;
                text-decoration: none;
            }
    .secondaryContent iframe { /* google ads */
        margin-left: 35px;     
    }        
                
    #contentInner blockquote {
        margin: 20px 0 20px 50px;
        color: #FF3300;
        font-weight: bold;
        
    }            
    
    #contentInner dt {
        margin-left: 10px;
        font-weight: bold;
        padding-top: 5px;
    }
        #contentInner dd {
            margin-left: 25px;
            font-size: 90%;
            padding-bottom: 5px;
        }  
        
/*_____________________________________________ End - Content ________________________________*/         

           
        
/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/

#jCarouselLiteDemo .carousel  {
    padding: 10px 0 0 0;
    /*margin: 0 0 20px 10px;*/
    margin: 0 0 20px 0px;
    position: relative;     
}
    #jCarouselLiteDemo .digg {
        position: absolute;
        left: 610px;
        top: 110px;
    }
    #jCarouselLiteDemo .main {
        margin-left: 40px;
    }

    #jCarouselLiteDemo .demo em {
        color: #FF3300;
        font-weight: bold;
        font-size: 60%;        
        font-style: normal;
    }
    #jCarouselLiteDemo .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
        float: left;
    }              
    #jCarouselLiteDemo .carousel a.prev, #jCarouselLiteDemo .carousel a.next {
        display: block;
        float: left;
        width: 30px;
        height: 143px;
        text-decoration: none;
        background: url("/image/imageNavLeft.gif") left 60px no-repeat;
    }
        #jCarouselLiteDemo .carousel a.next {
            background: url("/image/imageNavRight.gif") right 60px no-repeat;
        }
            #jCarouselLiteDemo .carousel a.next:hover {
                background-image: url("/image/imageNavRightHover.gif");
            }
            #jCarouselLiteDemo .carousel a.prev:hover {
                background-image: url("/image/imageNavLeftHover.gif");
            }    
            #jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
                border: none;
                outline: none;
            }                 
    #jCarouselLiteDemo .carousel .jCarouselLite {
        /*border: 1px solid gray;*/
        float: left;
        /*background-color: #dfdfdf;*/
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -2000px;
    }
        #jCarouselLiteDemo .carousel ul {
            margin: 0;
        }
       <!-- #jCarouselLiteDemo .carousel li img, -->
        #jCarouselLiteDemo .carousel li p {
            background-color: #fff;
           /* width: 150px;
            height: 118px;*/
            margin: 10px;
        }
        #jCarouselLiteDemo .carousel li img{
           /* background-color: #fff;
            width: 150px;
            height: 118px;*/
            margin: 0px;
        }
        
        #jCarouselLiteDemo .widget img {
            cursor: pointer;
        }
            #jCarouselLiteDemo .mid {
                margin-left: 80px;
                width: 400px;
                height: 300px;
            }
            #jCarouselLiteDemo .vertical {
                margin-left: 170px;
            }
                #jCarouselLiteDemo .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
                    width: 170px;
                }
            #jCarouselLiteDemo .imageSlider li img, 
            #jCarouselLiteDemo .imageSlider li p, 
            #jCarouselLiteDemo .imageSliderExt li img , 
            #jCarouselLiteDemo .imageSliderExt li p {
                width: 400px;
                height: 300px;
            }
            
/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/

   

/* For the Recent Comments Dynamic Sidebar element */
ul#recentcomments li.recentcomments {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 120%;
}

.primaryContent .navigation {
    background-color : #E7E7E7;
    margin: 20px 0;
    padding: 10px;
    font-weight: bold;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;     
}


/*_____________________________________________ Start - Utility classes _____________________________________________*/

/* Default classes for clearing float, also clearing the end without presentational markup*/
.clear { clear: both; }

    .cEnd {
    /* clear fix without presentational markup. Mostly use .cEnd class for the float container. But when lotta containers
    in one selector, add it directly here like #propertyEntry div */
        display: inline-table;
    /* Hides from IE-mac \*/
        height: 1%;
        display: block;
    /* End hide from IE-mac */
    }
        html>body .cEnd {
        height: auto;
    }
    .cEnd:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }