.ac_results {
	padding: 0px;
	z-index: 99999;
	background-color:#FFF;
	border:1px solid #CCC;
	max-height:200px;
	overflow:auto;
	width:150px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 5px 5px;
	cursor: default;
	display: block;
	text-align:left;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	font-size:1.3em;
	overflow: hidden;
}

.ac_over {
	background-color: #eee;
}

/* HEADER LANDING STYLES */
header#landing {
	overflow: hidden;
}
header#landing .title {
	float: left;
	overflow: hidden;
}
header#landing h2 {
	float: left;
	color: #045198;
	font-family: chaloops-medium, Sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: 700;
	color: #003e7e;
	line-height: 1.2em;
	margin-top: 5px;
}
header#landing .logo{
	clear: both;
	margin-left:auto;
	margin-right:auto;
	width: 83%;
}
header#landing .search-box {
    position: relative;
    clear: both;
    margin-left:auto;
    margin-right:auto;
    padding: 5px 0px 5px 300px;
    background-color: #052865;
    background-image: url('/assets/images/national/ultimate-guide.png');
    background-repeat: no-repeat;
    background-position: 10px 50%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
header#landing #search-intro {
    font-size: 1.5em;
    line-height: 1.2em;
    color: white;
    padding: 10px;
}
header#landing div#regional-map-link {
    text-align: center;
    font-size: 12px;
    color: #003e7e;
    margin-bottom: 60px;
}
header#landing div#regional-map-link a {
    color: #003e7e !important;
    font-style: inherit !important;
    font-size: inherit !important;
    text-decoration: underline !important;
}
header#landing div#map-chooser {
    width: 100%;
}
header#landing div#map-chooser div#map-col {
    float: left;
    width: 445px;
}
header#landing div#map-chooser div#map-text-col {
    float: left;
    width: 535px;
}
header#landing div#map-chooser div#map-text-col .rounded-box {
    border: 1px solid #dfecf2;
    background-color: #e9f3f7;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #003e7e;
    padding: 20px;
}
header#landing div#map-chooser div#map-text-col .rounded-box #counties-towns {
    width: 300px;
}
header#landing div#map-chooser div#map-text-col .rounded-box a.region-regional {
    color: #003e7e;
    font-size: 1.2em;
}
header#landing div#map-chooser div#map-text-col .rounded-box a.region-local {
    color: #60a0ff;
    font-size: 1.2em;
}
header#landing div#map-chooser div#map-text-col .rounded-box .towns {
    margin-left: 15px;
}
header#landing div#map-chooser div#map-text-col .rounded-box a.town {
    color: #60a0ff;
    font-size: 1.2em;
}
header#landing .option-box {
    position: absolute;
    top: 130px;
    left: 330px;
    min-height: 40px;
    margin-top: 15px;
    background-color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border:1px solid #ccc;
}
header#landing .option-box .arrow {
	margin-top: -14px;
	margin-left: 12px;
}

header#landing .option-box ul#options {
	float: left;
	list-style: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

header#landing .option-box ul#options li {
	float: left;
	margin: 0;
	padding: 12px 6px 4px 6px;
	height: 20px;
	text-align: center;
}

header#landing .option-box a {
	clear: both;
	width:100px;
	background-color: #b4d6f1;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color:#fff;
	font-size:1.3em;
	padding:4px;
}

header#landing .option-box a.active {
	background-color: #003e7e;
}

header#landing form#form-search-best {
	padding: 15px 14px 2px 14px;
	overflow: hidden;
}

header#landing form#form-search-best div.col-text {
    float: left;
}
header#landing form#form-search-best div.col-submit {
    padding-top: 29px;
}
header#landing form#form-search-best label {
	color: #ffffff;
	font-size: 1.8em;
	line-height: 1.6em;
	padding-right: 25px;
}
header#landing form#form-search-best input[type="text"] {
	margin-bottom: 10px;
	margin-right: 10px;
	padding:5px;
	width: 230px;
	font-size:1.2em;
}
header#landing form#form-search-best input[type="submit"] {
	float: right;
	margin-top: -2px;
	width: 125px;
	height: 33px;
}

.placeholder
{
  color: #aaa;
}

header#main #search-message {
	clear: both;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	margin-top: 10px;
	background-color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding:10px;
	font-size:1.4em;
}
header#landing #search-message {
	clear: both;
	margin-left:auto;
	margin-right:auto;
	width: 81%;
	margin-top: 10px;
	background-color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding:10px;
	font-size:1.4em;
}


.hide {
	display:none;
}
.alert {
  position:relative;
  overflow:hidden;
  padding: 7px;
  margin-bottom: 5px;
  background-color: #fcf8e3;
  border: 2px solid #c67605;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c67605;
  font-weight:bold;
  font-size:12px;
}
.alert i {
   color: #c67605;
}
.alert.success {
  background-color: #dff0d8;
  border-color: #57a957;
  color:#57a957;
}
.alert.success i {
  color: #57a957;
}
.alert.failure {
  background-color: #f2dede;
  border-color: #DE0000;
  color:#DE0000;
}
.alert.failure i {
  color: #DE0000;
}

.media-items-editor .image-wrapper {
    border: 1px solid #eee;
    padding: 3px;
    margin: 2px;
    float: left;
    text-align: center;
}

.media-items-editor .resource-gallery-remove-image {

}
.fake-image {
    width: 120px;
    height: 70px;
    background-color: #eee;
    color: #fff;
    font-size: 64pt;
    padding-top: 50px;
    text-align: center;
    margin-bottom: 5px;
}



/* MEDIA LIBRARY MODAL BROWSER */
#media-library-info-panel {
    height: 376px;
    width: 189px;
    float: left;
    background-color: #eee;
    border-right: 1px solid #dddddd;
    padding: 5px;
}
#media-library-info-panel .preview-wrapper {
    border: 1px solid silver;
    padding: 5px;
    width: 178px;

    max-height: 270px;
    overflow: hidden;

    text-align: center;
    background-color: #fff;
}

#media-library-info-panel .controls {
    margin-top: 1em;
    text-align: center;
}

#media-library-main-panel {
    height: 376px;
    width: 470px;
    float: left;
    margin-left: 5px;
    padding: 5px;
}
#media-library-main-panel .tab-content {
    padding: 5px;
}

#media-library-main-panel .tab-pane .inner-scroll {
    height: 332px;
    overflow: auto;
    padding: 0px;
}

#media-library-main-panel .media-wrapper {
    width: 75px;
    height: 105px;
    border: 1px solid silver;
    float: left;
    padding: 3px;
    margin-left: 5px;
    margin-bottom: 5px;
}
#media-library-main-panel .media-wrapper .clicker {
    text-align: center;
}
#media-library-main-panel .media-wrapper .inner {
    overflow: hidden;
    width: 75px;
    height: 75px;
}

#media-library-main-panel .audio .media-wrapper  {
    width: auto;
    height: auto;
    float: none;
    overflow: hidden;
}
#media-library-main-panel .audio .media-wrapper .inner  {
    width: auto;
    height: auto;
    float: left;
}
#media-library-main-panel .audio .media-wrapper .clicker  {
    width: auto;
    height: auto;
    float: right;
}

#media-library-main-panel .video .media-wrapper  {
    width: 200px;
    height: auto;
    float: none;
    overflow: hidden;
}
#media-library-main-panel .video .media-wrapper .inner  {
    width: auto;
    height: auto;

}
#media-library-main-panel .video .media-wrapper .clicker  {
    width: auto;
    height: auto;

}


.media-library-result-controls {
    clear: both;
    overflow: hidden;
}
#media-library-my-results-prev {
    float: left;
}
#media-library-my-results-next {
    float: right;
}
#media-library-shared-results-prev {
    float: left;
}
#media-library-shared-results-next {
    float: right;
}
#media-library-main-panel .loading {
    text-align: center;
    padding-top: 50px;
}

.nav-tabs, .nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}
.nav-tabs:after, .nav-pills:after {
  clear: both;
}
.nav-tabs > li, .nav-pills > li {
  float: left;
}
.nav-tabs > li > a, .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: 7px;
}
.nav-tabs > li > a {
  outline: none;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
border-color: #eeeeee #eeeeee #dddddd;
background-color: #eeeeee
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.tabbable {
  *zoom: 1;
  border-style: solid;
  border-color: #ddd;
  border-width: 0px;
}
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
}
.tabbable:after {
  clear: both;
}
.tabbable > .nav-tabs {
  margin: 0;
}
.tab-content {
  border-style: solid;
  border-color: #ddd;
  border-width: 0px;
  padding: 0px 0 0 0;
  background-color:#fff;

}
.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none;
}
.tab-content > .active, .pill-content > .active {
  display: block;
  background-color:#fff;
}
.tabbable-bordered {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tabbable-bordered > .tab-content {
  border-width: 0 1px 1px 1px;
  padding: 20px 20px 10px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs .active > a, .tabs-below > .nav-tabs .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-below > .tab-content {
  padding: 0 0 10px 0;
}
.tabs-below.tabbable-bordered > .tab-content {
  border-width: 1px 1px 0 1px;
  padding: 20px 20px 10px 20px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabs-left, .tabs-right {
  margin-bottom: 20px;
}
.tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .tab-content, .tabs-right > .tab-content {
  overflow: hidden;
}
.tabs-left > .nav-tabs {
  float: left;
  left: 1px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-left > .tab-content {
  padding: 0 0 0 19px;
  border-left-width: 1px;
}
.tabs-left.tabbable-bordered {
  border-width: 0 1px 0 0;
}
.tabs-left.tabbable-bordered > .tab-content {
  border-width: 1px 0 1px 1px;
  padding: 20px 20px 10px 20px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs {
  float: right;
  right: 1px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.tabs-right > .tab-content {
  padding: 0 19px 0 0;
  border-right-width: 1px;
}
.tabs-right.tabbable-bordered {
  border-width: 0 0 0 1px;
}
.tabs-right.tabbable-bordered > .tab-content {
  border-width: 1px 1px 1px 0;
  padding: 20px 20px 10px 20px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.control-group {
  margin-bottom: 9px;
}
.form-horizontal legend + .control-group {
  margin-top: 0px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 10px;
  *zoom: 1;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group > label {
  float: left;
  width: 120px;
  padding-top: 5px;
  text-align: left;
  font-weight:bold;
}
.form-horizontal .controls {
  margin-left: 160px;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}

form#form-event-search input[type="text"] {
	width: 100px;
}

#guide ul li a{
	font-size: 1.2em;
	font-weight: bold;
}

.btn {
  display: inline-block;
  padding: 4px 10px 4px;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;
}
.btn.btn-mini {
  padding: 0 10px !important;
  line-height: 16px !important;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.recaptchatable {
  background-color:#fff;
}
/*
.error, .error input, .error select, .error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.error input:focus, .error select:focus, .error textarea:focus {
  border-color: #953b39;
}
*/



form div.std_element_wrapper {
    clear:both;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
}
form div.std_element_wrapper.small {
    height: 20px;
}
form div.std_element_wrapper.error {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
form div.std_element_wrapper.error label {
	font-weight: bold;
}
form div.std_element_wrapper span.error {
	display: block;
	position:relative;
	font-size: 11px;
	font-style: italic;
	color: #b90000;
}

form div.std_element_wrapper span {
    font-family: chaloops-medium, Sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.2em;
}

form .loading {
    position:relative;
    margin-top:-5px;
    width:25px;
    height:25px;
    float:right;
    display:none;
    background-image: url('/assets/images/global/ajax-loader.gif');
    background-repeat: no-repeat;
}

.submenu ul p {
	color:#fff;
}


/* Recent Content Items */
section#section-recent-content
{
	text-align: center;
	width: 100%;
}

section#section-recent-content ul
{
	margin: auto auto;
	text-align: left;
	width: 98%;
}

section#section-recent-content ul li.widget
{
	float: left;
	width: 22%;
	min-width: 200px;
	margin: 0px 35px 0px 0px;
}



section#section-recent-content ul li#widget-recent-offers
{
	margin-right: 0px;
}


section#section-recent-content ul li.widget .list .item .description
{
	margin: 10px 0px 10px 0px;
	overflow: visible;
	clear:both;
	padding-bottom: 15px;
	/*border-bottom: 1px dotted #ccc;*/

}



section#section-recent-content ul li.widget .list .item .description  img
{
	float: left;
	margin: 0px 10px 10px 0px;
}

section#section-recent-content ul li.widget .list .item h3.title
{
	margin-bottom: 10px;

}

section#section-recent-content ul li.widget .list .item h3.title a
{
	color: #003E7E !important;
	font-weight: bold;

}

section#section-recent-content .widget .head h2
{
	color: white;
	font-family: chaloops-medium, sans-serif;
	padding-top: 2px;

}

section#section-recent-content ul li.widget .list .item h4
{
	clear: both;
}


/*#widget-have-you-seen.widget .list .item .title a {
	font-weight: bold;
}*/

#twitterSearch {

	margin-top: 10px;

}

.tweets .tweet {
	margin: 5px 0px;

}

div#privacypolicy section#general,div#privacypolicy section#general a
{

	line-height: 2em;
	font-size: 1.1em;


}

div#privacypolicy section#general a
{
	display: inline;
	font-size: 1em;
}

div#privacypolicy section#general ul
{
	margin-bottom: 10px;

}

div#privacypolicy section#general ul li
{
	margin-left: 3%;
	list-style-type: disc;
	padding-top: 3px;
	padding-bottom: 3px;

}


div#privacypolicy section#general h1, div#privacypolicy section#general h2,div#privacypolicy section#general h3
{
	line-height: 1.3em;
	padding: 3px 0px;
	margin: 3px 0px;

}

div#privacypolicy section#general h1
{
	font-size: 2.2em;

}

div#privacypolicy section#general h2
{
	font-size: 1.8em;

}

div#privacypolicy section#general h3
{
	font-size: 1.6em;
}

div#form-register label > .error {
    color:#ccc;
}

div#form-register span {
    color:#FFF;
}




.sidebar-navigation-menu {
    border: 1px solid #e5e8e8;
    border-radius: 10px;
    background-color: white;
    list-style: none;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.sidebar-navigation-menu li {
    list-style: none;
    display: block;
    border-top: 1px solid #e5e8e8;
}
.sidebar-navigation-menu li.first {
    border-top: none;
}
.sidebar-navigation-menu li.active,
.sidebar-navigation-menu li.active a,
.sidebar-navigation-menu li.active a:hover,
.sidebar-navigation-menu li.active span
{
    background-color: #003e7e;
    color: white!important;
}

.sidebar-navigation-menu li a {
    display: block;
    padding: 10px;
    color: #333;
}
.sidebar-navigation-menu li a:hover {
    background-color: #f0f0f0;
}
.sidebar-navigation-menu li span.name {
    display: block;
    font-size: 12pt;
    font-weight: bold;
}
.sidebar-navigation-menu li span.description {
    display: block;
    font-size: 10px;
    font-style: italic;
    color: #999;
}






/*
    NEW FORM STYLE
    --------------

    As used in the new (Jan 2013) user profile sections.
*/

form.new-style fieldset {
    border: 1px solid #003e73;
    padding: 10px;
    padding-bottom: 20px;
    margin-bottom: 2em;

    border-radius: 10px;
    background-color: white;
}
form.new-style fieldset.controls {
    padding: 10px 10px 10px 168px;
}
form.new-style fieldset legend {
    font-size: 10pt;
    padding: 3px 20px;
    border: 1px solid #003e73;
    background-color: #003e73;
    border-radius: 10px;
    color: #fff;
    margin-left: 25px;
}
form.new-style fieldset p {
    padding: 5px;
}
form.new-style .std_element_wrapper {

}
form.new-style .std_element_wrapper span {
    font-family: "Arial" sans-serif;
    font-weight: normal;
    font-size: 10px;
}
form div.std_element_wrapper span.clean {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
form.new-style .std_element_wrapper span.help-inline {
  line-height: 24px;
}
form.new-style label {
    width: 135px;
    margin-right: 20px;
    font-size: 12pt;
    line-height: 1em;
    padding: 6px 0px 0px 4px;
}
form.new-style label.checkbox-label {
    width: auto;
    font-weight: normal;
    font-family: facitweb, Arial, Helveltica, sans-serif;
    font-size: 10pt;
}
form.new-style input {
    margin: 0px 5px 0px 1px;
}
form.new-style textarea {
    margin: 0px 5px 0px 1px;
    width: 400px;
    height: 100px;
}
form.new-style input.email-address {
    width: 300px;
}
form.new-style input.checkbox {
    margin: 5px 5px 0px 1px;
}

.profile-item-list .entry {
    position: relative;
    border: 1px solid #003e73;
    padding: 10px 50px 10px 10px;
    margin-bottom: 2em;
    border-radius: 10px;
    background-color: white;
    overflow:hidden;
}
.profile-item-list .entry .name .controls {
    font-family:normal;
    font-size:10pt;
    float:right;
    text-align: right;
    width:50px;
}
.profile-item-list .entry .name .controls span.small {
    display:block;
    text-align: right;
}
.profile-item-list .entry .name {
    font-family: "chaloops-medium", Arial, Helveltica, sans-serif;
    font-weight: bold;
    font-size: 14pt;
    line-height:1.1em;
}
.profile-item-list .entry .talkback-actions {
    margin-top: 1em;
}
.profile-item-list .entry .talkback-actions .talkback-reply-input {
    width: 100%;
    outline: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.profile-item-list .entry .talkback-actions .talkback-reply-error {
    color: red;
}
.profile-item-list .entry .talkback-actions .talkback-reply-info {
    margin-bottom: 1em;
}
.profile-item-list .entry .label {
    font-weight: bold;
    padding-left: 10px;
}

.profile-item-list .entry.with-image .image {
    float:left;
    margin-right:10px;
}

#user-profile-blog-list .date {
    font-weight: normal;
    font-size: 12px;
}

#edit-profile-image-preview {
    padding: 2px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#user-profile h1 {
    font-family: "chaloops-medium", Arial, Helveltica, sans-serif;
}

.panel .btn {
    font-family: chaloops-medium, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.6em;
	line-height: 1em;
	background: #a8ba0c;
	border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 6px 14px 4px 14px;
	margin: 10px 0 10px 0;
	text-shadow: -0.1em -0.1em 0.2em #98a20c;
	color: #ffffff;
	background-image: linear-gradient(bottom, rgb(167,184,37) 50%, rgb(157,176,12) 30%);
	background-image: -o-linear-gradient(bottom, rgb(167,184,37) 50%, rgb(157,176,12) 30%);
	background-image: -moz-linear-gradient(bottom, rgb(157,176,12) 30%, rgb(167,184,37) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(167,184,37) 50%, rgb(157,176,12) 30%);
	background-image: -ms-linear-gradient(bottom, rgb(167,184,37) 50%, rgb(157,176,12) 30%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, rgb(167,184,37)),
		color-stop(0.3, rgb(157,176,12))
	);
}
table#review-list.table{max-width:680px;}

section#search .no-results {
    text-align: center;
}

section#search .no-results h1,
h1.did-you-mean {
    margin-bottom: 1em;
}
h1.did-you-mean,
h1.did-you-mean > a {
    font-family: "chaloops-medium", Arial, Helveltica, sans-serif;
    font-weight: bold;
    font-size: 18pt;
    line-height:1.5em;
}
h1.did-you-mean > a {
  text-decoration: underline;
}
h1.did-you-mean > a.regular-font {
    font-family: facitweb, Arial, Helveltica, sans-serif;
}

section#search .no-results h3 {
    font-family: facitweb, Arial, Helveltica, sans-serif;
    font-weight: bold;
    font-size: 12pt;
    line-height:2em;
}

section#search .no-results p {
    font-family: facitweb, Arial, Helveltica, sans-serif;
}

section#search .results-view-all {
    line-height:30px;
}

section#search .results-view-all p{
    padding-left:10px;
    float:left;
    font-weight: bold;
    font-size: 14px;
}

section#search .results-view-all a {
    padding-right:10px;
    float:right;
    font-weight: bold;
    font-size: 14px;
}
.xdebug-var-dump {
    font-size: 12px;
}
.xdebug-var-dump small {
    display: inline;
}
.badges {
    position: relative;
}

.badges .buy-local-supporter {
    position: absolute;
    right:-5px;
    bottom:-5px;
    height:35px;
    width:35px;
    background:url('../images/badges/buy-local-supporter.png') right no-repeat;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid > [class*="span"] {
  float: left;
  margin-left: 2.127659574%;
}
.row-fluid > [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span12 {
  width: 99.99999998999999%;
}
.similarity-results {
  clear: both;
  margin-left: 160px;
}
.similarity-results .act.act-danger {
  color: #b90000;
}
.similarity-results .act.act-success {
  color: #008900;
}
#media-library-modal-browser .nav-tabs {
    list-style: none;
}
#media-library-modal-browser .nav-tabs > li {
    position: relative;
    top: -3px;
}
#media-library-modal-browser .preview-wrapper img {
    max-width: 178px;
}
#media-library-modal-browser .media-wrapper img {
    max-width: 75px;
}
