body {
background: #eee;
padding: 0;
margin: 0;
font-family: Arial;
font-size: 15px;
line-height: 25px;
color: #444;
}


/* ---------------- */
/* ---- links ----- */
/* ---------------- */

a {
color: #777;
text-decoration: none;
border-bottom: 1px dotted #777;
}
a:hover {
background: #888;
border-bottom: 1px dotted #fff;
color: #fff;
}
abbr {
text-decoration: none;
border: none;
}


/* ---------------- */
/* ---- layout ---- */
/* ---------------- */

#container {
position: absolute;
position: relative;
margin-top: 80px;
margin-left: 100px;
height: 1%;
}
#logo {
position: absolute;
top: 0px;
left: 0px;
width: 300px;
}
#column1 {
position: absolute;
top: 40px;
left: 280px;
width: 300px;
background: #fff;
padding: 20px;
border-bottom: 20px solid #eee;
}
#column2 {
position: absolute;
top: 100px;
left: 660px;
width: 300px;
}


/* ---------------- */
/* ----- logo ----- */
/* ---------------- */

#logo {
position: absolute;
top: -25px;
left: 150px;
width: 100px;
height: 100px;
}
#logo {
/*
background: url(logo01.gif) no-repeat;
background: url(logo02.gif) no-repeat;
*/
background: url(logo04.gif) no-repeat;
}


/* ---------------- */
/* ----- col2 ----- */
/* ---------------- */

#intro, #links, #footer {
padding: 10px;
}
#intro {
background: #333;
color: #fff;
}
#intro a {
color: #fff;
}

#links {
margin-top: 20px;
}
#links {
color: #000;
}


.post {
margin-bottom: 15px;
padding-top: 5px;
border-top: 1px solid #ccc;
}
.body {
display: inline;
}
.body p {
display: inline;
}
.date {
}
.archives {
border-top: 1px solid #aaa;
padding-top: 5px;
}


#footer {
margin: 20px 0 0 0;
background: #222;
color: #fff;
}
#footer span {
color: #bb49b5;
color: #f1bb3c;
color: #d0b051;
}

/* ---------------- */
/* ----- col3 ----- */
/* ---------------- */


#feed {
background: #ddd;
}
#feed a {
color: #5d689a;
color: #555;
color: #646798;
border: none;
}
#feed a:hover {
background: #5d689a;
background: #555;
background: #646798;
color: #fff;
}

#archives {
margin-top: 30px;
}

#archives a {
color: #5d689a;
color: #555;
color: #646798;
border: none;
}
#archives a:hover {
background: #5d689a;
background: #555;
background: #646798;
color: #fff;
}

#categories {
margin-top: 30px;
}
#categories {
background: #fff;
}


