
/*
	Author:  JOSH MCDONALD
	Twitter: @onestepcreative
	Website: onestepcreative.com



	Color Palatte:

	Bright Red:		#D01212
	Medium Gray:	#555555
	Off Black:		#141414
	Off White:		#EAEAEA

*/

.xoxo li a img {
	max-width: 120px;
}

.xoxo {
	display: block;
	clear: both;
	height: auto;
	margin: 0;
	padding: 0 0 5px 0;
}

.xoxo li {
	clear: both;
	display: block;	
}

/* ============================================ */
/* ===== MISCELLANEOUS GLOBAL PAGE STYLES ===== */
/* ============================================ */

html {
	height: 100%;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
}

body {
	/* background: url(/wp-content/themes/devly/assets/img/ui/page-bg.png) repeat fixed; */
	background-color: #fafafa;
	font: 14px/20px Helvetica, Sans-Serif;
	color: #565656;
	}

a, a:visited {
	color: #128fe6;
	text-decoration: none;
	}

a:hover, a:visited:hover,
a:focus, a:visited:focus {
	color: #2ba3f9;
	}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: Sans-Serif;
	font-weight: bold;
	}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	}

h1 {font-size: 36px;}

#welcome h1 span{
	display: inline-block;
    font-size: 16px;
    margin-top: -5px;
    position: absolute;
}

h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 14px;}

p { -webkit-hyphens: none; -moz-hyphens: none; -epub-hyphens: none; hyphens: none; }

p{
	color: #4a4a4a;
	font-size: 14px;
	line-height: 22px;	
}

#main-content ul{
	line-height: 24px;
}

#main-content ul li{
	background: url("../img/ui/blue-bullet.png") no-repeat scroll 0px 9px transparent;
	padding-left: 15px;
	list-style-type: none;
}

a:link, a:visited:link { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
img { height: auto!important; max-width: 100%; width: auto\9; }
.sidebar ul, .sidebar ol, .commentlist { list-style: none; }
b, strong, .strong { font-weight: bold; }
dfn, em, .em { font-style: italic; }
small, .small { font-size: 75%; }
ul, ol { padding: 0; }
dd { margin: 0; }

@font-face {
    font-family: 'collatorregular';
    src: url('../type/collator-webfont.eot');
    src: url('../type/collator-webfont.eot?#iefix') format('embedded-opentype'),
         url('../type/collator-webfont.woff') format('woff'),
         url('../type/collator-webfont.ttf') format('truetype'),
         url('../type/collator-webfont.svg#collatorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ================================================== */
/* ===== MAIN PAGE FRAMEWORKS ELEMENTS & STYLES ===== */
/* ================================================== */

#page-container {
	margin: 0;
	padding: 50px 0 0 0;
}

.wrap {
	width: 90%;
	margin: 0 auto;
	}

/* ================================================ */
/* ===== GLOBAL SITE HEADER ELEMENTS & STYLES ===== */
/* ================================================ */

#topbar {
	background-color: #191919;
	/*
background-image: -webkit-gradient(linear, left top, left bottom, from(#3E3E3E), to(#252525));
	background-image: -webkit-linear-gradient(top, #3E3E3E, #252525);
	background-image: -moz-linear-gradient(top, #3E3E3E, #252525);
	background-image: -o-linear-gradient(top, #3E3E3E, #252525);
	background-image: -ms-linear-gradient(top, #3E3E3E, #252525);
	background-image: linear-gradient(top, #3E3E3E, #252525);
*/
	border-bottom: 1px solid #050505;
	color: #8C8C8C;
	display: block;
	margin: 0;
	padding: 0;
	position: fixed; bottom: 0; left: 0; right: 0; top: 0;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
	z-index: 1000;
}

#header {
	display: block;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}


#header #logo {
	display: block;
	text-align: left;
	float: left;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    
}

#header #logo a {
	color: #DDD;
	display: block;
	float: left;
	text-shadow:  0 1px 0 #FFF;
	-webkit-transition: color 0.2s linear;
   	-moz-transition: color 0.2s linear;
   	-o-transition: color 0.2s linear;
   	transition: color 0.2s linear;
}

#header #logo a:hover {
	color: #FEA900;
}

/*
#menu-navigation {
	float: right;
}
*/

/* Navigation */

#headerNavigation, #footerNavigation{
	font-family: 'collatorregular', sans-serif;
	text-align: right;
	transition: all 0.25s ease-in-out 0s;
}

#headerNavigation #menu-navigation {
	float: right
}

#headerNavigation ul li{
	list-style-type: none;
}

#headerNavigation ul li a {
	background: none;
	border: none;
	color: #fff;
	padding: 5px 10px;
}

#headerNavigation ul li a:hover, #headerNavigation ul li a:target{
	color: #128ee6;
}



/* =============================================== */
/* ===== GLOBAL TYPOGRAPHY ELEMENTS & STYLES ===== */
/* ================================================ */


h2.post-title, h2.page-title {
	line-height: 36px;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
h2.page-title{
	font-size: 30px;
	margin-bottom: 30px;
}
	
h2.post-title{
	font-size: 24px;
}

.post-title, .post-title a{
	color: #191919  !important;
	letter-spacing: -1px;
}

h3.comment-name {
	font-size: 18px;
	line-height: 38px;
	margin: 0 20px 0 0;
	padding: 0;
	}

h3.author-name {
	font-size: 20px;
	margin: 2% 0 0 0;
	padding: 0;
	}
	
.title{
	font-weight: bold;
	margin: 0 0 20px 0;
	padding-top: none;
}

#welcome h1{
	margin-top: 0px;
	padding-top: 0px;
}

#welcome h3{
	color: #128FE6;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* =========================================== */
/* ===== GLOBAL HEADER ELEMENTS & STYLES ===== */
/* =========================================== */

/*
.menu ul {
	}

.menu ul li {
	}

.menu ul li a {
	background: #EEE;
	border: 1px solid #DDD;
	display: block;
	margin: 0 2px 2px 0;
	padding: 5px 10px;
	text-decoration: none;
	}

.menu ul li ul.sub-menu li a,
.menu ul li ul.children li a {
	padding-left: 30px;
	}
*/
	
/* ====================================================== */
/* =================== SLIDES JS STYLES ================= */
/* ====================================================== */	

#sliderContainer {
    margin-top: -3.3em;
}

/* SLIDES */

.slides_container{
	z-index: 100;
}

.slides_container img{
	display: block;
	margin: 0 0 1.5em 0;
	max-width: 100%;
}

.slides_container div.slides_control{
	position: relative;
	float: right;
	bottom: 0;
}

#sliderContainer div#slides ul.pagination{
	margin: 0 auto;
	position: absolute;
	z-index: 101;
}

#sliderContainer div#slides ul.pagination li {
	float: left;
}


/* Pagination Btns */

.rslides_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.rslides_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.rslides_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }
  
.rslides_tabs li.rslides_here a, .rslides_tabs li a:hover {
	background-color: #128FE6;
}

/*
     Next/prev buttons
*/

#slides .next,#slides .prev {
    background-color: #FAFAFA;
    display: inline-block;
    float: right;
    font-weight: bold;
    height: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -25px;
    padding: 5px 10px;
    position: relative;
    text-transform: uppercase;
    width: 40px;
    z-index: 101;
}

#slides .next {
     
}

/*
     Pagination
*/

.pagination {
	margin:280px auto 0 10px;
	position: absolute;
	z-index: 100;
}

.pagination li {
     float:left;
     margin:0 5px;
     list-style:none;
}

/*
.pagination li a {
     display:block;
     width:9px;
     height:9px;
     background-position:-9px 0;
     float:left;
     overflow:hidden;
     text-indent: -9999px;
     z-index: 100;
}
*/

.pagination li.current a {
     background-position:0 0;
}

#slides div.slides_container div{
	float: left;
}


/* ========================================== */
/* ===== MAIN CONTENT ELEMENTS & STYLES ===== */
/* ========================================== */

/* HOME PARTNERS */

#partnerLogos li {
	list-style-image: none;
	float: left;
}

.logo {
	float: left;
    list-style-type: none;
    margin-bottom: 10px;
    margin-right: 50px;
    position: relative;
}

.logo a img {
  position:absolute;
  left:0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.logo a img.top {
}

.logo a img.top:hover {
  opacity:0;
}

#mrg{
	height: 75px;
    width: 180px;
}

#gigaOm{
	height: 30px;
	width: 180px;
}

#pyramid{
	height: 30px;
    width: 180px;
}

#pivot{
	height: 60px;
    margin-top: 20px;
    width: 180px;
}

#tdg{
	height: 55px;
	width: 180px;
}

#videonet{
	height: 50px;
	width: 180px;
}

/* GENERAL */
.article-container, .article-container-home {
	border-bottom: 1px solid #b0b0b0;
	margin: 0 0 40px 0;
	padding: 0 0 30px 0;
	}
	
.article-container-home {
	background-color: #FAFAFA;
	border-bottom: none;
    padding-top: 20px;
	}

.post-header {
	margin: 0 0 10px 0;
	}

p.meta, p.tags {
	color: #191919;
	font-weight: bold; 
	margin: 0;
	padding: 0;
	}

.post-content { }

.post-content dd {
	margin-left: 0;
	font-size: 0.9em;
	color: #787878;
	margin-bottom: 1.5em;
	}

.post-content img {
    display: block;
    float: left;
    max-width: 100%;
    margin-right: 40px;
	
	box-shadow: 0px 0px 5px 0px , 0, 0, .5); 
	-webkit-box-shadow: 0px 0px 5px 0px , 0, 0, .5);
	}
	
.post-content video,
.post-content object {
	max-width: 100%;
	}

.post-content pre,
.post-content code {
	background: #eee;
	border: 1px solid #cecece;
	padding: 10px;
	}

.wp-caption {
	background: #eee;
	padding: 5px;
	}

.wp-caption img {
	margin-bottom: 0;
	width: 100%;
	}

.wp-caption p.wp-caption-text {
	font-size: 0.85em;
	margin: 4px 0 7px;
	text-align: center;
	}

	
/* EVENTS PAGE */

.eventDate{
	margin-top: 0;
}

.post-photo-container{
	float: left;
	max-width: 200px;
	margin: 0 20px 20px 0;
}

#main-content.eightcol div.post-header p.meta {
	margin-bottom: 10px;
}

#sidebar-container.sidebar .eventSideTitle{
	font-size: 14px;
    line-height: 20px;
    margin: 10px 0 0;
}

#main-content .pageNavigation ol.fireballPagination li{
	float: left;
    margin-right: 10px;
}

html.js body.page div#page-container div#content-container div#content.wrap div#main-content.eightcol nav.pageNavigation ol.pagination{
	margin-top: 0px;
}

/* PUBLICATIONS PAGE */

/* ============================================= */
/* ===== SIDEBAR (ASIDE) ELEMENTS & STYLES ===== */
/* ============================================= */

.widget {
	clear: both;
    display: block;
    margin-bottom: 20px;
}

.widgettitle{
	background: #000 url(../img/ui/widgetHeaderCorner.png) 100% 100% no-repeat;
	border: none !important;
	clear: both;
	color: #fafafa;
	font-size: 14px;
	padding: 5px 0 5px 12px;
	text-transform: uppercase;
}

.widget_search{
	padding-top: 0px !important;
}

#homeSearchform, #searchform{
	background-color: #dfdfdf;
	margin: 0 auto;
	padding: 1em 8%;
}

#homesearch, #search, #searchbox{
	color: #989898;
	font-size: 12px;
	padding: 5px 2%;
	width: 61%
}

button, .button, #submit, #search-submit, .submitbutton{
	background-color: #128fe6;
	border: none;
	color: #fff;
	float: right;
	font-family: 'collatorregular', sans-serif;
	font-size: 10px;
	padding: 8px 40px;
	text-align: center;
	text-transform: uppercase;
	width: 30%;
}

button, .button, #submit, #search-submit, .submitbutton:hover{
	background-color: #3ea5ef;
}

.widget ul li { 
	border-bottom: 1px solid #C0C0C0;
    clear: both;
    /* float: left; */
    margin: 0 !important;
    width: 100%;
}

.widget ul li:last-child { 
	border: none;
}

#linkcat-7.widget ul.xoxo li /* FOR THE TEMPORARY LINK WIDGET FOR PUBLICATIONS */ {
	clear: right;
    float: left;
    margin-right: 5em;
    padding: 10px 0;
}

#home-sidebar-container .widget ul li a {
	color: #373737;
    display: block;
    font-weight: bold;
    line-height: 30px;
}

#home-sidebar-container h5{
    margin: 10px 0 0;	
}

.widget ul li a {
	color: #6D6D6D;
    display: block;
    font-weight: bold;
    line-height: 20px;
    margin: .3em 0em;
}

.widget ul li a:hover {
	color: #128fe6;
}

.widget ul li a img {
	clear: both;
    float: left;
    margin: 0 5% 3% 0;
    position: relative;
	
}

#reportsPublications.widget ul li a img{
	-webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, .15);                  
	box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, .15);
}

/* SIDEBAR CALENDAR */

#wp-calendar{
	width: 100%;
	text-align: center;
}

#wp-calendar caption{
	font-weight: bold;
	margin-bottom: 7px;
}

#wp-calendar tfoot tr td#prev {
	text-align: left;
}

#wp-calendar tfoot tr td#next {
	text-align: right;
}

/* SIDEBAR PUBLICATIONS */

#home-sidebar-container .sidebar div ul.xoxo li a{}

#sidebar-container.sidebar div#reportsPublications.widget ul.publications li.report {
	padding: 25px 0 5px 0;
}

/* SIDEBAR SELECT */

select {
	background-color: #e4e4e4;
	padding: 5px;
	border: none;
	-webkit-box-shadow: inset 0px 3px 2px 0px rgba(0, 0, 0, .01);
    box-shadow: inset 0px 3px 2px 0px rgba(0, 0, 0, .01);
}

/* SIDEBAR MAILCHIMP */

#mc_signup_form .mc_input {
    margin-bottom: 0.5em;
    width: 100%;
}

#mc_signup_submit{
	margin-bottom: 20px;
}


/* =============================================== */
/* ===== AUTHOR BIO LAYOUT ELEMENTS & STYLES ===== */
/* =============================================== */

#bio-container {
	background-color: #dfdfdf;
	display: block;
	float: left;
	margin: 30px 0;
	padding: 2% 2% 0 2%;
	position: relative;
	width: 96%;
	}

.gravatar {
	display: block;
    float: left;
    margin: 0 4% 0 0;
    width: 13%;
	}

.gravatar img {
	border: 3px solid #fff;
	border-radius: 50%;
	margin: 0 0 0 5%;
	padding: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	}
	
.speechArrow, .speechBubble {
	background-image: url(../img/ui/authorCorner.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 18px;
	margin-top: -2%;
	width: 21px;
}

.speechArrow {
	margin-left: 17%;
	margin-top: -2.1%;
}

.speechBubble{
	float: right;
	height: 36px;
    margin: -18px 0 0 0;
    position: absolute; top: 0; right: 0;
}

.about {
	display: block;
	float: left;
	margin: 0;
	width: 75%;
	}

#ns_widget_mailchimp-email-2{
	margin-bottom: 5px;
    padding: 4px;
    width: 32%;
}

/* =========================================== */
/* ===== COMMENTS LIST ELEMENTS & STYLES ===== */
/* =========================================== */

.commentlist, .commentlist li {
	list-style: none;
	}

.comment-container {
	margin: 0 0 50px 0;
	position: relative;
	}

.comment-container.even .comment-text {
	background: #F3F3F3;
	}

.comment-container.odd .comment-text {
	background: #FFF;
	}

.comment-author {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 10px 0;
	width: 100%;
	}

.comment-author img,
.comment-author .avatar,
.comment-author .gravatar {
	border-radius: 50%;
	}

.comment-author img, .comment-author h3,
.comment-author .datetime {
	float: left;
	line-height: 38px;
	margin: 0 20px 0 0;
	padding: 0;
	}

.comment-author .datetime a {
	color: #BBB;
	font-size: 12px;
	font-weight: lighter;
	}

.comment-author a.comment-edit-link {
	float: right;
	font-size: 11px;
	line-height: 38px;
	margin: 0 1% 0 0;
	}

.comment-text {
	border: 1px solid #EEE;
	clear: left;
	float: left;
	padding: 0 2%;
	width: 96%;
	}

.comment-meta {
	float: right;
	}

.comment-reply-link {
	background-color: #EDEDED;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#EDEDED));
	background-image: -webkit-linear-gradient(top, #FAFAFA, #EDEDED);
	background-image: -moz-linear-gradient(top, #FAFAFA, #EDEDED);
	background-image: -o-linear-gradient(top, #FAFAFA, #EDEDED);
	background-image: -ms-linear-gradient(top, #FAFAFA, #EDEDED);
	background-image: linear-gradient(top, #FAFAFA, #EDEDED);
	border: 1px solid #BEBEBE;
	border-radius: 3px;
	color: #676767;
	cursor: pointer;
	display: inline-block;
	font: 11px/11px Helvetica, Sans-Serif;
	font-weight: bold;
	height: 10px;
	margin: 10px 0 0 0;
	padding: 5px 10px;
	text-decoration: none;
	text-shadow: 0 1px 1px #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	}

.comment-reply-link:hover, .comment-reply-link:visited:hover,
.comment-reply-link:focus, .comment-reply-link:visited:focus {
	color: #676767;
	border: 1px solid #BEBEBE;
	background-color: #a9daf1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#E5E5E5));
	background-image: -webkit-linear-gradient(top, #FAFAFA, #E5E5E5);
	background-image: -moz-linear-gradient(top, #FAFAFA, #E5E5E5);
	background-image: -o-linear-gradient(top, #FAFAFA, #E5E5E5);
	background-image: -ms-linear-gradient(top, #FAFAFA, #E5E5E5);
	background-image: linear-gradient(top, #FAFAFA, #E5E5E5);
	}

.comment-reply-link:active, .comment-reply-link:visited:active {
	background-color: #FAFAFA;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), to(#FAFAFA));
	background-image: -webkit-linear-gradient(top, #EDEDED, #FAFAFA);
	background-image: -moz-linear-gradient(top, #EDEDED, #FAFAFA);
	background-image: -o-linear-gradient(top, #EDEDED, #FAFAFA);
	background-image: -ms-linear-gradient(top, #EDEDED, #FAFAFA);
	background-image: linear-gradient(top, #EDEDED, #FAFAFA);
	}

/* ============================================= */
/* ===== PAGE NAVIGATION ELEMENTS & STYLES ===== */
/* ============================================= */

.page-nav,
.wp-prev-next {
	margin: 1.1em 0 2.2em;
	}

.devly-page-nav { }

.devly-page-nav li {
	display: inline;
    float: left;
    line-height: 16px;
    margin-left: 10px;
    vertical-align: middle;
	}
	
.devly-page-nav li.current-page{
	line-height: 22px;
}

.devly-page-nav li a {
	padding: 3px 6px;
	display: block;
	text-decoration: none;
	position: relative;
	}

.devly-page-nav li a:hover,
.devly-page-nav li a:focus {
	color: #1568e5;
	text-decoration: underline;
	}

.devly-page-nav li.bpn-current {
	padding: 3px 6px;
	border-bottom: 2px solid #1568e5;
	position: relative;
	}

.devly-page-nav li.bpn-current a {
	}

.devly-page-nav li.bpn-prev-link,
.devly-page-nav li.bpn-next-link {
	font-weight: 700;
	}

.devly-page-nav li.bpn-prev-link a,
.devly-page-nav li.bpn-next-link a {
	padding: 0;
	}

.devly-page-nav li.bpn-prev-link a:hover,
.devly-page-nav li.bpn-next-link a:hover,
.devly-page-nav li.bpn-first-page-link a:hover,
.devly-page-nav li.bpn-last-page-link a:hover {
	background: none;
	}

.wp-prev-next .prev-link {
	float: left;
	}

.wp-prev-next .next-link {
	float: right;
	}

/* ============================================= */
/* ===== COMMENT RESPOND ELEMENTS & STYLES ===== */
/* ============================================= */

.respond-form {
	margin: 1.5em 10px;
	padding-bottom: 2.2em;
	}

.respond-form form {
	margin: 0.75em 0;
	}

.respond-form form li {
	list-style-type: none;
	clear: both;
	margin-bottom: 0.7335em;
	}

.respond-form form li label,
.respond-form form li small {
	display: none;
	}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
	background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #BEBEBE;
    border-radius: 3px 3px 3px 3px;
    color: #444444;
    line-height: 1.5em;
    padding: 10px;
	}

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
	background: #fff;
	}

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
	outline: none;
	border-color: #fbc2c4;
	background-color: #f6e7eb;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
	max-width: 400px;
	min-width: 250px;
	}

.respond-form form textarea {
	resize: none;
	width: 97.3%;
	height: 150px;
	}

#comment-form-title {
	margin: 0 0 1.1em;
	}

#allowed_tags {
	margin: 1.5em 10px 0.7335em 0;
	}

.nocomments {
	margin: 0 20px 1.1em;
	}

/* ========================================= */
/* ===== SITE FOOTER ELEMENTS & STYLES ===== */
/* ========================================= */

#footer-container{
	background-color: #191919;
	border-top: 35px #128fe6 solid;
	padding: 20px 0;
}
#footer {
	clear: both;
	color: #fafafa;
	}
	
#footerLogo{
	background: url(../img/ui/footerLogo.png) no-repeat;
	display: block;
	height: 57px;
	width: 180px;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6{
	color: #fff;
}

#footer p {
	color: #fafafa;
	font-size: 12px;
	float: left;
	letter-spacing: .5px;
	hyphens: none;
}

#footer p span {
	font-size: 14px;
	font-weight: bold;
}

#footer-container div#footer.wrap div#footerEvents.threecol div#devlyEventsContainer.widget ul li a h5.eventSideTitle{
	margin: 0;
}

/* Navigation */

#footerNavigation{
	margin: 0px;
}

#footerNavigation ul{
	background: none;
	float: left;
	line-height: 33px;
	margin: 0px;
}

#footerNavigation ul li{
	list-style-type: none;
	float: none;
}

#footerNavigation ul li a{
	background: none;
	border: none;
	color: #fff;
}

#footerNavigation ul li a:hover{
	color: #128ee6;
}

/* EVENTS */

#footerEvents{
	margin: 0px;
}

#footerEvents h3, #subscribe h3{
	margin: 0px;
}

#footerEvents ul li{
	list-style-type: none;
    padding: 10px 0 5px;
}

#footerEvents ul li p{
	margin-top: 0px;
}

#devlyEventsContainer .eventsList{
	display: block;
}

.eventsList li.event a.eventWrap{
	padding: 0px 0 5px 0;
}

.eventsList li.event:last-child{
	margin-bottom: 2em;
}

.eventsList li.event a.eventWrap h5.eventSideTitle{
	margin: 0px;
}


p.attribution{
	color: #7d7d7d !important;
	float: left;
	clear: both;
}

/* ======================================================== */
/* === DEFAULT HELP, INFO, ERROR, SUCCESS NOTIFICATIONS === */
/* ======================================================== */

.help, .info, .error, .success {
	display: block;
	font: 14px/22px Sans-Serif;
	margin: 10px 0;
	padding: 5px 20px;
	border: 1px solid;
	}

.help p, .info p, .error p, .success p {
	margin: 0;
	padding: 0;
	}

.help {
	border-color: #E6DB55;
	background: lightYellow;
	}

.info {
	border-color: #8CC0D7;
	background: #FAFAFA;
	}

.error {
	border-color: #F3ACAE;
	background: #FFDCDD;
	}

.success {
	border-color: #D7E3A5;
	background: #F6FFD1;
	}

/* ======================================= */
/* ===== MISCELLANEOUS GLOBAL STYLES ===== */
/* ======================================= */

body {
	font: 14px/20px Helvetica, Sans-Serif;
	color: #565656;
	}

/*
img {
	float: left;
	height: auto!important;
	max-width: 100%;
	width: auto\9;
	}
*/

.wrap {
	width: 90%;
	margin: 0 auto;
	}

a, a:visited {
	color: #128fe6;
	text-decoration: none;
	}

a:hover, a:visited:hover,
a:focus, a:visited:focus {
	color: #54b7ff;
	}

a:link, a:visited:link {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'collatorregular', sans-serif;
	font-weight: normal;
	letter-spacing: -.5px;
	}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	}

h1 {font-size: 36px; line-height: 42px;}
h2 {font-size: 30px; line-height: 36px;}
h3 {font-size: 24px; line-height: 32px;}
h4 {font-size: 18px; line-height: 24px;}
h5 {font-size: 14px; line-height: 20px;}

ul, ol {
	padding: 0;
	}

dd {
	margin: 0;
	}

.sidebar ul, .sidebar ol, .commentlist {
	list-style: none;
	}

p {
	
	}

b, strong, .strong {
	font-weight: bold;
	}

dfn, em, .em {
	font-style: italic;
	}

small, .small {
	font-size: 75%;
	}

/* ============================================== */
/* === DEFAULT BUTTON CLASS ELEMENTS & STYLES === */
/* ============================================== */

/*
.button, .button:visited {
	background-color: #EDEDED;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#EDEDED));
	background-image: -webkit-linear-gradient(top, #FAFAFA, #EDEDED);
	background-image: -moz-linear-gradient(top, #FAFAFA, #EDEDED);
	background-image: -o-linear-gradient(top, #FAFAFA, #EDEDED);
	background-image: -ms-linear-gradient(top, #FAFAFA, #EDEDED);
	background-image: linear-gradient(top, #FAFAFA, #EDEDED);
	border: 1px solid #BEBEBE;
	border-radius: 3px;
	color: #676767;
	cursor: pointer;
	display: inline-block;
	font: 11px/20px Helvetica, Sans-Serif;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
	text-shadow: 0 1px 1px #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	}

.button:hover, .button:visited:hover,
.button:focus, .button:visited:focus {
	color: #676767;
	border: 1px solid #BEBEBE;
	background-color: #a9daf1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#E5E5E5));
	background-image: -webkit-linear-gradient(top, #FAFAFA, #E5E5E5);
	background-image: -moz-linear-gradient(top, #FAFAFA, #E5E5E5);
	background-image: -o-linear-gradient(top, #FAFAFA, #E5E5E5);
	background-image: -ms-linear-gradient(top, #FAFAFA, #E5E5E5);
	background-image: linear-gradient(top, #FAFAFA, #E5E5E5);
	}

.button:active, .button:visited:active {
	background-color: #FAFAFA;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), to(#FAFAFA));
	background-image: -webkit-linear-gradient(top, #EDEDED, #FAFAFA);
	background-image: -moz-linear-gradient(top, #EDEDED, #FAFAFA);
	background-image: -o-linear-gradient(top, #EDEDED, #FAFAFA);
	background-image: -ms-linear-gradient(top, #EDEDED, #FAFAFA);
	background-image: linear-gradient(top, #EDEDED, #FAFAFA);
	}
*/
	
	
/* ====================================================== */
/* =================== SLIDER HEADLINES ================= */
/* ====================================================== */


.sliderPreHeadline, .sliderMainHeadline, .sliderSubHeadline{
	background: url("../img/slides/headlineBGTile.png") repeat scroll 0 0 transparent;
	color: #FFFFFF;
	left: 2.5em;
	clear: left;
	display: inline-block;
	float: left;
	padding: 10px;	
	position: relative;
}

.sliderPreHeadline, .sliderSubHeadline{
	color: #128FE6;
    line-height: 0.5em;
}

.sliderPreHeadline{
	left: 6em;
	line-height: 1em;
	margin-bottom: -25px;
    padding: 0.7em 0.7em .2em 0.7em;
}

.sliderMainHeadline{
    line-height: 1.25em;
}

.sliderSubHeadline{
    left: 9em;
    line-height: 1em;
    padding: .2em 0.7em .3;
}

.sliderText{
	position: absolute;
}

/*

.slides_control{
	position: relative;
	float: right;
	background-color: red;
	height: 5em;
}
*/


































