@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700);

#featured h1.featured-title {
font-family: 'Lato', sans-serif; font-weight:300;
text-transform: uppercase;
text-shadow: 4px 4px 4px #aaa;
}

#featured h2.featured-subtitle {
font-family: 'Lato', sans-serif; font-weight:700;
text-transform: lowercase;
font-size: 24px !important;
}

#featured p {
font-family: 'Lato', sans-serif; font-weight:300;
font-size: 16px !important;
}
.post-entry {
font-family: 'Lato', sans-serif; font-weight:300;
font-size: 15px !important;
}
.page .entry-title {
    display: none;
}
.post-data {
font-family: 'Lato', sans-serif; font-weight:300;
text-transform: uppercase;
}

/*#author-meta .post-meta {
display:    none;
}*/

.page .entry-title {
    display: none;
}
.post .entry-title {
font-family: 'Lato', sans-serif; font-weight:300;
text-transform: uppercase;
text-shadow: 2px 2px 2px #aaa;
    !color: blue;
}

.entry-title.post-title > a {
font-family: 'Lato', sans-serif; font-weight:300;
text-transform: uppercase;
text-shadow: 2px 2px 2px #aaa;
    !color: red;
}

a {
font-family: 'Lato', sans-serif; font-weight:400;
}
/*a:link {color:blue;}
a:visited {color:purple;}*/

.home .home-widgets h3 {
font-family: 'Lato', sans-serif;font-weight:400;
text-transform: uppercase;
text-shadow: 2px 2px 2px #aaa;
}

.menu a {
border-left: 0px solid #FF0000;
font-family: 'Lato', sans-serif; font-weight:400;
text-transform: uppercase;
font-size: 14px !important;
text-shadow: -1px -1px 1px #aaa, 1px 1px 1px #000;
!opacity: 0.8;
}
/*.menu li {float: right;}*/
.menu {
	background-color: #FF0000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#d20000));
	background-image: -webkit-linear-gradient(top, #FF0000, #d20000);
	background-image: -moz-linear-gradient(top, #FF0000, #d20000);
	background-image: -ms-linear-gradient(top, #FF0000, #d20000);
	background-image: -o-linear-gradient(top, #FF0000, #d20000);
	background-image: linear-gradient(top, #FF0000, #d20000);
	clear: both;
}
	   
/*.menu .current_page_item a, .menu .current-menu-item a {
background-color: blue;
}*/


/*#footer-wrapper > .col-940 {
    position: absolute;
    top: 0;
    left: 0;
}*/

img.ri
{
	border-radius: 3px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.9);
}

/*img.ri:empty
{
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (orientation: portrait) {
  img.ri {
      max-width: 90%;
  }
}

@media screen and (orientation: landscape) {
  img.ri {
      max-height: 90%;
  }
}*/


/*
.diy-slideshow{
position: relative;
display: block;
overflow: hidden;
}
figure{
position: absolute;
opacity: 0;
transition: 1s opacity;
}
figcaption{
position: absolute;
font-family: sans-serif;
font-size: .8em;
bottom: .75em;
right: .35em;
padding: .25em;
color: #fff;
background: rgba(0,0,0, .25);
border-radius: 2px;
}
figcaption a{
color: #fff;
}
figure.show{
opacity: 1;
position: static;
transition: 1s opacity;
}
.next, .prev{
color: #fff;
position: absolute;
background: rgba(0,0,0, .6);
top: 50%;
z-index: 1;
font-size: 2em;
margin-top: -.75em;
opacity: .3;
user-select: none;
}
.next:hover, .prev:hover{
cursor: pointer;
opacity: 1;
}
.next{
right: 0;
padding: 10px 5px 15px 10px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.prev{
left: 0;
padding: 10px 10px 15px 5px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}*/
