* { 
    margin: 0; 
    padding: 0;
}

body {
    background: #fff url('http://www.kebar.com/inc/aaheader.jpg') no-repeat top;
    color: #1e1e1e;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    font-family: Helvetica, Arial, sans-serif;
}

a { color:#591514; text-decoration: none }
a:hover { color:#8f1814; text-decoration: underline }

p, ul, ol, li { 
    margin-bottom: 18px; 
}

ul {
    list-style-type: square;
    margin-left: 2em;
}

ol {
    margin-left: 2em;
}

h1 { 
    font-size: 26px; 
    line-height: 36px;
    margin-bottom: 18px; 
}

h2 { 
    font-size: 22px; 
    line-height: 36px;
    margin-bottom: 18px;
}

h3 { 
    font-size: 18px; 
    line-height: 18px;
    margin-bottom: 20px;
}

h4 { 
    font-size: 14px; 
    line-height: 18px;
    margin-bottom: 20px;
}

.container {
	text-align:center;
    margin: 0 auto;
    padding: 0;
    width: 500px;
}

/* HEADER */

.header-home {
	height:220px;
    padding: 0;
    text-align:left;
}


.nav {
    font-size: 16px;
    margin:5px 0 0 0;
    padding: 5px 0 5px 0;
  /*  border-bottom: 1px solid #666;*/
    text-align:center;
    color: #666;
	font-weight: bold;
}

/* FLICKR */

.flickr {
    text-align:center;
    padding: 11px 0;
    width:500px;
}

.flickr img {
    width: 59px;
    height: 59px;
    margin: 1px 5px;
    border: 1px solid #fff;
}

.flickr img:hover {
    width: 75px;
    height: 75px;
    margin: -7px -3px;
    border: 1px solid #1e1e1e;
}

.flickr span a { color: #ccc; }

/* POSTS */

.post p a { font-weight:bold }

.post {
	background: #fff;
	padding:5px 0 0 0;
	text-align:left;
    width:500px;
}

.postnoline {
	background: #fff;
	padding:18px 0 0 0;
	text-align:left;
    width:500px;
}

p.byline {
	margin-top:-10px;
    font-size:11px;
    color: #555;
}

.post IMG {
	border:1px solid #1e1e1e;
}

.post IMG.noline {
	border:0;
}



/* FOOTER */

.footer {
    font-size: 11px;
    margin:12px 0 0 0;
    padding: 18px 0 10px 0;
    border-top: 1px solid #666;
    text-align:right;
    color: #666;
}