
/* text to be printed if the reader fails the CAPTCHA "visual test" */

.core-captcha-reject {
	color: white;
	background-color: black;
	padding: 20px;
	margin: 20px;
	border-width: 1px;
	border-color: red;
	border-style: solid;
	}


/* for the RSS feed widgets */

.core-feeditemtitle {
	font-weight: bold;
	padding: 0 0 10px 10px; 
	}

.core-feeditemdescription {
	padding-left: 20px;
	}

/* for previous entries, original style (sorted by month and year) */

.core-previous-entries-year {
	line-height: 2em;
	}

.core-previous-entries-month {
	line-height: 2em;
	}

.core-previous-entries-entry {
	margin-left: 10px;
	}

/* for previous entries, style 2 (the drop-down box) */

.previous_entries_dropdown {
	width: 90%;
	}

/* for the "about me box" widget: */

.core-aboutmebox-imagespan {
	float: left;
	}

.core-aboutmebox-image {
	margin: 20px;
	}

/* for the "Recent Comments" widget: */

.core-recentcomments-icon {
	clear: left;
	float: left;
	width: 60px;
	height: 60px;
	}

.core-recentcomments-wrapper {
	clear: left;
	}

.core-calendarfooter {
	text-align: center;
	width: 100%;
	}

.core-media-wrapper-inline {
	}

.core-media-wrapper {
	text-align: center;
	}

.core-media-inline {
	float: left;
	height: 80px;
	padding: 10px 10px 30px 10px;
	}

.core-media {
	text-align: center;
	padding: 10px;
	}


.core-media-item-inline {
	float: left;
	border: 0px;
	}

.core-media-item {
	text-align: center;
        border: 0px;
        }



.core-post-cdart {
	float: right;
        margin: 10px;
	}

.core-post-bookart {
	float: right;
	margin: 10px;
	}

.commentinput {
       width: 300px;
       height: 300px;
       }

/* classes for images posted from your photo gallery */

.core-largeimage {
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding: 5px;
	margin: 5px;
	width: 95%;
	}

.core-smallimage {
 	border-style: solid;
        border-color: black;
        border-width: 1px;
        padding: 3px;
        margin: 3px;
	}

/* classes for your photo: */

.core-photo-div {
	text-align: center;
	padding: 10px;
	}

/* for the twitter widget: */

.core-twitter-div {
	clear: left;
	margin-bottom: 1em;
	}

.core-twitter-photo-span {
	float: left;
	width: 60px;
	}

.core-twitter-photo {
	}

.core-twitter-status-span {
	float: left;
	}

