html, body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	background:#fff;
	font-size:13px;
	color: #000000;
}

.clear {
	height:0px;
	clear:both;
	overflow:hidden;
}

.full-width {
	width:100%;
}

.left { float:left }
.right { float:right }

p { margin:0px 0px 15px 0px; line-height:180%; }

a { color:#490c59; text-decoration:underline }
a:hover { color: #aa6abb; text-decoration:underline }








body.background-main { background: url(../img/main_image.jpg) center no-repeat; min-height:820px }


#wrapper-main { position:relative; }
.wrapper { width:960px; margin:0px auto;}

#header-main { background:#000000 }




#text-block { padding-top:67px; }
#text-block img { margin-bottom:23px }
#text-block p { font-size:20px; color:#151515; margin: 0px; margin-bottom:15px; line-height:130% }
#text-block p a { color:#151515; text-decoration:none; border-bottom:1px solid #77848e; padding-bottom:3px;  }








#blog-posts { background:#000000; padding:20px 0px 20px 20px; position:absolute; left:0px; bottom:120px; }

#blog-posts h2 { font-size:16px; font-family:Arial, Helvetica, sans-serif; font-weight: normal; padding:0px; margin:0px 0px 15px 0px; }
#blog-posts h2 a { color:#FFFFFF; text-decoration:none }


#blog-posts .blog-post { margin-right:20px;  width:183px; height:253px; background: #666666; border:1px solid #FFFFFF; z-index:3; float:left; }

#blog-posts p.post-img { margin:0px; position:relative }
#blog-posts h2.post-title { 
    background-color: #000000;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    width: 183px;
	margin:0px; 
}

#blog-posts h2.post-title a { 
    color: #FFFFFF;
    display: block;
    height: 50px;
    line-height: 1.2em;
    padding: 10px;
    text-decoration: none;
}

#blog-posts h2.post-title a.active { color: #b9153e; }


.reaction-count-small {
	display:block;
	position: absolute;
	bottom: 5px; right: 5px;
}

.small-likes-1, .small-likes-2, .small-likes-3 {
	background: url(../img/like_heards.png) no-repeat;
	display: block;
	float:left;
	font-size: 12px;
	font-weight: bold;
	height: 27px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	width: 30px;
	margin-left:5px;
}

.small-likes-0 { display: none !important;}
.small-likes-1 { background-position: 0 -48px; color: #666666 !important; }
.small-likes-2 { background-position: -30px -48px; color: #8f0000 !important; }
.small-likes-3 { background-position: -60px -48px; color: #ffffff !important; }


a.overlay_link {
    display: block;
    position: relative;
}


#blog-posts .post-img img {
    display: block;
	border:none;
}

.image_overlay {
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
}

.image_overlay span {
    background-image: url("../img/overlay_link.png");
    display: block;
    height: 48px;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    position: absolute;
    top: -50%;
    width: 48px;
}











#in-footer {
	background:#2B2B2B; 
	padding-top:20px;
	padding-bottom:10px;
	height:60px;
	font-family:Arial, Helvetica, sans-serif;
	bottom:0px;
	position:absolute;
	width:100%;
}

#in-footer .soclinks {
	padding: 0;
	margin-left: 20px;
}

#in-footer .soclinks ul { margin: 0px; padding:0px; list-style:none }

#in-footer .soclinks li {
	list-style:none;
	float: left;
	padding: 0 10px 0 0;
}

#in-footer .soclinks a {
	display: block;
	height: 28px;
	width: 28px;
}

#in-footer .soclinks a.facebook { background: url(../img/icon-facebook.png) no-repeat 0 0; width: 12px; }
#in-footer .soclinks a.vimeo { background: url(../img/icon-vimeo.png) no-repeat 0 0; }
#in-footer .soclinks a.twitter { background: url(../img/icon-twitter.png) no-repeat 0 0; }
#in-footer .soclinks a.linkedin { background: url(../img/icon-linkedin.png) no-repeat 0 0; }

#in-footer .soclinks a.facebook:hover { background: url(../img/icon-facebook.png) no-repeat 0 -56px; width: 12px; }
#in-footer .soclinks a.vimeo:hover { background: url(../img/icon-vimeo.png) no-repeat 0 -56px; }
#in-footer .soclinks a.twitter:hover { background: url(../img/icon-twitter.png) no-repeat 0 -56px; }
#in-footer .soclinks a.linkedin:hover { background: url(../img/icon-linkedin.png) no-repeat 0 -56px; }

#in-footer .f-links {font-size: 11px; color: #5D5D5D; margin-left:20px; margin-right:20px; margin-top:10px; }
#in-footer .f-links a { color: #5D5D5D; text-decoration:none; }
#in-footer .f-links a:hover { color: #ffffff; text-decoration:none; }

#in-footer .f-links p { margin:0px; text-align:right }
#in-footer .f-links .f-links-inner { margin-bottom:6px; margin-right:-10px; float:right }
#in-footer .f-links .f-links-inner a { padding:0px 10px }

#in-footer .f-links .copyright { float:left }	

#addressview-right { bottom:53px; }

#settings-footer #in-footer .soclinks { margin-left:-20px !important }
 
#addressview-right a.about-link { display:none !important }	
