small {
    font-size: 0.8em;
    line-height: 1.5em;
    color: #777777;
}

/*  SEARCH BAR STYLING */
.searchform {
    width: 200px;
    float: right;
    font-size: 10px;
    padding: 0 0 20px 0;
    margin: 3px 5px 0 0;
    position: relative;
}

.searchform .s {
    background: transparent url(images/search-bar-trans.png) no-repeat scroll center top;
    margin: 0;
    border: none;
    padding: 8px 0;
    height: 15px;
    position: absolute;
    right: 13px;
    top: 0;
    width: 163px;
    color: #333;
    overflow: hidden;
}

.searchform .s:focus {
    outline: 0;
    border: none;
}

.searchform .left {
    background: transparent url(images/search-leftcap-trans.png) no-repeat scroll left top;
    display: block;
    height: 29px;
    left: 0;
    position: absolute;
    top: 0;
    width: 33px;
}

.searchform .right {

    background: transparent url(images/search-rightcap-trans.png) no-repeat scroll right top;
    display: block;
    height: 29px;
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
}

.searchform .searchsubmit {
    color: transparent;
    text-shadow: none;
    height: 24px;
    width: 24px;
    border: none;
    cursor: pointer;
    text-indent: -999em;
    line-height: 1px;
    margin: 0;
    background: transparent;
}

.postmetadata {
    margin-bottom: 20px;
}

.navigation {
    padding-bottom: 40px;
}

.commentlist .odd {
    background-color: #F8F8F8;
    border: 1px solid #DDDDDD;
}

.commentlist .even {

    border: 1px solid #DDDDDD;
}

/* Begin Images */
p img {
        padding: 0;
        max-width: 100%;
        }

/*      Using 'class="alignright"' on an image will (who would've
        thought?!) align the image to the right. And using 'class="centered',
        will of course center the image. This is much better than using
        align="center", being much more futureproof (and valid) */

img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
        }

img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
        }

img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
        }

.alignright {
        float: right;
        }

.alignleft {
        float: left
        }
/* End Images */


.widget h2 {
	padding-top: 30px;
}

.widget_recent_entries li {
	padding-bottom 5px;
}

.entry ul {
	list-style-type:disc;
	margin:5px 0 15px;
	padding-left:20px;
}

.entry ol {
	list-style-type:decimal;
	margin:5px 0 15px;
	padding-left:20px;
}

.entry li {
	padding:3px 0;
}

strong {
	font-weight: bold;
}

#archives-2 li {
	padding-bottom: 0px;
	line-height: 20px;
}

.center {
	text-align: center;
}

.greybox {
	float: right;
}
