/* ========================== */
/*           GLOBAL           */
/* ========================== */

html {
  	line-height: 1.2;
  	}

body {
  	background: #444;
  	font-family: Lato, 'Lucida Grande', 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
  	line-height: 1.5em;
  	}
  	
#main {
	background-color: #FFF;
  	position: relative;
  	margin: 0 auto;
  	padding: 30px 0;
  	display: block;
  	overflow: hidden;
  	}
  	
#banner {
	position: relative;
	background-color: #333;
	} 	
  	
.inner {
  	margin: 0 auto;
  	width: 92%;
  	max-width: 639px; /* mobile and LTE IE8 */
  	display: block;
  	position: relative;
  	overflow: hidden;
  	}
  	
/*#banner img,
.top-left-btm-layout #content-top img,
.top-right-btm-layout #content-top img,
.top-left-right-layout #content-top img,
.onecol-layout #content-top img {
	width: 100%;
	height: 100%;
	}*/
	
a {
  	text-decoration: none;
  	outline: none;
  	color: #449BD4;
  	}

#content-area a:hover {
  	text-decoration: underline;
  	}
  	
  	
/* ========================== */
/*           HEADER           */
/* ========================== */

#header {

	}


/* ========================== */
/*         NAVIGATION         */
/* ========================== */

#nav {
	background-color: #333; /* mobile menu */
	letter-spacing: 1px;
	}
.menu-main {
	padding: 15px 0;
	}
.menu-main li {
  	display: inline-block;
  	line-height: 1.2;
  	padding: 0;
  	}
.menu-main ul.menu li {
  	margin-left: 0;
  	font-size: 1.25em;
  	}
.menu-main li a {
  	padding: 15px 20px;
  	}
.menu-main li a:hover {
  	text-decoration: none;
  	}
  	
.responsive-menus.responsified span.toggler,
.responsive-menus.responsified .responsive-menus-simple {
	box-shadow: none;
	}

.menu-footer li {
	display: inline-block;
  	line-height: 1.2;
  	font-size: 0.8em;
  	padding: 0;
  	}
  	
.menu-footer li a {
  	color: #FFF;
  	padding: 0 20px 0 0;
  	}
	

/* ========================== */
/*          CONTENT           */
/* ========================== */

/* ----- Breadcrumb ----- */
  	
.breadcrumb {
  	padding: 7px 0;
  	font-size: 0.75em;
  	color: #999;
  	}
.breadcrumb a {
  	color: #84b7d8;
  	text-decoration: underline;
  	}
  	
/* ----- */

.pane-node-title {
	font-size: 2.4em;
	line-height: 1em;
	margin: 0 0 0.5em 0;
	}


/* ========================== */
/*       PANELS LAYOUTS       */
/* ========================== */

#content-area {
	margin-bottom: 2em;
	}
	
/* ----- Site Master Sidebars ----- */

.site-master-sidebars-layout #left,
.site-master-sidebars-layout #right,
.site-master-sidebars-layout #main-content {
  	width: 100%;
  	}

/* ----- One Column ----- */

.onecol-layout #content-top {
  	margin: 0 0 15px;
	}

/* ----- Top Left Btm, Top Right Btm ----- */

.top-left-btm-layout #content-top,
.top-left-btm-layout #content #left,
.top-right-btm-layout #content-top,
.top-right-btm-layout #right {
  	margin: 0 0 20px;
  	position: relative;
  	}
.top-left-btm-layout #content,
.top-right-btm-layout #content {
  	overflow: hidden;
  	*zoom: 1;
  	}

/* ----- Top Left Right ----- */

.top-left-right-layout #content {
  	overflow: hidden;
  	*zoom: 1;
	}
.top-left-right-layout #left,
.top-left-right-layout #right {
  	width: 460px;
  	float: left;
	}
.top-left-right-layout #right {
  	float: right;
	}


/* ========================== */
/*           FOOTER           */
/* ========================== */

#footer {
  	padding: 20px 0;
  	background: #444;
  	min-height: 50px;
  	}
