html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	color: #32312F;
	background-color: #E2E1DE;
	font: normal 13px/1.6em 'Lucida Grande', Lucida, Verdana, sans-serif;
}

a {
    text-decoration: none;
    color: #656463;
}

#main {
	width: 848px;
	margin: 0 auto;
}

#inner {
	width: 800px;
	min-height: 460px;
	margin: 44px auto;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
        background: #f9f9f9 repeat-y 0 0;

}

#header {
	text-align: center;
	text-shadow: #FFF 0 1px 0;
	padding: 18px 0 22px;
	margin: 0 20px;
	border-bottom: 1px solid #EEE;
}

h1 {
    font: normal 80px/1.3em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
}

h1 a {
    color: #333333;
    text-decoration: none;
}

.description {
    margin-top: 5px;
    text-transform: uppercase;
    font: normal 11px/1.2em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    color: #6B6967;
    letter-spacing: 0.4em;
}

#content {
margin-bottom: 20px;
}

.narrowcolumn {
    width: 490px; 
    margin: 0 0px 0px 20px;
}

.widecolumn {
            padding: 10px 0 20px 0;
        margin: 5px 0 0 150px;
        width: 450px;

}

.post {
    clear: left;
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px dotted #d5d5d5;
}

.pagepost {
display:block;
padding-bottom:20px;
padding-top:20px
}

h2 {
    font: normal 22px/1.5em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    margin-bottom: 20px;
}

h3 {
    margin-bottom: 20px;
}
h3, h4, h5, h6 {
	font: normal 18px/1.4em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
}

h2 a {
    color: #000000;
/*     border-bottom: 1px solid #E4E0DA; */
}

.entry a, .entrytext a, .postmetadata a {
    color: #42403D;
    border-bottom: 1px dotted #524F4B;
}

.entry a:hover, .entrytext a:hover, .postmetadata a:hover {
    border-bottom: 1px solid #6C6A67;
    background-color: #FFF;
}

.entry p, .entry ul, .entry ol, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry pre, .entry blockquote, .media hr {
    margin-bottom: 20px;
}

.entrytext p, .entrytext ul, .entrytext ol, .entrytext h2, .entrytext h3, .entrytext h4, .entrytext h5, .entrytext h6, .entrytext pre, .entrytext blockquote {
    margin-bottom: 20px;
}

.navigation {
padding-bottom: 20px;
}

.meta {
    display: none;
}

.postmetadata {
    color: #6B6967;
}

pre {
	padding: 10px 15px;
	color: #111;
	background-color: #F1EEE9;
	line-height: 20px !important;
}

code {
	font: normal 12px Menlo, 'Bitstream Vera Sans Mono', Monaco, 'Courier New', Courier, mono !important;
}

pre code {
	text-shadow: #FFF 0 1px 1px;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc; 
}

ol, ul, dt {
	margin-left: 30px; 
}

.wp-caption {
    background-color: #F9F9F9; 
    border: 1px solid #CCCCCC; 
    margin: 0.5em 0.8em 0.5em 0;
    margin-bottom: 20px;
}
.wp-caption p {
    margin-bottom:0;
}
.wp-caption img {
     display: inline-block; 
     padding: 4px; 
     vertical-align:middle; 
     margin-bottom: 3px; 
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignleft {
            text-align: left;
        float: left;

}

.alignright {
        text-align: right;
        float: right;
}


.wp-caption-text {
    margin-bottom: 0px;
    text-align: center
}



/** Sidebar Items **/

#sidebar {
    float: right;
    display: inline;
    width: 250px;
  /*  font: normal 16px/24px Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; */
     padding: 20px 20px 20px 10px; 
    border-left: 1px solid #EEE;

}

#sidebar ul ul, #sidebar ul ol { 
    margin: 0px 0 0 10px; 
} 

#sidebar a {
    color: #000;
}
#sidebar h2 {
display:none;
}
#sidebar ul, #sidebar li{
margin:0; padding:0;
        list-style-type: none;
        list-style-image: none;

}

/** End Sidebar Items **/


#footer {
    text-align: center;
    width: 760px;
    margin: 0 auto 20px;
    margin-bottom: 50px;
    font: 13px/1.4em 'Lucida Grande', Lucida, Verdana, sans-serif;
    color: #6C6C69;
    text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

/* comments */
#commentform p {
padding-bottom:5px; 
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
        color: #000;	
        background-color: #989895;
        border: 1px ridge #ccc;
	}
#commentform textarea {
	width: 450px;
	padding: 2px;
        background-color: #989895;
        border: 1px ridge #ccc;
        color: #000;
	}
#commentform label {
	display:block;
}

#commentlist li {
	margin:0 0 10px;
	padding:0 0 20px;
	list-style:none;
}

.commentmetadata {
	text-align:right;
	margin-right:5px;
	font-size:.9em;
padding-bottom: 20px;
}


.comment-body p {
margin-bottom: 20px;
}

/* Extended Archives */
#af-ela {
	position: relative;
	margin: 0px 0 0px;
	}

#af-ela ul {
	position: relative;
	list-style: none;
	padding: 3px 0;
	}

#af-ela a:hover {
	color: #f36 !important;
	}

#af-ela-menu, #af-ela-year, #af-ela-month, #af-ela-category {
	text-align: center;
	}

#af-ela-tag {
	text-align: justify;
	}

#af-ela-menu li {
	font: 1.7em 'Lucida Grande', Verdana, Sans-Serif;
	}

#af-ela-year li, #af-ela-category li {
	font: 1.3em/2.3em 'Lucida Grande', Verdana, Sans-Serif;
	}

#af-ela-month li {
	font: 0.9em/1.5em 'Lucida Grande', Verdana, Sans-Serif;
	}

#af-ela-menu li, #af-ela-year li, #af-ela-month li, #af-ela-category li {
	display: inline;
	color: #ccc;
	margin: 0 15px;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 4px 0;
	}

#af-ela-menu a, #af-ela-year a, #af-ela-month a, #af-ela-category a, #af-ela-tag a {
	background: red !important;
	}

#af-ela-tag li {
	display: inline;
	margin: 0 3px;
	line-height: 20px;
	}

#af-ela-month li, #af-ela-category li {
	margin: 0 6px;
	letter-spacing: 0;
	}

/* Hide Number of Entries on Year and Month */
#af-ela-year span, #af-ela-month span {
	display: none;
	}

/* Number of Entries */
#af-ela-category span {
	font-size: 8px;
	color: #ddd;
	}

#af-ela-year li.selected, #af-ela-month li.selected, #af-ela-post li.selected, #af-ela-category li.selected,  #af-ela-menu li.selected,
#af-ela-year li:hover, #af-ela-month li:hover, #af-ela-post li:hover, #af-ela-category li:hover, #af-ela-menu li:hover,
#af-ela-post-prev:hover, #af-ela-post-next:hover, #af-ela-post-prev-off:hover, #af-ela-post-next-off:hover {
	color: #333;
	}

#af-ela-year li.selected, #af-ela-month li.selected, #af-ela-post li.selected, #af-ela-category li.selected, #af-ela-menu li.selected {
	background: url('images/elaindicator.png') bottom center no-repeat;
	}

#af-ela-post-chrono, #af-ela-post-cats, #af-ela-post-tags {
	margin-top: 15px !important;
	}

#af-ela-post-chrono li, #af-ela-post-cats li, #af-ela-post-tags li {
	position: relative;
	font-size: 1.1em;
	line-height: 1.7em;
	color: #bbb;
	margin: 0 15px;
	padding: 1px 20px;
	}

#af-ela-post-chrono li a, #af-ela-post-cats li a, #af-ela-post-tags li a {
	/*color: #888; */
	}


#af-ela-post-chrono li:hover, #af-ela-post-cats li:hover, #af-ela-post-tags li:hover {
/*	background: #f8f8f8;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	padding-top: 0;
	padding-bottom: 0; 
	color: #444; */
	}


#af-ela-post-chrono a, #af-ela-post-cats a, #af-ela-post-tags a {
	border: none;
	}

#af-ela-post-chrono li span, #af-ela-post-cats li span, #af-ela-post-tags li span {
	position: absolute;
	right: 20px;
	font-weight: normal;
	color: #aaa;
	}

/* Next and Previous Links */
#af-ela-post-next, #af-ela-post-next-off {
	right: 0;
	}

#af-ela-post-prev, #af-ela-post-prev-off {
	left: 0;
	}

#af-ela-post-prev, #af-ela-post-next, #af-ela-post-prev-off, #af-ela-post-next-off {
	position: absolute;
	bottom: -35px;
	font: 1.1em/1.3em 'Lucida Grande', Verdana, Sans-Serif;
	color: #ccc;
	margin: 0 30px;
	display: inline;
	}

#af-ela-post-prev-off, #af-ela-post-next-off {
	visibility: hidden;
	}

.elaload {
	border: none !important;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 5px;
	top: 1px;
	}

#af-ela-loading {
	border: none !important;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 5px;
	top: 1px;
}