/*_____________________________________________ Start - Global Styles _____________________________________________*/

* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #566865;
    color: #000;
    font: 80%/185% verdana, sans-serif;
    letter-spacing: 1px;
}
    label {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: "Times New Roman", Times, serif;
        font-size: 130%;
        font-weight: bold;
        line-height: 200%;
    }
    h3 {
        font-size: 110%;
    }
        h1.announcement {
            text-align: center;
            color: #000;
        }    
    a {
        outline: none;
        text-decoration: none;
        color: #22478D;
    }
        a:hover, a:active {
            color: #3F3F3F;
            border-bottom: 1px solid;
        }
        
    pre {
        background-color: #000;
        color: #fff;
        font-size: 105%;    
        margin: 10px 0;
        padding: 10px 10px 10px 20px;    
    }  
    
    cite {
        font-style: normal;
    }    
    
/*_____________________________________________ End - Global Styles _____________________________________________*/    



/*_____________________________________________ Start - Header _____________________________________*/

#header {
    background: transparent url( "headerBg.png" ) repeat-x scroll 0;
}
    #headerInner {
        height: 104px;
        width: 950px;
        margin: 0 auto;
        position: relative;
        z-index: 10000;
    }
        #headerInner h1 {
            font-size: 140%;
            font-weight: bold;
            color: #fff;
            margin: 0;
            width: 208px;
            height: 89px;
            background: url( "logo.png" ) 0 10px no-repeat;
            text-indent: -5000px;
        }
        #headerInner h2 {
            position: absolute;
            left: 215px;
            top: 55px;
            font-size: 100%;
            font-weight: bold;
            font-family: verdana, sans-serif;
            color: #e6e8ea;
            vertical-align: bottom;
        }    
        #headerInner ul {
            position: absolute;
            right: 0;
            top: 60px;
            color: #fff;
            font-size: 85%;
            font-weight: bold;
            list-style-type: none;
            font-family: Georgia, "Times New Roman", Times, serif;
        }
            #headerInner ul li {
                float: left;
                padding: 0 3px;
            }
                #headerInner ul li.feed {
                    position: relative;
                    top: -4px;
                }
            #headerInner ul li a {
                color: #fff;
            }
                #headerInner ul li.feed a:hover, #headerInner ul li.feed a:active {
                    border-bottom: none;
                }      
                
/*_____________________________________________ End - Header _____________________________________*/     

                     

/*_____________________________________________ Start - Content ________________________________*/            
#content {
    background-color: #f6f6f6;
}
    #contentInner {
        margin: 0 auto;
        padding-top: 0;
        position: relative;
        z-index: 1;
        width: 950px;
        min-height: 650px; 
        text-align: justify;
    }
        .primaryContent {
            width: 950px;
        }
            .twoColumn .primaryContent {
                float: left;
                width: 655px;
                margin: 0;
                padding-right: 20px;
                background: transparent url("greyDotVerticalSpace.gif") repeat-y top right;
            }
            .twoColumn .secondaryContent {
                float: left;
                width: 270px;
                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 0;
        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 ________________________________*/         

	#atodoist .indent {
		margin-left: 20px;
		font-size: 90%;
	}
	
/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/

#jCarouselLiteDemo .carousel  {
    padding: 10px 0 0 0;
    margin: 0 0 20px 10px;
    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("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: 1px solid black;
        float: left;
        background-color: #dfdfdf;
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
        #jCarouselLiteDemo .carousel ul {
            margin: 0;
        }
        #jCarouselLiteDemo .carousel li img, 
        #jCarouselLiteDemo .carousel li p {
            background-color: #fff;
            width: 150px;
            height: 118px;
            margin: 10px;
        }
        
        #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 - Projects - aTodoist _____________________________________________*/

/* TODO: Currently not used. Remove */
#contentInner #atodoist blockquote {
	margin-left: 10px;
	margin-right: 10px;
	font-weight: normal;
}

#contentInner #atodoist blockquote a {
	font-weight: bold;
	color: #FF3300;
}

/*_____________________________________________ Start - Projects - aTodoist _____________________________________________*/


/*_____________________________________________ Start - Projects - jCurtain _____________________________________________*/

#contentInner .curtain {
    position: relative;
    width: 275px;
    height: 215px;
    border: 5px solid lightgray;
    overflow: hidden;
}

#contentInner .curtain .curtainInfo {
    font-size: 12px; 
    line-height: 1.5; 
    padding: 10px;
     
}
    #contentInner .curtain .curtainInfo p {
        margin: 0; 
    }

#contentInner .curtain .curtainImage {
    width: 275px;
    height: 215px;
    position: absolute;
    top: 0;
    left: 0;
}

/*_____________________________________________ End - Projects - jCurtain _____________________________________________*/


            

/*_____________________________________________ Start - Blog _____________________________________________*/

#contentInner .post {
    margin-bottom: 40px;
    position: relative;
}
    #contentInner .post p {
        margin-left: 0;
    }
	#contentInner .post h2 a {
		border-bottom: none;
	}	
    #contentInner .post .entry {
        margin-top: 15px;
    }
    
#contentInner commentlist li p {
    margin: 0;
}

ul.children li {
    margin: 0;
    font-size: 11px;
}

h2#comments {
    font-size: 90%;
}

.commentlist {
    list-style-type: none;
}

.commentEntry {
    margin: 0 0 25px 0;
}

.commentTitle {
    border: 1px solid #bababa;
    background-color: #a4a4a4; 
    color: #fff;
    padding-left: 5px;
    font-size: 80%;
}
    .authorComment .commentTitle {
        border: 1px solid #000;
        background-color: #000; 
    }    
    .commentTitle a {
        color: #fff; 
    }

.commentBody {
    border: 1px solid #bababa; 
    padding: 5px;
}
    .authorComment .commentBody {
        border: 1px solid #000; 
    }
    
#contentInner .comment-page-numbers {
    margin: 30px 0;
    
}   
    .comment-page-numbers a, .comment-page-numbers strong {
        margin: 0 3px 0 0;
        padding: 4px 4px;  
        text-decoration: none;
        border: 1px solid #CCCCCC;
        background: #EEEEEE none repeat scroll 0 0;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius: 5px;          
    } 
    .comment-page-numbers .current-comment-page {
        background: #fff;
        border-color: #000;
    }

.update h2 {
    color: darkRed;
}

/* 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;     
}
.post .entryMetadata {
    display: none;
    background-color : #E7E7E7;
    margin: 20px 0;
    padding: 10px;
    height: 47px;
    position: relative;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;      
}
.post .hypeIt {
    background-color : #fff;
    margin: 20px 0;
    padding: 20px 10px 10px;
    border: 5px solid #E7E7E7;
	clear: both;
	height: 30px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;     
}
	.post .hypeIt .dzone , .post .hypeIt .twitter {
		float: left;
	}
	.post .hypeIt .dzone  {
		width: 170px;
	}
	.post .hypeIt .twitter {
		width: 100px;
	}
    .entryMetadata .entryMetadataImage {
        float: left;
        width: 50px;
        position: relative;
        top: 10px;
    }
    
    .entryMetadata .entryMetadataText {
        float: left;
        width: 585px;
    }
        .entryMetadata .entryMetadataText a {
            font-weight: bold;
        }

    /*_____________________________________________ Start - Blog - LavaLamp _____________________________________________*/

        .digg.forLavaLamp {
            position: absolute;
            left: 600px;
            top: 15px;
        }
    /*_____________________________________________ End - Blog - LavaLamp _____________________________________________*/    
    
    
/*_____________________________________________ End - Blog _____________________________________________*/        


            
/*_____________________________________________ Start - Footer _____________________________________________*/    

#footer {
    min-height: 70px;
    background-color: #566865;
    border-top: 1px solid #ff5c00;
}
    #footerInner {
        width: 950px;
        margin: 0 auto;
        padding-top: 10px;
        color: #fff;
        text-align: center;
    }

/*_____________________________________________ Start - Form Styles _____________________________________________*/

input.txt {
    border: 1px solid #c2c6cf;
    background: #fff url("shadeTxt.gif") repeat-x;
}
select.cmb {
    border: 1px solid #c2c6cf;
    background: url("shadeTxt.gif") repeat-x;
}

/*_____________________________________________ Start - Utility classes _____________________________________________*/

/* Default classes for clearing float, also clearing the end without presentational markup*/
.clear { clear: both; }
    .cLeft { clear: left; }
    .cRight { clear: right; }
    .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;
    }

/* Default classes for floating elements left or right */    
.fNone { float: none; }
    .fLeft { float: left; }
    .fRight { float: right; }

/* Default classes for hiding and showing elements */    
.hide { display: none; }
    .block { display: block; }
    .inline { display: inline; }
 
 /* For loading divup that comes up when some ajax request is executed */   
.p-shadow {
      width: 90%;
      float:left;
      background: url(shadowAlpha.png) no-repeat bottom right !important;
      background: url(shadow.gif) no-repeat bottom right;
      margin: 10px 0 0 10px !important;
      margin: 10px 0 0 5px;
  }
    .p-shadow div {
          background: none !important;
          background: url(shadow2.gif) no-repeat left top;
          padding: 0 !important;
          padding: 0 6px 6px 0;
    }
    .p-shadow p {
          color: #777;
          background-color: #fff;
          font: italic 1em georgia, serif;
          border: 1px solid #a9a9a9;
          padding: 4px;
          margin: -6px 6px 6px -6px !important;
          margin: 0;
    }
    
    #loadingDemo {
        display: none;
        position: absolute;
        width: 150px;
        left: 150px;
        top: 200px;
    }    
.disabled {
    color: green;
}    

.roundedCorner5, pre {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;    
}

/*_____________________________________________ TABS PLUGIN _____________________________________________*/
.tabs-hide {
    display: none;
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0; /* gmarwaha */
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav .tabs-selected a {     /*gmarwaha*/
    color: #000;
    font-size: 90%;
    font-weight: bold;
    text-decoration: none;
}

/*___________________________________________ CLASSES __________________________________________________*/

#contentInner ol { margin-left: 20px; }
#contentInner ol li { padding: 8px;  }
