/* =Shortcode blocks
-------------------------------------------------------------- */

.message-block {
	padding: 5px 50px 5px 10px;
}
.warning_block,
.error_block,
.notice_block,
.important_block {
    background-position: 99% 7px;
}

.message-block {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	padding: 5px 10px 5px 50px;
    background: #eee;
    margin: 10px 0 0;
	min-height: 35px;
	overflow: auto;
}
.message-block p.first-p {
	margin-top: 0;
}

.warning_block,
.error_block {
    background: #FCC url(../img/buttons/warning.png) no-repeat scroll 10px 7px;
    border: 1px solid #F99;
    color: #C31B00;
}
.error_block {
    background-image: url(../img/buttons/error.png);
}
.notice_block {
    background: #FDEBAE url(../img/buttons/notice.png) no-repeat scroll 10px 7px;
    border: 1px solid #E6C555;
    color: #9E660D;
}
.important_block {
    background: #DEE3AB url(../img/buttons/important.png) no-repeat scroll 10px 7px;
    border: 1px solid #A3C159;
    color: #5E6F33;
}
.expert_block {
    background: #bce9fa url(../img/buttons/expert.png) no-repeat scroll 10px 7px;
    border: 1px solid #04a7e3;
    color: #1580db;
}
.pullquote {
	border-top: 1px solid #bbb;
	border-bottom: 3px solid #222;
	font: normal 22px "Pontano Sans", arial, sans-serif;
	padding-bottom: 10px;
	margin-top: 15px !important;
	margin-bottom: 5px !important;
	width: 30%;
	color: #000;
}

/* WPStats */
#wpstats {
	left: auto;
	right: 0;
}

