/* Reset browser defaults */
@import url( _inc/css/reset.css );

/** 
 * 	
 * PLEASE NEVER CHANGE THE THEME FILES 
 * 
 * your changes will not be update safe, which would be really sad. :( 
 * 
 * ---------------------------------------------- 
 * 
 * But we made an extra space for your style changes. :)
 * 
 * Simply go to 
 * 
 * APPEARANCE -> THEME SETTINGS -> CSS 
 * 
 * andd add your CSS changes there. 
 * 
 * ----------------------------------------------
 * 
 *  
 */

.aligncenter { 
display: block;
margin-left: auto;
margin-right: auto; 
}

.alignleft {
float: left;
margin-right: 15px;
}

.alignright {
float: right;
margin-left: 15px;
}

div.post .wp-caption {
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin-bottom:12px;
max-width: 99.5%;
}

div.post embed {
	max-width: 100%;
	height: auto;
}

div.post dd.wp-caption p.wp-caption-text, div.post .wp-caption p.wp-caption-text {
font-size: 0.9em;
line-height: 17px;
padding: 0 4px 5px 0;
margin: 0;
}
