/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#featured-outer {
background: #02144c; /* Old browsers */
background: -moz-linear-gradient(top, #02144c 21%, #53cbf1 77%, #87e0fd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(21%,#02144c), color-stop(77%,#53cbf1), 
color-stop(100%,#87e0fd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #02144c 21%,#53cbf1 77%,#87e0fd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #02144c 21%,#53cbf1 77%,#87e0fd 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #02144c 21%,#53cbf1 77%,#87e0fd 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02144c', endColorstr='#87e0fd',GradientType=0 ); 
/* IE6-9 */
background: linear-gradient(top, #02144c 21%,#53cbf1 77%,#87e0fd 100%); /* W3C */
}

#featured-skyline {
background: none;
}

#featured-content h2 {
color: #FFFFFF;
text-shadow: 1px 1px #333333;
}

#featured-content p {
    color: #CCCCCC;
    text-shadow: 1px 1px #333333;
}

#featured-content a {
    color: #ffffff;
    font-weight: bold;
}


#logo {
width: 635px;
}

.realizacao {
float: left;
margin-right: 14px;
}

.estrombo {
padding-top: 11px;
}

#featured-content .entry-custom p {
color: #cccccc;
text-shadow: none;
}

div.logos {
width: 970px;
}

div.logos span {
float: left;
margin: 10px 66px 24px 0;
}
