/*
 Theme Name:     15zine Child
 Theme URI:      http://themeforest.net/user/cubell
 Description:    15zine Child Theme
 Author:         Cubell
 Author URI:     http://themeforest.net/user/cubell
 Template:       15zine
 Version:        1.3
*/


/* =Theme customization starts here. Any CSS code entered here will overwrite the parent's CSS.
-------------------------------------------------------------- */

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

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
img.alignright { 
	float: right; 
	margin: 0 0 1em 1em; 
}
img.alignleft { 
	float: left; 
	margin: 0 1em 1em 0; 
}
img.aligncenter { 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}
.alignright { 
	float: right; 
}
.alignleft { 
	float: left; 
}
.aligncenter { 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}