body {
        background-color: #000000;
        background-image: url('/blog/vertstripe.png');
        background-repeat: repeat;
        background-position: 700px 0;
        font-family: "Bitstream Vera Sans", "Gill Sans MT", sans-serif;
}

div.container {
        margin-right: auto;
        margin-left: auto;
        width: 850px;
}

div.header {
        width: 825px;
        height: 82px;
        background-color: #5c874b;

        background-image: url('http://www.jusgladii.com/blog/doublestripe.png');
        background-repeat: repeat-y;
        background-position: 700px 0;
        
        border-top: 4px solid #1a221a;
        border-right: 4px solid #1a221a;
        border-left: 4px solid #1a221a;
	padding-left: 25px;

        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
}

div.categories {
        width: 825px;
        height: 32px;
        background-color: #456638;
        margin-bottom: 0px;
        padding-bottom: 0px;

        background-image: url('http://www.jusgladii.com/blog/doublestripe.png');
        background-repeat: repeat-y;
        background-position: 700px 0;
	padding-left: 25px;
        
        border-right: 4px solid #1a221a;
        border-left: 4px solid #1a221a;

}

div.posts {
        width: 800px;
        background-color: #FFFFFF;
        padding: 15px 25px 15px 25px;

        border-right: 4px solid #1a221a;
        border-left: 4px solid #1a221a;
}

div.posts img {
        float: right;
        clear: right;
        margin-top: 15px;
}

table.go_diagram {
	margin-left: auto;
	margin-right: auto;
}

table.go_diagram img {
	margin: 0px;
	float: none;
}

div.posts h3 {
        padding-top: 5px;
        margin-top: 0px;
}

div.notes {
        background-color: #5c874b;
        color: #FFFFFF;
        width: 844px;
        padding: 3px 3px 3px 3px;

        background-image: url('http://www.jusgladii.com/blog/doublestripe.png');
        background-repeat: repeat-y;
        background-position: 700px 0;

        border-bottom: 4px solid #1a221a;
        border-right: 4px solid #1a221a;
        border-left: 4px solid #1a221a;

        -moz-border-radius-bottomleft: 10px;
        -moz-border-radius-bottomright: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
}

p {
        margin: 0px;
}

hr {
        width: 33%;
        border: 0;
        color: #5c874b;
        background-color: #5c874b;
        text-align: center;
}

a {
        color: #456638;
        border-bottom: 1px dotted;
        text-decoration: none;
}

a:hover {
        background-color: #456638;
        color: #FFFFFF;
}

div.notes a {
        color: #FFFF00;
        text-decoration: none;
        border-bottom: none;
}

div.notes a:hover {
        background-color: #000000;
}

/* Header and Categories */
div.categories a {
        display: float;
        float: left;
        width: 100px;
        height: 100%;
        border: none;
}

div.categories a:hover {
        height: 100%;
        background-color: #000000;
}

div.categories img {
        border: none;
}

/* Story CSS. */
div.title {
        margin-bottom: 5px;
        letter-spacing: 3px;
        font-size: 120%;
        border-bottom: 1px solid #456638;
}

div.dateline, div.linkline {
        font-size: 10px;
        color: #A0A0A0;
}

div.dateline, div.linkline a {
        color: #A0A0A0;
}

div.dateline {
        font-style: italic;
}

div.linkline {
        padding-bottom: 15px;
}

div.comments_thread {
        width: 730px;
}

div.comments_thread a {
        border: none;
}

div.story_body {
        line-height: 1.3;
        font-size: 100%;
}

div.story_body p {
        margin-bottom: 10px;
}

div.story_body h1 {
        font-size: 110%;
        font-weight: normal;
        letter-spacing: 2px;
        margin-bottom: 2px;
}

div.story_body ul {
        margin-top: 0px;
        margin-bottom: 10px;
}

div.header a {
        text-decoration: none;
        border: none;
}

div.header a:hover {
        background-color: #5c874b;
}

div.header img {
        border: none;
}
