/*
	Theme Name: Event Manager Theme
	Description: Child theme of Genesis, by <a href="http://www.billerickson.net/get-genesis">StudioPress</a>.
	Author: Showthemes
	Author URI: http://www.showthemes.com
	Version: 9.0
	Template: genesis
*/

/* Stylesheet from Genesis 1.7 */

/* Import Fonts
------------------------------------------------------------ */

@import url(droid.css);

@font-face {
    font-family: 'stretchy_pantsregular';
    src: url('../fonts/stretchy_pants-2-webfont.eot');
    src: url('../fonts/stretchy_pants-2-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/stretchy_pants-2-webfont.woff2') format('woff2'),
         url('../fonts/stretchy_pants-2-webfont.woff') format('woff'),
         url('../fonts/stretchy_pants-2-webfont.ttf') format('truetype'),
         url('../fonts/stretchy_pants-2-webfont.svg#stretchy_pantsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Defaults
------------------------------------------------------------ */
html {background:#7d7dff;}
body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #434343;
	font-family:'Cabin', Helvetica, Arial, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
h3,
h4,
h5 {line-height:30px;}
input {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
		font-size: 14px;
	line-height: 22px;

}
h3, h3 a, h3 a:visited {
	color: #2b2b2b !important;
}
blockquote,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
select,
textarea {
	background: #fff;
	border: 1px solid #bebebe;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #7d7dff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background:#7d7dff;
}

/* Landing Page
------------------------------------------------------------ */

/* Safari Scroll Fix */
html.no-scroll,
.no-scroll body {
	height:100%;
	overflow: hidden;
}
.character {
    position:absolute;
    background-repeat:no-repeat;
}
.canvas {
    
    background:#ffff00 url('../images/canvas-background.jpg') repeat-x top;
    background-size: auto 1024px;
    position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	z-index:100000;
	backface-visibility: hidden;
	-webkit-backface-visibility:hidden;
	-webkit-overflow-scrolling: touch
}
.canvas .wrapper {
    display:none;
    background:url('../images/background-2016.png') no-repeat top center;
    background-size:1440px;
    position:absolute;
	top:0;
	left:0;
	width:100%;
	height:120%;
	z-index:100000;
}
@media screen and (max-device-width : 667px) {
    .canvas .wrapper {
        margin-top:-50px;
        padding-bottom:50px;
    }
    .dancing-girls {display:none;}
    .enterSite {margin-top:20px;}
}
@media screen and (max-width:400px){ 
	.canvas .wrapper {
		background-size:260%;
	}
}
.enterSite {
    display: block;
    width:150px;
    background: #7c7cff;
    color:#fff;
    position: absolute;
    top:50px;
    left:50%;
    margin-left:-75px;
    text-align: center;
    padding: 20px 0;
    font-family: 'stretchy_pantsregular', cursive;
    font-size:16px;
    text-transform: uppercase;
    z-index:100;
    -webkit-animation: buttonAmin .5s infinite;
}
@-webkit-keyframes buttonAmin {
  100% {
        -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
  }
}
@-webkit-keyframes egyptDance {
    25% {
      transform: translate3d(20px, 0px, 0px);
    }
    40% {
        transform: translate3d(40px, 0px, 0px);

    }
    41% {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }
    50% {
        transform: translate3d(-20px, 0px, 0px);
    }
}
@-webkit-keyframes egyptDanceReverse {
    25% {
      transform: translate3d(-20px, 0px, 0px);
    }
    40% {
        transform: translate3d(-40px, 0px, 0px);

    }
    41% {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }
    50% {
        transform: translate3d(20px, 0px, 0px);
    }
}
@-webkit-keyframes musicBolts {
    50% {
        width:100%;
        height:100%;
    }
}
@-webkit-keyframes jumping {
    50% {
        transform: translate3d(0px, -20px, 0px);
    }
}
.enterSite:hover {
    background:#000;
    text-decoration: none;
}
.container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1440px;
    margin-left: -720px;
    height: 100%;
}

/* Wrap
------------------------------------------------------------ */

#wrap {
	background-color: #f9f9f9;
	width: 100%;
	clear:both;
	position: relative;
    overflow: hidden;
}
#canvas {
	position: relative;
    left: 0;
    width: 100%;
    transition: .3s ease all;
    -moz-transition: .3s ease all;
    -webkit-transition: .3s ease all;
}
@media screen and (max-width:1024px) {
	.show-nav #canvas {
	    left: 250px;
	}
}

.wrap {
	max-width: 960px;
	margin: 0 auto;
	position:relative;
}
.wrap:after {
	content:'';
	clear:both;
	display:block;
}
.rabbitImage {
	width: 400px;
	position:fixed;
	right:20px;
	top:30px;
	-webkit-animation: rabbitImgAmin 1s infinite linear;
}
@media screen and (max-width:1450px) {
	.rabbitImage {
		right:-100px;
	}
}
@media screen and (max-width:1400px) {
	.rabbitImage {
		display:none;
	}
}
@-webkit-keyframes rabbitImgAmin {
 	50% {top:70px;}
}
.antImage {
	width: 300px;
	position:fixed;
	left:20px;
	top:30px;
	-webkit-animation: antImgAnim 1s infinite linear;
}
@media screen and (max-width:1400px) {
	.antImage {
		display:none;
	}
}
@-webkit-keyframes antImgAnim {
  	0% {-webkit-transform: rotate(0deg) }
  	33% {-webkit-transform: rotate(5deg) }
  	66% {-webkit-transform: rotate(-5deg)}
}
/* Header
------------------------------------------------------------ */

#header {
	/*background: #fafafa;*/
	min-height: 80px;
	overflow: visible !important;
	width: 100%;
	padding-bottom:20px;
}

#header #title {
	font-family: Droid Sans, sans-serif;
	font-weight: bold;
	font-size: 100px;
	line-height: 100px;
	margin: 80px 0 10px -5px;
	text-transform: uppercase;
}
@media screen and (max-width:959px) {
	#header > .wrap .wrap {
		display:none;
	}
}

#title-area {
	margin:30px 0;
	display:block;
	float:left;
	position: relative;
	z-index: 1
}
@media screen and (max-width:959px) {
	#title-area {margin:10px 0;padding-left:20px;}
}
#title-area img {
	width:200px;
}
#promo-spot {
	float:right;
	clear:right;
	margin:27px 0 20px 0;
}
#promo-spot img {
	width: 300px;
	position: relative;
	z-index:1
}
@media screen and (max-width: 959px) {
	#promo-spot {display:none;}
}
#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#header p {
	color: #686868;
	font-size: 14px;
	line-height: 22px;
}

/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	padding-right: 25px;
}

/* Primary Navigation
------------------------------------------------------------ */
#nav,
#header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7dff+0,fafafa+35 */
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(left, #7d7dff 0%, #fafafa 35%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7d7dff), color-stop(35%,#fafafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #7d7dff 0%,#fafafa 35%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #7d7dff 0%,#fafafa 35%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #7d7dff 0%,#fafafa 35%); /* IE10+ */
	background: linear-gradient(to right, #7d7dff 0%,#fafafa 35%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7dff', endColorstr='#fafafa',GradientType=1 ); /* IE6-9 */
}
#nav {
	/*background-color: #fafafa;*/
	clear: both;
	color: #686868;
	/*overflow: hidden;*/
	text-transform: uppercase;
	width: 100%;
	font-family: 'stretchy_pantsregular', cursive;
}
/* Sticky Nav
@media screen and (min-width:1025px) {
    #nav {
        position:fixed;
        top:0;
        left:0;
        background-color: #7d7dff;
    }
}*/
@media screen and (max-width:1024px) {
	#nav {
		width: 250px;
	    position: absolute;
	    left: -250px;
	    top: 0;
	    height: 100%;
	    background: #000;
	    padding-top: 0;
	    border-left: 1px solid #222;
	    box-sizing: border-box;
	}
}
a.toggleNav {
	display:none;
	padding:10px;
    font-size: 30px;
    background: #7d7dff;
    color: #fff;
}
@media screen and (max-width: 1024px) {
	a.toggleNav {
		display:block;
	}
}
a.toggleNav:hover {
	text-decoration:none;
	color:#333;
}
@media screen and (min-width:1025px) {
	#nav ul {
		float: left;
		width: 100%;
	}
}


#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #686868;
	display: block;
	font-size: 12px;
	padding: 22px 0 0;
	position: relative;
	text-decoration: none;
	font-weight:lighter;
}
#nav li.active a {
	color:#fff;
}
@media screen and (min-width: 1025px) {
	#nav li a {
		margin: 0 36px 0 0;
	}
	#nav li a:hover,
	#nav li a:active,
	#nav .current_page_item a,
	#nav .current-cat a,
	#nav .current-menu-item a {
		border-top: 10px solid #7d7dff;
		color: #2b2b2b;
		padding-top: 12px;
	}
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #7d7dff;
	border: 1px solid #7d7dff;
	border-top-width: 0;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 200px;
	font-family: 'Cabin', Helvetica, Arial, Tahoma, sans-serif;
}
@media screen and (min-width: 1025px) {
	#nav .sub-menu li:first-child {
		display:none;
	}
}
@media screen and (max-width: 1024px) {
	#nav li li a,
	#nav li li a:link,
	#nav li li a:visited {
		width:100%;
		box-sizing:border-box;
	}
}
#nav li.menu-item-3112 li a,
#nav li.menu-item-3112 li a:link,
#nav li.menu-item-3112 li a:visited {
	background-color: rgba(133,196,255,1);
	border: 1px solid rgba(133,196,255,1);
}
@media screen and (min-width: 1025px) {
	#nav li.menu-item-3112 a:hover,
	#nav li.menu-item-3112 a:active {
		border-top: 10px solid rgba(133,196,255,1);
	}
}


#nav li.menu-item-4296 li a,
#nav li.menu-item-4296 li a:link,
#nav li.menu-item-4296 li a:visited {
	background-color: rgba(184,255,234,1);
	border: 1px solid rgba(184,255,234,1);
	color:#343434;
}
@media screen and (min-width: 1025px) {
	#nav li.menu-item-4296 a:hover,
	#nav li.menu-item-4296 a:active {
		border-top: 10px solid rgba(184,255,234,1);
	}
}


#nav li.menu-item-3099 li a,
#nav li.menu-item-3099 li a:link,
#nav li.menu-item-3099 li a:visited {
	background-color: rgba(114,212,171,1);
	border: 1px solid rgba(114,212,171,1);
}
@media screen and (min-width: 1025px) {
	#nav li.menu-item-3099 a:hover,
	#nav li.menu-item-3099 a:active {
		border-top: 10px solid rgba(114,212,171,1);
	}
}


#nav li.menu-item-4293 li a,
#nav li.menu-item-4293 li a:link,
#nav li.menu-item-4293 li a:visited {
	background-color: rgba(243,95,69,1);
	border: 1px solid rgba(243,95,69,1);
}
menu-item-338
#nav li.menu-item-4293 a:hover,
#nav li.menu-item-4293 a:active {
	border-top: 10px solid rgba(243,95,69,1);
}

@media screen and (max-width: 1024px) {
	#nav li.active {
		background: #7d7dff;
	}
	#nav li.menu-item-3112.active  {
		background: rgba(133,196,255,1);
	}
	#nav li.menu-item-4296.active  {
		background: rgba(184,255,234,1);
	}
	#nav li.menu-item-3099.active {
		background: rgba(114,212,171,1);
	}

	#nav li.menu-item-4293.active {
		background: rgba(243,95,69,1);
	}
	#nav li.ative .sub-menu {display:block;}
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #72d4ab;
}

@media screen and (min-width:1025px) {
	#nav li ul {
		height: auto;
		left: -9999px;
		position: absolute;
		width: 160px;
		z-index: 9999;
	}
	#nav li:hover>ul,
	#nav li.sfHover ul {
		left: auto;
	}
}

@media screen and (max-width:1024px) {
	#nav li ul {
		display:none;
	}
	#nav li.active ul {
		display:block;
	}
}

#nav li ul a {
	width: 140px;
}
@media screen and (min-width:1025px) {
	#nav li ul ul {
		margin: -33px 0 0 159px;
	}
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 13px;
	padding: 6px 10px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#searchform {
	float: right;
	margin-top: -42px;
}
@media screen and (min-width:1025px) {
	#searchform {
		margin-top: -26px;
	}
}
#searchform input[type="text"] {
	border: 1px solid #dedede;
	border-radius: 3px;
	padding: 4px 30px 4px 10px;
	color:#888;
}
#searchform button {
	background:none;
	border:none;
	margin-left:-34px;
	font-size:14px;
	color:#888;
}
/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a {
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}

/* Event Information
------------------------------------------------------------ */
.register img {
	margin:-50px 0px -100px 0;
	right:-150px;
	position:relative;
	z-index:1;
}
#event-information {
	background: #ff78b5;
}
#event-information .wrap {
	background: transparent;
	border:none;
	padding: 15px 20px;
	overflow: visible;
	position:relative;
}
.page #event-information .wrap, 
.archive #event-information .wrap, 
.error404 #event-information .wrap {margin-bottom:-20px;}
#event-information .title {
	color: #fff;
	display: block;
	font-family: 'stretchy_pantsregular', cursive;
	padding-top:15px;
	font-size: 20px;
	font-weight: bold;
    line-height:35px;
}
@media screen and (max-width:600px) {
	#event-information .title {
		font-size:14px;
	}
}
#event-information .subtitle {
	color: #fff;
	font-size: 14px;
	display:block;
}

#event-information .date {
	padding: 5px 0 5px 0px;
	position: relative;
}

#event-information .date .icon {
	display:none;
}

#event-information .location {
	padding: 5px 0 5px 0px;
}

#event-information .location a.title {
	cursor: pointer;
}

#event-information .register .subtitle {
	background: #ffff7d;
	color: #000;
	padding: 15px 15px 0;
	font-size: 20px;
	font-family: 'stretchy_pantsregular', cursive;
	display: inline-block;
	margin-top: -30px;
	border:6px solid #fff;
	border-bottom:none;
	margin-bottom:-6px;
}

#event-information .register .subtitle strong {
	font-size: 25px;
	letter-spacing:2px;
}

#event-information .register .title {
	background: #ffff7d;
	color: #000;
	display: block;
	font-family: 'stretchy_pantsregular', cursive;
	font-weight: bold;
	font-size: 23px;
	line-height: 32px;
	text-transform: uppercase;
	padding: 15px 15px 15px 12px;
	border:6px solid #fff;
}
#event-information .one-third img {
	width:150px;
}
@media screen and (min-width:600px) {
	#event-information .one-third img {
		position: absolute;
		top:-25%;
		right:20px;
		z-index: 2;
	}
	#event-information .one-third img {
		top:-15%;
	}
}

@media screen and (max-width:759px) {
	#event-information .one-third img {
		top:0;
	}
}



/* Inner
------------------------------------------------------------ */

#inner {
	background: rgb(255,255,125); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(255,255,125,1) 1%, rgba(125,125,255,1) 16%, rgba(133,196,255,1) 32%, rgba(184,255,234,1) 50%, rgba(114,212,171,1) 66%, rgba(255,120,181,1) 82%, rgba(243,95,69,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,rgba(255,255,125,1)), color-stop(16%,rgba(125,125,255,1)), color-stop(32%,rgba(133,196,255,1)), color-stop(50%,rgba(184,255,234,1)), color-stop(66%,rgba(114,212,171,1)), color-stop(82%,rgba(255,120,181,1)), color-stop(100%,rgba(243,95,69,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,125,1) 1%,rgba(125,125,255,1) 16%,rgba(133,196,255,1) 32%,rgba(184,255,234,1) 50%,rgba(114,212,171,1) 66%,rgba(255,120,181,1) 82%,rgba(243,95,69,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(255,255,125,1) 1%,rgba(125,125,255,1) 16%,rgba(133,196,255,1) 32%,rgba(184,255,234,1) 50%,rgba(114,212,171,1) 66%,rgba(255,120,181,1) 82%,rgba(243,95,69,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(255,255,125,1) 1%,rgba(125,125,255,1) 16%,rgba(133,196,255,1) 32%,rgba(184,255,234,1) 50%,rgba(114,212,171,1) 66%,rgba(255,120,181,1) 82%,rgba(243,95,69,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(255,255,125,1) 1%,rgba(125,125,255,1) 16%,rgba(133,196,255,1) 32%,rgba(184,255,234,1) 50%,rgba(114,212,171,1) 66%,rgba(255,120,181,1) 82%,rgba(243,95,69,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff7d', endColorstr='#f35f45',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-size: 2000% 2000%;
	margin: 0;
	width: 100%;
	/*overflow: hidden;*/
	-webkit-animation:FrontBg 52s ease infinite;
	 -moz-animation:FrontBg 52s ease infinite;
	 -o-animation:FrontBg 52s ease infinite;
	 animation:FrontBg 52s ease infinite;
	 position: relative;
}
@-webkit-keyframes FrontBg {
    0%{background-position:11% 0%}
    50%{background-position:90% 100%}
    100%{background-position:11% 0%}
}
@-moz-keyframes FrontBg {
    0%{background-position:11% 0%}
    50%{background-position:90% 100%}
    100%{background-position:11% 0%}
}
@-o-keyframes FrontBg {
    0%{background-position:11% 0%}
    50%{background-position:90% 100%}
    100%{background-position:11% 0%}
}
@keyframes FrontBg {
    0%{background-position:11% 0%}
    50%{background-position:90% 100%}
    100%{background-position:11% 0%}
}
/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}



.jThumbnailScroller#tS2 {
	box-shadow:0 5px 0px #72d4ab;
border-radius:3px;	
	
}
/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	max-width: 960px;
	/*overflow: hidden;*/
	padding:20px 20px 170px 20px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	margin: 0 auto;
	background:rgba(255,255,255,0.8);
	position: relative;
}
#content-sidebar-wrap:after {
	content:'';
	clear:both;
	display:block;
}

/* Content
------------------------------------------------------------ */
.entry-title {
	display:block;
	font-size:25px;
	font-weight:lighter;
	float:left;
	padding:10px;
	background:rgba(255,255,125,1);
}
.page .entry-content,
.archive .entry-content,
.error404 .entry-content {
	clear:both;
}
#content {
	float: left;
	width: 100%;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	padding-left: 3%;
	float: right;
}

.full-width-content #content {
	width: 100%;
	padding-top:15px;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}

hr {
	height: 0;
	border: 0;
	background: transparent;
	border-top: 1px solid #e7e7e7;
	margin-bottom: 25px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}

.collapseomatic_excerpt, .collapseomatic_content {
	margin: 0 30px !important;	
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-family: 'stretchy_pantsregular', cursive;
}

h1,
h2,
h2 a,
h2 a:visited {
	color: #2b2b2b;
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.widget {margin-bottom:20px;}
.taxonomy-description h1,
.widget-area h2 a {
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}

@media screen and (max-width:1024px) {
    .widget_jb_spotify_widget {display:none;}
}
h2 a:hover,
h3 a:hover {
	color: #2b2b2b;
	text-decoration: none;
}

h3,
h3 a,
h3 a:visited {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 5px 0 10px;
}

.widget-area h4 {
	color: #2b2b2b;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'stretchy_pantsregular', cursive;
	background:#fff;
	display:inline-block;
	padding:5px 10px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}

h5 {
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

h6 {
	font-size: 12px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: disc;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	color: #686868;
	font-size: 11px;
	font-style: italic;
	margin: 0;
	clear:both;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 12px;
	padding: 5px 0 0;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}

/* Home Page
------------------------------------------------------------ */

.home #event-information {
	background: transparent;
}

#home-rotator {
	text-align: center;
}

.home .widget-area ol,
.home .widget-area ul {
	margin-left: 0;
}
iframe#twitter-widget-0.twitter-timeline.twitter-timeline-rendered {
	width:100% !important;
}
iframe {width:100% !important;}
.bigNews h4 {
	margin-top:-30px;
	width:100%;
}
/* Sessions
------------------------------------------------------------ */



.sessions.by-grouping .group {
	position: relative;
	min-height: 110px;
}

.sessions.by-grouping .group-info .name {
	color: #fff;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	display: block;
	width: 109px;
	text-align: center;
	margin-top: 35px;
	font-size: 28px;
	text-shadow: 1px 1px 3px #999;
	text-transform: uppercase;
}

.sessions.by-grouping .group-info .desc {
	color: #fff;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	display: block;
	width: 109px;
	text-align: center;
	padding-top: 3px;
	text-shadow: 1px 1px 2px #999;
}

.sessions .session {
	padding-bottom:20px;
	border-bottom:1px solid #e7e7e7;
	margin-bottom:20px;
}
.sessions .session:after {
	content:'';
	clear:both;
	display:block;
}
.sessions .session .left { 
	width: 31%;
	float: left;
	max-height:140px;
	box-shadow: 0 2px 4px #ccccce;
	border-radius:5px;
	overflow:hidden;
}
.home.sessions .session .left {
	width:40%;
}
.home.sessions .session .right {
	width: 57%;
}
.sessions .session .right {
	width: 65%;
	float: right;
}
.sessions .session .right.noImage {
	width:100%;	
}
@media screen and (max-width:479px) {
	.sessions .session .left { 
		width: 100%;
		border-radius:0;
		max-height:170px;
	}
	.home.sessions .session .left {
		width:100%;
		max-height:170px;
	}
	.home.sessions .session .right {
		width: 100%;
	}
	.sessions .session .right {
		width: 100%;
		float: right;
	}
}
.sessions .session .right h3 a {
	display:block;
	padding:10px;
	margin-bottom:10px;
	float:left;
	font-family: 'stretchy_pantsregular', cursive;	
	font-size:18px;
	font-weight:lighter;
	background:#fff;
}

.sessions .session h3 a:hover, .sessions .session h3:hover {color:#fff !important;}
.sessions .session:nth-child(1n) .right h3 a {
	background:rgba(255,255,125,1);
	color:#2b2b2b;
}
.sessions .session:nth-child(1n) .right h3 a:hover {color:#fff;}
.sessions .session:nth-child(2n) .right h3 a {
	background:rgba(125,125,255,1);
	color:#fff;
}
.sessions .session:nth-child(2n) .right h3 a:hover {color:#2b2b2b;}
.sessions .session:nth-child(3n) .right h3 a {
	background:rgba(133,196,255,1);
	color:#fff;
}
.sessions .session:nth-child(3n) .right h3 a:hover {color:#2b2b2b;}
.sessions .session:nth-child(4n) .right h3 a {
	background:rgba(184,255,234,1);
	color:#fff;
}
.sessions .session:nth-child(4n) .right h3 a:hover {color:#2b2b2b;}
.sessions .session:nth-child(5n) .right h3 a {
	background:rgba(114,212,171,1);
	color:#fff;
}
.sessions .session:nth-child(5n) .right h3 a:hover {color:#2b2b2b;}
.sessions .session:nth-child(6n) .right h3 a {
	background:rgba(255,120,181,1);
	color:#fff;
}
.sessions .session:nth-child(6n) .right h3 a:hover {color:#2b2b2b;}

.sessions .session .right p {
	clear:both;
}
/* Speakers
------------------------------------------------------------ */

#content .speaker {
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

#content .speaker h4 {
	font-size: 16px;
	text-transform: none;
	font-weight: bold;
	margin:  10px 0 0;
}


/* Images
------------------------------------------------------------ */

img {
	max-width: 100%;
	height: auto;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

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

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	padding-left: 3%;
	width: 31%;
}

.sidebar-content #sidebar {
	float: left;
	padding-left: 0;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 15px;
}

.sidebar .widget {
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.widget-area .textwidget {
	padding: 5px 0 0;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 25px;
	padding:0;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: none;
	word-wrap: break-word;
	padding-left:0;
	margin-left:0;
}
.widget_recent_entries a {
	font-size:15px;
}
.widget_recent_entries .post-date {
	display: block;
	color: #666;
	font-size:12px;
	font-style: italic;
}
.widget-area .widget_recent_entries ul li {
	display:block;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 10px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 30px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 10px 0 15px;
}

.more-from-category {
	padding: 5px 10px 0;
}

.widget-area .featuredpost h2,
.widget-area .featuredpost h2 a {
	font-size: 16px;
	color: #f4422e;
	text-transform: none;
	margin-bottom: 0;
}

.widget-area .featuredpost .post-info {
	margin-top: 0;
	padding-bottom: 0;
}

.widget-area.entry-content .featuredpost p {
	padding-bottom: 0;
}

/* Latest Tweets
------------------------------------------------------------ */

.widget-area .latest-tweets ul li {
	border-bottom: 1px solid #e7e7e7;
	list-style-type: none;
	margin: 0 0 10px;
	padding-bottom: 10px;
}

.widget-area .latest-tweets ul li span {
	display: none;
}

/* Speakers
------------------------------------------------------------ */

.widget-area .widget_speakers {
	margin-bottom: 40px;
}

.widget-area .widget_speakers img {
	margin: 0 1px 1px 0;
}

/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 10px;
}


/* Buttons
------------------------------------------------------------ */

#content div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit,
a.button,
.wpcf7-submit {
	background: #f4422e;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 -1px 2px #c93626;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 30px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 10px;
}

.s {
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 5px;
	width: 195px;
}

#nav .searchform {
	border-bottom: 1px solid #b1b1b1;
	float: right;
	width: 175px;
	position: relative;
	margin: 22px 0 0;
}

#nav .s {
	background: none;
	border: none;
	padding: 0 0 0 15px;
	margin: 0;
	font-size: 12px;
	line-height: 22px;
	width: 150px;
	outline: none;
}

/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 5px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 5px;
	width: 225px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}

.bottom-footer {
	height:202px;
	background:url(../images/footer.png) center repeat-x;
	padding-bottom:27px;
	margin-top: -170px;
	position: relative;
}

/* Connect Icons
------------------------------------------------------------ */

.btn-email {
	background: url(images/icon-email.png) no-repeat;
}

.btn-rss {
	background: url(images/icon-rss.png) no-repeat;
}

.btn-twitter {
	background: url(images/icon-twitter.png) no-repeat;
}

.btn-facebook {
	background: url(images/icon-facebook.png) no-repeat;
}

.btn-flickr {
	background: url(images/icon-flickr.png) no-repeat;
}

/* Email Newsletter
------------------------------------------------------------ */

.footer-widgets .widget_text input.email {
	background: #2b2b2b;
	border: 1px solid #454545;
	color: #818181;
	float: left;
	width: 80%;
	outline: none;
}

.footer-widgets .widget_text input.submit {
	background: #171717;
	border: 1px solid #454545;
	border-width: 1px 1px 1px 0;
	color: #818181;
	float: left;
	height: 26px;
	overflow: hidden;
	padding: 0 7px;
	margin: 2px 0 0;
	cursor: pointer;
}

/* Footer
------------------------------------------------------------ */

#footer {
	background: #161616 url(../images/footer-bg.jpg) repeat-x;
	clear: both;
	font-size: 12px;
	overflow: hidden;
	padding: 15px 0;
	width: 100%;
	margin-top: 160px;
}

#footer p {
	color: #818181;
	font-size: 13px;
}

#footer a,
#footer a:visited {
	color: #fff;
}

#footer .gototop {
	float: left;
	padding: 0;
	width: 45%;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 45%;
}

#footer .twitter-wrapper {
	width: 150px;
	float: left;
}

/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px !important;
	padding: 4px 5px !important;
}

.gform_wrapper .top_label input.large, 
.gform_wrapper .top_label select.large, 
.gform_wrapper .top_label textarea.textarea {
	width: 98% !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

#content .gform_wrapper .top_label .gfield_label {
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0 0 30px;
}

/* Clearfix
------------------------------------------------------------ */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Responsive
------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
	#nav li {
		float: none;
		width: 100%;
	}
}
@media only screen and (max-width: 760px) {

	/* Reset columns to 100% width */
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	#footer-widgets .widget-area,
	#content,
	#sidebar {
		float: none;
		margin: 0 2% 0;
		padding: 0;
		width: 95%;
		overflow: hidden;
	}
	
	/* Add Padding around elements */
	#header {
		padding: 0 2%;
		margin: 0;
		width: 96%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7dff+0,fafafa+35 */
		background: #fafafa; /* Old browsers */
		background: -moz-linear-gradient(left, #7d7dff 0%, #fafafa 35%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7d7dff), color-stop(35%,#fafafa)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left, #7d7dff 0%,#fafafa 35%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left, #7d7dff 0%,#fafafa 35%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left, #7d7dff 0%,#fafafa 35%); /* IE10+ */
		background: linear-gradient(to right, #7d7dff 0%,#fafafa 35%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7dff', endColorstr='#fafafa',GradientType=1 ); /* IE6-9 */
	}
	
	/* Navigation */
	
	
	#nav li a {
		padding: 10px 0 10px 14px;
	}

	#nav li a:hover,
	#nav li a:active,
	#nav .current_page_item a,
	#nav .current-cat a,
	#nav .current-menu-item a {
		border-top: 0;
		border-left: 4px solid #f4422e;
		padding: 10px 0 10px 10px;
		clear:both;
	}
	
	#nav li.right {
		float: none;
		display: block;
		width: 100%;
		overflow: hidden;
	}
	
	#nav .searchform {
		float: left;
		margin: 10px 0 0;
	}
	
	/* Resize Site Title */
	#header #title {
		font-size: 48px;
		line-height: 50px;
		margin: 20px 10px 10px;
	}
	
	/* Event Information */
	
	.home #inner {
		padding-top: 0;
	}
	
	#event-information {
		padding: 13px 0;
	}
	
	#event-information .wrap {
		margin: 0 2%;
		padding: 15px 20px;
		border-width: 1px;
	}
	
	#event-information .register .subtitle {
		margin: 0;
	}
	
	/* Sidebar */
	#sidebar {
		display: block;
	}
	
	/* Footer */
	#footer .gototop,
	#footer .creds {
		width: 95%;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
	}
	
	#footer .twitter-wrapper {
		float: none;
	}
	
	/* Schedule */
	
	
	.sessions.by-grouping .group-info {
		background: url(images/session-grouping-circle.png) no-repeat;
		height: 109px;
		width: 109px;
		overflow: hidden;
		display: block;
		position: relative;
		margin: 20px auto;
	}
	
	.sessions .session {
		padding-left: 0;
		width: 95%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 600px){
	.one-third {padding-bottom:0;text-align: center;}
}
@media screen and (max-width:479px) {
	#event-information .wrap {
		padding:0 20px;
	}
	
	.one-third:nth-child(3) {
		padding-bottom:10px;
	}
	#title-area {float:none;text-align:center;}
}
