body {
    background-color: #989380;
    background-image: url(images/creme_background.jpg);
    margin: 22px 44px 22px 44px;

    color: rgb(63, 63, 60);
    font-family: 'HoeflerText-Regular', 'Hoefler Text', 'Linux Libertine', 'Linux Libertine O', 'Times New Roman', serif;
    font-size:13px;
    line-height: 150%;
    
    min-width: 543px;
}

a:hover {
    color: rgb(63, 63, 60);
    text-decoration: underline;
}

a:visited {
    color: rgb(129, 123, 103);
    text-decoration: underline;
}

a {
    color: rgb(129, 123, 103);
    text-decoration: underline;
}

a img {
    border: 0;
}

h1,h2,h3, h4 {
	font-weight: inherit;
	font-size: 16px;
	line-height: auto;
	margin: 0;
}

h1 {
	font-size: 18px;
}


.page h1 {
    font-size: 32px;
    padding-top: 8px;
    height: 36px;
}

.entry-date {
	font-size: 12px;
}

.entry-title {
	margin-top: 2px;
}

.tagline {	
	text-align: center;
	font-style: italic;
	margin-left: 5%;
	margin-right: 5%;
}


.bandwidthTagline {	
	text-align: center;
	font-style: italic;
	margin-left: 5%;
	margin-right: 5%;
}

.home .bandwidthTagline {	
	width:  0px;
	height:  0px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}


hr {
    margin: 0;
    padding: 0;
	height: 22px;
	visibility: hidden;
}

#posts {
    margin: 0 auto;
}

.post {
    padding: 22px 22px 22px 22px;
}

.post .entry {
	margin: 12px 0px 12px 0px;
}

.entry-meta span {
	padding-right: 3px;
}

.entry-meta a {
    font-weight: bold;
}

.post .entry p {
	margin: 12px 0px 12px 0px;
}

.entry-content h3 {
	margin-top: 24px;
}

.post .framedImage {
	max-width: 80%;
}

#allContent {
    position: relative;
}

#mainContent {
	width: auto;
}

#mainFrame {
	padding: 20px;
}

.home #mainContent {
	margin-right: 25px; // For the sidebar.
}

.home #mainFrame {
	padding-right: 178px; // For the sidebar.
}

.home #home-footer {
    text-align: center;
    margin-top: 0px;
}

.current-page {
	font-weight: bold;
	font-size: 110%;
}

#sidebar {
	width: 193px;
	position: absolute;
	top: 75px;
	right: 0px;
}

.sidebarElement {
	text-align: center;
	padding: 20px;
	width: 153px;
	margin-bottom: 8px;
}

.flickrImages {
  margin: -4px; padding: 1 0;
  height: 401px;

}

#title {
    padding: 32px 0px 0px 5px;
    position: relative;
    height: 64px;
    background-image: url("../images/Jamie's Web Lo.png");
    background-repeat: no-repeat;
    text-indent: -1000000px;
}

#titleg {
	position: absolute;
	width: 122px;
	height: 110px;
	background-image: url(../images/g.png);
	top: 28px;
	left: 207px;
	z-index: 1;
}

#searchform, #searchform p {
	padding: 0;
	margin: 0;
}

#searchform input {
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	text-align: center;
}

#uparrow {
    padding-left:  10px;
    float: left;
    width: 22px;
    height: 36px;
	background-image: url(../images/UpArrow.png);
	background-repeat: no-repeat;
}

#uparrow:hover {
	background-image: url(../images/UpArrowRollover.png);
}

#commentlist, .comment {
    margin: 0;
    padding: 10px 0;
    list-style: none;
}

#commentlist {
	border-bottom: 2px groove rgb(236, 236, 236);
}

.comment {
    margin: 0 150px;    
    border-top: 2px groove rgb(236, 236, 236);
}

.comment > div {
	margin: 0 -150px;
}

.comment:first-child {
    margin: 0;
}

.comment:first-child > div {
	margin: 0;
}

.comment-meta {
	font-weight: bold;
}

.comment-content {
	font-size: 12px;
}

#comments_form textarea {
    margin: 0;
    font-size: inherit;
    font-family: inherit;
    line-height: auto;
    width: 100%;
}

#comments_form input {
    margin: 0;
    font-size: inherit;
    font-family: inherit;
    line-height: auto;
    width: 100%;
}
