body{
	padding: 0px;
	margin: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.03em;
	font-size: 12px;
	color: #666;
	background-image: url('../images/as_bg.jpg');
	background-position: 0 0;
	background-size: cover;
	background-attachment: fixed;
	}
	.wrapper{  
		width: auto;
		min-width: 1020px;
  		max-width: 1200px;
		margin: 0 auto;
		background-color: #FFF;
		overflow: auto;
		height: 100%;
  		box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  		position: relative;
		}
		header{
			height: 80px;
			border-bottom: 1px solid #CCC;
			float: none;
			width: initial;
			position: relative;
			}
/* logo */
			a.logo{
				position: absolute;
				top: 15px;
				left: 20px;
				height: 23px;
				width: 200px;
				background-repeat: no-repeat;
				background-position: left;
				background-size: contain;
				background-image: url('../images/tealium_collect_logo.png');
				}
/* navigation bar */
			ul.navigation_bar{
				list-style: none;
				margin: 0px 20px;
				padding: 0px;
				background: none;
				height: initial;
				position: absolute;
				bottom: 3px;
				left: 0px;
				line-height: normal;
				border: none;
				border-radius: initial;
				box-shadow: none;
				width: initial;
				vertical-align: top;
				}
				ul.navigation_bar li{
					display: inline-block;
					float: none;
					background: none;
					border: none;
					border-radius: 4px;
					font-size: 12px;
					height: initial;
					width: initial;
					line-height: inherit;
					vertical-align: top;
					}
					ul.navigation_bar li a{
						height: initial;
						line-height: normal;
						text-decoration: none;
						font-size: 13px;
						text-shadow: 1px 1px #FFF;
						font-weight: normal;
						color: #1D5985 !important;
						border-radius: 4px;
						padding: 4px 10px;
						cursor: pointer;
						}
						ul.navigation_bar li.selected a{
							font-weight: normal;
							background-color: #1D5985;
							color: #FFF !important;
							text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
							}

						ul.navigation_bar li a.postIcon:before{
							margin-right: 5px;
							}

						.postIcon:before{
							display: inline-block;
							font-family: "FontAwesome";
							}
						.postIcon.postID_index:before{content: "\f015";} /* house */
						.postIcon.postID_try-it-out:before{content: "\f0c3";} /* flask */
						.postIcon.postID_getting-started:before{content: "\f135";} /* rocket */
						.postIcon.postID_trackable-actions:before{content: "\f140";} /* bullseye */
						.postIcon.postID_data-sources:before{content: "\f0ac";} /* globe */
						.postIcon.postID_features:before{content: "\f005";} /* star */

/* toggle bar */

			ul.toggle_bar{
				list-style: none;
				margin: 0px 20px;
				padding: 0px;
				background: none;
				height: initial;
				position: absolute;
				top: 14px;
				right: 10px;
				line-height: normal;
				border: none;
				border-radius: initial;
				box-shadow: none;
				width: initial;
				vertical-align: top;
				}
				ul.toggle_bar li{
					display: inline-block;
					float: none;
					background: none;
					border: none;
					border-radius: 4px;
					font-size: 12px;
					height: initial;
					width: initial;
					line-height: inherit;
					vertical-align: top;
					}
					ul.toggle_bar li a{
						height: initial;
						line-height: normal;
						text-decoration: none;
						font-size: 13px;
						text-shadow: 1px 1px #FFF;
						font-weight: normal;
						color: #1D5985 !important;
						border-radius: 4px;
						padding: 4px 10px;
						cursor: pointer;
						}
						ul.toggle_bar li.selected a{
							font-weight: normal;
							background-color: #1D5985;
							color: #FFF !important;
							text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
							}

						ul.toggle_bar li a:before{
							font-family: "FontAwesome";
							display: inline-block;
							margin-right: 5px;
							}
						ul.toggle_bar li a.apple:before{content: "\f179";}
						ul.toggle_bar li a.android:before{content: "\f17b";}
/* main content */
		.main_content{
			padding: 20px;
			}
			.content_container{
				width: 70%;
  				float: left;
				}
				h1.post_header{
					background-color: #FAFAFA;
					margin: -20px;
					margin-bottom: 20px;
					padding: 15px 20px;
					font-size: 20px;
					border-bottom: 1px solid #EEE;
					}
				.content_container .post h2{
					font-weight: 500;
					margin-top:40px;
					margin-bottom: 20px;
					padding-bottom: 5px;
					border-bottom: 1px solid #EEE;
					}



/* post list */
	ul.post_list{
		padding:0px;
		margin: 0px;
		list-style: none;
		}
		ul.post_list li{
			padding-left: 50px;
			position: relative;
			clear: both;
			overflow: auto;
			margin: 5px;
			margin-bottom: 20px;
			display: inline-block;
			width: 40%;
			vertical-align: top;
			}
		ul.post_list li a{
			color: #1D5985;
			font-size: 15px;
			}
		ul.post_list li a.postIcon:before{
			position: absolute;
			top: -5px;
			left:5px;
			font-size: 35px;
			color: #1D5985;
			}
		ul.post_list li .post_subtitle{
			display: block;
			}
		ul.post_list li .post_excerpt{
			display: block;
			}


/* sidebar */
		.sidebar{
			position: absolute;
			right: 20px;
			width: 25%;
			}
			.context_container{
				background-color: #F8FAFC;
				border: 1px solid #DDD;
				border-radius: 4px;
				width: 100%;
				float: right;
				clear: both;
				margin-bottom: 10px;
				padding: 10px;
				position: relative;
				}
				.context_title{
					display: block;
					font-size: 14px;
					font-weight: 500;
					margin-bottom: 10px;
					color: #333;
					text-shadow:0px 1px 1px rgba(255,255,255,1.0);
					}


/* github downloads */
	.github_downloads{}
		.github_icon{
			position: absolute;
			right: 10px;
			width: 43px;
			height: 43px;
			border-radius: 43px;
			}
			.github_icon:before{
				position: absolute;
				top: -4px;
				left: 0px;
				content: '\f09b';
				font-family: 'FontAwesome';
				line-height: 50px;
				font-size: 50px;
				color:#333333;
				}
		.github_downloads .context_title{}
		.github_downloads .view a span{
			display: block;
			margin-left: 5px;
			}
		.github_downloads .view a small{
			display: inline-block;
			margin-top: 0px;
			background: #FFF;
			border: 1px solid #EEE;
			padding: 1px 8px;
			border-radius: 4px;
			}



/* footer */
		footer{
			width: 100%;
			border-top: 1px solid #EEE;
			background: #FAF9F5;
			clear:both;
			overflow:auto;
			float: initial;
			position: initial;
			bottom: initial;
			}
			#footerContent{
				padding: 20px;
				display: table;
				width: 100%;
				}
			#footer .linkColumn{
				display: table-cell;
				float: left;
				width: 20%;
				/*min-height: 100px;*/
				}
				.linkColumnHeader{
					font-weight: bold;
					margin: 0px 0px 10px 0px;
				}
				#footer .linkColumn ul{
					padding-left: 15px;
					}
					#footer .linkColumn ul li{
						margin: 5px 0px;
						}
			#footerContent .contactBlock{}

			#footerContent .copyrightBlock {
				margin-top: 20px;
				font-size: 9px;
				color: rgba(0, 0, 0, 0.5);
				font-weight: 600;
				}


/* -------------------------------------- 
//        HEADERS
// -------------------------------------- */

h1{
	font-size: 26px;
	font-weight: 400;
	}
h2{
	font-weight: 400;
	}
h3{
	font-weight: 400;
	}


/* -------------------------------------- 
//        BUTTONS
// -------------------------------------- */

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0px 10px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 21px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
a.btn, .btn a{
  text-decoration: none;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 12px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 0px 6px;
  font-size: 11px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 1px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-micro {
  padding: 1px 6px;
  font-size: 11px;
  line-height: 12px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  background-color: #9d331d;
  background-image: -moz-linear-gradient(top, #9d261d, #9d461d);
  background-image: -ms-linear-gradient(top, #9d261d, #9d461d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9d261d), to(#9d461d));
  background-image: -webkit-linear-gradient(top, #9d261d, #9d461d);
  background-image: -o-linear-gradient(top, #9d261d, #9d461d);
  background-image: linear-gradient(top, #9d261d, #9d461d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d261d', endColorstr='#9d461d', GradientType=0);
  border-color: #9d461d #9d461d #5c2911;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #9d461d;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #9d461d;
  *background-color: #873c19;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #723315 \9;
}
.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  background: #24A828;
  background: -webkit-linear-gradient(top, #24A828 0, #1B7E1E 100%);
  background: linear-gradient(to bottom, #24A828 0, #1B7E1E 100%);


  /*background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);*/
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background: #1B7E1E;
  /*background: #24A828;
  background: -webkit-linear-gradient(top, #1B7E1E 0, #24A828 100%);
  background: linear-gradient(to bottom, #1B7E1E 0, #24A828 100%);*/
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
button.btn.btn-micro,
input[type="submit"].btn.btn-micro {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group > .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group > .btn-micro.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-group > .btn-mini.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-group > .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #9d461d;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-micro .caret {
  margin-top: 5px;
}
.btn-mini .caret {
  margin-top: 5px;
}
.btn-small .caret {
  margin-top: 6px;
}
.btn-large .caret {
  margin-top: 6px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-block {
  width: auto;
  display: block;
  text-align: left;
}
.btn-block+.btn-block {
  margin-top: 5px;
}
.dropup .btn-large .caret {
  border-bottom: 5px solid #000000;
  border-top: 0;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.btn-metro { background: white; border: 1px solid #aaa; border-radius: 0; box-shadow:none; text-shadow:none; font-weight:600; color:#444; line-height:26px }
.btn-metro:hover { background: #aaa; border-radius: 0; color:white; }

.btn-metro.btn-blue { background: white; border: 1px solid #08C; border-radius: 0; box-shadow:none; text-shadow:none; color:#08C; }
.btn-metro:hover.btn-blue { background: #08C; border-radius: 0; color:white; }

