/*

Theme Name: Reversal
Theme URI: http://themeforest.net
Description: Reversal theme.
Version: 1.0.1
Author: bitfade
Author URI: http://themeforest.net/user/bitfade
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: photoblogging

*/

/*alignment inside post page content*/
	.alignright,
	.alignleft,
	.aligncenter,
	.sticky,
	.wp-caption-text,
	.wp-caption,
	.bypostauthor,
	.gallery-caption{
		
	}
	
	.alignright{
		float:right;
		clear:right;
		margin-left:20px;
		margin-bottom:10px;
	}
	
	.alignleft{
		float:left;
		clear:left;
		margin-right:20px;
		margin-bottom:10px;
	}
	
	.aligncenter{
		margin-left:auto;
		margin-right:auto;
		margin-bottom:10px;
	}


.pePreviewOptions {
    position: fixed;
    margin-top: 135px;
    padding: 20px 20px 20px 30px;
    background-color: rgba(0,0,0,0.6);
    border-radius: 5px;
    z-index: 1000;
}

.pePreviewOptions a {
    display: block;
    margin-bottom: 20px;
}

.pePreviewOptions a img {
    display: block;
    border:1px solid #000;
}

.pePreviewOptions a:hover img {
    border-color: #fff;
}

.pePreviewOptions h3 {
    color: white;
    font-size: 14px;
    font-weight:600;
    margin-bottom:20px;
    margin-top:5px;
}

.pePreviewOptions span {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 15px;
    left: 252px;
    background-color:rgba(0,0,0,0.6);
    border-radius:0 5px 5px 0;
}

.pePreviewOptions span img{
    margin:6px;
}

/*hide skin switcher in tablet devices*/
.mobile .pePreviewOptions{
    display:none !important;
}

.colors a {
    display: block;
    float: left;
    margin-right: 2px;
    width: 30px;
    height: 30px;
    /*border: 1px solid #888888;*/
    -webkit-border-radius: 3px;
    border-radius: 3px;


    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;


}
