/*
==  CUSTOM STYLESHEET  ========================================================

HOW TO USE THIS FILE:
	Simply copy an existing style from the style.css file to this one and
	modify however you like. It will override the default style.

WHY USE THIS FILE:
	Adding your custom CSS here will make it much easier to upgrade to a
	newer version of this theme without losing any of your customizations.

===============================================================================
ADD YOUR CUSTOM CSS BELOW THIS LINE */

body {
	font-family: "Droid Sans", Helvetica, Arial, sans-serif;
	line-height: 1.6;
	color: #fff;
}

/* top level skin */
#primary-menu ul a {
	color: #fff;
	line-height: auto;
}

.home-slider .slides_container { display: none; height: 375px; }

home_subtitle {
	color: #13ad9e;
	text-align: center;
	font-family: "Droid Sans", Helvetica, Arial, sans-serif;
     font-size: 22px;
}

home_subtitle_body {
	color: #eeeeee;
	text-align: justify;
	font-family: "Droid Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 0 30px;
}

h1b {font-size:24px;
	font-family: "Droid Sans", Helvetica, Arial, sans-serif;
	color: #13ad9e;
}

.home-slider {
	margin: 50px 0 5px;
	position: relative;
	background: #fff url(images/ajax-loader.gif) center 40% no-repeat;

	border: 4px solid #ffffff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

    -moz-box-shadow: 0px 20px 35px -30px black;
	-webkit-box-shadow: 0px 20px 35px -30px black;
	box-shadow: 0px 20px 35px -30px black;

	padding: -4px;

	overflow: hidden;
}

.home-slider .featured-image {
	border: 0px solid red;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: -4px;
    width: 980px;
}


.home-slider .pagination {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0;
	height: 0px;
	background: #39C;
}
.home-slider .pagination li {
	display: inline;
	position: relative;
	float: left;
	text-indent: -9999px;
	margin: 0 0 0 0;
}
