/*
Theme Name: Pimspired Pink
Theme URI: http://pimspired.livejournal.com
Description: Nice dark theme, with pink and turquoise accents and a subtle pattern background
Version: 1.0
Author: Pim Oomen
Author URI: http://pimspired.livejournal.com
Tags: dark, pink, simple

    Pimspired
     http://pimspired.livejournal.com

    This theme was designed and built by Pim Oomen

    The CSS, XHTML and design is released under GPL:
    http://www.opensource.org/licenses/gpl-license.php
*/

* {
    margin: 0;
    padding: 0;
}

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

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

a.more-link {
    color: #00cccc;
}

div.previous a, div.next a {
    color: #00cccc;
}

body {
    font-size: 9pt;
    font-family: Lucida Sans Unicode, 'Lucida Grande', Verdana, Arial, Sans-Serif;
    background: #000000;
    color: #727272;
    text-align: center;
    background-image: url('img/bg.gif');
    background-color: #151515;
}

div#content {
    width: 600px;
    min-height: 300px;
    margin: 0 auto 0 auto;
    padding: 30px 50px 10px 50px;
    background-color: #1d1d1d;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
}

div#content_bottom {
    width: 702px;
    height: 16px;
    margin: 0 auto 1em auto;
    background: url('img/bg_content_bottom.png') no-repeat
}

div#content_top {
    width: 702px;
    height: 16px;
    margin: 0 auto 0 auto;
    background: url('img/bg_content_top.png') no-repeat
}

div.entry {
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid #333333;
}

div.entry-text {
    margin: 0 0 1em 0;
}

div#header {
    margin: 50px auto 0px auto;
    width: 500px;
    text-align: right;
}

div.index-nav div.alignleft a, div#index-nav div.alignright a {
    color: #00cccc;
}

div#index-nav div.next {
    text-align: right;
    color: #00cccc;
}

div#single-nav div.next {
    text-align: right;
    color: #00cccc;
}

div#index-nav div.previous {
    float: left;
    color: #00cccc;
}

div#single-nav div.previous {
    float: left;
    color: #00cccc;
}

div#single-nav {
    margin-bottom: 1em;
}

h1 {
    margin-bottom: 10px;
}

h2 {
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    font-size: 18pt;
}

h2#page {
    font-size: 28pt;
    color: #df0093;
    clear: both;
    margin-bottom: 1em;
}

h2#single {
    font-size: 28pt;
    color: #df0093;
    clear: both;
}

h3 {
    font-weight: normal;
    text-align: left;
    font-size: 16pt;
    color: #00cccc;
}

h3.date {
    color: #484848;
    font-style: italic;
    font-size: 12pt;
    margin-bottom: 1em;
}

h3#comments {
    margin-top: 4em;
    color: #00cccc;
    font-size: 12pt;
    margin-bottom: 1em;
}

img.post_image {
    float: right;
    margin-left: 20px;
    padding: 5px;
    border: 1px solid #727272
}

img.post_image:hover {
    border: 1px solid #aaaaaa;
}

img.single_post_image {
    float: left;
    margin-right: 20px;
    padding: 5px;
    border: 1px solid #727272
}

img#rss {
    margin: 0 1em 10px 0;
    vertical-align: middle;
}

p {
    text-align: justify;
    line-height: 1.5;
    margin: 0 0 1em 0;
}


p.postdate {
    font-size: 8pt;
    color: #484848;
    margin: 0;
}

div#footer p {
    text-align: center;
    font-size: 7pt;
}

textarea#comment {
    width: 500px;
}

/*----- Main Navigation -----*/

div.nav {
    margin: 0 auto 45px auto;
    padding-left: 100px;
}

ul#nav {
    list-style-type: none;
    position: relative;
    text-align: right;
}

.page_item {
    float: left;
    margin: 0 2em 0 0;
}

.page_item a:hover, .current_page_item a {
    border-bottom: 9px solid #df0093;
    text-decoration: none;
    padding-bottom: 10px;
}

/*----- Comments -----*/
textarea, input {
    background-color: #cccccc;
    color: #484848;
    font-family: Lucida Sans Unicode, 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 9pt;
    border: 2px solid #484848;
}

li.comment {
    border: 1px solid #484848;
    background-color: #222222;
    padding: 1em;
    text-align: left;
    margin-bottom: 3em;
}

/* color the even posts pink */
li.even cite.fn, li.even cita.fn a {
    font-size: 14pt;
    font-style: normal;
    color: #df0093;
}

li.even div div.comment-meta a {
    color: #df0093;
}

/* colors the odd posts turquoise */
li.odd div div.comment-meta a {
    color: #00cccc;
}

li.odd cite.fn, li.even cita.fn a {
    font-size: 14pt;
    font-style: normal;
    color: #00cccc;
}
