/* Sakura pink: #ED217C */
/* Sakura grey: #D1D2D4 */
/* Sakura green: #C1D72E */
/* Text colour: #999999 */

body {
    background-color: white;
    margin: 0;
    padding: 0;
    color: #999;
}

h4 {
    color: #C1D72E;
    margin: 5px 0;
    font-weight: normal;
}

img {
    border: none;
}

li {
    list-style-type: none;
}

a {
    color: #999;
    text-decoration: none;
}

a:hover {
    color: #C1D72E;
    text-decoration: underline;
}

p {
    margin-top: 0;
    padding-top: 0;
}

#container {
    width: 900px;
    height: 750px;
    margin: 0 auto;
    padding: 0;
    background: url(sakura-logo.png) no-repeat 100px top;
}

#container h1 {
    margin: 0;
    padding: 0;
    text-indent: -10000px;
}

/* Primary Nav */

div.nav {
    position: relative;
    top: 315px;
    left: 140px;
}

.nav ul {
    display: inline;
    list-style-type: none;
}

.nav li {
    float: left;
}

.nav li#site {
    margin-left: 55px;
}

.nav li a {
    display: block;
    text-indent: -10000px;
    color: #fff;
    width: 88px;
    height: 26px;
}

li#blog a {
    background: url(nav/nav-thelatest-blog-center.png) no-repeat left -26px;
}

li#blog a:hover {
    background-position: 0 0px;
}

li#site a {
    background: url(nav/nav-thegreatest-site-center.png) no-repeat left -26px;
}

li#site a:hover {
    background-position: 0 0px;
}

/* Sidebar content */

.right-sidebar {
    float: right;
    width: 325px;
    font-size: 13px;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    text-align: center;
}

div#intro-text {
    height: 250px;
    margin-bottom: 50px;
    line-height: 1.5em;
}

div#blog-titles {
    line-height: 24px;
    text-align: right;
}

.right-sidebar ul, .right-sidebar li {
    margin: 0px;
    padding: 0px;
}

.right-sidebar li {
    border-bottom: 1px dotted #eee;
}

