
/*  Greenjar Styles
/*---------------------------*/

	/*New Buttons - Blue*/
		.submit-large-blue{
			background:none;
			background-image:url(/wp-content/themes/beltline/images/bg_button_large_blue.png)
			background-repeat:no-repeat;
			width:204px;
			height:20px;
			text-align:center;
			border:none;
			color:#fff;
			font-family: FreightSansProMedium-Regular, Helvetica, Arial, sans-serif;
			font-size:1.313em;
			line-height:1.1em;
			text-transform:uppercase;
		}
		a.submit-large-blue{
			color:#fff;
			text-decoration:none;
			width:auto;
			display:inline-block;
			width:204px;
			height:20px;
		}		

	/*New Buttons - Green*/
		.submit-large-green{
			background:none;
			background-image:url(/wp-content/themes/beltline/images/bg_button_large_green.png);
			background-repeat:no-repeat;
			width:204px;
			height:20px;
			text-align:center;
			border:none;
			color:#fff;
			font-family: FreightSansProMedium-Regular, Helvetica, Arial, sans-serif;
			font-size:1.313em;
			line-height:1.1em;
			text-transform:uppercase;
		}
		a.submit-large-green{
			color:#fff;
			text-decoration:none;
			width:auto;
			display:inline-block;
			width:204px;
			height:20px;
		}

	/*New Buttons - Orange*/
		.submit-large-orange{
			background:none;
			background-image:url(/wp-content/themes/beltline/images/bg_button_large_orange.png);
			background-repeat:no-repeat;
			width:204px;
			height:20px;
			text-align:center;
			border:none;
			color:#fff;
			font-family: FreightSansProMedium-Regular, Helvetica, Arial, sans-serif;
			font-size:1.313em;
			line-height:1.1em;
			text-transform:uppercase;
		}
		a.submit-large-orange{
			color:#fff;
			text-decoration:none;
			width:auto;
			display:inline-block;
			width:204px;
			height:20px;
		}

	
	/*Welcome Tab - Bullets*/
		.bullet ul{
			margin-left:3.0em;
			list-style:none;
			margin-bottom:1.5em;
		}	
		
		.bullet ul li{
			background-image:url(/wp-content/themes/beltline/images/bullet.png);
			background-repeat:no-repeat;
			background-position:0px 8px;
			padding-left:1.0em;
			margin-bottom:0.5em;
			font-size:1em;
		}
			




/* Greenjar 
/*---------------------------*/
/* 8.21.2012 - Lantre Barr - Greenjar.com lantre@greenjar.com */	

.rightCol ul { margin-top:0px; }

.widget ul { width:100%; float:left; }

.youtube img { margin:10px;  }
.youtube img:hover { cursor:pointer; }

.iframe { width:100%; height:100%; max-height:480px; max-width:640px; }

.bx-wrapper { position:inherit; float:left; }

.textwidget { float:left; max-width:230px; }




