/**
 * @package Website_Template
 * @since Website 1.0
 */
 
 body {
   background-color: #efefef;
 }

/* =Classes
----------------------------------------------------------------------------- */
.container {
	margin: 0 auto;
	position: relative;
	width: 940px;
}
.alpha {
	float: left;
}
.beta {
	float: right;
}

.post .main {
	clear: both;
}

@media only screen and (max-width: 979px) { /* <= Tablet */
.container {width: 700px !important;}
#main {width: 730px !important;}
}

@media only screen and (max-width: 739px) { /* <= Mobile */	
.page-businesses .beta {float: none;}
.container {width: 420px !important;}
#main {width: 490px !important;}
.alpha, .beta {width: auto !important; float:none;}
.portalpage .alpha, .beta {width: auto !important; clear:both;}
}

@media only screen and (max-width: 479px) { /* <= Mobile */
.container {width: 270px !important;}
.alpha, .beta {width: auto !important;float:none;}
.portalpage .alpha, .beta {width: auto !important; clear:both;}
#main {width:310px !important;}	
.buzztitle {clear:both;}
}

@media only screen and (max-width: 319px) { /* <= Mini */
.container {width: 230px;}
.alpha, .beta {width: auto !important; float:none;}
.portalpage .alpha, .beta {width: auto !important; clear:both;}
#main {width:270px !important;}	
.buzztitle {clear:both;}
}

.region-breadcrumb {
	margin-bottom: 5px; margin-top: 5px;
	width: 50%;
	float: left;
}

.region-social {
float: right;
	margin-bottom: 5px;margin-top: 5px;
	width:50%;
	text-align: right;
}

@media only screen and (max-width: 979px) { /* <= Tablet */
.region-breadcrumb {margin-top: 15px;}
.region-social {margin-top: 15px;}
}

#block-easy-breadcrumb-easy-breadcrumb {
	float: left;
}

#block-bb-next-prev-next-prev {
	clear: both;
}

.next,
.previous {
	float: left;
	width: 65px;
	text-align: center;
	padding: 8px 0px;
	
}


.previous {
	background-color: #cdc6bf;
	border-bottom: 1px solid #cdc6bf;
	border-top: 1px solid #cdc6bf;

}

.previous a {
	color: #fff;
	font-weight: bold;
}


.next {
	color: #e73f97;
	background-color: #fff;
	border-top: 1px solid #cdc6bf;
	border-right: 1px solid #cdc6bf;
	border-bottom: 1px solid #cdc6bf;
}

.next a {
	color: #e73f97;
	font-weight: bold;
}

/*
.flexslider .next {
	border: none;
}

.flexslider .next a {
	border: none;
}
*/

/* =Browser notification
----------------------------------------------------------------------------- */
.browser-notification {
	border-bottom: 1px solid #a29330;
	background: #fdf2ab url(../img/exclamation.gif) no-repeat 10px center;
	font: 11px/18px;
	color: #303030;
	display: none;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}
.browser-notification p {
	margin: 0;
	padding: 10px 36px 12px;
}
.browser-notification a {
	color: #e25600;
	text-decoration: none;
}
.browser-notification a:hover {
	border-bottom-width: 0;
	color: #e25600;
	text-decoration: underline;
}
.browser-notification .close {
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	right: 14px;
	top: 10px;
}

/* =Top
----------------------------------------------------------------------------- */
#top {
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 9px 0;
}
#top h1 {
	display: none;
}
#top .frame > .inner {
	display: none;
}

@media only screen and (min-width: 740px) { /* >= Desktop */
	#top .frame {
		display: block !important;
	}
}
@media only screen and (max-width: 739px) { /* <= Mobile */
	#top {
		padding: 13px 0;
		height: 33px;
	}
	.no-js #top {
		height: auto;
	}
	#top h1 {
		font-weight: normal;
		line-height: 33px;
		cursor: pointer;
		display: block;
		padding: 0 12px;
	}
	#top h1:after {
		content: "";
		background-position: 0 center;
		background-repeat: no-repeat;
		display: block;
		position: absolute;
		right: 12px;
		top: 0;
		bottom: 0;
		width: 13px;
	}
	#top h1:hover:after {
		background-position: -13px center;
	}
	#top .frame {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		overflow: hidden;
		z-index: 10;
	}
	.no-js #top .frame {
		display: block;
		position: static;
	}
	#top .frame > .inner {
		display: block;
		padding: 3px 12px 12px;
	}
}

/* =Search
----------------------------------------------------------------------------- */
#search {
	position: absolute;
	margin-top: -12px;
	right: 0;
	top: 50%;
	width: 180px;
	height: 24px;
}
#search .input {
	margin-right: 22px;
	height: 100%;
}
#search input {
	box-shadow: none;
	border: none;
	font-size: 13px;
	font-style: italic;
	display: block;
	margin: 0;
	padding: 0;
	height: 100%;
}
#search input[type="text"] {
	padding: 0 9px;
	width: 100%;
}
#search input[type="submit"] {
	-ms-filter: "";
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 center;
	float: right;
	margin-right: 5px;
	width: 17px;
}
#search input[type="submit"]:hover {
	background-position: -17px center;
}

@media only screen and (max-width: 739px) { /* <= Mobile */
	#search {
		position: static;
		margin: 0;
		width: 100%;
		height: 30px;
	}
	#search input[type="submit"] {
		background-position: -34px 7px;
	}
	#search input[type="submit"]:hover {
		background-position: -51px 7px;
	}
}


/* =Main
----------------------------------------------------------------------------- */
#main {
	width: 1010px;
    margin: 0 auto;
    background-color: transparent !important;
    padding: 30px 15px;
}

#main .container {
    background-color: white;
    box-shadow: 0px 0px 3px #817F7F;	
    padding: 20px 20px 0px;
    display: inline-block;
}

.front #main .container {
	display: block !important;
}

#bottom .container {
	background-color: transparent !important;
	box-shadow: none !important;
	padding: 0px !important;
	
	
}

@media only screen and (max-width: 739px) { /* <= Mobile */

	
/*
	.region-sidebar-navgation-menu {
		width: 100% !important;
	}
*/
	
	#block-search-form {
		width: 100% !important;
	}
	
/*
	#header {
		width: 100% !important;
	}
*/
}

/* =Header
----------------------------------------------------------------------------- */
#header {
  margin-bottom: 10px;
  float: left;
  height: 75px;
}

#block-search-form {
  float: right;
  margin-bottom: 5px;
  z-index: 10;
}

@media only screen and (max-width: 979px) { /* <= Tablet */
	
#header {
  margin-bottom: 5px;
  float: left;
  height: 70px;
}
#header hgroup {
		float: none;
		width: auto;
	}
#block-search-form {
margin-top: 15px;
float: left;
margin-bottom: 10px;
}
}
@media only screen and (max-width: 739px) { /* <= Mobile */
#header {
margin-bottom: 10px;
float: left;
height: 65px;
}

#block-search-form {
margin-top: 15px;
float: left;
margin-bottom: 10px;
}
}


/* =Content
----------------------------------------------------------------------------- */
#content.alpha,
#content.beta {
	width: 705px;
}

.page-events #content.alpha,
.node-type-events #content.alpha {
	width: 625px;
}


@media only screen and (max-width: 979px) { /* <= Tablet */
	#content.alpha,
	#content.beta {
		width: 460px;
	}
.page-events #content.alpha,
.node-type-events #content.alpha {
	width: 415px;
}

}

/* =Aside
----------------------------------------------------------------------------- */
#aside {
	width: 220px;
	margin-top: 15px;
}

.page-events #aside,
.node-type-events #aside {
	width: 300px;
	margin-top: 15px;
}

@media only screen and (max-width: 979px) { /* <= Tablet */
	.page-events #aside,
	.node-type-events #aside {width: 240px;}
}


/* =Bottom
----------------------------------------------------------------------------- */
#bottom {
	background-position: top;
	background-repeat: repeat-x;
	padding: 27px 0;
	display: block;
	clear: both;
	background-color: #e6e6e6 !important;
	padding: 20px;
	margin:0 auto;
}
#bottom input[type="submit"] {
	-ms-filter: "";
	border-width: 0;
	background: none !important;
	font-size: 28px;
	line-height: 30px;
	padding: 0;
	height: 30px;
}

#bottom li h1 {
	color: #e73f97 !important;
	font-weight: bold !important;
	font-size: 15px;
}

/* =Footer
----------------------------------------------------------------------------- */
#footer {
	font-size: 9px;
	line-height: 16px;
	margin: 20px 0px;
	padding-top: 7px;
	display: inline-block;
}
#footer a:hover {
	border-bottom-width: 0;
}

@media only screen and (max-width: 739px) { /* <= Mobile */
	#footer .primary {
		margin-bottom: 8px;
	}
}
#content .field-name-field-image img,
#content .field-name-field-iimage img 
{
width: 100%;
height: auto;
}

#content .field-name-field-image a:hover {
text-decoration: none;
border: none;
}


/*
.meta .field-type-taxonomy-term-reference, .meta .field-type-taxonomy-term-reference div {
float: left;
}
*/

.content .field-name-field-category, .field-name-field-nature, .node-type-press .field-type-taxonomy-term-reference, .node-type-press .field-type-taxonomy-term-reference div {
float: none !important; 
}

.field-type-taxonomy-term-reference div.field-item {
padding-right: 4px;
}
.post .meta li {
	padding-left: 26px;
}
.post .meta li a:first-child {
	padding-left: 0px;
}

#aside #block-views-archive-block {

}
#aside #block-views-archive-block ul.views-summary {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	padding-top: 15px;
}
#aside #block-views-archive-block ul.views-summary li {
	margin-left: 0;
	list-style: none;
	border-top-width: 1px;
	border-style: dotted;
	font-size: 11px;
	line-height: 30px;
}
#aside #block-views-archive-block > ul.views-summary > li:last-child {
	border-bottom-width: 1px;
}
#aside #block-views-archive-block ul.views-summary a {
	border-bottom: none;
}
.user-picture img {
float: left;
}
.comment-form .filter-wrapper {
	display: none;
	visibility: hidden;
}

#aside-bottom .widget.small {
width: 285px !important;
}

@media only screen and (max-width: 979px) { /* <= Tablet */
#aside-bottom .widget.small {
width: 180px !important;
}
}


input[type="submit"] {
margin-right: 10px;
}

span.form-required {
	line-height: normal;
	display: inline-block;
	margin-left: 0px;
	background: none;
}

/*
** Block titles
*/

#main .container .columns .block h1,
#block-views-blocks-block-3 h1,
#block-views-carousel-block h1,
#block-views-carousel-block-1 h1,
#block-views-blocks-block-7 h1,
#block-views-blocks-block-9 h1,
#block-views-blocks-block-10 h1,
#block-views-blocks-block-12 h1  {
	padding: 7px 10px !important;
	background-color: #9a8c7f;
	color: #fff !important;
	font-size: 15px !important;
	margin-bottom: 15px;
}

#aside .block h1 {
	padding: 7px 10px !important;
	background-color: #9a8c7f;
	color: #fff !important;
	font-size: 15px !important;
	margin-bottom: 10px;
}



/*
** Blocks 
*/

.view-display-id-block_1 li.views-row-last,
.view-display-id-block_bsf li.views-row-last {
	border-bottom: 0px !important;
}


.view-display-id-block_1 li.views-row {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cdc6bf;
	list-style: none;
	clear: both;
	min-height: 100px;
	margin-left: 0px;
}

.view-display-id-block_1 li.views-row .views-field-title {
	float: left;
	margin-right: 10px;
	width: 100%;
	margin-bottom: 10px;
}


.view-display-id-block_1 li.views-row .views-field-title a {
	color: #e63f97; /* text color */
	font-size: 12px;
	font-weight: bold;
}

.view-display-id-block_1 li.views-row .views-field-image {
	width: 70px;
	float: left;
	margin-right: 10px;
}

.view-display-id-block_bsf li.views-row {
    padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cdc6bf;
	list-style: none;
	clear: both;
	margin-left: 0px;
	display: inline-block;
}

.view-display-id-block_bsf li.views-row .views-field-image {
	width: 70px;
	float: left;
	margin-right: 10px;
	border: 1px solid #666;
	height: 40px;
}

.view-display-id-block_bsf li.views-row .views-field-title {
	float: left;
	margin-right: 10px;
	width: 170px;
}


.view-display-id-block_bsf li.views-row .views-field-title a {
	color: #e63f97; /* text color */
	font-size: 12px;
	font-weight: bold;
}

.view-display-id-block_bsf li.views-row  .views-field-body {
	width: 195px;
	float: left;
}


/*
** Portal Menus
*/

#block-menu-menu-development-menu,
#block-menu-menu-wellbeing, 
#block-menu-menu-buf-menu, 
#block-menu-menu-community-menu,
#block-menu-menu-travel-menu,
#block-menu-menu-buzz {
	border: 0px !important;
	padding: 0px !important;
	background-color: #ebe8e5;
	padding: 10px 0px !important;
}

#block-menu-menu-development-menu ul li,
#block-menu-menu-wellbeing ul li, 
#block-menu-menu-buf-menu ul li, 
#block-menu-menu-community-menu ul li,
#block-menu-menu-travel-menu ul li,
#block-menu-menu-buzz ul li {
	list-style: none;
	margin: 0px;
	width: 100%;
}

#block-menu-menu-development-menu ul li a,
#block-menu-menu-wellbeing ul li a, 
#block-menu-menu-buf-menu ul li a, 
#block-menu-menu-community-menu ul li a,
#block-menu-menu-travel-menu ul li a,
#block-menu-menu-buzz ul li a {
	color: #171716;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	display: block;
}

#block-menu-menu-development-menu ul li a:hover,
#block-menu-menu-wellbeing ul li a:hover, 
#block-menu-menu-buf-menu ul li a:hover, 
#block-menu-menu-community-menu ul li a:hover,
#block-menu-menu-travel-menu ul li a:hover,
#block-menu-menu-buzz ul li a:hover,
#block-menu-menu-development-menu ul li a.active-trail,
#block-menu-menu-wellbeing ul li a.active-trail, 
#block-menu-menu-buf-menu ul li a.active-trail, 
#block-menu-menu-community-menu ul li a.active-trail,
#block-menu-menu-travel-menu ul li a.active-trail,
#block-menu-menu-buzz ul li a.active-trail {
	border: 0px !important;
	border-bottom: 0px !important;
	background-color: #e73f97;
	color: #fff !important;
}


#block-block-32,
#block-block-21,
#block-block-49 {
	padding-bottom: 10px !important;
}

#block-block-33,
#block-block-30,
#block-block-31
 {
	padding-bottom: 0 !important;
}

/*
** Menu Block
*/

.menu-block-1 ul li {float: left;}
.menu-block-2 ul li {float: left;}
li.expanded, li.collapsed, li.leaf {
    margin: 0;
    padding: 0 0.5em 0 0;
}

