/* Shortcode Stuff */

.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.three_fourth {
	width: 74%;
}
.one_fifth {
	width: 16.8%;
}
.two_fifth {
	width: 37.6%;
}
.three_fifth {
	width: 58.4%;
}
.four_fifth {
	width: 67.2%;
}
.one_sixth {
	width: 13.33%;
}
.five_sixth {
	width: 82.67%;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	position: relative;
	margin-right: 4%;
	float: left;
}
.last {
	margin-right: 0 !important;
	clear: right;
}
.clearboth {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}
#sbuddy_box {
	padding: 18px 24px 0px 23px;
}
.sbuddy_box_green {
	color: #7ea57b;
	background: #dff7dd;
	border: 1px solid #f1f9f0;
	-moz-box-shadow: inset 0 0 45px #cbe5c9;
	-webkit-box-shadow: inset 0 0 45px #cbe5c9;
	box-shadow: inset 0 0 45px #cbe5c9;
}
.sbuddy_box_red {
	color: #ad7676;
	background: #ffd9d5;
	border: 1px solid #fceeec;
	-moz-box-shadow: inset 0 0 45px #f0bfba;
	-webkit-box-shadow: inset 0 0 45px #f0bfba;
	box-shadow: inset 0 0 45px #f0bfba;
}
.sbuddy_box_yellow {
	color: #ada771;
background: #f9f9dc;
border: 1px solid #fbfbef;
-moz-box-shadow: inset 0 0 45px #efefc0;
-webkit-box-shadow: inset 0 0 45px #efefc0;
box-shadow: inset 0 0 45px #efefc0;
}
.sbuddy_box_blue {
	color: #80acb0;
background: #ddf5f7;
border: 1px solid #f1fafb;
-moz-box-shadow: inset 0 0 45px #c6edf0;
-webkit-box-shadow: inset 0 0 45px #c6edf0;
box-shadow: inset 0 0 45px #c6edf0;
}
.sbuddy_box_white {
	color: #737373;
background: #fafafa;
border: 1px solid #fafafa;
-moz-box-shadow: inset 0 0 45px #e7e7e7;
-webkit-box-shadow: inset 0 0 45px #e7e7e7;
box-shadow: inset 0 0 45px #e7e7e7;
}
#sbuddy_box_content {
}
#sbuddy_box_title {
	font-size: 17px;
}
