@import url("shared.css");


/* White Theme Styles
================================================== */

.colio-theme-white {
	margin-right: 20px;
}

.colio-theme-white .colio-container {
	padding-bottom: 80px;
	border: 1px solid #e0e0e0;
	background: #eaeaea;
}

.colio-theme-white.colio-placement-before {
	margin-bottom: 0;
}

.colio-theme-white.colio-placement-before.colio-expanded {
	margin-bottom: 20px;
}

.colio-theme-white.colio-placement-after {
	margin-top: 0;
}


/* colio close */

.colio-theme-white .colio-close {
	position: absolute;
	top: 16px;
	right: 16px;
}

.colio-theme-white .colio-close:hover {
	opacity: 0.8;
}

.colio-theme-white .colio-close span {
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	background: url(images/controls.png) no-repeat -48px 0;
}


/* colio navigation */

.colio-theme-white .colio-navigation {
	position: absolute;
	top: auto;
	left: auto;
	right: 35px;
	bottom: 40px;
}

.colio-theme-white .colio-navigation a {
	float: left;
	padding: 5px;
	margin-right: 5px;
	background-color: #47dfff;
	-webkit-transition: background-color .1s;
	-moz-transition: background-color .1s;
	-o-transition: background-color .1s;
	transition: background-color .1s;
}

.colio-theme-white .colio-navigation a:hover,
.colio-theme-white .colio-no-prev,
.colio-theme-white .colio-no-next {
	background-color: #555!important;
}

.colio-theme-white .colio-navigation span {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
}

.colio-theme-white .colio-prev span {
	background: url(images/controls.png) no-repeat 0 0;
}

.colio-theme-white .colio-next span {
	background: url(images/controls.png) no-repeat -24px 0;
}


/* content */

.colio-theme-white .colio-side,
.colio-theme-white .colio-main {
	float: left;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.colio-theme-white .colio-main { width: 100%; }
.colio-theme-white .colio-main.colio-has-side { width: 100%; }
.colio-theme-white .colio-side { width: 100%; }


/* typography */

.colio-theme-white .colio-container {
	color: #666;
}

.colio-theme-white .colio-container h3.colio-title {
	margin: 5px 0 20px;
	padding: 0;
	color: #555;
	line-height: 1.3em;
	text-shadow: none;
}

.colio-theme-white .colio-container p {
	margin: 0 0 20px;
	padding: 0;
	color: inherit;
	line-height: 1.5em;
}

.colio-theme-white .colio-container a,
.colio-theme-white .colio-container a:visited {
	color: #47dfff;
	font-weight: bold;
	text-decoration: none;
}

.colio-theme-white .colio-container a:hover {
	color: #555!important;
}

.colio-theme-white .colio-date {
	display: block;
	font-style: italic;
	font-size: 80%;
	margin-top: -10px;
	margin-bottom: 20px;
	color: #999;
}


/* Retina
================================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.colio-theme-white .colio-prev span {
		background: url(images/controls@2x.png) no-repeat 0 0;
		background-size: 72px 24px;
	}
	
	.colio-theme-white .colio-next span {
		background: url(images/controls@2x.png) no-repeat -24px 0;
		background-size: 72px 24px;
	}
	
	.colio-theme-white .colio-close span {
		background: url(images/controls@2x.png) no-repeat -48px 0;
		background-size: 72px 24px;
	}
}


/* Media queries
================================================== */

/* WXGA Screens */
@media only screen and (min-width: 1280px) {}

/* Desktop Screens */
@media only screen and (min-width: 960px) and (max-width: 1280px) {}

/* Smaller than 960 */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait to 960 */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Screens */
@media only screen and (max-width: 767px) {
	.colio-theme-white .colio-main,
	.colio-theme-white .colio-side { clear: both; padding: 0; width: 100%!important; }
	.colio-theme-white .colio-navigation { top: 40px; left: 40px; right: auto; bottom: auto; }
	.colio-theme-white .colio-container { padding-bottom: 40px; }
	.colio-theme-white .colio-side { margin-top: 65px; }
	.colio-theme-white .colio-container h3.colio-title { margin-top: 55px; }
	.colio-theme-white .colio-container .colio-has-side h3.colio-title { margin-top: 5px; }
}

/* Mobile Landscape to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait to Mobile Landscape */
@media only screen and (max-width: 479px) {
	.colio { margin-right: 0; }
	.colio-theme-white .colio-container { padding: 30px; }
	.colio-theme-white .colio-navigation { top: 30px; left: 30px; }		
}