.blog-wrap {

		text-align: left;

		padding-left: 0px;

		padding-bottom: 0px;

		padding-right: 0px;

		padding-top: 10px;

		width: 600px;
		margin-top: 0px;
		margin-bottom: 0px;
		color: #000000;
		font-family: georgia, sans-serif;
		font-weight:bold;
		/*margin-right: auto;
		margin-left: auto;*/
	}

.blog-name {
		color: #000000;
		margin: 0px;
		padding-left: 0px;
		padding-bottom: 40px;
		padding-right: 0px;
		padding-top: 0px;
		font-size: 40px;
	}

.blog-name a {
		color: #000000;
		text-decoration: none;
	}

.blog-title {

		margin: 0px;

		float: left;
		font-family: papyrus, sans-serif;
		color: #000000;
		font-style: normal;
		font-weight: normal;
		padding-right: 0px;
		padding-left: 20px;
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 26px;
	}

.blog-title a {
		text-decoration: none;
		color: #000000;
	}

.blog-date {

		text-shadow: 0px 1px #999999;

		font-weight: bold;

		padding: 9px;

		background-color: #000000;

		margin-left: 0px;

		margin-bottom: 10px;

		margin-right: 0px;

		margin-top: 0px;

		float: left;
		font-size: 11px;
		color: white;
		-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

/*.blog-content {	

		border-top-color: #000000;	

		border-top-width: 1px;	

		border-top-style: solid;	

		color: #000000;
		margin-left: 0px;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-top: 0px;
		width: 100%;
		float: left;
		clear: both;
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 12px;
	} */
	
.blog-content {
width:100%;
font-size: 12px;

}

.blog-content p {

		line-height: 18px;
		padding-right: 0px; 
		padding-left: 0px; 
		margin: 0px;
		padding-bottom: 5px;
		padding-top: 5px;
	}

	.blog-content ul {

		line-height: 20px;
	}

	.blog-content a {
		padding: 0px;
		margin: 0px;
		color: #6fa7de;
	}

.blog-pagination {

		margin: 0px;

		clear: both;

		float: left;
		padding-left: 0px;
		padding-bottom: 100px;
		padding-right: 0px;
		padding-top: 0px;
		z-index:9999;
	}

.blog-pagination a {

		text-shadow: 0px 1px #000000;

		text-decoration: none;

		font-weight: bold;
		color: white;
		background-color: #000000;
		font-size: 12px;
		padding: 7px;
		margin: 0px;
		-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

.comments {
		padding-bottom: 50px;
		margin-bottom: 50px;
	}

.comment-label {
		font-size: 12px;
	}

.comment-form {
		margin-top: 50px;
		clear: both;
		margin-bottom: 50px;
		padding: 20px;
		background-color: #dddddd;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

.comment-date {
		font-size: 12px;
		font-weight: bold;
		border-right-color: #cccccc;
		border-right-width: 1px;
		border-right-style: solid;
		padding-bottom: 8px;
		padding-top: 8px;
		width: 95px;
		float: left;
		color: #666666;
	}

.comment-name {
		font-size: 12px;
		width: auto;
		padding-left: 20px;
		padding-bottom: 8px;
		padding-top: 8px;
		padding-right: 0px;
		float: left;
		font-weight: bold;
		color: #333333;
	}

.blog-comment {	

		color: #444444;
		margin-left: 0px;
		margin-bottom: 30px;
		margin-right: 0px;
		margin-top: 0px;
		width: 100%;
		float: left;
		clear: both;
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 20px;
		border-bottom-color: #dddddd;
		border-bottom-width: 0px;
		border-bottom-style: solid;
		font-size: 12px;
	}

.comment-line {
		margin-bottom: 15px;
		float: left;
		border-bottom-color: #cccccc;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		width: 100%;
	}


