@charset "utf-8";
/* CSS Document */

/* Content starts from here */

/* Slider starts from here */
.slider{
	border:2px solid #e7e7e7;
	border-top:none;
	min-height:320px;
}

.slider img{
	float:left;
	width:100%;
}

#sliderImages{
	background:url(../img/sliderImages.png) no-repeat;
	height:223px;
	width:443px;
	float:left;
	margin:30px 50px 10px;
}

#shadowSlider{
	background:url(../img/sp-Main.jpg) 0 -241px no-repeat;
	height:21px;
	width:950px;
}

.slider>.floatleft{
	margin:40px 0 38px 1%;
	color:#242424;
}

.slider h1{
	font-family:"proxima_nova_rgregular";
	font-size:2em;
  margin-bottom: 10px;
}

.slider audio{
	margin:10px 0;
	width:75%;
}

.slider p>a{
	text-decoration:underline;
}

.slider>.sliderImg{
	max-width:440px;
	float:left;
	margin:35px 0 0 4%;
	position:relative;
}

.slider>.floatleft{
	width:40%;
}

.sliderImg li{
	float:left;
	width:32%;
	margin:3px 0 0 3px;
}

.sliderCurve{
	background-size:contain;
	background-image:url(../sliderImages/sliderbg.png);
	background-repeat: no-repeat;
	height: 203px;
	position:absolute;
	width:100%;
}
/* Slider finishes here */

/* Content containers starts from here */
#content a:hover{
	text-decoration:underline;
}
/* Posts container starts from here */
.titleSec, .result-title{
	background:#dde8f1;
	width:94%;
	padding:10px 3%;
	margin-bottom:10px;
}

.updates>.floatleft{
	width:48%;
}

.updates>.floatleft:last-child{
	margin-left:3%;
}

.section>div{
	margin:20px 0;
}

.section>div:first-child{
	margin-top:0;
}

.titleSec>h2{
	color:#29334b;
	font-size:1.25em;
}

.titleSec>p{
	color:#576072;
	font-size:0.9em;
	margin:0;
}

.newsContainer{
	color:#7c828e;
}

.newsContainer>li{
	padding:7px 10px 5px;
	border-bottom:1px solid #dedede;
}

.newsContainer b, .newsContainer strong{
	color:#29334b;
}

/* Posts container finishes here */

/* Aside container starts from here */
.booksReview>li:last-child{
	border-bottom:1px solid #dedede;
}

.booksReview{
	padding:0 3% 10px;
}
/* Aside container finishes here */
		
/* Content containers finishes here */