/*@import url(http://fonts.googleapis.com/css?family=Comfortaa:400,700&subset=latin,latin-ext);*/
@import url(http://fonts.googleapis.com/css?family=EB+Garamond&subset=latin,latin-ext);

html {
    height: 100%;
}

body {
    margin: 0;
    /*background: url(/images/bg_1.jpg) right bottom no-repeat fixed;*/
   /* font-family: 'Comfortaa', cursive;*/

    font-family: 'EB Garamond', serif;
    font-size: 16px;
    font-weight: 400;

}

#backgrounds {
    position: fixed;
    margin: 0;
    padding: 0;
    z-index: 1;
}

#backgrounds li {
    position: absolute;
    z-index: 1;
}

#backgrounds li.active {
    z-index: 3;
}

#backgrounds li.preactive {
    z-index: 2;
}

.main-wrapper  {
    width: 1083px;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 10;
}


#wrapperTop {
    width: 100%;
    background: url(/images/bg_menu.png) 0 10px repeat-x;
    float: left;
}

.full-col {
    width: 100%;
    float: left;
}

.wide-col {
    width: 755px;
    float: left;
}

.thin-col {
    width: 328px;
    float: left;
}

.box-container {
    position: relative;
}

.box-container .box-content {

}


.box-blue .box-top {
    background: url(/images/bg_box_blue_top.png) center bottom no-repeat;
    height: 17px;
}

.box-blue .box-content {
    background: url(/images/bg_box_blue.png) center top repeat-y;
    padding: 10px 40px;
}

.box-blue .box-bottom {
    background: url(/images/bg_box_blue_bottom.png) center top no-repeat;
    height: 21px;
}

.box-purple .box-top {
    background: url(/images/bg_box_purple_top.png) center bottom no-repeat;
    height: 17px;
}

.box-purple .box-content {
    background: url(/images/bg_box_purple.png) center top repeat-y;
    padding: 10px 40px;
}

.box-purple .box-bottom {
    background: url(/images/bg_box_purple_bottom.png) center top no-repeat;
    height: 21px;
}

.box-yellow .box-top {
    background: url(/images/bg_box_yellow_top.png) center bottom no-repeat;
    height: 17px;
}

.box-yellow .box-content {
    background: url(/images/bg_box_yellow.png) center top repeat-y;
    padding: 10px 25px;
}

.box-yellow .box-bottom {
    background: url(/images/bg_box_yellow_bottom.png) center top no-repeat;
    height: 21px;
}


.menu {
    margin-top: 13px;
}

.menu a {
    color: #ffd971;
    margin: 0 22px;
    font-size: 16px;
    text-decoration: none;
    float: left;
     text-shadow: 3px 3px 3px #000;

}

.menu a:hover, .menu a.active {
    color: #fff5d9;
}

#top {
    margin: 0 auto;
    width: 1083px;
    position: relative;
}

#top .logo {
    position: absolute;
    display: block;
    background: url(/images/logo_ford.png) 0 0 no-repeat;
    width: 204px;
    height: 87px;
    right: 10px;
    top: -7px;
}

#splash {
    margin: 23px 0 0 1px;
    float: left;
}

#wrapperContent {
    clear: both;
    z-index: 2;
}

.ornament {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: visible;

}

.ornament-top
{
    top: 6px;
    left: 7px;
}

.ornament-bottom
{
    bottom: 104px;
    right: 104px;
}

#content  h2, h3 {
    font-size: 130%;
    color: #ffd971;
    text-align: left;
    margin-bottom: 20px;
     text-shadow: 3px 3px 3px #000;
     font-weight: 400;
}

#content  h3 {
    font-size: 100%;
    text-align: left;
    font-weight: 400;
}

#content .box-content {
    color: #fff5da;
    padding-top: 30px;
}

#content .thin-col .box-content {
    padding-top: 1px;
}

#content p, .tags {
    /*font-family: Times;*/
    line-height: 180%;
    font-weight: 400;
    background: url(/images/paragraf_separator.png) center bottom no-repeat;
    padding-bottom: 50px;
}

#content .box-content thead {
    color: #ffd971;
    font-weight: 400;
    text-align: left;

}
#content .box-content table thead th {
    padding-bottom: 10px;
    font-weight: 400;
}

#content .box-content table td, #content .box-content table th {
    vertical-align: top;
    padding: 3px 10px;
}

.news-container h3 {
    margin-bottom: 0;
}
small.date {
    color: #59c5e9;
}

.box-content img {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 3px 3px 13px;
    /*-webkit-box-shadow: 3px 3px 4px #000;
     -moz-box-shadow: 3px 3px 4px #000;
          box-shadow: 3px 3px 4px #000;*/
}

a, .nss-item a, .nss-feedback-root a {
    color: #ffd971 !important;
    text-decoration: none;
}

a:hover, .nss-item a:hover, .nss-feedback-root a:hover {
    color: #fff5da;
}

.gallery-container .box-content a {
    margin: 3px 13px 10px;
    float: left;
}
.clear {
    clear: both;
}

form ul, form li {
    list-style: none;
    margin: 0;
    padding: 2px 0;
    clear: both;
}

form li label {
    float: left;
    margin-right: 10px;
    text-align: right;
    width: 155px;

}

form li th {
    display: none;
}

form li table {
    float: right;
    margin-right: 280px;
    margin-top: -8px;
}

label[for=car_profile_description] {
    margin: 20px 0 5px;
    text-align: left;
}

textarea {
    margin-bottom: 20px;

}

.error_list {
    color: #BF1616;
    font-size: 11px;
    float: right;
}

.number {
    width: 50px;
}
.help {
	font-size: 80%;
}
label[for=car_profile_agree] {
	float: right;
	width: 93%;
	text-align: justify;
	font-size: 80%;
	margin-top: 15px;
}

#car_profile_agree {
	margin-top: 15px;
}

.fb-root {
    z-index: 10000;
}

#content .nss-stream {
    padding: 0;
    font-family: 'EB Garamond', serif;
    font-size: 110%;
}

.nss-facebook.nss-item {
    background-color: transparent;
    border: none;
    color: #FFF5DA;
    margin-top: 30px;

}

.nss-stream > div:first-child {
    position: absolute;
    top: -100px;
}

.nss-author-name, .nss-content .nss-facebook-name {
    color: #FFD971 !important;
    font-weight: 400 !important;
}

.nss-author-avatar {
    display: none !important;
}

.nss-facebook-comments-count .nss-facebook-show-comments {
    background-color: transparent !important;
}

.nss-head {
    cursor: pointer;
}

.nss-facebook-iframe iframe {
    max-height: 180px;
}

iframe {
    display: block;
    margin: 0 auto;
}

.tags a {
    color: #fff5da !important;
}

.tags h3 {
    margin: 0;
    display: inline;
}

.links p {
    line-height: 120% !important;
}

.links a {
    color: rgb(255, 245, 218) !important;
    font-size: 70%;
    white-space: nowrap;

}

.links a strong, .links a b, .links strong a, .links b a  {
    font-weight: normal;
    white-space: nowrap;
}

.links img {
    border: 0;
    width: 25%;
}
