/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/


/**
 * Homepage slider CSS
 */

.archiveposts-home{
    position:relative;
    overflow:hidden;
    width: 100%;
    height: 450px;
}

.archiveposts-home .items {
    width:20000em;
    position:absolute;
}

.items > div.slide {
    float:left;
}

.archiveposts-home .recent-post{
    width:300px;
}

.archiveposts-home .slider-nav .prev{
    display: block;
    height: 36px;
    width: 36px;
    background: url("images/arrows_big.png") no-repeat 0 0;
	cursor: pointer;
}

.archiveposts-home .slider-nav .next{
    display: block;
    height: 36px;
    width: 36px;
    background: url("images/arrows_big.png") no-repeat 0 0;
    background-position: -41px 0;
	cursor: pointer;
}

.slider-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -36px;
}
.slider-nav .browse {
    float: left;
}
ul.events-rss li span.date{
	font-weight:normal;
	font-size:11px;
	color:#cccccc;
	display:block;
	width:100%;
}
.textwidget a {
Font-weight:bold;
    color: #c5960c !important;
}
.textwidget p {
font-family: "Lato", "Myriad Pro", "Arial", sans-serif;
    font-size: 14px;
}
.textwidget img {
Margin-bottom: 10px;
}
.menu-item-122068 {
Font-weight:bold;
Color:#081e3f !important;
}

