/*body {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}*/
body, input, textarea, select {
    font-family: "Lucida","Lucida Grande","Trebuchet MS",Tahoma,Verdana,sans-serif;
}

input, select, textarea, body {
    font: 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.05em;
	FONT-FAMily: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 18px;
}

/* make it a bit smaller for block headers */
.block h2 {
  font-size: 16px;
  margin: 0;	
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 13px;
}

/* TODO  - style ajax-slideshow */
div.as-panes div.pane {
	
	background-color: inherit !important;


	}

div.ajax-slideshow-wrapper,
#mini-panel-front_top .panel-col-last
{
	background-color: grey;
	color:white;
	height: 100%;
		-moz-border-radius:5px;
   -webkit-border-radius:5px;
	}

div.ajax-slideshow-content-left a
{
float: left;
margin-right: 10px;
}

.ajax-slideshow-content-pane,
.ajax-slideshow-clear
{
	clear: both;
	
	}
