/* ==========================================================================
   Override styles
   ========================================================================== */

h3.ar {
	color: #e27c1d;
}

aside .pod.ar {
	background: #f6dca6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6dca6 0%, #feffff 16%, #feffff 39%, #f6dca6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6dca6), color-stop(16%,#feffff), color-stop(39%,#feffff), color-stop(100%,#f6dca6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6dca6 0%,#feffff 16%,#feffff 39%,#f6dca6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6dca6 0%,#feffff 16%,#feffff 39%,#f6dca6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6dca6 0%,#feffff 16%,#feffff 39%,#f6dca6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6dca6 0%,#feffff 16%,#feffff 39%,#f6dca6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6dca6', endColorstr='#f6dca6',GradientType=0 ); /* IE6-9 */
}

table {
    border-top: 1px solid #CCE0F4;
    line-height: 16px;
    margin: 0 0 30px;
    width: 100%;
}
table thead tr td {
    border-right: 1px solid #CCE0F4;
    border-bottom: 0;
    font-weight: normal;
    padding: 5px 0 0 5px;
    text-align: left;
    vertical-align: bottom;
}
table thead tr th {
    border-bottom: 1px solid #CCE0F4;
    border-right: 1px solid #CCE0F4;
    font-weight: normal;
    padding: 0 5px 5px;
    text-align: left;
    vertical-align: bottom;
}
table thead tr th.last, table tbody tr td.last, table thead tr td.last {
    border-right: medium none;
}
table tbody tr td {
    border-bottom: 1px solid #CCE0F4;
    border-right: 1px solid #CCE0F4;
    text-align: center;
}
table tbody tr th {
    border-bottom: 1px solid #CCE0F4;
    border-right: 1px solid #CCE0F4;
    font-weight: normal;
    text-align: left;
}

aside .button {
    background-color: #999999;
    border-radius: 15px 15px 15px 15px;
    display: inline-block;
    float: right;
    font-family: "proxima-nova",sans-serif;
    font-weight: 500;
    margin: 0 0 10px 6px;
    padding: 2px 15px;
    text-align: center;
    width: 57px;
}

@media only screen and (max-width: 960px) {
	aside .pod {
		background-size: 70% auto !important;
	}
}

@media only screen and (max-width: 680px) {
	aside .button {
		display: block;
		width: 100%;
		clear: both;
		float: none;
		margin: 10px 0;
		padding: 4px 0;
	}
	aside .pod {
		background-size: 40% auto !important;
	}
}

/* Main Wrappers */
.slideshow {
	width: 100%;
	margin: 30px auto 0 auto;	
	font-family: Arial, sans-serif;
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}
.slideshow-container {
	background-color:#e6edf1;
	clear: both;
	overflow: hidden;
	position: relative;
}
.slideshow-content {
	padding: 0;
	margin: 0;
}

/* Item Content */
.slideshow-item {
	padding: 15px;
	width:575px;
}
.slideshow-content .slideshow-item,
.slideshow-thumb-content img {	
	float: left;
}
.slideshow-item-text { }
.slideshow-item-text h4
{
	margin:5px 0;
	padding: 0;
	font-size: 17px;
}
.slideshow-item-text p {
	font-size: 12px;
	line-height: 1.5em;
	padding-right:25px;
	margin: 0 0 1.1em;
}


/* Thumb Content */
.slideshow-thumb-container {
	clear: both;
}
.slideshow-thumb-content {
	margin: 10px 0;
	height: 94px;
}
.slideshow-thumb-content img {
	display: block;
	margin-right: 5px;
	padding: 5px;
	width:134px;
	border:solid 1px #CCCCCC;
	opacity:0.5;
	filter: alpha(opacity = 50);
-webkit-transition: opacity 0.25s ease-out;
     -moz-transition: opacity 0.25s ease-out;
       -o-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
}
.slideshow-thumb-content .selected {
	opacity:1;
	filter: alpha(opacity = 100);
	border:solid 1px #555555;
}


/* Navigation */
.slideshow-nav {
	padding-top: 10px;
	width:100%;
	height: 30px;
	background-color:#e6edf1;
}
.slideshow-nav a,
.slideshow-nav a:active {
	text-decoration: none;
	color: #003366;
	font-size: 12px;
	font-weight: bold;
	position:absolute;
}
.slideshow-nav a.previous {
	left: 15px;
}
.slideshow-nav a.next {
	right:12px;	
}