/*
Theme Name: WordPress IJorere
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
Tags: IJorere

*/
#content h2 a {
    border-bottom:1px solid #CBCACB;
    color:#48204C;
    font-size:17px;
    margin:0;
    padding:0 0 8px;
}

#content .arch {
    padding-bottom: 30px;
}

#content a {
    color:#68386D;
}

#content #searchform {
    padding-top: 20px;
}
.comment-author img {
    margin:0 !important;
}

#commentform p {
    margin:0;
    padding:0 0 7px;
}
.commentlist li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
#commentform p textarea {
    width:100%;
}
/* 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 */

#sidebar .box span a {
    color:#68386D;
    font-size:15px;
}