@charset "utf-8";
@import "../reset.css";
@import "../common.css";
@import "../vendor/prettyPhoto.css";

a {
	color: #ff9902;
}

a:hover {
	color: #333;
}

a.more {
	background-color: #feb101;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	padding: 0 10px;
	text-decoration: none;
}

a.more:hover {
	color: #333;
}

a.more.more-grey {
	background-color: #696969;
}

a.title {
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}

body {
	background-color: #ccc;
	color: #222;
	font-family: Arial;
	font-size: 13px;
	line-height: 17px;
}

em {
	font-style: italic;
}

form {
	
}

input,
select,
textarea {
	font-family: Arial;
	font-size: 13px;
	line-height: 14px;
	margin: 0;
	vertical-align: middle;
}

h2 {
	color: #111;
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
	padding-bottom: 15px;
}

h3 {
	color: #111;
	font-size: 15px;
	font-weight: bold;
	line-height: 23px;
	padding-bottom: 15px;
}

h4 {
	color: #feb101;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 15px;
}

h5 {
	color: #111;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 15px;
}

hr {
	border: none;
	border-top: dotted 1px #bbb;
	margin: 20px 0;
}

label {
	color: #555;
	font-size: 11px;
	line-height: 11px;
}

label.label-checkbox {
	margin-left: 2px;
	position: relative;
	top: 1px;
}

p {
	line-height: 19px;
	padding: 0 0 15px 0;
}

small {
	color: #777;
	font-size: 11px;
}

strong {
	font-weight: bold;
}

/**
 * .ad
 */
.ad {
	text-align: center;
}

/**
 * .background
 */
.background {
	background: url('../../images/cln/bg-background.jpg') left top repeat-x;
	min-height: 350px;
}

body.body-home .background {
	background-image: url('../../images/cln/bg-background-home.jpg');
	min-height: 500px;
}

/**
 * .background-check
 */
.background-check {
	
}

/**
 * .break
 */
.break {
	padding-bottom: 30px !important;
}

/**
 * .button
 */
.button {
	background-color: #111;
	border: solid 1px #111;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	height: 30px;
	margin-right: 5px;
	padding: 0 10px;
}

/**
 * .calendar
 */
.calendar {
	width: 238px;
}

	/**
	 * .calendar-grid
	 */
	.calendar .calendar-grid {
		
	}
	
		.calendar .calendar-grid a {
			color: #fff;
			text-decoration: none;
		}
	 
		.calendar .calendar-grid ul {
			overflow: auto;
		}
		
			.calendar .calendar-grid ul li {
				background-color: #fff1d4;
				color: #333;
				float: left;
				font-size: 11px;
				padding: 8px 5px;
				text-align: center;
				width: 24px;
			}
			
			.calendar .calendar-grid ul li.active {
				background-color: #ffd066;
			}
			
			.calendar .calendar-grid ul li.day {
				background-color: #000;
				color: #fff;
				font-weight: bold;
			}
		
	/**
	 * .calendar-header
	 */
	.calendar .calendar-header {
		background-color: #fff1d4;
		font-weight: bold;
		padding: 10px 0;
		text-align: center;
	}
	
		.calendar .calendar-header a {
			color: #111;
			margin: 0 5px;
			text-decoration: none;
		}

/**
 * .call-outs
 */
.call-outs {
	padding: 20px 0 40px 30px;
}

	.call-outs img {
		/* border-radius: 5px; */
		/* box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4); */
		left: -7px;
		position: relative;
	}

	.call-outs h3 {
		color: #111;
		font-size: 17px;
		font-weight: bold;
		line-height: 20px;
		padding: 10px 0 5px;
	}
	
	.call-outs p {
		line-height: 17px;
		padding: 0 10px 10px 0;
	}

	.call-outs ul {
		overflow: auto;
		width: 927px;
	}
	
		.call-outs ul li {
			float: left;
			padding-right: 35px;
			width: 200px;
		}
		
		.call-outs ul li.last {
			padding-right: 10px;
		}
		
/**
 * .columns-home
 */
.columns-home {
	overflow: auto;
	padding: 0 30px 40px;
	width: 897px;
}

	.columns-home .column-left {
		float: left;
		padding-right: 40px;
		width: 240px;
	}
	
	.columns-home .column-middle {
		float: left;
		padding-right: 40px;
		width: 310px;
	}
	
	.columns-home .column-right {
		float: right;
		width: 267px;
	}
	
/**
 * .columns-inner
 */
.columns-inner {
	overflow: auto;
	padding: 40px 30px 40px;
	width: 897px;
}

	.columns-inner .column-left {
		float: left;
		padding-right: 40px;
		width: 240px;
	}
	
	.columns-inner .column-right {
		float: right;
		width: 617px;
	}

/**
 * .container
 */
.container {
	background-color: #fff;
	margin: 0 auto;
	width: 957px;
}

/**
 * .content
 */
.content {
	
}

	.content a.speaker {
		display: block;
		float: left;
		margin: 0 20px 10px 0;
		position: relative;
		top: 5px;
	}
	
		.content a.speaker img {
			border-radius: 5px;
		}

	.content ol {
		padding: 0 0 15px 45px;
	}
	
		.content ol li {
			line-height: 19px;
			list-style: decimal outside;
			padding-bottom: 15px;
		}
		
		.content ol.packed li {
			padding-bottom: 0;
		}

	.content ul {
		padding: 0 0 15px 25px;
	}

		.content ul li {
			line-height: 19px;
			list-style: square outside;
			padding-bottom: 15px;
		}
		
			.content ul.downloads li small {
				color: #888;
				font-size: 11px;
			}
		
		.content ul.packed li {
			padding-bottom: 0;
		}
		
/**
 * .error
 */
.error {
	border: solid 1px red !important;
}

/**
 * .ers
 */
.ers {
	padding-top: 40px;
}

/**
 * .facebook-feed
 */
.facebook-feed {
	margin-top:20px;
	background-color: #fff;
}

/**
 * .featured-events
 */
.featured-events {
	padding-top: 20px;
	margin-bottom:20px;
}

		.featured-events .list a {
			display: inline;
		}

/**
 * .featured-news
 */
.featured-news {
	padding-top: 20px;
}

/**
 * .footer
 */
.footer {
	background-color: #f7b81d;
	border-top: solid 10px #000;
	height: 40px;
	margin-top: 40px;
}

	.footer p {
		font-size: 14px;
		line-height: 40px;
		text-align: center;
	}
			
/**
 * .gallery
 */
.gallery {
	padding: 0 0 20px;
}

	.gallery img {
		border-radius: 5px;
	}

/**
 * .header
 */
.header {
	background-color: #000;
	height: 110px;
}

	/**
	 * .header-logo
	 */
	.header .header-logo {
		padding: 20px 0 0 30px;
	}
	
	/**
	 * .header-social-links
	 */
	.header .header-social-links {
		color: #fff;
		float: right;
		font-size: 18px;
		line-height: 24px;
		padding: 44px 30px 0 0;
		text-transform: uppercase;
	}
	
		.header .header-social-links a {
			display: block;
		}
		
		.header .header-social-links h1 {
			padding-right: 20px;
		}
	
		.header .header-social-links ul {
			height: 24px;
		}
		
			.header .header-social-links li {
				float: left;
				padding-left: 5px;
			}

/**
 * .important
 */
.important {
	color: #ff1f1f;
	font-weight: bold;
}

/**
 * .input-row
 */
.input-row {
	padding-bottom: 15px;
}
			
/**
 * .list
 */
.list {
	
}

	.list p {
		font-size: 12px;
		padding-bottom: 5px;
	}
	
	.list strong {
		padding-right: 5px;
	}
	
	.list ul {
		padding: 0;
	}

		.list ul li {
			border-bottom: dotted 1px #bbb;
			list-style: none;
			padding: 15px 0;
		}
		
		.list ul li.first {
			padding-top: 0 !important;
		}
		
		.list ul li.last {
			border-bottom: none;
		}
		
		.list.list-compact ul li {
			padding: 10px 0;
		}
			
/**
 * .navbar
 */
.navbar {
	background: url('../../images/cln/bg-navbar.gif') left top repeat-x;
	height: 40px;
	padding: 0 30px;
}

	.navbar a {
		color: #fff;
		display: block;
		font-weight: bold;
		font-size: 17px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	.navbar a:hover,
	.navbar a.active {
		color: #ffac00;
	}

		.navbar ul li {
			float: left;
			width: 179px;
		}
		
/**
 * .search-form
 */
.search-form {
	padding: 30px 0;
}
		
/**
 * .select
 */
.select {
	background-color: #fbfbfb;
	border: solid 1px #c0bcb2;
	border-radius: 2px;
	margin-right: 5px;
	padding: 5px;
}

.select:focus {
	border: solid 1px #555;
}

.select.select-fixed {
	width: 300px;
}
			
/**
 * .sequence
 */
.sequence {
	height: 299px;
	position: relative;
}

	/**
	 * .sequence-overlay
	 */
	.sequence .sequence-overlay {
		background: url('../../images/cln/bg-sequence-overlay.png') left top no-repeat;
		bottom: 0;
		height: 99px;
		position: absolute;
		width: 957px;
	}
	
	/**
	 * .sequence-slide
	 */
	.sequence .sequence-slide {
		float: left;
		width: 957px;
	}
	
	/**
	 * .sequence-slide-content
	 */
	.sequence .sequence-slide-content {
		bottom: 0;
		height: 69px;
		padding: 30px 0 0 70px;
		position: absolute;
		width: 887px;
		z-index: 20;
	}
	
		.sequence .sequence-slide-content h3 {
			color: #fff;
			font-size: 30px;
			font-weight: bold;
			line-height: 35px;
			padding: 0;
			text-shadow: 1px 1px #333;
		}
		
		.sequence .sequence-slide-content h5 {
			color: #fff;
			font-size: 17px;
			line-height: 24px;
			padding: 0;
		}
	
	/**
	 * .sequence-slides
	 */
	.sequence .sequence-slides {
		height: 299px;
		overflow: hidden;
		position: absolute;
		width: 957px;
	}
	
	/**
	 * .sequence-slides-container
	 */
	.sequence .sequence-slides-container {
		width: 9999px;
	}
	
/**
 * .sponsors
 */
.sponsors {
	
}

	.sponsors h3 {
		font-size: 11px;
		padding: 0;
	}

	.sponsors img {
		border-radius: 5px;
	}

	.sponsors ul {
		overflow: auto;
		padding: 0;
	}

		.sponsors ul li {
			float: left;
			list-style: none;
			padding: 10px 0;
			text-align: center;
			width: 154px;
		}
	
/**
 * .sub-navbar
 */
.sub-navbar {
	background-color: #f9f9f9;
	border-bottom: solid 1px #111;
	overflow: auto;
	padding: 10px 20px;
}

	.sub-navbar a {
		color: #111;
		font-size: 14px;
		text-decoration: none;
	}
	
	.sub-navbar a:hover {
		color: #feb40b;
	}
	
	.sub-navbar ul {
		
	}
	
		.sub-navbar ul li {
			float: left;
			line-height: 25px;
			padding-right: 20px;
		}
	
/**
 * .support-cln
 */
.support-cln {
	padding-top: 30px;
}

/**
 * .text
 */
.text {
	background-color: #fbfbfb;
	border: solid 1px #c0bcb2;
	border-radius: 2px;
	margin-right: 5px;
	padding: 6px;
}

.text:focus {
	border: solid 1px #555;
}

.text.text-fixed {
	width: 286px;
}

.text.text-search {
	width: 240px;
}

/**
 * .textarea
 */
.textarea {
	background-color: #fbfbfb;
	border: solid 1px #c0bcb2;
	border-radius: 2px;
	margin-right: 5px;
	padding: 6px;
}

.textarea:focus {
	border: solid 1px #555;
}

.textarea.textarea-fixed {
	height: 120px;
	resize: none;
	width: 380px;
}

/**
 * .type-article
 */
.type-article {
	border-radius: 5px;
	display: inline-block;
	float: right;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	margin-left: 10px;
	padding: 0 6px;
	position: relative;
	text-transform: uppercase;
	top: -2px;
}

.type-article.type-article-press-release {
	background-color: #111;
	color: #fff;
}

/**
 * .wrap
 */
.wrap {

}

/* footer ad */
#rotating-item-wrapper{
	/*display:none; */
	width:900px;
	height:200px;
}
#rotating-item-left-wrapper{
	width:238px;
	height:240px;
}
#rotating-item-left-wrapper, #rotating-item-wrapper{
	position: relative;
}
.rotating-item{
	left:26px;
}
.rotating-item-left{
	left:-2px;
}
.rotating-item-left, .rotating-item{
	display: none;
	position: absolute;
}