.paginator {
	margin-top: 1em;
	text-align: center;
}
.paginator div {
	display: inline;
}

.adWrapper {
	margin: 10px;
}

.post {
	position: relative;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: normal;
	margin-bottom: 3px;
	margin-top: 0px;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;		
}

/* Testing */
.meta .byline,.links {
	padding: 0;
	margin: 0;
	line-height: normal;
}

.meta {
	padding-top: 10px;
	padding-bottom: 20px;	
}

/* Captcha */
.captcha {
	display: block;
	width: 105px;
	overflow: auto;
	background-color: #fff;
	border: 1px solid #aaa;
	padding-bottom: 2px;
}
.captcha div {
	float: left;
}
.captchaNumber {
	width: 18px;
	height: 18px;
	background: url('http://static.missdomain.com:81/img/numbersprite.gif') no-repeat;
}
.captchaPlus {
	width: 18px;
	height: 18px;
	background: url('http://static.missdomain.com:81/img/operatorp.gif') no-repeat;
}
.captchaEqual {
	width: 18px;
	height: 18px;
	background: url('http://static.missdomain.com:81/img/equal.gif') no-repeat;
}
.captchaAnswer {
	width: 25px;
	font-weight: bold;
	color: #3a3a3a;
	padding-left: 2px;
	border: none;
	padding-top: 1px;
}
.error-message {
	color: red;
}