/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

/*
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
*/

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/


/*
    ----------------------------------------------------------------------------
    CLASSES
    ----------------------------------------------------------------------------
*/
.clear {
	clear: both;
}

.entry {
    margin:0px;
    padding:0px;
    padding-top:10px;
    line-height:175%;
}

.post {
    margin:0px;
    padding:0px;
}

a.more-link {
    color: #7ebf41;
    letter-spacing: -1px;
    text-decoration: none;
    font-weight: bold;
	text-transform: uppercase;
}

.entry img {

}

a:hover.more-link {
    color: #0066cc;
    text-decoration: none;
}
a.more-link {
	display:block;
	width:150px;
	height:30px;
	text-indent:-9009px;
	background:transparent url(images/more-link.gif) no-repeat 0 0;
    margin:0px;
    padding:0px;
    margin-top:10px;
	}
a:hover.more-link {
	background:transparent url(images/more-link-hover.gif) no-repeat 0 0;
}



.entrymetadata {
    letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
}
.entrymetadata a {
    color: #0066cc;
    text-decoration: none;
}
.entrymetadata a:hover {
    color: #7ebf41;
    text-decoration: none;
}

.postmetadata {
    display:block;
    line-height:125%;
    color: #666;
	font-weight: bold;

}
.postmetadata a {
    color: #0066cc;
    text-decoration: none;
}
.postmetadata a:hover {
    color: #0066cc;
    text-decoration: none;
}

.postauthor {

}


.pagination{
    padding-top:25px;
    padding-bottom:25px;
}

.navigation {
    margin:0px;
    padding:5px;
	text-align: center;
	font-size: 0.9em;
    letter-spacing: -1px;
	font-weight: bold;
	}
.navigation a {
    color: #0066cc;
    text-decoration: none;
}
.navigation a:hover {
    color: #0066cc;
    text-decoration: underline;
}

.rss-link a {
    background: #fff url('images/rss.gif') left top no-repeat;
    padding-left:21px;
    padding-bottom:1px;
}

.comments-link a {
    background: #fff url('images/comments.gif') left top no-repeat;
    padding-left:21px;
    padding-bottom:1px;
}


ul.noindent {
        margin: 0px 0px 5px 5px;
        padding: 0px 0px 0px 12px;
}

/*
    ----------------------------------------------------------------------------
    IMAGES & ALIGNMENT
    ----------------------------------------------------------------------------
*/
img {
	padding: 0;
	max-width: 100%;
    border: 0px;
}

p img {
	padding: 0;
	max-width: 100%;
    border: 0px;
	}

/*	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
	}



/*
    ----------------------------------------------------------------------------
    COMMENTS
    ----------------------------------------------------------------------------
*/
#comment-only-styles .commentlist, #comment-only-styles .children {
	list-style:none;
	margin:0;
	padding:0;
    font-family: Arial, Helvetica;
    line-height:150%;
}

#comment-only-styles .commentlist li, {
	margin: 0px;
    margin-top:15px;
	padding: 10px;
    border:1px #dedede solid;

}

#comment-only-styles .children li {
	margin: 0px;
    margin-top:15px;
	padding: 10px;
    padding-right:0px;
    border:1px #dedede solid;
}
#comment-only-styles .children li .children li {
    border-right:0px;
}
#comment-only-styles .commentlist p, #comment-only-styles .children p {
	margin: 10px 5px 10px 0;
}


#comment-only-styles .nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

#comment-only-styles .comment {
	margin: 0px;
    margin-top:15px;
	padding: 10px;
    border:1px #dedede solid;
    background-color:#fff;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

}

#comment-only-styles .alt {
	margin: 0px;
    margin-top:15px;
	padding: 10px;
    border:1px #dedede solid;
    background-color: #f0f0f0;
}

#comment-only-styles .bypostauthor {
/*
    background-color:#e0e0e0;
*/
}

#comment-only-styles .comment-author {
    color:#000;
	font-size: 0.9em;
    letter-spacing: -1px;
	text-transform: uppercase;
    font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;

    border:1px #aaaaaa solid;
    background-color:#ccc;
    padding:7px;
    padding-left:7px;
    padding-right:0px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;


}

#comment-only-styles .comment-author cite, #comment-only-styles .comment-author cite a, #comment-only-styles .comment-author cite a:hover {
    color:#000;
    text-decoration: none;
    font-style: normal;
}

#comment-only-styles .avatar {
    padding:0px;
    margin-top:-7px;
/*
    border:1px #999 solid;
*/
    float:right;
}

#comment-only-styles .comment-meta {
	margin: 0;
	display: block;
    font-weight:bold;
	font-size: 0.8em;
    color:#000;
}

#comment-only-styles .comment-meta a, #comment-only-styles .comment-meta a:hover {
    color:#000;
    text-decoration: none;
}

#commentform p {
	margin: 5px 0;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 99%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
}



/*
    ----------------------------------------------------------------------------
    SEARCH FORM
    ----------------------------------------------------------------------------
*/
#searchform {
    clear:both;
}

#searchform #s {
    float:left;
    padding:5px;
    width:270px;
    border:1px #454545 solid;
    background-color:#333;
    color:#ccc;
}

#searchsubmit {
    border:0px;
    width:100px;
    height:30px;
    float:right;
    color:#fff;
    padding-left:30px;
	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
    font-weight: normal;
    background: #333 url('images/button_search.gif') 0 0 no-repeat;
}

