/******************************************  
 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.
*/

	
.text-slider {
background: #F7F7F7;
padding: 1%;
width: 40%;
float: left;
height: 280px;
margin-left: 1%;
}

#logo {
margin: 0 0 10px;
padding-top: 10px;
text-align: left;
float: left;
font-family: Prata, Georgia,"Times New Roman",Times,serif;
}

#logo h1 a {
color: #0B92B4;
font-size: 48px;
font-weight: normal;
line-height: 1.3;
}

a {
color: #0B92B4;
outline: none;
text-decoration: none;
}

ul.dropdown li:hover a {
color: #0B92B4;
}


#feature {
margin: 0 0 15px 0;
background: #F1F1F1;
position: relative;
}
ul.dropdown li ul li:hover a, #nav ul li ul li:hover a { color:#000000; }


ul.dropdown li ul {
 	display: block;
	visibility: hidden;
	z-index:100;
	text-align:left;
	padding:5px 5px 5px 10px;
	background-color: #FFFFFF;
	border-top:3px solid #FFFFFF;
}

ul.dropdown li {
font-family: "Droid Serif", Georgia, serif;
font-size: 19px;
text-transform: uppercase;
font-weight: normal;
}

ul.dropdown li li {
text-transform: none;
font-size: 19px;
color: #154A7F;
text-transform: none;
}

.post p {
line-height: 1.5;
}

#articles .head_title, h3.archive_title {
background-color: #EEEEEE;
border-top: 3px solid #EEEEEE;
font-family: "Droid Serif", Georgia, serif;
font-size: 14px;
font-weight: normal;
padding: 8px 0 8px 10px;
margin: 0 0 15px;
text-transform: uppercase;
}

.widget h3.title {
background-color: #EEEEEE;
border-top: 3px solid #EEEEEE;
font-family: "Droid Serif", Georgia, serif;
font-size: 14px;
font-weight: normal;
padding: 8px 0 8px 10px;
margin: 0 0 10px;
}

h3 a {
color: #0B92B4;
font-size: 18px;
font-weight: normal;
font-family: "Droid Serif", Georgia, serif;
}


.article h2.title a {
color: #0B92B4;
font-size: 22px;
font-weight: normal;
}