/*  
Theme Name: NekoFever No-Sub
Theme URI: http://www.nekofever.com/
Description: The custom NekoFever.com theme, minus the subtitle.
Version: 1.2
Author: Olly Dean
Author URI: http://www.nekofever.com/
*/

body {
    background-image: url("images/bg.png");
    font-size: 78%;
    font-family: 'Lucida Grande', Verdana;
    margin: 3px;
    line-height: 15px;
    }

h2 {
   font-size: 1.6em;
   font-weight: bold;
   margin: 0;
   }

h3 {
   font-size: 1.3em;
   margin: 0;
   }

a, h2 a:hover, h3 a:hover {
    color: #06c;
    text-decoration: none;
    }

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

small {
    font-size: 85%;
    color: #777;
    }

img {
    border: 0;
    }

blockquote {
    margin: 15px 30px 0 15px;
    padding-left: 15px;
    border-left: 5px solid #CACACB;
    }

code {
    font-size: 100%;
    font-family: Courier;
    }

#footer p {
    margin: 0;
    padding: 22px;
    text-align: center;
    font-size: 97%;
    }

#sidebar {
    font-size: 97%;
    line-height: 13px;
    }

#sidebar ul, #sidebar ul ol {
    margin-left: 7px;
    padding: 0;
    }

#sidebar ul li {
    margin-bottom: 0;
    list-style-type: none;
    }

.new {
    float: right;
    margin-right: 17px;
    }

.old {
    float: left;
    margin-left: 15px;
    }

.spoiler {
    background-color: black;
    }

.inlinequote {
    float: right;
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
    width: 200px;
    }

#falbum {
    padding-left: 16px;
    margin-bottom: 10px;
    width: 510px;
    text-align: justify;
    }

.byline {
    padding-top: 1px;
    }

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* Structure */

#page {
    background: url("images/body.png") repeat-y top; border: none;
    margin: auto;
    padding: 0;
    width: 775px;
    }

#header {
    background: url("images/header.png") no-repeat bottom center;
    padding: 0;
    margin: 0 auto;
    height: 129px;
    width: 100%;
    }

#footer {
    background: url("images/footer.png") no-repeat bottom center;
    padding: 0;
    margin: auto;
    height: 83px;
    width: 100%;
    clear: both;
    }

#column {
    float: left;
    padding: 0;
    margin: 3px;
    width: 540px;
    }

#sidebar {
    float: right;
    width: 220px;
    margin-left: 0px;
    padding-left: 0px;
    }

.posthead {
    margin: 10px 13px 10px;
    text-align: left;
    }

.post {
    margin: 0 13px 20px;
    text-align: justify;
    }

.center {
    text-align: center;
    }

.left {
    text-align: left;
    margin-left: 15px;
    }

.right {
    text-align: right;
    margin-right: 22px;
    }

.search {
    text-align: center;
    margin-right: 25px;
    }

.sidecenter {
    text-align: center;
    padding-right: 17px;
    }

.twitter {
    width: 185px;
    margin-bottom: 20px;
    text-align: justify;
    }

/* Comments */

#commentform input {
    width: 170px;
    }

#commentform textarea {
    width: 400px;
    height: 120px;
    }

.commentbox {
    padding: 0 0 0 15px;
    }
