#rsblog *
{
	font-family: 'PT Sans',Arial,Helvetica,sans-serif;
	color:#424647;	
}

#rsblog a {	
	color:#0e71a5;
	text-decoration:underline;
	}
	
#rsblog a:hover {
	text-decoration:none;
	}
	
#rsblog .date_bl{
	display:block;
	float:left;
	width:56px;
	height:43px;
	background:url(../images/date.png) no-repeat;
	color:#fff;
	margin: 10px 15px;
	padding: 12px 5px 0 5px;
	text-align:center;
	font-weight:bold;
}

#rsblog .rslist {
	margin-left: 15px;
}

#default_header
{
	background: url(../images/header.jpg) no-repeat top center;
	width: 730px;
	height: 60px;
	padding: 15px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
}

#default_header h1
{
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	margin: 0px;
}

#default_header h2
{
	color: #cdd2dc;
	font-size: 18px;
	font-style: italic;
}

.default_post ul {
	margin-left: 25px;
	}

.default_post
{
	margin-top:15px;
	padding:5px 0;
	background:#e5e5e5 url(../images/bl_bg.png) repeat-x top left;
	width:740px;
	float:left;
	-moz-border-radius:8px;
	border-radius:8px;
}

#rsblog .default_post h3
{
	font: bold 16px Arial, sans-serif;
	color:#1f6494;
	margin-bottom:5px;
	margin-top:15px;
}

#rsblog .post-title {
	font: bold 16px Arial, sans-serif;
	color:#1f6494;
	margin-bottom:5px;
	margin-top:15px;
}

.default_post.default_sticky h3
{
	
}

.default_post h3 a
{
	font: bold 16px Arial, sans-serif;
	color:#1f6494;
}

#rsblog .blogicon {
	background: url(../images/blogicon.png) no-repeat left top;
	/*height: 16px;*/
	display: block;
	float: left;
	padding-left: 21px;
	padding-bottom: 1px;
	margin-top: 8px;
	/*width: 360px;*/
	width: auto;
	margin-bottom: 6px;
	}

.default_post_left {
	float: left;
	width: 60px;
}

.default_post_right {
	float: right;
	width: 645px;
}

#rsblog .tagicon {
	background: url(../images/tagicon.png) no-repeat left top;
	/*height: 16px;*/
	display: block;
	float: left;
	padding-left: 21px;
	margin-top: 8px;
	/*width: 360px;*/
	width: auto;
	margin-bottom: 10px;
	}
	
#rsblog .blogcont {
	position: relative;
	width:683px;	
	clear: both;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	-moz-border-radius:4px;
	border-radius: 4px;
	padding: 20px;	
	margin-left: 8px;	
	margin-top: 20px;
	background: #f8f8f8;
}

#rsblog .comms_bl{
	display:block;
	float:left;
	margin:21px 0px 0px 15px;
	width:123px;
	height:16px;
	background:url(../images/commenticon.png) no-repeat top left;
	padding-left: 21px;
}

#rsblog .button {	
	width:127px;
	height:36px;
	background:url(../images/button.png) no-repeat left top;
	line-height:36px;
	text-align:center;
	display:block;
	color:white;
	text-decoration:none;
	float:left;
	font-weight:bold;
	text-shadow:1px 1px 0px #1b4b64;
	cursor:pointer;
	}
	
#rsblog .but_bl{
	float:right;
	margin:10px;
}

#rsblog .list-footer {
	width: 100%;
	clear: both;
	}

#rsblog .limit {
	width: 100%;
	clear: both;
	padding: 10px 0 10px 0;
	}
	
#rsblog #facebookshare {
	margin-right: 5px;	
	text-align: right;
	float: right;
	width:255px;
	height: 27px;
	overflow: hidden;
	}

.default_post h3 small a
{
	font-size: 9pt;
}

.default_post_info
{
	color: #999;
	margin-top: 20px;
}

.default_post_info span
{
	font-weight: bold;
	margin-right: 3px;
}

.default_calendar
{
	background: url(../images/calendar.png) no-repeat top left;
	padding-left: 20px;
	height: 16px;
	padding-top: 2px;
}

/*#num {
	list-style: none;
	width: 300px;	
	text-align: center;
	margin: 10px auto;
	font-size: 11px;
	}*/
	
.counter {
	padding-top: 18px;
	}

/*custom*/

.test-button-large {
	position: relative;
    color: #FFFFFF !important;
    text-decoration: none !important;
    background-color: #197BAF;
    font-family: 'Yanone Kaffeesatz';
    font-weight: 700;
    font-size: 1.8em;
    display: block;
    padding: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 30px auto;
	width: 400px;
	text-align: center;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

.test-button-small {
	position: relative;
    color: #FFFFFF !important;
    text-decoration: none !important;
    background-color: #197BAF;
    font-family: 'Yanone Kaffeesatz';
    font-weight: 700;
    font-size: 2.5em;
    display: block;
    padding: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 30px auto;
	width: 164px;
	text-align: center;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

.blog-social-area {
	margin-top: 20px;
}

.blog-button-small {
	position: relative;
    color: #FFFFFF !important;
    text-decoration: none !important;
    background-color: #197BAF;
    font-family: 'Yanone Kaffeesatz';
    font-weight: 700;
    font-size: 14px;
	line-height: 1.7;
    display: inline-block;
    padding: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	width: 100px;
	text-align: center;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

.blog-button-small a {
    color: white !important;
    display: block;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
}

.blog-button-small:hover{
	transition-property:opacity;
	opacity:0.8;
}

.blog-subscribe-area {
	float: left;
	width: 60%;
}

.blog-share-area {
	float: left;
	width: 40%;
}

.blog-social-area h4 {
    font-size: 20px;
	margin-bottom: 20px;
}

.blog-share-area h4 {
	text-align: right;
}

.blog-share-area {
	float: right;
}

.blog-social-area .social {
    float: right;
    margin-left: 10px;
}

#blog-input-subscribe {
	border: 1px solid #ccc;
    display: inline-block;
    height: 24px;
    padding: 5px;
    width: 50%;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#blog-input-subscribe.invalid {
	border: 1px solid red;
}

.blog-subscribe-area > p {
    margin-bottom: 7px !important;
}

.blog-subscribe-area h4 {
	margin-bottom: 10px;
}

.blog-tags-area {
	margin-top: 50px;
}

.sticky-icon {
    background-color: #02679b;
    border-radius: 8px 0 0 8px;
    left: -64px;
    padding: 15px;
    position: absolute;
    top: 15px;
}

#system-message li {
    list-style: outside none none;
}