/* 
    Document   : frontend
    Created on : 23/09/2009, 16:19:42
    Author     : deivith
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

BODY {
    margin: 0px;
    padding: 0px;
    
}
A{
    color: #ff01ff;
    font-size: 10px;
    text-decoration:none;
}

#header{ overflow:hidden; width:800px; }
#header DIV,#header A{ float: left; }
#header A{ margin-left: 0px; margin-top: 15px; }

#brand{
    background: url(/img/frontend/brand.jpg) no-repeat;
    width: 163px;
    height:77px;    
}

#profile_link{
    background: url(/img/frontend/profile.gif) no-repeat;
    width: 61px;
    height:21px;
    margin-left: 15px;
    margin-top: 15px;
    cursor:pointer;
}

#clients{
    background: url(/img/frontend/clients.gif) no-repeat;
    width: 61px;
    height: 21px;
    margin-left: 40px;
    margin-top: 15px;
    cursor:pointer;
}
#followus{
    background: url(/img/frontend/followus.gif) no-repeat;
    width: 66px;
    height:21px;
    margin-left: 45px;
    margin-top: 15px;
}

#flickr{
    background: url(/img/frontend/flickr.gif) no-repeat;
    width: 27px;
    height:21px;
    display:block;
}
#flickr:hover{ background: url(/img/frontend/flickr_hover.gif) no-repeat; }

#blogger{
    background: url(/img/frontend/blogger.gif) no-repeat;
    width: 27px;
    height: 21px;
    display:block;
}
#blogger:hover{ background: url(/img/frontend/blogger_hover.gif) no-repeat; }
#linkedin{
    background: url(/img/frontend/logo_in_off.jpg) no-repeat;
    width: 27px;
    height: 21px;
    display:block;
}
#linkedin:hover{ background: url(/img/frontend/logo_in_on.jpg) no-repeat; }

#behance{
    background: url(/img/frontend/behance.gif) no-repeat;
    width: 27px;
    height: 21px;
    display:block;
}
#behance:hover{ background: url(/img/frontend/behance_hover.gif) no-repeat; }

#facebook{
    background: url(/img/frontend/facebook.gif) no-repeat;
    width: 27px;
    height: 21px;
    display:block;
}
#facebook:hover{ background: url(/img/frontend/facebook_hover.gif) no-repeat; }

#youtube{
    background: url(/img/frontend/youtube.gif) no-repeat;
    width: 27px;
    height: 21px;
    display:block;
}
#youtube:hover{ background: url(/img/frontend/youtube_hover.gif) no-repeat; }


#address{
    
    width: 304px;
    height: 15px;
    margin-left: 10px;
    margin-top: 10px;
    
    font-family: verdana,sans-serif;
    color: #ABABAB;
    font-size: 9px;
    letter-spacing: 0pt;
    
}
#email{
    background: url(/img/frontend/email.gif) no-repeat;
    width: 105px;
    height: 26px;
    display:block;
    margin-left:4px !important;
    margin-top:2px !important;
}

#client-flash-container{ 
    margin-top: 10px;    
}

#content{ overflow: hidden; }
#content DIV, #content IMG{ float:left; }

.date_container{
    width: 250px;
    height: 32px;
    padding-right: 10px;
    padding-top: 444px;

    background: #E2E2E2;
    text-align: right;
   
    font-family: georgia,serif;
    color: #FF05BC;    
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0pt;

}
.vertical-red-line{
    background: url(/img/frontend/vertical_line.jpg) no-repeat center;
    width: 5px;
    height:476px;
}
.img_container{
    height:477px;
    width:740px;           

    font-family: "lucida sans unicode","lucida grande",sans-serif;
    color: #FF00F7;
    font-size: 10px;
    letter-spacing: 0pt;
    line-height: 1.1;

}
#profile-container{
    width: 600px;
    overflow: hidden;
    padding: 20px;
    margin:auto;
}
#profile-title{
    background: url(/img/frontend/profile_title.jpg) no-repeat;
    width: 53px;
    height: 20px;
}
.profile-box{
    width:265px;
    margin: auto;
    float:left;
    margin: 20px 30px 0px 0px;
}
.profile-box DIV{ margin-left: 10px; }
.profile-picture{ margin-left: 0px !important; margin-bottom: 20px; }
.profile-name{
    font-size: 12px !important;
}
.profile-description{
    width: 230px;
    font-family: arial,sans-serif;
    color: #7b7b7b;
    font-size: 11px;
    /*line-height: 1.5;*/

}
.pink_font{
    color: #ff01ff;
    font-size: 10px;    
    font-family: Arial;
}

#profile-office{
    background: url(/img/frontend/img_office.jpg) no-repeat left top;
    width: 264px;
    height: 107px;
    float: left;
}
#profile-office-description{

    font-family: arial,sans-serif;
    color: #7b7b7b;
    width: 270px;
    float: left;
    font-size: 11px;
    margin-left: 25px; 
    margin-top: 40px;
    
}
#profile-line{
        background: #ff01ff;
        height:1px;
        clear:both;
        margin:10px 0 10px 0;
        width: 560px;
}
