/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

#masthead.fixed-header { 
	position: relative; 
}

.widget_text h1 {
    font-size: 30px;
	
}

li {
font-size: 20px !important;
}

/* Featured Content Area */
#featured-content {
	background-color: white;
	padding-top: 20px;
	text-align: center;
	
}

#featured-content .wrapper {
   border:1px solid;
	 border-color: #eee;
   -moz-border-radius:10px;
   -webkit-border-radius:10px;
}

.featured-heading-wrap {
    padding: 10px 20px 0;
	
}

.featured-content-wrap {
    clear: both;
    display: block;
    overflow: hidden;
}

ul li{
 font-size:15px;
}

.featured-content-wrap .entry-container {
    margin-top: 20px;
    text-align: left;
}

.featured-content-wrap .featured-content-image {
	display: block;
	line-height: 0;
}

.tablepress-id-3 tbody td {
	font-family: Tahoma;
	font-size: 14px;
	color: #ff0000;
}

.widget_text p {
    font-size: 12px; font-family: montserrat,brawler, 'PT Sans', Helvetica, Arial, Verdana, sans-serif;
	 border: 0px;
	 border-color: #eee;
	 -moz-border-width: 5px;
   -moz-border-radius: 10px;
   -webkit-border-radius:10px;
	
}

/* Posts, newest to oldest */

.home #main article {
   border: 1px solid;
	 border-color: #eee;
	 -moz-border-width: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius:10px;
 
}

.entry-container, 
.widget,
#supplementary .wrapper, 
#supplementary .widget {
    padding-top: 1;
    padding-bottom: 1;
	  border-color: #eee;
    border: 0px;
   -moz-border-radius:10px;
   -webkit-border-radius:10px;
}

.widget_recent_entries {
    font-size: 12px; font-family: montserrat, brawler, 'PT Sans', Helvetica, Arial, Verdana, sans-serif;
}

.hentry {
   border-radius:10px;
	 border-color: #eee;
	 -moz-border-width: 10px;
   -moz-border-radius:10px;
   -webkit-border-radius:10px;
}

.site-main {
   border:0px;
   border-color: #eee;
     border-width: 20px;
     -moz-border-radius:10px;
   -webkit-border-radius:10px;
}

.widget {
   border:1px solid;
	 border-color: #eee;
   -moz-border-radius:10px;
   -webkit-border-radius:10px;
}

/* Figure legends */

.wp-caption-text {
    color: #777;
    font-size: 12px;
    margin: 0 0 12px;
    padding: 00px 0 0 00px;
    line-height: 1.5em;
	  border:1px solid;
	  border-color: #eee;
}

h1 { font-size:30px !important; }

/* Featured image alignment */

.featured-image{
text-align:center; 
}

.attachment-post-thumbnail {
margin: 0 auto;
}

.flexslider .slides {
width: 75%;
max-width: 75%;
margin-left: 10;
margin-right: 10
}