/*
Theme Name: Studio Ansel
Theme URI: http://www.melsam.com/wordpress
Description: Studio Ansel WordPress theme for photography
Version: 1.1
Author: Mel Sampat
Author URI: http://www.melsam.com
*/

body
{
    font-family: Palatino Linotype, Palatino, Serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
}

.header,
.footer
{
    font-style: normal;   
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 1.6em;
}

.footer
{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 13px;
}

.header a,
.header a:visited
{
    text-decoration: none;
}

.header .current-cat,
.header .current-cat a,
.header .current-cat a:visited,
.header .current-cat a:hover,

.header .current_page_item,
.header .current_page_item a,
.header .current_page_item a:visited,
.header .current_page_item a:hover
{
    text-decoration: none;
}

.header .current-cat a,
.header .current_page_item a
{
    padding-bottom: 6px;
    white-space: nowrap;
    background-repeat: repeat-x;
    background-position: 100% 100%;
}

.header ul
{
    list-style-type: none;
    margin: auto;
}

.header li
{
    float: left;
    padding-right: 20px;
    font-size: 10px;
}

.slideshow
{
    text-align: center;
    width: 940px;
    height: 630px;
    /* Important: the image width is 930x620 (not 940x630) because */
    /* there is a 5px gutter on all edges of the slideshow. */
    /* Therefore, the ideal image size is 930x620. */
}

h1, h2, h3, h4, h5
{
    font-family: Georgia, serif;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.2em;
    padding-top: 20px;
    padding-bottom: 5px;
}

h1
{
    padding-top: 0;
    font-size: 40px;
}

h2
{
    font-size: 26px;
}

h3
{
    font-size: 22px;
}

h4
{
    font-size: 20px;
}

h5
{
    font-size: 18px;
}

h6
{
    font-size: 16px;
}

.footer hr
{
    border: 0;
    height: 10px;
}

#sidebar
{
    margin-top: 40px;
}

#sidebar
{
    text-align: right;
}

#sidebar li
{
    list-style-type: none;
}

.entry p
{
    padding-top: 10px;
}