/**
 * @file
 * Block Styling
 */


.block { /* Block wrapper */
  margin-bottom: 1.5em;
}

/* Header Blocks */

#block-block-21{
	float: left;
	max-width: 350px;
	width: 100%;
	position: relative;
	padding-top: 10px;
	margin: 0;
}

#block-block-22, #block-block-23{
	float: right;
	margin: 0;
}

#block-block-33{
	clear: both;
}

.postmenu, .userpic, .sitesearch{
	float: right;
	width: 68px;
	height: 68px;
	position: relative;
	border-left: 1px #333 solid;
}

#loginblock{
	float: right;
	max-height: 68px;
	max-width: 100px;
	z-index: 2000;
}

#loginblock .inner{
	padding: 10px 0;
}

#loginblock .inner a{
	color: #fff;
	margin-top: 14px;
	display: block; 
}

.userpic{
	width: 95px;
	height: 68px;
}

.postmenu, .sitesearch{
	overflow: hidden;
}

.postmenu .inner{
	width: 68px;
	height: 68px;
	background: url(../images/tricons.png) no-repeat -58px 0;
	overflow: hidden;
}

.postmenu .menu{
	width: 300px;
}

.sitesearch .inner{
	width: 68px;
	height: 68px;
	background: url(../images/tricons.png) no-repeat 13px 0;
}

.userpic .inner{
	width: 95px;
	height: 68px;
	background: #efefef url(../images/tricons.png) no-repeat -132px 0;
}

.postmenu:hover, .sitesearch:hover, .userpic:hover{
	background: rgb(18, 21, 18);
	background: rgba(18, 21, 18, .3);
	cursor: pointer;
}

.sitesearch form input.form-text{
	height: 28px;
	width: 205px;
	padding: 0 8px;
	border: 1px #ccc solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
	z-index: 1000;
}

.sitesearch form{
	position: absolute;
	bottom: 20px;
	left: 68px;
	z-index: 50;
}

.postmenu ul{
	position: absolute;
	bottom: 13px;
	left: 68px;
	margin: 0;
	padding: 0;
}

.postmenu ul a{
	display: inline-block;
	zoom: 1;
	text-indent: -9999px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	vertical-align: middle;
}

.postmenu ul a.articleicon{
	background: url('../images/addicons.png') no-repeat left top;
}

.postmenu ul a.videoicon{
	width: 38px;
	background: url('../images/addicons.png') no-repeat -44px top;
}

.postmenu ul a.galleryicon{
	background: url('../images/addicons.png') no-repeat -83px top;
}

.postmenu ul a.blogicon{
	width: 34px;
	background: url('../images/addicons.png') no-repeat -124px top;
}

.postmenu ul a#discussicon{
	background: url('../images/addicons.png') no-repeat -157px top;
}

.postmenu ul a.eventicon{
	background: url('../images/addicons.png') no-repeat -200px top;
}

.postmenu ul a:hover{
	background-position-y: 1px;
}

#usermenu ul{
	display: none;
	position: absolute;
	top: 68px;
	right: 0;
	margin: 0;
	padding: 0;
	z-index: 1000;
	background: #fff;
	width: 95px;
	white-space: nowrap;
}

#usermenu ul li{
	display: block !important;
	text-align: center;
}

#usermenu ul li a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	padding: 4px;
	display: block;
}

#usermenu ul li:hover a{
	color: #fff;
	background: #121212;
}

.sitesearch .form-submit{
	display: none;
}

.userdash img{
	max-width: 60px;
	padding: 6px 0 0 1px;
}

/* Share Bar */

.sharebar > div > div{
	max-width: 100px;
	width: 100%;
	background: #000;
	float: left;
	zoom: 1;
	text-transform: uppercase;
	height: 30px;
	text-align: center;
	font-size: 12px;
}

.sharebar .row1 > div{
	background: url(../images/sharebutton.png) no-repeat top left;
	padding-top: 0.8em;
}

.sharebar .row1 a{
	color: #000;
}

.sharebar::after{
    content:'';
    display:block;
    clear: both;
}

.sharebar .row2 div > span{
	display: inline-block;
	zoom: 1;
	padding-left: 14px;
	background: url('../images/statsicons.png') no-repeat 0 0;
	color: #fff;
	height: 20px;
	margin-top: 6px;
}

.sharebar .row2 div.ccount span{
	background-position: -23px 0;
	padding-left: 24px;
}

.sharebar .row2 div.favcount span{
	background-position: -79px 0;
	padding-left: 24px;
}

.sidefollow a{
	background: #f6f6f6;
	color: #000;
	padding: 2px 10px;
	border: 1px #ced7d7 solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* Sidebar stuff */

.region-sidebar-second .block .view-content, .region-sidebar-second .block .view-empty{
	background: #fff;
	padding: 8px;
}

.region-sidebar-second .block .view-header, .region-sidebar-second h2.block-title{
	background: #188076;
	padding: 8px;
	font-family: "Enriqueta", serif;
	font-size: 14px;
	font-weight: 600;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.region-sidebar-second h2, .region-sidebar-second h3{
	margin: 0;
}

.region-sidebar-second .block .view-footer, .region-sidebar-second .more-link{
	background: #52a098;
	padding: 8px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;	
	text-align: center;
}

.region-sidebar-second .block .view-footer a{
	background: #f6f6f6;
	color: #000;
	padding: 2px 10px;
	border: 1px #ced7d7 solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* Featured Events */

#block-views-events-teaser-block-1{
	margin-top: 20px 0;
}

#block-views-events-teaser-block-1 td {
	display: inline-block;
	float: left;
	position: relative;
	zoom: 1;
	background: #fff;
	border: 1px #121212 solid;
    margin-left: -1px;
    margin-bottom: -1px;	
	width: 320px;
	padding: 8px;
}

#block-views-events-teaser-block-1 .views-field-title a{
	font-family: "Enriqueta", serif;
	color: #000;
	font-size: 14px;
	margin-bottom: 8px;
}

#block-views-events-teaser-block-1 td.col-2{
	margin: 0 5px;
}

#block-flickr-5{
	background: #fba827;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#block-flickr-5 h2{
	text-align: left;
}

#block-flickr-5 img{
	margin: 1px;
}

/* Profile Block */

.profiletop{
	position: relative;
}

.profiletop h2{
	font-family: "Enriqueta", serif;
	color: #000; 
}

.profiletop .flag-wrapper, .userbuttons{
	position: absolute;
	top: 10px;
	right: 10px;
}

.profiletop ul.soclinks{
	margin: 0;
	padding: 0 0 10px 0;
}

.profiletop ul.soclinks li{
	display: inline;
	list-style: none;
}

.profiletop ul.soclinks a{
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.profiletop ul.soclinks a.tw { background: url(../images/social-icons/twitter.png) left top no-repeat; }
.profiletop ul.soclinks a.flickr { background: url(../images/social-icons/flickr.png) left top no-repeat; }
.profiletop ul.soclinks a.reddit { background: url(../images/social-icons/reddit.png) left top no-repeat; }
.profiletop ul.soclinks a.lnk { background: url(../images/social-icons/linkedin.png) left top no-repeat; }
.profiletop ul.soclinks a.fb { background: url(../images/social-icons/facebook.png) left top no-repeat; }
.profiletop ul.soclinks a.wsite { background: url(../images/social-icons/netvibes.png) left top no-repeat; }
.profiletop ul.soclinks a.googleplus { background: url(../images/social-icons/googleplus.png) left top no-repeat; }
.profiletop ul.soclinks a.yelp { background: url(../images/social-icons/yelp.png) left top no-repeat; }
.profiletop ul.soclinks a.yt { background: url(../images/social-icons/youtube.png) left top no-repeat; }
.profiletop ul.soclinks a.tumb { background: url(../images/social-icons/tumblr.png) left top no-repeat; }
 
.profiletop ul.soclinks a:hover { background-position: left -34px; }

/* Login Block */

#user-login{
	text-align: center;
}

#user-login h2, #user-register-form h2{
	font-family: Enriqueta, serif;
	color: #121212;
	text-align: center;
}

.registerlink{
	padding-top: 1em;
}

#user-profile-form #edit-flickr{
	display: none;
}