/***************************************************************************************
WORDPRESS POST & PAGE FORMATTING
***************************************************************************************/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left; clear:left;
    margin:0.2em 1em 1em 0;
}

.alignright {
	float: right; clear:right;
    margin:10px;
}

/* Image with caption */

.wp-caption {
    text-align: center;
	background-color: white;
	padding-top: 4px;
	margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border:solid #eeeeed 2px;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
    text-align: center;
}

/* Post-thumbnail */

.attachment-post-thumbnail{
    margin:15px auto 15px auto;
    display:block;
}

/*** Wordpress comments ***/

#commentwrap{
    margin:-20px 15px 0px 25px;
}

#respond{
    margin: 0px 15px 0px 25px;
}

#commentwrap #respond{
    margin:0;
}

.commentlist{
    list-style-type:none;
    padding:0px;
}

.commentlist li{
    border: solid #eeeeed 1px;
    background:white;
    padding:5px; margin-top:5px;
    position:relative;
}

#commentform textarea#comment{
    width:100%;
}

.commentlist img.avatar{
    position:absolute; right:5px;
    border: double #eeeeed;
}

.navigation{
    width:100%;
    float:left; clear:both;
}

/* Search Form */

#searchform #s{
    width:145px;
}

/* Audio Player */
.cbox-body p.audioplayer_container{
    margin:auto; width:50%;
}

