@charset "UTF-8";
/**
 * Ubuntu Online Summit
 *
 * Main CSS file for the Ubuntu Online Summit site
 *
 * @project		Ubuntu Online Summit
 * @author		Web Team at Canonical Ltd
 * @copyright	2012 Canonical Ltd
 *
 * @colordef	#333; main text
 * @colordef	#dd4814; Ubuntu orange
 */

/**
 * Dependencies
 *
 * Importing reset file: core-reset.css
 * Importing grid file: core-grid.css
 * Importing core file: core.css
 */

/**
 * Sitewide
 *
 * @section sitewide
 */

.inner-wrapper div.row:first-child {
	margin-top: 0px;
}

.inner-wrapper div.row-hero:first-child {
	margin-top: 55px;
}

a {
	outline: 0 !important;
}

q {
	font-size: 1em;
	line-height: 1.4;
	margin-bottom: .666em;
}

strong {
	font-weight: 500;
}

ul {
	margin-left: 0;
	list-style: none;
}

iframe {
	margin: 0;
	border: 0;
	overflow: hidden;
}

.box {
	padding: 1.333em;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #aea79f;
}

.border {
	border-right: 1px dotted #aea79f;
	margin-right: 0.666em;
	padding-right: 0.6em;
}

.link-cta {
	margin-top: 10px;
	padding: 10px;
	background: url('/media/images/background-cta.png') center 0 repeat-x #dd4814;
	display: block;
	float: left;
	color: #fff !important;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
}

.link-cta + p {
	margin: 18px 0 0 10px;
	float: left;
}

.link-cta.disabled {
	background-image: none;
	background-color: #aea79f !important;
	cursor: not-allowed;
}

.link-arrow:after {
	content: " ›";
}

.link-play {
	padding-left: 21px;
	background: url('/media/images/play.png') 0 1px no-repeat;
	float: right;
	height: 17px;
}

.row-full-grey {
	margin-left: -20px;
	padding-left: 20px;
	width: 960px;
	background-color: #f7f7f7;
}

.row-full-grey.first {
	padding-top: 20px;
	border-top: 1px dotted #aea79f;
}

.row-full-grey.last {
	margin-bottom: 30px;
	border-bottom: 1px dotted #aea79f;
}

.row-full-grey div.clearfix {
	margin: 0 20px 20px 0;
	border-bottom: 1px dotted #aea79f;
}

.row-full-grey.first.last div.clearfix {
	border: none;
}

.box-event,
.box-venue,
.box-sponsor,
.box-history {
	padding: 20px;
		-moz-box-shadow: 0 2px 2px 0 #c2c2c2;
		-webkit-box-shadow: 0 2px 2px 0 #c2c2c2;
	box-shadow: 0 2px 2px 0 #c2c2c2;
	background-color: #fff;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
}

.box-event h2,
.box-event h2 + p {
	margin-left: 52px;
}

.box-event h2 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 5px;
}

.box-event h2 + p {
	margin-bottom: 20px;
	font: inherit;
}

.box-event .link-cta {
	margin-top: 20px;
	float: none;
	text-align: center;
	width: auto;
	display: inline-block;
}

.box-event.developer {
	background: url('/media/images/register-picto-developer.png') 20px 20px no-repeat #fff;
}

.box-event.enterprise {
	background: url('/media/images/register-picto-enterprise.png') 20px 20px no-repeat #fff;
}

.box-event.enterprise .link-cta {
	background: #772953;
}

.row-sponsors .span-12 {
	overflow: hidden;
}

.row-sponsors h2 {
	margin: 10px 0 30px;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

/**
 * Home
 *
 * @section home
 */

.page-home .row-hero {
	margin-bottom: 30px;
	padding-bottom: 20px;
	background: url('/media/images/home-hero.png') 580px 8px no-repeat;
}

.page-home .row-hero h1,
.page-home .row-hero h2,
.page-home .row-hero p {
	margin: 0 0 20px 10px;
}

.page-home .row-hero h1 {
	font-size: 2.3em;
	font-weight: 300;
	line-height: 1.3;
	max-width: 580px;
}

.page-home .row-hero .link-cta {
	margin-left: 10px;
	font-size: 16px;
}

.page-home .row-principles {
	margin: -20px 0 0 -20px;
	padding: 20px 20px 0 20px;
	background-color: #f7f7f7;
	border-top: 2px solid #e9e9e9;
}

.page-home .row-principles .span-12 {
	margin-bottom: 0;
}

.page-home .row-principles h2 {
	margin: 10px 0 30px 0;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

.page-home .row-principles li {
	padding: 20px;
		-moz-box-shadow: 0 2px 2px 0 #c2c2c2;
		-webkit-box-shadow: 0 2px 2px 0 #c2c2c2;
	box-shadow: 0 2px 2px 0 #c2c2c2;
	background-color: #fff;
	float: left;
	width: 419px;
}

.page-home .row-principles h3,
.page-home .row-principles p {
	margin-left: 150px;
}

.page-home .principle-ideas {
	margin-bottom: 20px;
	background: url('/media/images/home-picto-ideas.png') 30px center no-repeat;
}

.page-home .principle-discussion {
	margin-bottom: 0;
	background: url('/media/images/home-picto-discussion.png') 30px center no-repeat;
}

.page-home .principle-planning {
	margin: 0 20px 0 0;
	background: url('/media/images/home-picto-planning.png') 30px center no-repeat;
}

.page-home .principle-collaboration {
	margin: 0 20px 20px 0;
	background: url('/media/images/home-picto-collaboration.png') 30px center no-repeat;
}

.page-home .row-enterprise {
	margin: -20px 0 20px -20px;
	padding: 20px 20px 0 20px;
	background-color: #f7f7f7;
	border-bottom: 2px solid #e9e9e9;
}

.page-home .row-enterprise .span-12 {
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url('/media/images/enterprise-banner.jpg') 0 0 no-repeat;
	height: 342px;
}

.page-home .row-enterprise .span-12 div {
	margin-left: 330px;
	width: 280px;
	font-weight: 300;
	color: #fff;
	text-align: center;
}

.page-home .row-enterprise h2,
.page-home .row-enterprise h2 + p {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.page-home .row-enterprise h2 {
	margin-top: 100px;
	font-size: 16px;
}

.page-home .row-enterprise p {
	padding: 0 20px;
}

.page-home .row-enterprise a {
	color: #fff;
	text-decoration: underline;
}

.page-home .box {
	margin-bottom: 30px;
	padding-bottom: 0;
}

.page-home .box h2 {
	font-size: 1.4em;
    line-height: 1.3;
    margin-bottom: 0.571em;
}

.page-home .box ul {
	margin-bottom: 0;
}

.page-home .box li {
	margin-right: 19px;
	float: left;
	width: 210px;
}

.page-home .box li.last {
	margin-right: 0;
}

/* Register */

.page-register .row-hero p {
	font-size: 18px;
}

.page-with-faq .row-faqs {
	border-bottom: 0;
	margin-bottom: 20px;
}

.page-with-faq .row-faqs ul {
	margin-top: 35px;
	margin-bottom: -10px;
	/*width: 640px;*/
}

.page-with-faq .row-faqs li {
	padding: 5px 0;
	/*margin-right: 20px;*/
	border-bottom: 1px dotted #aea79f;
	/*width: 300px;
	float: left;*/
}

.page-with-faq .row-faqs ul li:last-child {
	border: none;
}

.page-with-faq .row-faqs h4 {
	font-size: 16px;
	font-weight: 500;
}

.page-register .row-full-grey .span-4 {
	margin-bottom: 4px;
}

/* About */

.page-about .row-hero p {
	font-size: 18px;
}

.page-about .row-apply {
	margin-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px dotted #aea79f;
}

.page-about .row-apply ul {
	margin-bottom: -10px;
}

.page-about .row-apply li {
	padding: 5px 0 5px 29px;
	background: url("/media/images/ubuntu-tick.gif") no-repeat scroll 0 5px transparent;
	border-bottom: 1px dotted #aea79f;
}

.page-about .row-apply ul li:last-child {
	border: 0;
}

.page-about .row-history {
	background: url("/media/images/about-background-history.png") no-repeat scroll right 1px #f7f7f7;
}

.page-about .row-history .list-history {
	margin: 0 20px 0 0;
	padding-top: 20px;
	float: left;
}

.page-about .row-history .list-history li {
	margin-bottom: 0;
	width: 140px;
}

.page-about .row-history .list-history li a {
	padding: 5px 0 5px 10px;
	display: block;
	color: #666;
	width: 110px;
}

.page-about .row-history .list-history li.active {
	background: url("/media/images/about-arrow-history.png") no-repeat scroll right center transparent;
}

.page-about .row-history .list-history li.active a {
	background-color: #333;
	color: #fff;
}

.page-about .row-history .box-history {
	width: 739px;
	float: left;
	min-height: 214px;
	display: none;
}

.page-about .row-history .box-history.active {
	display: block;
}

.page-about .row-history .box-history h4,
.page-about .row-history .box-history h5 {
	text-align: center;
	width: 340px;
}

.page-about .row-history .box-history h5 {
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: inherit;
	color: #aea79f;
	border-bottom: 1px dotted #aea79f;
}

.page-about .row-history .box-history iframe {
	margin-left: 20px;
	float: right;
	background-color: #000;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
}

.page-about .row-history .box-history p {
	margin-bottom: 20px;
	padding: 20px 0;
	border-bottom: 1px dotted #aea79f;
	width: 340px;
}

.page-about .row-history .box-history a {
	text-align: center;
	display: block;
}

/* Agenda */

.page-agenda .row-hero {
	background: url("/media/images/conference-calendar.png") no-repeat scroll 636px 0 transparent;
	min-height: 12em;
}

.page-agenda .row-hero p {
	font-size: 18px;
}

.page-agenda .box-event.developer .link-cta {
	margin-top: 10px;
	float: left;
	text-align: center;
	width: 100px;
}

.page-agenda .box-event.developer p + a {
	margin-right: 20px;
}

.page-agenda .row-full-grey .span-4 {
	margin-bottom: 4px;
}

.page-agenda .row-evening {
	margin-bottom: 20px;
	border-bottom: 1px dotted #aea79f;
}

.page-agenda .row-evening ul {
	margin-top: -5px;
	margin-bottom: -20px;
}

.page-agenda .row-evening li {
	padding: 10px 0;
	border-bottom: 1px dotted #aea79f;
}

.page-agenda .row-evening ul li:last-child {
	border: none;
}

.page-agenda .row-evening li h5 {
	margin: 0 20px 20px 0;
	padding: 2px 5px 0 5px;
	color: #fff;
	background-color: #aea79f;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: 50px;
	font-size: 18px;
	font-weight: 300;
	float: left;
}

.page-agenda .row-evening li h5 span {
	margin-top: -10px;
	margin-bottom: -4px;
	display: block;
	font-size: 40px;
	font-weight: 500;
}

.page-agenda .row-evening li h4 + p {
	font-weight: 500;
	font-size: 16px;
}

.page-agenda .row-evening li div {
	width: 540px;
	float: left;
}

.page-agenda .row-participation {
	margin-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px dotted #aea79f;
}


.page-agenda .row-participation h4 {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 500;
}

.page-agenda .row-participation ul {
	margin-bottom: 0;
}

.page-agenda .row-participation li {
	padding-left: 80px;
}

.page-agenda .row-participation li.watching {
	background: url("/media/images/agenda-picto-watching.png") no-repeat scroll 0 0 transparent;
}

.page-agenda .row-participation li.listening {
	background: url("/media/images/agenda-picto-listening.png") no-repeat scroll 0 0 transparent;
}

.page-agenda .row-participation li.noting {
	background: url("/media/images/agenda-picto-noting.png") no-repeat scroll 0 10px transparent;
}

.page-agenda .row-participation li.recording {
	background: url("/media/images/agenda-picto-recording.png") no-repeat scroll 0 10px transparent;
}

.page-agenda .row-participation li.watching,
.page-agenda .row-participation li.listening {
	padding-bottom: 10px;
	border-bottom: 1px dotted #aea79f;
}

.page-agenda .row-participation li.noting,
.page-agenda .row-participation li.recording {
	padding-top: 10px;
}

/* Sponsors */

.page-sponsors .row-hero {
	margin-top: 35px;
	background: url('/media/images/sponsors-pictogram.png') right 0 no-repeat;
}

.page-sponsors .row-hero p {
	font-size: 18px;
}

.page-sponsors .box-sponsor h3 {
	margin-bottom: 10px;
	font-size: 13px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #aea79f;
}

.page-sponsors .box-sponsor a {
	display: block;
	text-align: center;
}

.page-sponsors .box-sponsor p a {
	display: inline;
}

.page-sponsors .span-6 .box-sponsor,
.page-sponsors .span-3 .box-sponsor {
	min-height: 120px;
}

.page-sponsors .span-2 .box-sponsor {
	min-height: 60px;
}

.page-sponsors .span-6 .box-sponsor a {
	text-align: left;
}

.page-sponsors .span-6 .box-sponsor h3 {
	margin-bottom: -20px;
}

.page-sponsors .span-6 .box-sponsor h3 + a {
	margin: 0 20px 20px 0;
	float: left;
}

.page-sponsors .span-6 .box-sponsor img {
	margin-top: 20px;
}

.page-sponsors .box-brochure {
	padding: 20px 20px 20px 200px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	background: url('/media/images/sponsors-picto-brochure.png') 20px 20px no-repeat #f7f7f7;
	min-height: 160px;
}

.page-sponsors .row-full-grey > div {
	width: 960px;
}

/* Venue and Travel */

.page-venue .row-hero {
	background: url("/media/images/venue-background.png") no-repeat scroll 580px 0 transparent;
}

.page-venue .row-hero p {
	font-size: 18px;
}

.page-venue .row-map {
	margin-left: -20px;
	padding: 20px 0 20px 20px;
	width: 960px;
	border-top: 1px dotted #aea79f;
}

.page-venue .row-map iframe {
	background-color: #e9e9e9;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
}

.page-venue .row-full-grey .span-4 {
	margin-bottom: 4px;
}

.page-venue .row-full-grey .span-4.last ul {
	margin: 20px 0 5px 0;
	padding-top: 20px;
	border-top: 1px dotted #aea79f;
}

.page-venue .row-full-grey .span-4.last li {
	width: 130px;
	float: left;
	color: #666;
	font-style: italic;
}

.page-venue .box-venue > div {
	margin: 20px 0;
	padding: 20px 0 10px 0;
	border-top: 1px dotted #aea79f;
	border-bottom: 1px dotted #aea79f;
}

.page-venue .box-venue > div img {
	margin-right: 20px;
	float: left;
}

/* YUI overlay */
.page-sponsors .yui3-overlay-mask {
	background: none repeat scroll 0 0 #000;
	opacity: 0.8;
}

.page-sponsors .yui3-overlay {
	padding: 20px;
	width: 540px;
	background: #fff;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
}

.page-sponsors .yui3-overlay span {
	margin-bottom: 30px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-align: center;
	float: left;
	display: block;
	width: 100%;
	color: #aea79f;
}

.page-sponsors .yui3-overlay .overlay-sponsor div {
	margin-top: 40px;
	float: right;
	text-align: center;
	width: 206px;
}

.page-sponsors .overlay {
	padding-bottom: 30px;
	display: none;
}

.page-sponsors .overlay .link-overlay {
	margin-bottom: 30px;
	display: block;
}

.page-sponsors .overlay-close {
	background: url('/media/images/overlay-sprite.png') 2px 1px no-repeat transparent;
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	text-indent: -10000px;
}

.page-sponsors .overlay-close:hover {
	opacity: 0.7;
}

/**
 * Enterprise
 *
 * @section enterprise
 */

.page-enterprise a {
	text-decoration: underline;
}

.page-enterprise a.link-cta {
	text-decoration: none;
	background: #772953;
}

.page-enterprise .inner-wrapper {
	padding-bottom: 20px;
	background-color: #2c001e;
	position: relative;
	top: -5px;
}

.page-enterprise .inner-wrapper div.row:first-child {
	margin-top: 25px;
}

.page-enterprise .row {
	padding: 20px 20px 0 20px;
	width: 900px;
	background-color: #fff;
	border-bottom: 1px dotted #aea79f;
}

.page-enterprise .row .span-12 {
	width: 900px;
}

.page-enterprise .row .span-6 {
	width: 440px;
}

.page-enterprise .row-hero {
	background: url('/media/images/enterprise-hero.png') 580px 35px no-repeat #fff;
		-moz-border-radius: 4px 4px 0 0;
		-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.page-enterprise .row-hero h1 {
	margin-top: 10px;
	font-size: 40px;
	font-weight: 300;
}

.page-enterprise .row-hero p {
	font-size: 24px;
	font-weight: 300;
	width: 440px;
}

.page-enterprise .row-hero .link-cta {
	margin-bottom: 20px;
}

.page-enterprise .row-hero .link-cta + p {
	font-size: inherit;
	font-weight: inherit;
}

.page-enterprise .row-hero .link-cta + p span {
	margin-left: 8px;
	font-weight: 500;
}

.page-enterprise .row-themes .span-4 {
	padding-right: 20px;
	width: 272px;
	min-height: 150px;
}

.page-enterprise .row-themes .span-4 {
	border-right: 1px dotted #aea79f;
}

.page-enterprise .row-themes .span-4.last {
	padding: 0;
	border: 0;
}

.page-enterprise .row-themes h3 {
	font-size: inherit;
	font-weight: 500;
}

.page-enterprise .row-format {
	background: url('/media/images/enterprise-format.png') 645px 25px no-repeat #fff;
}

.page-enterprise .row-format .span-12 {
	width: 590px;
}

.page-enterprise .row-agenda {
	background-color: #f7f7f7;
}

.page-enterprise .row-agenda .span-12 {
	margin-left: 36px;
	padding: 20px;
	width: 780px;
	background-color: #fff;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #e7e7e7;
}

.page-enterprise .row-agenda .span-12 h3:last-child {
	margin-bottom: 0;
}

.page-enterprise .row-agenda h3 {
	padding: 10px 0;
	background-color: #772953;
	color: #fff;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.page-enterprise .row-agenda h4 {
	margin: 0;
	/*font-size: inherit;*/
	font-weight: 500;
}

.page-enterprise .row-agenda li {
	padding: 10px 0 15px 0;
	display: block;
	clear: both;
	border-bottom: 1px dotted #aea79f;
}

.page-enterprise .row-agenda li:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.page-enterprise .row-agenda li {
	display: block;
}

.page-enterprise .row-agenda li div {
	margin-right: 20px;
	float: left;
	width: 230px;
	text-align: right;
}

.page-enterprise .row-agenda li .time {
	margin-bottom: 0;
	color: #772953;
}

.page-enterprise .row-agenda li.break {
	padding: 0 0 10px 0;
	text-align: center;
	border-bottom: 1px dotted #333;
}

.page-enterprise .row-agenda li.break p,
.page-enterprise .row-agenda li.break h4 {
	display: inline;
}

.page-enterprise .row-agenda li.break h4 {
	font-style: italic;
	font-weight: normal;
	color: #999;
}

.page-enterprise .row-agenda li.before-break,
.page-enterprise .row-agenda li.afternoon {
	border-bottom: 1px dotted #333;
}

.page-enterprise .row-agenda li.afternoon div {
	width: 380px;
	text-align: left;
}

.page-enterprise .row-agenda li.afternoon div.last {
	margin-right: 0;
}

.page-enterprise .row-agenda li.afternoon ul {
	margin-bottom: 0;
}

.page-enterprise .row-agenda li.afternoon li {
	padding-bottom: 10px;
}

.page-enterprise .row-agenda li.afternoon li.last {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.page-enterprise .row-registration {
	background: url('/media/images/enterprise-register.png') 40px 25px no-repeat #fff;
		-moz-border-radius: 0 0 4px 4px;
		-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	border-bottom: 0;
}

.page-enterprise .row-registration .span-12 {
	padding-bottom: 20px;
	margin-left: 260px;
	width: 640px;
}

.page-enterprise .row-registration .link-cta + p {
	margin-left: 18px;
}

/* YUI Tooltip CSS by Josh Lizarraga */

/* ! General */

.yui3-tooltip-hidden {
	display: none;
}

/* ! contentBox */

.yui3-tooltip-content {
	position: relative;
	max-width: 520px;
	_width: 520px; /* IE6 */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e3e3e3;
	color: #333;
	background: #f7f7f7; /* Fallback */
	-moz-box-shadow: 0px 2px 8px hsla(0, 0%, 0%, .20);
	-webkit-box-shadow: 0px 2px 8px hsla(0, 0%, 0%, .20);
	box-shadow: 0px 2px 8px hsla(0, 0%, 0%, .20);
}

/* ! Widget Body */

.yui3-tooltip .yui3-widget-bd {
	padding: 20px;
}

.yui3-tooltip .yui3-widget-bd * {
	max-width: 100%;
}

.yui3-tooltip .yui3-widget-bd h5 {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 300;
}

.yui3-tooltip .yui3-widget-bd q {
	margin-top: 20px;
	margin-bottom: 0;
	padding: 10px 0;
	display: block;
	font-size: 16px;
	border-top: 1px dotted #aea79f;
	border-bottom: 1px dotted #aea79f;
	font-style: italic;
}

.yui3-tooltip .yui3-widget-bd p:last-child {
	margin-bottom: 0;
}

/* ! Widget Footer */

.yui3-tooltip .yui3-widget-ft,
.yui3-tooltip .yui3-widget-ft div {
	*display: none; /* IE6, IE7 */
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	line-height: 0;
	font-size: 0;
}

.yui3-tooltip .yui3-tooltip-align-bottom .yui3-widget-ft,
.yui3-tooltip .yui3-tooltip-align-bottom .yui3-widget-ft div {
	top: -10px;
	left: 50%;
	margin: 0 0 0 -10px;
	border-width: 0 10px 10px 10px;
	border-color: #e3e3e3 transparent;
}

.yui3-tooltip .yui3-tooltip-align-bottom .yui3-widget-ft div {
	top: 1px;
	border-color: #f7f7f7 transparent;
}

/* YUI Carousel */

.yui3-carousel,
.yui3-carousel-content li {
	border: 0 !important;
}

.yui3-carousel {
	margin: -55px 0 10px 0;
	height: 140px !important;
}

.yui3-carousel-nav {
	margin-bottom: 20px !important;
	background: none !important;
}

.yui3-carousel-nav ul {
	margin-right: 3px !important;
}

.yui3-carousel-nav li {
	background-image: url('/media/images/yui-sprite.png') !important;
	background-position: 0 -743px !important;
}

.yui3-carousel-nav li.yui3-carousel-nav-item-selected {
	background-position: 0 -693px !important;
}

.yui3-carousel-nav .yui3-carousel-button {
	display: none;
}

.yui3-carousel-content li {
	width: 186px;
	height: 82px;
	line-height: 80px;
	border-right: 1px solid #eee !important;
}

.yui3-carousel-content li.last {
	border: 0 !important;
}

.yui3-carousel-content li a {
	display: block;
	height: 80px;
}

.yui3-carousel-content li a img {
	vertical-align: middle;
}

/**
 * Default
 *
 * @section default
 */

.page-default h1 + p {
	font-size: 18px;
}

.page-default .span-9 ul li {
	list-style: disc;
	list-style-position: inside;
}
