* {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 1em;
}

BODY {

    text-align: center;
    background-image: url(images/bg_color.png);
    background-color: #4a4a4a;

}

img {
    border: none;
}

#allaround {
    background-image: url(images/grad_bg.png);
    height: 500px;
    background-repeat: repeat-x;
}

#page {
    width: 803px;
    margin: auto;
    text-align: left;
}

#nav {
    padding-top: 12px;
    text-align: right;
}

#sidebar {
    margin-top: 12px;
    margin-left: 21px;
    padding-top: 16px;
    width: 180px;
    color: white;
}

#header {
    position: relative;
    left: 240px;
    top: 37px;
}

#mainimg {
    margin-top: 0.5em;
}

#weblog {
    float: right;
    width: 522px;
    margin-top: 42px;
    padding-left: 40px;
    background-image: url(images/pattern.png);
    background-repeat: repeat-y;
    background-color: #c7ecb5;
}

#weblogtop {
    float: right;
}
    
.cominvite {
    text-align: right;
}

#content {
    padding: 0 1em;
    margin-top: 3.5em;
    font-family: Verdana;
    font-size: 0.7em;
    clear: both;
}

h2 {
    font-family: Georgia;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0.5em 0;
    
}

h2 a {
    background-color: #000;
    text-decoration: none;
    color: white;
    padding-left: 1px;
    padding-right: 1px;
}

.date {
    float: right;
    font-style: italic;
}

#nav a:hover {
    border-bottom: 2px solid #fff;
}

#nav a {
    border-bottom: 2px solid transparent;
}

#recentshots {
    margin-top: 1em;
}

#recentshotsimg {
}

#recentcomments {
    margin-top: 1em;
}

#recentcommentsimg {
}

.aflickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.aflickr-frame { text-align: left; padding: 3px; }
.aflickr-caption { font-size: 0.8em; margin-top: 0px; }

#footer {
    margin-top: 1.5em;
    font-size: 0.8em;
}

#footer a {
    color: white;
}

#sidebar img {
    margin: 0.3em;
}

#content ol {
    padding-left: 1.7em;
}

#comments {
    margin-bottom: 0.3em;
    }

blockquote {
    margin-left: 1em;
    font-style: italic;
}

li {
    margin-left: 1.3em;
    }

ul, ol {
    margin-bottom: 1em;
    }

ol li {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	}