/* ==== columns ==== */

.one_half {
	width: 48%;
}

.one_third {
	width: 30.66%;
}

.two_third {
	width: 65.33%;
}

.one_fourth {
	width: 22%;
}

.three_fourth {
	width: 74%;
}

.one_fifth {
	width: 16.8%;
}

.two_fifth {
	width: 37.6%;
}

.three_fifth {
	width: 58.4%;
}

.four_fifth {
	width: 79.2%;
}

.one_sixth {
	width: 13.33%;
}

.five_sixth {
	width: 82.67%;
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	float: left;
	margin-bottom: 20px;
	margin-right: 4%;
	position: relative;
}

.last {
	clear: right;
	margin-right: 0;
}

.clearboth {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}

/* ==== buttons ==== */

.button-url a {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 1px;
	color: #fff;
	line-height: 17px;
	padding: 5px 10px;
	text-transform: uppercase;
}

/* ==== tabs ==== */

ul.tabs {
	margin: 0;
}

ul.tabs .selected {
	background: #fff;
	color: rgba(0, 0, 0, 0.4);
}

ul.tabs li {
	display: inline;
	list-style: none;
}

ul.tabs li a {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 1px 1px 0 0;
	color: #fff;
	float: left;
	line-height: 23px;
	margin: 0 3px 0px 0;
	overflow: hidden;
	padding: 3px 15px;
	position: relative;
	text-transform: uppercase;
}

.pane {
	background: #fff;
	border-style: solid;
	clear: both;
	color: #000;
	display: block;
	padding: 30px;
}

/* ==== toggle ==== */

.trigger {
	background: url("../images/light/plus.png") no-repeat;
	background-position: 0px 6px;
	cursor: pointer;
	margin-bottom: 15px;
	padding: 0px 0px 0px 26px;
}

.trigger a {
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.trigger.active {
	background: url("../images/light/minus.png") no-repeat;
	background-position: 0px 7px;
	opacity: 0.5;
}

.trigger.active a {
	color: rgba(255, 255, 255, 0.5);
}

.toggle_container {
	background: #fff;
	clear: both;
	color: #000;
	overflow: hidden;
}

.toggle_container .block {
	margin: 0;
	nowhitespace: afterproperty;
	overflow: hidden;
	padding: 30px;
}

/* ==== highlight ==== */

.highlight {
	color: #fff;
	padding: 0 3px;
}

.highlight2 {
	background: rgba(255, 255, 255, 0.5);
	color: #fff;
	padding: 0 3px;
}

/* ==== dropcaps ==== */

.dropcap {
	display: block;
	float: left;
	font-size: 46px;
	font-weight: 600;
	left: 0px;
	line-height: 46px;
	margin-right: 8px;
	position: relative;
	top: -1px;
}

/* ==== quotes ==== */

.pullquote_left, .pullquote_right {
	background: url("../images/light/quotes.png") no-repeat scroll 0 6px transparent;
	clear: none;
	color: #fff;
	font-size: 14px;
	max-width: 30%;
	opacity: 0.5;
	padding: 0 0 0 26px;
	position: relative;
	top: 0px;
}

.pullquote_left {
	float: left;
	margin: 24px 20px 20px 0;
}

.pullquote_right {
	float: right;
	margin: 24px 20px 20px 0;
}

/* ==== space ==== */

.space_hr {
	display: block;
	margin-bottom: 50px;
	width: 100%;
}

/* ==== bar ==== */

.bar_hr {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
}

/* ==== media ==== */

a.photo-box {
	cursor: pointer;
	display: inline-block;
}