#header{
background: #AA0000;
padding-top: 0px;

height: 90px;
}

body {
background: #D4CFB7 !important;
}

#page {
background: #FFFFFA !important; /* Again, the !important may not be necessary */
padding-top: 0px;
width: 860px !important;
_width: 820px !important;
}

.primary { /* dimensions for main column */
width: 555px;
padding-left: 10px;
padding-right: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 35px;
/*background: #BCD;	*/
_width: 555px !important;
_padding-left: 10px;
_padding-right: 15px;
_margin-left: 0px;
_margin-right: 0px;
}

.secondary { /* dimensions for sidebar */
/*background: #CDF;*/
width: 265px;
margin-left: 575px;
margin-right: 0px;
margin-top: -35px;
padding-left: 10px;
padding-right: 10px;

/* IE fixes */
_width: 235px !important;
_margin-left: 580px !important;
_margin-right: 0px !important;
_margin-top: 0px !important;
_padding-left: 0px;
_padding-right: 0px;
right: 0px;
}


h1 { /* H1 is used for the title of your blog */
font-size: 3em; /* Change to adjust title size */
padding-top: 30px;
margin: 0 0 0 40px;
font-weight: normal; /* Change bold to normal if you prefer that */
}

#header .description { /* Blog description, under blog title */
font-size: 1em; /* Make it larger with something like 1.1em */
margin: 0 0 0 40px;
}

.comments .commentlist li.authorcomment { /* Makes author comments look different */
background: #F0EEE9 !important;
_background: none; /* I think this was because Internet Explorer didn't play well with backgrounds here */
border-left: 4px solid #D4CFB7 !important;
border-right: 0px solid #D4CFB7 !important;
}

/* top nav menu items */
ul.menu li a { /* Font default of 1em */
color: black; /* default color, non-hover state */
background: #D4CFB7;
}

ul.menu { /* top nav menu */
margin-bottom: 67px; /* you can use margin to control where the padding starts */
padding-left: 115px; /* my menu uses left padding to move it to the center */
width: 70% !important; /* this controls the spacing, my menu uses 70% */
}

.feedlink img { /* RSS icons in sidebar */
right: 10px; 
}

.sb-flickr img {
padding: 0px;
}

a {
	color: #AA0000;
}