/*** Shortcodes ***/

/** Columns **/

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth {
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.one_half {
	width: 48%;
}

.one_third {
	width: 31.11%;
}

.two_third {
	width: 65.33%;
}

.one_fourth {
	width: 23%;
}

.three_fourth {
	width: 75%;
}

.last {
	clear: right;
	margin-right: 0 !important;
}

.clearboth{
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	overflow:hidden;
	width: 100%;
}
	
/********** Dropcap ***********/
.dropcap {
	color:#888;
	float: left;
	font-size: 3.375em;
	line-height: 0.778em;
	padding: 0.037em 0.111em 0 0;
}
	
/********** Highlight *************/

.highlight.yellow {
	background-color: #FFF7A8;
	color: #695D43;
}

.highlight.green {
	color: #5f9025;
	background: #ebf6e0;
}

.highlight.red {
	color: #de5959;
	background: #ffe9e9;
}

.highlight.blue {
	color: #5091b2;
	background: #e9f7fe;
}
	
/** Video **/

.video-shortcode {
	margin-bottom:20px;
}
	
/** Tabs **/

.entry-content .tabs {
	list-style: none !important;
	margin: 0 !important;
}
.entry-content .tabs .active {
	background: #f9f9f9 !important;
}

.entry-content .tabs a {
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #F0EEEE 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#F0EEEE));
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#F0EEEE 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%,#F0EEEE 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%,#F0EEEE 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%,#F0EEEE 100%);
	border: 1px solid #eee;
	color: #444444;
}

.entry-content .tabs .active a:hover {
	background: #f9f9f9 !important;
}

.entry-content .tabs a:hover {
	background: #f9f9f9 !important;
}

.entry-content .tabs li {
	margin: 0 3px !important;
}

.entry-content .tabs li:first-child {
	margin: 0 3px 0 0 !important;
}

.entry-content .tabs-wrapper .tabs_container {
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.07);
	-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.07);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.07);
	margin: 0 0 20px;
	overflow: hidden;
	width: 100%;
}

.entry-content .tabs-wrapper .tabs_container .tab_content {
	overflow:hidden;
	padding: 15px 10px;
}
.tabs-wrapper {
	overflow: hidden;
	width: 100%;
}

/******* Toggles ********/

.toggle {
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #F0EEEE 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#F0EEEE));
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#F0EEEE 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%,#F0EEEE 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%,#F0EEEE 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%,#F0EEEE 100%);
	border: 1px solid #E7E7E7;
	cursor: pointer;
	margin-bottom: 0;
	padding: 20px 15px;
}

.toggle:hover {
	background: #f9f9f9;
}

.toggle a {
	background:url(images/toggle-arrow.png) no-repeat left;
	color:#444444;
	padding-left: 20px;
	text-decoration:none;
}

.toggle-content {
background: #D6D6D6;
border: 1px solid #DDDDDD;
border-top: none;
display:none;
font-size: 14px;
line-height: 18px;
margin-bottom: 16px;
padding: 20px 15px;
text-shadow: 1px 1px 1px #FFF;
}
	
/** Checklist **/

.checklist {
	list-style: none !important;
	margin-left: 30px !important;
}
.checklist li {
	background:url(images/checklist.png) no-repeat left !important;
	padding-left:28px !important;
}
	
/** Badlist **/

.crosslist {
	list-style: none !important;
	margin-left: 30px !important;
}

.crosslist li {
	background:url(images/crosslist.png) no-repeat left !important;
	padding-left:28px !important;
}
	
/** Buttons **/

.button a {
	-moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	margin: 8px 6px 8px 0;
	padding: 10px 15px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}

.button a:hover {
	text-decoration:none;
}

.button.gold a {
	background: #ffc750;
	background: -moz-linear-gradient(top, #ffc750 0%, #faaa00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc750), color-stop(100%,#faaa00));
	background: -webkit-linear-gradient(top, #ffc750 0%,#faaa00 100%);
	background: -o-linear-gradient(top, #ffc750 0%,#faaa00 100%);
	background: -ms-linear-gradient(top, #ffc750 0%,#faaa00 100%);
	background: linear-gradient(to bottom, #ffc750 0%,#faaa00 100%);
	border: 1px solid #faaa00;
	color: #AC8431 !important;
}

.button.gold a:hover {
	color: #946709 !important;
}

.button.black a {
	background: #616161;
	background: -moz-linear-gradient(top, #616161 0%, #292929 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#616161), color-stop(100%,#292929));
	background: -webkit-linear-gradient(top, #616161 0%,#292929 100%);
	background: -o-linear-gradient(top, #616161 0%,#292929 100%);
	background: -ms-linear-gradient(top, #616161 0%,#292929 100%);
	background: linear-gradient(to bottom, #616161 0%,#292929 100%);
	border: 1px solid #575758;
	color: #EEEEEE !important;
}

.button.black a:hover {
	color: #F5F5F5 !important;
}

.button.red a {
	background: #ff7979;
	background: -moz-linear-gradient(top, #F76D6D 0%, #F32E2E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F76D6D), color-stop(100%,#F32E2E));
	background: -webkit-linear-gradient(top, #F76D6D 0%,#F32E2E 100%);
	background: -o-linear-gradient(top, #F76D6D 0%,#ff5f5f 100%);
	background: -ms-linear-gradient(top, #F76D6D 0%,#F32E2E 100%);
	background: linear-gradient(to bottom, #F76D6D 0%,#F32E2E 100%);
	border: 1px solid #DD3B3B;
	color: #BE3434 !important;
}

.button.red a:hover {
	color: #9C1717 !important;
}

.button.green a {
	background: #94e48d;
	background: -moz-linear-gradient(top, #94e48d 0%, #82cf7c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94e48d), color-stop(100%,#82cf7c));
	background: -webkit-linear-gradient(top, #94e48d 0%,#82cf7c 100%);
	background: -o-linear-gradient(top, #94e48d 0%,#82cf7c 100%);
	background: -ms-linear-gradient(top, #94e48d 0%,#82cf7c 100%);
	background: linear-gradient(to bottom, #94e48d 0%,#82cf7c 100%);
	border: 1px solid #4dab46;
	color: #569d51 !important;
}

.button.green a:hover {
	color: #478542 !important;
}

.button.blue a {
	background: #88bdff;
	background: -moz-linear-gradient(top, #88bdff 0%, #60a7ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88bdff), color-stop(100%,#60a7ff));
	background: -webkit-linear-gradient(top, #88bdff 0%,#60a7ff 100%);
	background: -o-linear-gradient(top, #88bdff 0%,#60a7ff 100%);
	background: -ms-linear-gradient(top, #88bdff 0%,#60a7ff 100%);
	background: linear-gradient(to bottom, #88bdff 0%,#60a7ff 100%);
	border: 1px solid #3e8ff4;
	color: #2b63a8 !important;
}

.button.blue a:hover {
	color: #23528c !important;
}

.button.orange a {
	background: #fa9e19;
	background: -moz-linear-gradient(top, #fa9e19 0%, #fb6909 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa9e19), color-stop(100%,#fb6909));
	background: -webkit-linear-gradient(top, #fa9e19 0%,#fb6909 100%);
	background: -o-linear-gradient(top, #fa9e19 0%,#fb6909 100%);
	background: -ms-linear-gradient(top, #fa9e19 0%,#fb6909 100%);
	background: linear-gradient(to bottom, #fa9e19 0%,#fb6909 100%);
	border: 1px solid #FB6909;
	color: #C4501A !important;
}

.button.orange a:hover {
	color: #AC3B07 !important;
}


.button.pink a {
	background: #F36997;
	background: -moz-linear-gradient(top, #F36997 0%, #D52E66 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F36997), color-stop(100%,#D52E66));
	background: -webkit-linear-gradient(top, #F36997 0%,#D52E66 100%);
	background: -o-linear-gradient(top, #F36997 0%,#D52E66 100%);
	background: -ms-linear-gradient(top, #F36997 0%,#D52E66 100%);
	background: linear-gradient(to bottom, #F36997 0%,#D52E66 100%);
	border: 1px solid #cb245c;
	color: #AC1548 !important;
}

.button.pink a:hover {
	color: #991441 !important;
}

/******* Google Map *******/

.google_map_wrapper {
	margin: 20px auto;
}

/******* Boxes *******/

.simple_box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 2px;
	box-sizing: border-box;
	display: block;
	font-size: 1em;
	margin: 10px 0;
	overflow: hidden;
	padding: 15px;
}

.simple_box.gray {
	background: #f9f9f9;
	border: 1px solid #ddd;
	color: #666;
}

.simple_box.yellow {
	background: #FFF9DB;
	border: 1px solid #F1D88B;
	color: #F1CE17;
}

.simple_box.red {
	background: #ffe9e9;
	border: 1px solid #fbc4c4;
	color: #de5959;
}

.simple_box.blue {
	background: #e9f7fe;
	border: 1px solid #b6d7e8;
	color: #5091b2;
}

.simple_box.green {
	background: #ebf6e0;
	border: 1px solid #b3dc82;
	color: #5f9025;
}