/*
Theme Name: GigaDev WordPress Theme
Theme URI: http://gigadev.be
Description: The WordPress GigaDev theme
Author: GigaDev
Author URI: http://gigadev.be
Version: 1.0
License: MIT
*/

.postMetaInformation {
    color: #ddd;
    font-size: 0.9em;
}

#cleardiv {
    clear: both;
}
.post p {
    margin-bottom: 17px;
}

.entry-content ul {
    margin-left: 5px;
}
.entry-content ul li {
    list-style-type: disc;
    margin-left: 35px !important;
}

/********************************************************************************************/
/* Big footer stuff
/********************************************************************************************/
#footerBigBox {
    margin-top: 50px;
}
#twitter-widget-0 {
    height: 250px;
    margin-top: 5px;
}
.footerBox {
    background: rgba(0, 0, 0, 0.3); 
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    border: 1px solid black;
    margin-top: 5px;
    width: 100%;
    height: 250px;
}

#blogPostBox {
    height: 240px;
    padding-top: 10px;
}
#blogPostBox li {
    list-style-type: square;
    margin-left: 25px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
    /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

div#gallery-1 .gallery-item {
    width: 48%;
    margin: 1%;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    border: 1px solid black;
    padding: 5px;
}
div#gallery-1 img {
    border: 1px solid black;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.8);
    border-radius: 5px;
}