/*_____________________________________________ Start - Global Styles _____________________________________________*/

/*_____________________________________________ End - Global Styles _____________________________________________*/    




                     

/*_____________________________________________ Start - Content ________________________________*/            
#content {

}
    #contentInner {
        margin: 0 0 0 0;
        padding-top: 0;
        position: relative;
        z-index: 1;
		border:0px solid #000;
        width: auto;
        min-height: 160px; 
        text-align: left;
    }
        .primaryContent {
            width: auto;
        }
            .twoColumn .primaryContent {
                float: left;
                width: 480px;
                margin: 0;
                padding-right: 0px;
                background: transparent url("greyDotVerticalSpace.gif") repeat-y top right;
            }
            .twoColumn .secondaryContent {
                float: left;
                width: 170px;
                background: transparent url("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("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: 80px 0 20px 10px;
    position: relative;     
}
    #jCarouselLiteDemo .digg {
        position: absolute;
        left: 610px;
        top: 110px;
    }
    #jCarouselLiteDemo .main {
        margin-left: 10px;
    }

    #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: 153px;
        text-decoration: none;
        background: url("imageNavLeft.gif") left 60px no-repeat;
    }
        #jCarouselLiteDemo .carousel a.next {
            background: url("imageNavRight.gif") right 60px no-repeat;
        }
            #jCarouselLiteDemo .carousel a.next:hover {
                background-image: url("imageNavRightHover.gif");
            }
            #jCarouselLiteDemo .carousel a.prev:hover {
                background-image: url("imageNavLeftHover.gif");
            }    
            #jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
                border: none;
                outline: none;
            }                 
    #jCarouselLiteDemo .carousel .jCarouselLite {
        border: 0px solid black;
        float: left;
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
        #jCarouselLiteDemo .carousel ul {
            margin: 0;
        }
        #jCarouselLiteDemo .carousel li img, 
        #jCarouselLiteDemo .carousel li p {
            width: 95px;
            height: 115px;
            margin: 0px;
			margin-top: 5px;
			margin-right: 7px;
        }
        
        #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 _____________________________________________*/

            

/*_____________________________________________ Start - Blog _____________________________________________*/
