/*

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

*/

a.img {width:56px'}
.nothome {background-color:white}
.controls, .control-group.input.captcha_input1.captcachinput, .input-xlarge, .booking_form_div textarea, .booking_form_div input[type="text"]
{border:1px solid #000;

}
.su-spoiler-style-fancy > .su-spoiler-title {
border-bottom: 1px solid #ccc;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #f0f0f0;
font-size: 1.5em;
font-weight: bold; 
text-transform:Uppercase;

}

.input, .input-xlarge {border: 1px solid #.;}

/*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;
	}
	
