/*
body {
	font-family:'Avant Garde', "Futura Lt","Futura Light","Century Gothic light","Century Gothic","Gill Sans","Gill Sans MT",GillSans,"Trebuchet MS","Droid Sans",Verdana,Helvetica,Arial,sans-serif;		
	letter-spacing: 0.05em;
}
header {
	padding:20px 3.8%;
}
img.border {
	padding:3px 3px 3px 3px;
	border:solid 1px #dbdbdb;
}
#content li {
	font-size: 1.1em;
}

#logo {
	width:100%;
	float:none;
	text-align: center;
    background-image: url('/images/logo-small.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    min-height:120px;
}


#logo h1 {
	font-family:'Avant Garde', "Futura Lt","Futura Light","Century Gothic light","Century Gothic","Gill Sans","Gill Sans MT",GillSans,"Trebuchet MS","Droid Sans",Verdana,Helvetica,Arial,sans-serif;	
	font-size:0.8em;
	font-weight: 400;
        letter-spacing: 0.2em;
	margin-bottom:0px;
        margin-top:20px;
        
}
#logo h2 {
	font-family:'Avant Garde', "Futura Lt","Futura Light","Century Gothic light","Century Gothic","Gill Sans","Gill Sans MT",GillSans,"Trebuchet MS","Droid Sans",Verdana,Helvetica,Arial,sans-serif;	
	font-size:0.70em;
	font-weight: 300;
	letter-spacing: 0.1em;
        color:#8b8b8b;
}
h1,h2,h3,h4,h4,h6 {
	font-family:'Avant Garde', "Futura Lt","Futura Light","Century Gothic light","Century Gothic","Gill Sans","Gill Sans MT",GillSans,"Trebuchet MS","Droid Sans",Verdana,Helvetica,Arial,sans-serif;	
	letter-spacing: 0.08em;
	font-weight: 400;
}
h3 {
	font-size: 1.6em;
}
.theme-default .nivoSlider {
  box-shadow:none;
}
p {
	font-size: 1.1em;
}
footer #credits .right {
	font-family:'Avant Garde', "Futura Lt","Futura Light","Century Gothic light","Century Gothic","Gill Sans","Gill Sans MT",GillSans,"Trebuchet MS","Droid Sans",Verdana,Helvetica,Arial,sans-serif;		
}
footer ul li {
	border-bottom:none;
}
.ccm-tweet-text a {
	display:inline !important;
}
footer {
	text-shadow: none;
}
.narrow-logo {
  display:none;
}
*/

/* Social Media */
/*
#socialmedia a {
	-moz-transition:color, background .3s ease-out;
	-o-transition:color, background .3s ease-out;
	-webkit-transition:color, background .3s ease-out;
	transition:color, background .3s ease-out;
}

#button-fb
{
  display: block;
  width: 34px;
  height: 34px;
  background: url("/images/facebook_icon_32_hover.png") no-repeat 0 0;
}
#button-fb:hover
{ 
  background: url("/images/facebook_icon_32_hover.png") no-repeat 0 -34px;
}
#button-fb span
{
  position: absolute;
  top: -999em;
}

#button-twitter
{
  display: block;
  width: 34px;
  height: 34px;
  background: url("/images/twitter_icon_32_hover.png") no-repeat 0 0;
}
#button-twitter:hover
{ 
  background: url("/images/twitter_icon_32_hover.png") no-repeat 0 -34px;
}
#button-twitter span
{
  position: absolute;
  top: -999em;
}

#button-youtube
{
  display: block;
  width: 34px;
  height: 34px;
  background: url("/images/youtube_icon_32_hover.png") no-repeat 0 0;
}
#button-youtube:hover
{ 
  background: url("/images/youtube_icon_32_hover.png") no-repeat 0 -34px;
}
#button-youtube span
{
  position: absolute;
  top: -999em;
}
#button-linkedin
{
  display: block;
  width: 34px;
  height: 34px;
  background: url("/images/linkedin_icon_32_hover.png") no-repeat 0 0;
}
#button-linkedin:hover
{ 
  background: url("/images/linkedin_icon_32_hover.png") no-repeat 0 -34px;
}
#button-linkedin span
{
  position: absolute;
  top: -999em;
}
#social-buttons-small 
{
	float:left;
	padding-top:0px;
	padding-right:5px;
}
#social-buttons-small ul 
{
	list-style: none !important;
	margin:0px 0px 0px 0px !important;
	padding-left: 0px;
}
#social-buttons-small li 
{
	display:inline;
	float:left;
	margin:3px 0px 0px 3px !important;
}
#social-buttons-small li:first-child 
{
	margin:3px 0px 0px 0px !important;
}

@media only screen and (max-width: 880px) {
	#logo {
		background-image: none !important;
		}
        .narrow-logo {
           display:block;
        }
}

@media only screen and (max-width: 600px) {
	#logo h1 {
		font-size:95%;
	}
	#logo h2 {
		font-size:75%;
	}

}
*/
/* Flat button first used on Dessy's */
/*
#container a.button,
#container button,
#container input[type="submit"],
#container input[type="reset"],
#container input[type="button"] {
	background: #0d2c75; 
	border: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	padding: 5px 5px;
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
        color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-shadow: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 21px;
	}
#container a.button:hover
{
	background: #556996; 
	border: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	padding: 5px 5px;
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
        color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-shadow: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 21px;
}
*/
.top-banner {
	display:block;
	overflow: hidden;
}
.banner-left {
	width:30%;
	float:left;
}
.banner-right {
	width:70%;
	float:right;
	text-align: center;
}
@media only screen and (max-width: 500px) {
	.banner-left {
		width:100%;
		float:none;
		text-align: center;
	}
	.banner-right {
		width:100%;
		float:none;
		text-align: center;
	}
}