/*
Theme Name: Dar
Author: StreetDog
Author URI: http://www.streetdog.pt
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dar

*/

body {

background: #ffffff url(images/bg.png) left top no-repeat;
font-family: 'Roboto Condensed', sans-serif;
font-size: 18px;
-webkit-font-smoothing: antialiased;
}

p {

margin-bottom: 15px;
line-height: 1.5;
}

img {

max-width: 100%;
height: auto;
}

#page {

max-width: 1080px;
margin: 0 auto;
}

#primary {

float: left;
width: 690px;
}

#secondary {
 
float: right;
width: 360px;
}

article {

background: #65bcec;
margin-bottom: 30px;
}

article .entry-header {

background: #3fabe7;
padding: 10px 20px;
}

article .entry-header h2 {

text-decoration: none;
color: #ffffff;
text-transform: uppercase;
font-size: 1.3em;
font-weight: 700;
}

article .entry-content {

padding: 40px;
color: #ffffff;
}

#masthead {

padding: 30px 0;
}

#masthead #logo {

float: left;
width: 20%;
}

#masthead #site-navigation {

float: right;
width: 80%;
text-align: right;
padding-top: 50px;
}


#primary-menu li {

display: inline;
margin-left: 40px;
}

#primary-menu li a {

text-decoration: none;
text-transform: uppercase;
color: #0b68cb;
font-weight: 700;
font-size: 1.1em;
}

#secondary section {

background: #c5ebfa;
margin-bottom: 30px;
}

#secondary section h2 {

background: #65bcec;
color: #ffffff;
padding: 10px 20px;
text-transform: uppercase;
font-size: 1.3em;
font-weight: 700;
}

#secondary section .content {

padding: 30px;
}

#secondary section .frm_forms {

padding: 30px;
}

figure.gallery-item {

float: left;
margin: 0 2px 2px 0;
}