/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.3;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
 
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*base*/

body {
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #000;
	/*padding: 0; /*http://subtlepatterns.com/?p=1109*/
	background-color: #fcdbed;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}

a {
	color: #d6679c;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 38px;
	line-height: inherit;
	color: #333;
	letter-spacing: 0.05em;
font-family: 'Pathway Gothic One', sans-serif;
	clear:both;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	text-transform:uppercase;
}

h2 {
	font-size: 28px;
	line-height: normal;
	color: #333;
	letter-spacing: -0.03em;
font-family: 'Pathway Gothic One', sans-serif;
	clear:both;
	text-transform: uppercase;
	padding-bottom:15px;
}
h3, h3 a, h3 a:link, h3:visited {
	font-size: 14px;
	color:#d6679c;
	text-decoration:none;button
	display:inline;
	padding-right: 15px;
	clear:both;
	text-transform: uppercase;
	font-weight: bold;
}
h3 a:active, h3 a:visted {
	background-color: #666;
}
.rank {
	font-family: 'Open Sans', sans-serif;
	font-size:4em;
}
img {
	max-width: 100%;
	/*margin-bottom: 1em;*/
}


.wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #fdf0f7;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1); /* FF3.5 - 3.6 */
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1); /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	-webkit-border-radius: 0 0 1px 1px;
	-moz-border-radius: 0 0 1px 1px;
	border-radius: 0 0 1px 1px;
}

header {
	padding-top: 0em;
	padding-right: 2em;
	padding-bottom: 0;
	padding-left: 2em;
	height: 30px;
	text-align: right;
	background-color: #333;
	display:none;
}

section {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
}

footer {
	font-size: 28px;
	padding:0 0 150px 0;
	background-color:#333;
	font-family: 'Pathway Gothic One', sans-serif;
	text-transform: uppercase;
	color:#fff;
}

hr {
	width: 100%;
	display: block;
	height: 5px;
	border-bottom: dotted 1px #333;	
	border-top: none;
	border-right: none;
	border-left: none;
	outline: none;
	clear: both;
	background: transparent;
	margin: 3em 0;
}
hr.dotted {
	border-bottom: dotted 1px #d6679c;	
}

.wrapper .column { 
	float: left; 
	display: inline; 
	width: 50%;
	padding: 0;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
	margin-bottom: 3em;
}

.column.left { padding-right: 1em }
.column.right { padding-left: 1em }

.nav-container {
	margin: 0;
	width:100%;
	text-align: center;
	font-family: 'Pathway Gothic One', sans-serif;
	float:left;
	font-size: 28px;
	letter-spacing: 0.05em;
	float:left;
	background-color: #333;
	height: 100px;
}

nav {
	z-index: 42;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	padding-right: 0em;
	padding-bottom: 0;
	padding-left: 0em;
	padding-top: 0em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #e779ae;
	color:#999;
	float:left;
	text-align: center;
	background-color: #e779ae;
	background-image: url(images/nav-bg.jpg);
	background-repeat: repeat;
}
nav table {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

 
nav li {
	display: inline;
	list-style: none;
}

nav li a {
	text-decoration: none;
	font-size: 1.1em;
	color: #FFFFFF;
	display: inline-block;
	width: auto;
	text-align: center;
	-webkit-bo8der-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	text-shadow: 1px 1px 1px #000;
	padding-top: 0.4em;
	padding-right: 0.3em;
	padding-bottom: 0.4em;
	padding-left: 0.3em;
	text-transform:uppercase
}

nav li a:hover,
nav li a.selected {
	color: #fcdbed;
	/*background-color: #c6222f;*/
}
.results tr td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.signup {
	color: #fff;
	background-color: #C00;
}
 .category{
	font-weight: 700;
}
/*clearfix*/    
.wrapper:before,
.wrapper:after {
	content: '';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	clear: both;
	zoom: 1 
}

.sticky {
	position: fixed;
	top: 15px;
	
	animation:thedrop 1s 1;
	-moz-animation:thedrop 1s 1;
	-webkit-animation:thedrop 1s 1;
}

.sticky .nav-above {
	position: absolute;
	top:-15px;
	left:1em;
	right:1em;
	height:15px;
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 80%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
    
/*media queries*/  

	/* #Tablet (Portrait) width of 768px */  
	@media only screen and (min-width: 768px) and (max-width: 959px) {
   		.wrapper { 
   			width: 700px;
   		}
		
		nav {
			width: 728px;
		}

	}
	
	/* #Mobile (Portrait) width of 320px */

    @media only screen and (max-width: 767px) {
        .wrapper { 
        	width: 300px;
        }
        
        .wrapper .column {
        	float: none;
        	width: 100%;
        }
		
		nav {
			width: 328px;
		}
        
        h1 {
			font-size: 2.5em;
			text-align: center;
        }
        
        h3 {
			font-size: 1.3em;
			text-align: center;
		}
		
 	}
 	
 	/* Mobile (Landscape) width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .wrapper {
        	width: 400px;
        }
		
		nav {
			width: 428px;
		}
        
        h1 {
			font-size: 3.5em;
        }
        
        h3 {
			font-size: 1.7em;
		}

  	}     
 
#banner{
	height: 628px;
	width: 100%;
	background-image: url(images/pinkbelt-background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 140px;
}
#pinkie{
	width:100%;
	background-color: #FCF;
}
#logo{
	background-image: url(images/ConExpo-Logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 90px;
	position: relative;
	float:left;
}
#branding{
	background-color: #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#location-box{
	background-color: #eee;
	padding-top: 1em;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ececec;
	border-right-color: #ececec;
	border-bottom-color: #ececec;
	border-left-color: #ececec;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-position: top;
}
.map{
	width:100%;
}
.calendar p{
	padding: 5px 15px 0 15px;
}
.calendar h2{
	display:inline-block;
	padding: 0 15px 10px 0;
}
.calendar img{
	width:260px;
	}
.calendar a, .calendar a:link, .calendar a:visited{
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	color:#fff;
	text-decoration:none;
	-webkit-bo8der-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	font-weight: normal;
	font-size: 16px;
}
.calendar a:hover, .calendar a:active{
	background-color:#d6679c;  
}

.calendar tr td {
	padding-bottom: 10px;	
}

small{
	font-size: 11px;
	text-transform:uppercase;
	color:#333;
	}
.submenu {
	font-size: 14px;
	font-family: Arial, sans-serif;
	padding-left:20px;
	background-color:#fdf0f7;
	color:#d6679c;
}
.lbx{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	padding-top:5px;
}
.copyright{
	padding-left: 30px;	
}
.copyright a, .copyright a:link, .copyright a:visited{
	text-decoration: underline;
	color:#fff;
}
footer a, footer a:link, footer a:visited {
	text-decoration:none;
	text-shadow: none;
	}
footer a:hover, footer a:active {
	text-decoration:underline;
	}
/*
.countdown{
	text-align:center;
	color:white;
	margin-bottom: 20px;
	background-image: url(images/sign.gif);
	height:133px;
	background-repeat: no-repeat;
	padding: 35px 0 0 29px;
}
*/
.column.left.remotecare li {
	list-style-type: disc;
	line-height: 1.5em;
	margin-left: 15px;
}
.photo-container img{
	margin: 0 7px 10px 0;
	width: 220px;
	border-right: solid 10px #d6679c;
}
.button {
	background-color:#52369b;
	padding: 10px 15px;
	color:#fff;
	text-decoration:none;
	-webkit-bo8der-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	/*text-shadow: 1px 1px 1px #d6679c;*/
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 20px;
}
.button:hover {
	background-color:#d6679c;
}
.pink-stripe {
	border-right: solid 10px #d6679c;	
}

.pinkbelt {
	color: #d6679c;
	text-transform:uppercase;
	font-weight: 700;
}
#contact hr {
	border-bottom:none;
}