﻿/* Karthikkumar - general styles for homepage */

*
{
    margin: 0pt;
    padding: 0pt;
}

img
{
    border-style: none;
    border-width: 0pt;
}

body
{
    margin: 0pt;
    padding: 0pt;
    background-color: #19110A;
    color: #8E7D6A;
    font:normal normal normal 14px/150% Verdana,Arial,"Times New Roman",sans-serif;
     
}

div#wrapper
{
    margin: 0pt auto;
    width: 900px;
}

div#logo
{
    float:left;
    margin-top: 30px;
}

.nav
{
    clear: both;
    height: 50px;
    padding-left: 580px; 
    margin-top: 10px;
}

.sidenote
{
    margin-top: 10px;
    float: left;
    width: 200px;
}

.rightcontent
{
    margin-top: 20px;
    float: right;
    width: 700px;
    margin-bottom: 50px;
    text-align: justify;
    line-height: 150%;    
}

.rightcontent p
{
    margin-top: 5px;
    margin-bottom: 7px;
}

.rightcontent a
{
    color: #8E7D6A;
}

.rightcontent a:hover
{
    color: #ffffff;
}

.rightcontent .imgleft
{
    float: left;
    margin: 10px 20px 30px 10px;
}

.clear
{
    clear: both;
}

.right
{
    float: right;
}


/* styles related to navigation */

ul
{
    margin: 0pt;
    padding: 0pt;
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}

ul li
{
    float: left;
    padding-right: 15px;
    padding-top: 5px;
}

ul li a
{
    line-height: 100%;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-variant: normal;
    font-family: Verdana,Arial,"Times New Roman",sans-serif;
    line-height: 100%;
    color: #62584B;
}

ul li a:hover
{
    color: #ffffff;
}

ul li a:active
{
    color: #ffffff;
}

.on
{
    color: #ff6a00;
}


/* styles related to headings */

h1,h2,h3,h4,h5,h6
{
    margin: 0pt;
    padding: 0pt;
    text-indent: -5000px;
    width: 140px;
    height: 40px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

h1
{
    width: 252px;
    height: 102px;
    background-image: url('karthik1.gif');
}

h3
{
    background-image: url('aboutme.gif');
}

h4
{
    background-image: url('contact.gif');
}

h2
{
    background-image: url('resume_1.gif');
}

h5
{
    background-image: url('gallery.gif');
}

hr
{
    clear: both;
}

span
{
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}
