/*
    This CSS is brought to you by the maintainers of
    Planet Ruby! (http://planetruby.0x42.net/). If you're 
    the maintainer of Planet Ruby! and wrote this code, 
    please contact me at joel@nospam.com@joelmwatson.com.
*/

body
{
/*    background-color: #EDEDED;
*/
		margin: 0;
    font-family: Georgia, Garamond, serif;
		text-align: center;
		background-repeat: repeat;
    background-image: url(images/bg2.gif);
		background-color: #004
}

/* :-) */
h1, h2, h3, h4, h5, h6 { margin: 0 }

#content {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
}

#header
{
    padding: 15px 20px;
    margin-bottom: 15px;
    border-bottom: 3px solid white;
#    background-color: #992222;
		background-color: white;
    top: 0;
    left: 0;
    right: 0;
}

#header h1 { font-size: 45px }

#posts {
	float: left; width: 75%; background-color: white; padding: 0 25px 0 25px
}

#posts h2
{
    border-bottom: 2px solid #555555;
}

/*
#posts .post, #stuff
{
    padding: 10px 15px;
    border: 1px solid #9E9E9E;
    background-color: white;
    margin: 20px 0px;
    background-repeat: repeat-x;
    background-image: url(images/box-gradient.png);
}
*/

/*
#posts .post {
	padding: 10px 15px;
	border: 1px solid #9E9E9E;
	margin-bottom: 20px
}
*/

#posts .post {
	padding: 10px 15px;
	margin-bottom: 50px
}

#posts .post h3 { font-size: 110% }

#posts .post h3, #posts .post h3 a, #posts .post .author a, #about a, #stuff a { text-decoration: none }

/*
a, #posts .post h3, #stuff h2 { color: #6A1818 }
*/

#posts .post, #posts .post pre
{
    overflow: auto; width: 95%
}

#posts .post .author
{
    color: #3D3D3D;
    font-size: 85%;
}

#posts .post .body
{
    margin: 15px 10px;
    text-align: justify;
}

/*
#stuff
{
    position: relative;
    float: left;
    margin-left: 20px;
    width: 210px;
}
*/

#stuff { padding-bottom: 20px }

#stuff ul
{
    list-style: none;
    padding: 0;
    margin: 8px 0;
}

#about
{
    clear: both;
    border-top: 3px solid white;
    padding: 8px 13px;
    background-color: #992222;
    color: white;
    left: 0;
    right: 0;
}

#about a
{
    color: white;
    font-weight: bold;
}

.signature { font-style: italic; font-size: small }

ul { list-style: square }

pre
{
    background-color: #F9F9F9;
    padding: 7px 10px;
    border: 1px solid #DADADA;
}

blockquote
{
    background-color: #F9F9F9;
    padding: 6px 14px;
    border-left: 5px solid #DADADA;
}

