/*
Theme Name: MICE 2012 Theme
Author: Shelli Paroline
*/

/* CSS Reset
--------------------------------------------------------- */
	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, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		vertical-align: baseline;
		font: inherit;
		font-size: 100%; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-spacing: 0;
		border-collapse: collapse; }


/* Basic Styles
--------------------------------------------------------- */
body, html{ height:100%; margin:0; }

body {
	background: #f9f8f4 url('imgs/bg.jpg');
	color: #4f5f70;
	font: 16px/24px "soleil", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
}

/* Typography
--------------------------------------------------------- */
	h1, h2, h3 {
		font-weight: 500;
		font-family: 'HandSlabRegular', "Helvetica Neue", Helvetica, Arial, sans-serif; }
	h4, h5, h6 {
		font-family: "soleil", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { margin-bottom: 14px; font-size: 21px; word-spacing: -1px; line-height: 24px; color: #234568; }
	h2 { margin-bottom: 10px; font-size: 28px; line-height: 30px; }
	h3 { margin-bottom: 4px; font-size: 18px; line-height: 24px; color: #0a96cc; text-transform: uppercase; }
	h4 { margin-bottom: 4px; font-size: 21px; line-height: 24px; color: #0086b5; }
	h5 { font-size: 20px; line-height: 20px; color: #fff; font-weight: 700; }
	h6 { font-size: 24px; line-height: 21px; font-weight: 800;}
	.subheader { color: #777; }

	#sidebar h3 { color: #c6c6c1; }
	header { font-family: "proxima-nova-sc-osf", Arial, sans-serif; font-weight: 700; }

	.white { color: #fff !important; }
	.blue { color: #0A96CC; }


	footer { font-weight: 600; }
	p { margin: 0 0 20px 0; }
	p.wp-caption-text { font-size: 80%; font-style: italic; }
	
 	em, i { font-style: italic; }
	strong { color: #333; font-weight: bold; }
	small, .small { font-size: 80%; }
	.center { text-align: center; }
	.big { font-size: 17px; line-height: 24px; }

/*	Blockquotes  */
	blockquote, blockquote p { color: #777; font-style: italic; font-size: 17px; line-height: 24px; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; color: #555; font-size: 12px; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { clear: both; margin: 10px 0 30px; height: 0; border: solid #ddd; border-width: 1px 0 0; }


/* Blog
--------------------------------------------------------- */

.post {
	margin: 20px 0;
}

.entry { background: url('imgs/barGray.png') bottom left no-repeat; background-size: 505px 12px; }
#single .entry { background: none; padding-bottom: 50px; }

.post-title { margin-top: 20px; display: block; }
.post-date {
	display: block;
	background: url('imgs/blockDate.png') no-repeat;
	padding: 8px 0;
	text-align: center;
	width: 75px;
	color: #fff;
}

.block-link { 
	background: url('imgs/blockYellow.png'); 
	width: 140px; 
	padding: 10px 0 9px;
	margin: 0 5px 20px;
	text-align: center; 
	display: block; 
	float: left; 
	min-height: 30px;
	background-size: 140px 50px;
 }
 
 .block-recent { 
	background: url('imgs/blockBlue.png'); 
	width: 290px; 
	padding: 15px 0 14px;
	margin: 0 5px 20px;
	text-align: center; 
	display: block; 
	float: left; 
	background-size: 290px 55px;
 }

.block-cc {
	display: block;
	background: url('imgs/logoCasa.png') no-repeat center center;
	width: 290px;
	height: 185px;
}

 .block-guests { 
	background: url('imgs/blockBlue.png'); 
	width: 290px; 
	padding: 15px 0 14px;
	margin: 10px 5px 20px;
	text-align: center; 
	display: block; 
	float: left; 
	color: #fff;
	background-size: 290px 55px;
 }

/* Layout
--------------------------------------------------------- */

.container.main { background: #fff; }
header .container { background: #0a96cc url('imgs/bgHeader.jpg') repeat-x bottom; padding-top: 25px;  border: 2px solid #0d8cd5; border-bottom: none; }
footer.container { padding-top: 20px; }
header { 
	margin-top: 40px;
}

footer 	{ 
	color: #c2f1f5;
	background: #21517c;
	border: 2px solid #1f4160; border-top: none;
}

#logo 	{ 
	background: url('imgs/logo.png') center center no-repeat; 
	display: block;
	width: 460px;
	height: 170px; 
}

#page { min-height: 600px; }

.page-title { margin-bottom: 30px; }
.subhead { margin-top: 50px; }

#vital-yellow { background: url('imgs/blockYellow.png'); }
#vital-blue { background: url('imgs/blockBlue.png'); }
#vital-navy { background: url('imgs/blockNavy.png'); background-size: 280px auto; }
#vital-navy h5 a { color: #fff; font-size: 17px;}

.block {
	display: block;
	text-align: center;
	margin-bottom: 18px;
	padding: 23px 0;
}

#bone {
	background: url('imgs/bgBone.jpg') bottom no-repeat; 
	display: block;
	width: 460px;
	height: 620px; 
}
.page .content {
	margin-bottom: 40px;
}

#exhibitors { padding-bottom: 40px; }

#exhibitors .profile { 
	background: url('imgs/barGray.png') bottom left no-repeat; 
	background-size: 450px 12px; 
	padding: 25px 0 30px;
}
#exhibitors .profile p { font-size: 14px; line-height: 18px; margin: 10px 0 0; padding: 0; }
#exhibitors .profile h4 { margin: 0; line-height: 18px; }


/* Links/Navigation
--------------------------------------------------------- */
	a, a:visited { color: #123350; text-decoration: none; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { border-bottom: 2px solid #ddeae8; line-height: inherit; }
	p a:hover { border-color: #c1dcd9; }

nav.main a  { 
	text-transform: uppercase; 
	font-size: 16px; 
	font-weight: 800; 
	color: #fff;
	display: block;
	padding: 10px 20px 9px;
	letter-spacing: 1px;
}

footer p a, footer p a:hover { border: none; }
footer a { color: #fff; }
footer a:visited { color: #0ab4e8; }
footer a:hover { color: #eee; }

nav.main ul li {
	float: left;
	width: 140px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

nav.social ul li {
	float: left;
	width: 35px;
	height: 0;
	margin-right: 10px;
	padding-top: 35px;
	overflow: hidden;
}

nav.social a.twitter li { background: url('imgs/iconTwitter.png'); }
nav.social a.facebook li { background: url('imgs/iconFacebook.png'); }
nav.social a.mail li { background: url('imgs/iconMail.png'); }

ul.recent a, a:visited { color: #174772; font-weight: 600; }
ul.recent a:hover { color: #0a5599; }

.block-link a { color: #fffde3; font-weight: 600; }
.block-link a:hover { color: #fff; }


/* Lists
--------------------------------------------------------- */

ul { list-style: none outside; }
ol { list-style: decimal; }
ol { margin-left: 30px; }
li { margin-bottom: 12px; line-height: 18px; }
li p { line-height: 21px; }

ul.social li { width: 48px; height: 70px; float: left; }
ul.social li a { display: block; width: 50px; height: 70px; float: left; }
ul.social li.mail a { background: url('imgs/iconMail.png') center top no-repeat; }
ul.social li.twitter a { background: url('imgs/iconTwitter.png') center top no-repeat; }
ul.social li.facebook a { background: url('imgs/iconFacebook.png') center top no-repeat; }

ul.recent li {
	display: block;
	margin: 0 10px 10px 10px;
	font-weight: 600;
	padding-bottom: 20px;
	padding-left: 5px;
	background: url('imgs/barGray.png') bottom left no-repeat; background-size: 290px 10px;
}

ul.recent li:last-child {
	padding-bottom: 0;
	background: none; }

/* imgs
--------------------------------------------------------- */

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

.thumb { 
	display: block; 
	width: 300px; 
	height: 60px; 
	padding-bottom: 10px;
	padding-top: 205px;
	position: relative; 
	margin-top: -280px;
	z-index: 300px; 
	text-align: center;
}

.thumb.blue { background: url('imgs/ribbonBlue.png') no-repeat bottom; }
.thumb.yellow { background: url('imgs/ribbonYellow.png') no-repeat bottom; }

.thumb.blue small { color: #073f5e; }

/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		display: block;
		margin: 0;
		margin-bottom: 20px;
		padding: 6px 4px;
		max-width: 100%;
		width: 210px;
		outline: none;
		border: 1px solid #ccc;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		background: #fff;
		color: #777;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2);
 		color: #444; }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	input[type="submit"] {
		display: block;
		background: url('imgs/blockBlue.png'); 	
		border: 0;
		padding: 10px 20px 9px;
		text-align: center;
		color: white;
		text-transform: uppercase;
		font-size: 15px;
		background-size: 150px 50px;
		cursor: pointer;
	}
	label span,
	legend span {
		color: #444;
		font-weight: normal;
		font-size: 13px; }
	textarea#entry_1172880854 { width: 100%; }
	.ss-form input[type="text"] { width: 250px; }
	.ss-text { float: left; display: block; }
	.ss-q-title { color: #0a96cc; }
	.ss-text.ss-item-required { margin-right: 20px; }
	.ss-paragraph-text { clear: both; display: block; }
	.ss-secondary-text { font-size: 80%; font-style: italic; color: #bbb; } 
	.disclaimer, .ss-required-asterisk { font-size: 80%; }
	.ss-form { margin-top: 20px; }
	span.ss-required-asterisk { position: relative; height: 0; display: block; padding-left: 80px; top: -24px; color: red; font-size: 20px; }
	
/* Misc
--------------------------------------------------------- */

.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 18px !important; }
.add-top { margin-top: 18px !important; display: inline-block; }


