/*
Theme Name:     SynEVV
Theme URI:      http://syndesign.nl
Description:    Child theme for WooThemes' brilliant Swatch theme.
Author:         Syndesign
Author URI:     http://www.syndesign.nl
Template:       swatch
Version:        0.1
*/
@import url("../swatch/style.css");

/* GENERAL */
.lifted {
    -moz-border-radius: 0;
    border-radius: 0;
}
.post-author, .post-category, .post-date .small {
    display: none;
}
.entry img, img.thumbnail {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0;
}
.shashinTableCell {
    max-width: inherit !important;
}
strong {
    font-weight: bold;
}
/* BODY */
#body {
    background-color: #101800;
    background-image: none;
}
#wrapper  {
    background:transparent url(images/midden.png) repeat-y center top;
    padding-top: 0px;  /* Top padding is the height of the colour strip image. */
}

/* HEADER */
#header {
    background: transparent url(images/header.png) center top no-repeat;
}
#header .col-full {
    padding: 24px 0 5px;
    clear: both;
    position: relative;
}
#logo {
    float: none;
}
.post .title, .ai1ec_event .title, .page .title, .archive_header h1.title, #contact-page .title {
    font-family: 'Vollkorn',arial,sans-serif !important;
    position: relative;
	font-size: 36px;
	color: #535353 !important;
	font-weight: normal !important;
	line-height: 1em;
}

/* NAVIGATION */

.nav a:hover, .nav li.current_page_item a, .nav li.current_page_parent a, .nav li.current-menu-ancestor a, .nav li.current-cat a, .nav li.current-menu-item a, .nav li.sfHover {
    background: rgba(31, 31, 31, 0.47);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#navigation {
margin-top: 14px;
}
#navigation.fr {
    float: left;
}
.nav a{
    padding: 3px 8px;
}
#main-nav li:first-child {
    margin-left: 0;
}
/* SLIDER */
.home .slides_container {
    height: 180px;
}
#featured-slider {
    background: transparent url(images/midden-donker.png) repeat-y center top;
    padding: 35px 0 1px;
    height: 210px;
}
#featured-slider .pagination {
    width: 930px;
    margin: 5px auto;
    text-align: center;
}

#featured-slider .pagination li a {
    background: url("images/slide-pagination.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    height: 18px;
    text-indent: -9999px;
    width: 18px;
}

#featured-slider .pagination li.current a {
    background-image: url("images/slide-pagination-active.png");
}

#featured-slider a.prev {
    background: url("images/arrow-left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 31px;
    left: -40px;
    opacity: 0.8;
    position: absolute;
    text-indent: -9999em;
    top: 44%;
    width: 19px;
    z-index: 999;
}

#featured-slider a.next {
    background: url("images/arrow-right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 31px;
    opacity: 0.8;
    position: absolute;
    right: -40px;
    text-indent: -9999em;
    top: 48%;
    width: 19px;
    z-index: 999;
}
.slide .entry p {
    color: #FFFFFF !important;
    font: 15px/23px ubuntu  ;
    margin-bottom: 1em;
    text-shadow: 0 1px 0 #000000;
}
.slide .slide-content.entry {
    border-top: 5px solid #456822;
    height: 100%;
    bottom: inherit;
    width: 260px;
}

/* CONTENT*/
#homepage-column-3 {
    display: none;
}

.home #main {
    padding-top: 20px;
    margin-top: 30px;
    background: #fff;
}

#main .block {
    width: 260px;
    float: left;
    padding-right: 20px;
    padding-left: 20px;
}

#main .page, #main .post, #main .archive_header, #main .ai1ec_event {
    padding: 20px;
    background: #ffffff;
    width: 575px;
}
.layout-full #main .page {
    width: 860px;
}
.catrss{
    display: none;
}
.single-post .nav-prev a, .single-post .nav-next a {
    color: #FFFFFF;
    display: none;
}
/* WIDGETS */
#main #homepage-column-2.block{
    width: 560px;
}
.advanced_recent_posts_widget a.post-title {
    font-size: 20px;
    font-weight: normal;
    padding: 0px;
}
#main .advanced_recent_posts_widget{
    font-size: 14px;
    line-height: 1.5em;
}
.widget ul {
    clear: both;
    list-style-position: inside;
    list-style-type: disc;
    padding-left: 0;
}
.widget ul li.recent-post-item a {
    padding: 0;
}
.widget a{
    color: #84BD6E;
}
.widget .shashinCaption {
    display: table-caption;
    margin: 0;
    text-align: center;
    width: 100%;
}
#sidebar .widget {
    background: none rgba(31, 31, 31, 0.47) !important;
    color: #FFFFFF;
}
.widget.widget_featuredimagewidget {
    left: -25px;
    position: relative;
    text-align: center;
    width: 300px;
}
#sidebar .widget h3 {
    border-bottom: 1px solid #456822;
    font: normal 16px 'georgia',serif;
    margin: 0 0 0.5em;
    padding: 20px 20px 10px;
}
.widget p{
    padding:0 5px;
}

/* FOOTER */
#footer{
    background: transparent url(images/midden-donker.png) repeat-y center top;
    font-size: 10px;
}

/* SHASHIN FOTO PLUGIN */
#main .shashinTableSquare .shashinThumbnailWrapper {
    border: thin solid grey;
    padding: 3px;
    background-color: white;
}

