/*
Theme Name: Story
Theme URI: http://www.tonystreet.com/archives/2005/11/27/storyseries/
Description: Story is a minimalistic theme for Wordpress. <a href="http://www.skippy.net/blog/2005/03/24/gravatars/">Gravatars</a> not yet fully supported.
Version: 1.12
Author: Tony
Author URI: http://www.tonystreet.com/

Feel free to customize to your heart's desire, just please don't change the credits in the style.css or in the footer.

This theme is licensed under the Creative Commons Attribution-ShareAlike 2.5

This basically means that you are allowed to distribute and modify this theme, as long as you leave the credit in the footer of the theme, and you keep this license how it is.

Of course, you can contact me and I'll probly allow you to do anything you want with it :-)

Read the full license here: http://creativecommons.org/licenses/by-nc-sa/2.5/legalcode
*/

/* LINKS */
a {color: #000000; text-decoration: none; border-bottom: 1px solid #cccccc;}
a:hover {color: #444; border: none;}
a img {border: none; }
a.name {text-decoration: none; color: black; font-size: 12px;}
a.name:hover {color: #444;}
blockquote {
border-left: 1px dashed #ccc;
margin-left: 1.5em;
padding-left: 5px;
}

body {
background: #000000;
background-image: url('back.jpg');
background-repeat: repeat-y;
background-position: center center;
color: #444;
font-family: Verdana;
}

#cats {
font-size: 10px;
padding-left: 5px;
}

.commentbox {
padding-left: 10px;
margin-left: 3px;
padding: 5px;
border: 1px solid #3D89D7;
width: 400px;
}

#desc {
font-size: 10px;
}

#divider {
border-bottom: 1px solid #2D78D4;
width: 200px;
}

#foot {           /* F00TER */
font-size: 10px;
text-align: center;
border-bottom: .5px;
}

.gravatar {
        float:left;
        padding: 3px;
        border: 1px solid #3D89D7;
        background: #fff;
        margin-right: 5px;
}

.postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #000;
	background: #fff;
}

h1 {          /* main title */
font-size: 26px;
text-decoration: none;
}

h2 {          /* menu titles */
font-size: 16px;
font-variant: small-caps;
border-bottom: 2px solid #ccc;
width: 150px;
}
h3 {          /* post titles */
font-size: 16px;
font-variant: small-caps;
color: black;
}



#head {           /* HEADER */
padding-top: 40px;
}

li {list-style: none;}
ul {list style: none;}

#main {
padding-left: 5px;
padding-bottom: 3px;
width: 700px;
margin-left: auto;
margin-right: auto;
text-align: left;
background-image: url('topback.png');
background-position: top center;
background-repeat: no-repeat;
font-size: 10px;
}

#menu {           /* SIDEBAR */
float: right;
padding-top: 2px;
padding-right: 2px;
border-left: #3D89D7;
}

#textbox {background-color: #aaaaaa; border: 1px solid #000000; color: #ffffff;}
#textbox:focus {background-color: #ffffff; color: #000000;}
textarea {font-family: Lucida Sans Unicode, Verdana, Tahoma, Arial; font-size: 11px;}