/*
WORDPRESS DEFAULT STYLES
*
These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS 

*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.alignright, .right {
    float:right;
    margin: 0 0 3% 3%;
}

.alignleft, .left {
    float: left;
    margin: 0 3% 3% 0;
}

.aligncenter, .center{
    display: block;
    margin: 0 auto 3% 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;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    -o-border-radius: 4px; 
    border-radius: 4px; 
    box-shadow: 0 2px 8px rgba(0,0,0,.5); 
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.5); 
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,.5); 
    -o-box-shadow: 0 2px 8px rgba(0,0,0,.5); zoom: 1;
}

.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;
    text-align: center;
}

