.blog-wrap {
    font-family: verdana; helvertica, sans-serif;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #222222;
    margin-right: auto;
    margin-left: auto;
}

.blog-title {
	color: #990033;
	font-size: 19px;
	margin: 0px;
	padding-bottom: 5px;
	width: 100%;
	font-family: trebuchet, normal, sans-serif;
	letter-spacing: -1px;
	text-align: center;
}

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

.blog-content {
	clear: both;
	font-size: 14px;
	font-family: verdana;
	-moz-column-count:1; /* Firefox */
	-webkit-column-count:1; /* Safari and Chrome */
	column-count:1;
	-moz-column-gap:17px; /* Firefox */
	-webkit-column-gap:17px; /* Safari and Chrome */
	column-gap:17px;
	padding-bottom: 10px;
}

.blog-date {
	font-family: hekvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 12px
}

.num_comments {
	width: 100%;
	padding-top: 12px;
	clear: both;
	font-size: 12px;
	padding-bottom: 18px;
}

.comment-line {
    margin-bottom: 15px;
    float: left;
    border-bottom-color: #ff3300;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    width: 100%;
}

.comment-date {
    color: #666;
    border-right-color: #ff3300;
    border-right-width: 2px;
    border-right-style: dotted;
    padding-bottom: 8px;
    padding-top: 15px;
    width: 90px;
    float: left;
    font-size: 13px;
	font-family: helvetica;
	font-style: italic;
}

.comment-name {
    color: #039;
    width: auto;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 15px;
    padding-right: 0px;
    float: left;
    font-size: 13px;
	font-family: helvetica;
    font-weight: bold;
}

.blog-comment {
    font-size: 13px;
	font-family: verdana;
	padding-top: 0px;
	padding-bottom: 15px;
    padding-left: 91px;
    float: left;
}
.comment-form input {
	height: 13px;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	line-height: 13px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	max-width: 100%;
}

.comment-form textarea {
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
    line-height: 14px;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	max-width: 600px;
	max-height: 80px;
}

input[type="text"] {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	border-width: 1px;
	border-color: #cccccc;
    border-style: solid;
    line-height: normal;
    color: #333;
    height: 16px;
    padding: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    width:300px;
    max-width: 100%;
}

.comments {
    padding-top: 50px;
    clear: both;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.blog-pagination {
    width: 250px;
    margin: 0px;
    clear: both;
    float: left;
    padding-left: 0px;
    padding-bottom: 30px;
    padding-right: 0px;
    padding-top: 30px;
}

.blog-pagination a {
    text-decoration: none;
    font-weight: bold;
    color: ffffcc;
    background-color: #999;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.add {
	font-size: 14px;
}

.comment-label {
	color: #555;
	font-size: 13px;
	display: inline;
}

.btn {
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  outline: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  font-size: 13px;
  font-weight: normal;
  padding: 6px 16px;
  border-radius: 4px;
  background-color: #fff;
}

.btn:hover {
  filter: none;
  background: none;
  background: #eee;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.share-buttons {
	float: left;
	clear: both
}

#ph {
	display: none;
	visibility: hidden;
}

.blog-date {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 100px;
	color: #666;
	padding-bottom: 0px;
	padding-top: 5px;
	font-size: 13px;
	font-family: verdana;
}

/* My Custom Stlyes Go Here */

}
.add {
	font-size: 13px;
	padding-top: 5px;
}

.comment-label {
	color: #555;
	font-size: 14px;
	display: inline;
}

.comment-form button {
    margin-top: 3px;
    font-size: 12px;
    padding-left: 15px;
    padding-bottom: 6px;
    padding-right: 15px;
    padding-top: 6px;
    border-width: 0px;
    background-color: #666;
    color: white;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.comment-form button:hover { background-color: #ff6600;}
}
