/*
 Theme Name:       WPCA - Twenty Twelve
 Theme URI:        http://wp-customerarea.com
 GitHub Theme URI: marvinlabs/wpca-twenty-twelve
 Description:      A Twenty-Twelve child theme optimized for WP Customer Area.
 Author:           Vincent Mimoun-Prat @ MarvinLabs
 Author URI:       http://vincentprat.info
 Template:         twentytwelve
 Version:          3.0.1
 Tags:             customer-area
 Text Domain:      wpca-twenty-twelve
*/

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 480px) {
	
	
img.header-image {
	 margin-left: 33%;
}	
	
}



.entry-header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 35px;
}

.entry-header .entry-title {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #333;
    margin-bottom: -1px;
    width: auto;
    display: inline-block;
    padding-bottom: 15px;
}

.cuar-page h3 {
    color: #636363;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 35px;
}
