body
{
	font: menu;
	background: white;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	border: 0px;
	overflow: hidden;	
	border: 0px;
}

#nojavascript
{
	background: #FFFFE1 url("../img/warning.png") no-repeat; 
	background-position: 4px 4px;
	border-bottom: 1px solid #9D9DA1;
	padding: 4px;
	padding-left: 25px;
	z-index: 1;
	
}

#nojavascript:hover
{	
	background-color: #B2B4BF;	
	cursor: default;
}

#topbar 
{
    background-color: #47687E;
    height: 29px;
    line-height: 29px;  
    position: absolute;
    top: 0px;
    width: 100%;  
    color: white;
}

#logo
{
    position: absolute;
    top: 30px;
}

#vivek_jishtu_photo_overlay
{
    background-image: url("../img/vivek_jishtu_photo.png");
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 176px;
	height: 546px;
}

#feeds
{
    position: absolute;
    background-image: url("../img/feedborder.png");
    background-repeat:repeat-y;
    top: 29px;
    bottom: 0px;
    right: 0px;
    width: 50%;
    background-color: #EDF0F2;
    overflow: auto;
}

#twitterFeed, #flickrFeed, #bloggerFeed
{
    margin: 30px;
    margin-top: 6px;
    display: none;
}

#flickrFeed a
{
    margin-right: 3px;
}

#flickrFeed a img
{
    border: 3px solid #CACACA;
    opacity: 0.5;
    filter:alpha(opacity=50);
    -webkit-transition: all .5s ease-in;   
}

#flickrFeed a:hover img
{    
    opacity: 1;
    filter:alpha(opacity=100);
}

/*

#twitterFeed h3
{
    background: url("../img/twitter_tiny_logo.png");    
    background-repeat: no-repeat;
    padding-left: 20px;
}

#flickrFeed h3
{
    background: url("../img/flickr_tiny_logo.png");    
    background-repeat: no-repeat;
    padding-left: 20px;
}
*/

#imgFollowMe
{
    float: left;
    margin-right: 25px;
    border: 0px;
    
}

#twitterFeed div a img
{
    border: 0px;
    opacity: 0.5;
    -webkit-transition: all .5s ease-in;   
}

#twitterFeed div a:hover img
{
    opacity: 1;
}

#twitterFeed ul
{
  list-style-image: url("../img/twitbird.png");      
  padding-left: 15px;
}

#lstBlogPosts
{
  list-style-image: url("../img/8-em-pencil.png");      
  padding-left: 15px;    
}

#content
{
    position: absolute;
    top: 29px;
    bottom: 0px;
    left: 0px;
    width: 50%;
}

#main_content_area
{
    position: absolute;
    right: 0px;
    left: 120px;
    top: 0px;
    bottom: 0px;
    overflow: auto;
}

#center
{
    display: none;
}

#footer
{    
    position: fixed;
    bottom: 0px;
    left: 0px;
    color: #AAAAAA;
    background: #EDF0F2;
    text-shadow: white  1px 1px 1px;
    filter: dropshadow(color=white,offX=0,offY=1);
    border: 1px solid #E2E2E2;
    border-bottom: 0px;
    padding: 3px;
    -webkit-border-top-right-radius: 5px;       
    -moz-border-radius: 0px 5px 0px 0px;
    border-top-right-radius: 5px;
}

.service-icons li
{    
    width: 50%;
    float: left;
}

.service-icons
{
    clear: both;
    margin-bottom: 90px;
}

h3
{
    border-bottom: 1px dotted #C7C8C9;
    color: #47687E;
    padding-bottom: 4px;
    margin: 0px; 
    margin-bottom: 4px;
}

p 
{
    padding: 0px;
    margin: 0px;
    padding-top: 6px;
    color: Gray;
}

ul
{
    list-style-image: url("../img/8-em-check.png");
}

a
{
    color: #3B5998;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#twitterFeed span
{
    color: Gray;
}

#blogWindow
{
    display: none;
}



.blog_labels a
{
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 3px; padding-right: 3px;
    font-size: 80%;
    background-color: #F1F5EC;
    color: #006633;
}

@media only screen and (max-width: 600px) {
 
    #feeds {
        position: relative;
        width: 100%;
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #content {
        position: relative;
        width: 100%;
    }

    #main_content_area  {
        position: relative;
        margin-right: 120px;
    }    

    #vivek_jishtu_photo_overlay {
        opacity: 0.1;
        position: fixed;
    }

    body {
        position: relative;
        overflow: auto;
        font: caption;
    }
}