
/*
** HTML elements
*/
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
}

#bhubble-header {
	position:fixed;
	width:100%;
}

#hub-header-background {
	width:1024px;
	height:100px;
	
}
#main-menu {
	padding:0px;
	background:none;
}

.create_link {
	text-align:right;
}

#hub-user-login {
	float:right;
	padding-right: 4px;
}
#hub-header-image {
	float:left;
	width:1024px;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link, a:visited {
  color: #743f37;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
/* this is the "break" between the header and the body */
#breaker {
	 background: none;
	 background:url(/sites/all/themes/Bhubble2013/group_header_images/4041-spacer.gif) transparent;	
	 clear:both; 
	 height: 8px; 
}
#hub-body {
	background:url(/sites/all/themes/Bhubble2013/group_header_images/4041-rosslandevents.jpg) top left no-repeat #FFF;
}
#content {
	background:none;
}

.bhubble-event-title a {
	color: #743f37;
}
#edit-age-wrapper {
	display:none;
	visibility:hidden;
}


#edit-view, #edit-dateselector, #edit-tid {
	background-image:url(/sites/all/themes/Bhubble2013/group_stylesheets/images/4041_down_arrow.jpg);
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
	background-repeat:no-repeat;
	background-position:right;
	background-color:#FFF;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
	border-color:#743f37;
	border-style:solid;
	border-width:2px;
	color:#743f37;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
}
.bhubble-event-selector option{
	background-color:#FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
	}



#edit-dateselector-wrapper, #edit-view-wrapper, #edit-tid-wrapper {
	background: #fff;
}
#bhubble-calendar-links {
	text-align: right;
	

}
.posterboard {
	background:#FFF;
}
h2.posterboardh2 {
	margin:0px;
	line-height:normal;
}
.field-field-photo-1 {
	display:block;
	float:right;
	width:50%;
	margin-top:-60px;
}
.bhubble-event-nodeview {
	margin-bottom:30px;
	width:100%;
}
.imagefield-field_photo_1 {
	padding:0px 10px;
}

#main .title {
	font-size:32px;
	/*text-align:right;*/
}
#main .title .bhubble-calendar-title {
	text-align:right;
}
.bhubble-calendar-title-image {
	margin:0px 4px;
	vertical-align:middle;
}

#bhubble-event-viewmore-months {
	position: fixed; 
	bottom: 0px; 
	width: 1010px; 
	height: 60px; 
	background-color: #FFF;
	border-top:thin solid #743f37;
	padding-top: 6px;
	margin-top: 2px;
}