/* Client side */

.cfct-build { /* Prevent overflow issues in IE */
	overflow:hidden;
	width:100%;
}

.cfct-block {
	display:inline; /* Double-margin float bug innoculation */
	float:left;
	/**
	 * Prevent empty left-hand columns from collapsing by giving them a min-height.
	 * Does not require min-height fast-hack because IE < 7 does not collapse empty elements
	 */
	min-height: 1px;
	overflow: hidden; /* Overflow-proofing */
}

.cfct-module {
	margin-right: 15px;
	margin-left: 15px;
}

/* zero out left most module */
.c6-12 .cfct-module, 
.c6-1234 .cfct-module,
.c4-12 .cfct-module,
.c6-123 .cfct-module,
.c4-1234 .cfct-module,
.c6-123456 .cfct-module {
	margin-left: 0;	
}
/* zero out right most module */
.c6-56 .cfct-module,
.c4-34 .cfct-module,
.c6-456 .cfct-module,
.c6-3456 .cfct-module,
.c4-1234 .cfct-module,
.c6-123456 .cfct-module {
	margin-right: 0;
}

/* Thirds */
.c6-12, .c6-23, .c6-34, .c6-45, .c6-56 {
	width: 33.3%;
}
/* Halves */
.c4-12,.c4-23,.c4-34,
.c6-123,.c6-234,.c6-345,.c6-456 {
	width: 49.999%;
}
/* Two-thirds */
.c6-1234,.c6-2345,.c6-3456 {
	width: 66.6%;
}
/* Full-width */
.c6-123456,
.c4-1234 {
	width: 100%;
}

/** grid utilities
 -------------------------------------------------- */
/* Row Clearfix
Uses variation of Nicolas Gallagher's Micro Clearfix.
http://nicolasgallagher.com/micro-clearfix-hack/ */
.row:before,
.row:after {
	content:"";
	display:table;
}
.row:after {
	clear:both;
}
.row {
	/* Just in case: make sure that rows clear outside floats. */
	clear: both;
	/* For IE 6/7 (trigger hasLayout) */
	zoom:1;
}

/** grid helper classes
 -------------------------------------------------- */
/* Set overflow:hidden to crop overflow content.
Good for user-generated content. Use this class if you want to support IE6 -- it has issues with overflow.
Example usage: .grid.hideoverflow. */
.hideoverflow .c6-1, .hideoverflow .c6-2, .hideoverflow .c6-3, .hideoverflow .c6-4, .hideoverflow .c6-5, .hideoverflow .c6-6,
.hideoverflow .c4-1, .hideoverflow .c4-2, .hideoverflow .c4-3, .hideoverflow .c4-4,
.hideoverflow .c6-12, .hideoverflow .c6-123, .hideoverflow .c6-1234, .hideoverflow .c6-12345, .hideoverflow .c6-123456,
.hideoverflow .c6-23, .hideoverflow .c6-234, .hideoverflow .c6-2345, .hideoverflow .c6-23456,
.hideoverflow .c6-34, .hideoverflow .c6-345, .hideoverflow .c6-3456,
.hideoverflow .c6-45, .hideoverflow .c6-456, .hideoverflow .c6-56,
.hideoverflow .c4-12, .hideoverflow .c4-123, .hideoverflow .c4-1234,
.hideoverflow .c4-23, .hideoverflow .c4-234,
.hideoverflow .c4-34 {
	overflow: hidden;
}

/* ADDED CUSTOM CSS */

.cfct-module-carousel {
	border: 1px solid #ccc;
	margin: 1em 0;
	padding: 1em;
}
.cfct-module-carousel div.car-content ul,
.cfct-module-carousel div.car-content ul li {
	margin: 0;
	padding: 0;
}
.cfct-module-carousel .car-header,
.cfct-module-carousel .car-description,
.cfct-module-carousel .car-cta,
.cfct-module-carousel .car-pagination {
	margin: 12px 0;
}
.cfct-module-carousel .car-header h2.car-title {
	margin: 0;
}
.cfct-module-carousel div.car-pagination ol {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.cfct-module-carousel .car-pagination ol li {
	display: inline;
	margin: 0 5px;
	padding: 0;
}
.cfct-module-carousel .car-pagination ol li.active a {
	color: #000;
	font-weight: bold;
}



/**
				 * Featured Widget
				 */
				
				#block-gunsandammo_blocks-front_page_featured_widget {
				  width: 420px; height: 365px; position:relative; margin-left:20px;float:left;overflow:hidden;
				}
				.featured-item-pane {
				  position: relative; height:275px;width: 100%;
				}
				.ui-tabs-hide {
				display: none;
				}
				.featured-item-image {
				  position:absolute;
				  z-index:2;
				  top:0;
				  left:0;
				  padding:0;margin:0;
				  overflow:hidden;
				}
				.featured-item-description {
				  position: absolute;
				  z-index:3;
				  width:100%;
				  left:0;bottom:0;
				  padding:0px;margin:0; background-color: black;
				  background: url(../images/black80.png);
				}
				.featured-item-description h2 {
				  margin:0;color:white;  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
				  font-size: 30px;opacity:1;padding:20px;
				  font-weight: bold;letter-spacing: -1px;line-height:30px;
				}
				.featured-item-description h2 a {color:white;}
				#featured-articles-navigator {list-style:none;margin:0;padding:0;display:block;
				  height: 90px; position:absolute; bottom: 0;
				}
				#featured-articles-navigator li.first {margin-left:0;} 
				
				#featured-articles-navigator li {list-style:none; padding-top: 8px;margin-top:4px;float:left;
				display:block; width: 100px;height:79px; margin-left:6px;
				}
				#featured-articles-navigator li.ui-tabs-selected {
				  background-image: url(/sites/all/themes/gunsandammo/images/tab-selected-arrow-up.png);
				  background-position: center top;
				  background-repeat: no-repeat;
				  } 
				#featured-articles-navigator li a {background-color: #231F20; display:block;height: 71px;width:96px;border:2px solid #231F20;}
				.featured-articles .tab-content { cursor: pointer; }

/**
				 * Featured Widget
				 */
				
				#block-gunsandammo_blocks-front_page_featured_widget {
				  width: 420px; height: 365px; position:relative; margin-left:20px;float:left;overflow:hidden;
				}
				.featured-item-pane {
				  position: relative; height:275px;width: 100%;
				}
				.ui-tabs-hide {
				display: none;
				}
				.featured-item-image {
				  position:absolute;
				  z-index:2;
				  top:0;
				  left:0;
				  padding:0;margin:0;
				  overflow:hidden;
				}
				.featured-item-description {
				  position: absolute;
				  z-index:3;
				  width:100%;
				  left:0;bottom:0;
				  padding:0px;margin:0; background-color: black;
				  background: url(../images/black80.png);
				}n
				.featured-item-description h2 {
				  margin:0;color:white;  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
				  font-size: 30px;opacity:1;padding:20px;
				  font-weight: bold;letter-spacing: -1px;line-height:30px;
				}
				.featured-item-description h2 a {color:white;}
				#featured-articles-navigator {list-style:none;margin:0;padding:0;display:block;
				  height: 90px; position:absolute; bottom: 0;
				}
				#featured-articles-navigator li.first {margin-left:0;} 
				
				#featured-articles-navigator li {list-style:none; padding-top: 8px;margin-top:4px;float:left;
				display:block; width: 100px;height:79px; margin-left:6px;
				}
				#featured-articles-navigator li.ui-tabs-selected {
				  background-image: url(/sites/all/themes/gunsandammo/images/tab-selected-arrow-up.png);
				  background-position: center top;
				  background-repeat: no-repeat;
				  } 
				#featured-articles-navigator li a {background-color: #231F20; display:block;height: 71px;width:96px;border:2px solid #231F20;}
				.featured-articles .tab-content { cursor: pointer; }

/**
				 * Featured Widget
				 */
				
				#block-gunsandammo_blocks-front_page_featured_widget {
				  width: 420px; height: 365px; position:relative; margin-left:20px;float:left;overflow:hidden;
				}
				.featured-item-pane {
				  position: relative; height:275px;width: 100%;
				}
				.ui-tabs-hide {
				display: none;
				}
				.featured-item-image {
				  position:absolute;
				  z-index:2;
				  top:0;
				  left:0;
				  padding:0;margin:0;
				  overflow:hidden;
				}
				.featured-item-description {
				  position: absolute;
				  z-index:3;
				  width:100%;
				  left:0;bottom:0;
				  padding:0px;margin:0; background-color: black;
				  background: url(../images/black80.png);
				}n
				.featured-item-description h2 {
				  margin:0;color:white;  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
				  font-size: 30px;opacity:1;padding:20px;
				  font-weight: bold;letter-spacing: -1px;line-height:30px;
				}
				.featured-item-description h2 a {color:white;}
				#featured-articles-navigator {list-style:none;margin:0;padding:0;display:block;
				  height: 90px; position:absolute; bottom: 0;
				}
				#featured-articles-navigator li.first {margin-left:0;} 
				
				#featured-articles-navigator li {list-style:none; padding-top: 8px;margin-top:4px;float:left;
				display:block; width: 100px;height:79px; margin-left:6px;
				}
				#featured-articles-navigator li.ui-tabs-selected {
				  background-image: url(/sites/all/themes/gunsandammo/images/tab-selected-arrow-up.png);
				  background-position: center top;
				  background-repeat: no-repeat;
				  } 
				#featured-articles-navigator li a {background-color: #231F20; display:block;height: 71px;width:96px;border:2px solid #231F20;}
				.featured-articles .tab-content { cursor: pointer; }

/**
				 * Featured Widget
				 */
				
				#block-gunsandammo_blocks-front_page_featured_widget {
				  width: 420px; height: 365px; position:relative; margin-left:20px;float:left;overflow:hidden;
				}
				.featured-item-pane {
				  position: relative; height:275px;width: 100%;
				}
				.ui-tabs-hide {
				display: none;
				}
				.featured-item-image {
				  position:absolute;
				  z-index:2;
				  top:0;
				  left:0;
				  padding:0;margin:0;
				  overflow:hidden;
				}
				.featured-item-description {
				  position: absolute;
				  z-index:3;
				  width:100%;
				  left:0;bottom:0;
				  padding:0px;margin:0; background-color: black;
				  background: url(../images/black80.png);
				}
				.featured-item-description h2 {
				  margin:0;color:white;  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
				  font-size: 30px;opacity:1;padding:20px;
				  font-weight: bold;letter-spacing: -1px;line-height:30px;
				}
				.featured-item-description h2 a {color:white;}
				#featured-articles-navigator {list-style:none;margin:0;padding:0;display:block;
				  height: 90px; position:absolute; bottom: 0;
				}
				#featured-articles-navigator li.first {margin-left:0;} 
				
				#featured-articles-navigator li {list-style:none; padding-top: 8px;margin-top:4px;float:left;
				display:block; width: 100px;height:79px; margin-left:6px;
				}
				#featured-articles-navigator li.ui-tabs-selected {
				  background-image: url(/sites/all/themes/gunsandammo/images/tab-selected-arrow-up.png);
				  background-position: center top;
				  background-repeat: no-repeat;
				  } 
				#featured-articles-navigator li a {background-color: #231F20; display:block;height: 71px;width:96px;border:2px solid #231F20;}
				.featured-articles .tab-content { cursor: pointer; }

/**
				 * Featured Widget
				 */
				
				#block-gunsandammo_blocks-front_page_featured_widget {
				  width: 420px; height: 365px; position:relative; margin-left:20px;float:left;overflow:hidden;
				}
				.featured-item-pane {
				  position: relative; height:275px;width: 100%;
				}
				.ui-tabs-hide {
				display: none;
				}
				.featured-item-image {
				  position:absolute;
				  z-index:2;
				  top:0;
				  left:0;
				  padding:0;margin:0;
				  overflow:hidden;
				}
				.featured-item-description {
				  position: absolute;
				  z-index:3;
				  width:100%;
				  left:0;bottom:0;
				  padding:0px;margin:0; background-color: black;
				  background: url(../images/black80.png);
				}
				.featured-item-description h2 {
				  margin:0;color:white;  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
				  font-size: 30px;opacity:1;padding:20px;
				  font-weight: bold;letter-spacing: -1px;line-height:30px;
				}
				.featured-item-description h2 a {color:white;}
				#featured-articles-navigator {list-style:none;margin:0;padding:0;display:block;
				  height: 90px; position:absolute; bottom: 0;
				}
				#featured-articles-navigator li.first {margin-left:0;} 
				
				#featured-articles-navigator li {list-style:none; padding-top: 8px;margin-top:4px;float:left;
				display:block; width: 100px;height:79px; margin-left:6px;
				}
				#featured-articles-navigator li.ui-tabs-selected {
				  background-image: url(/sites/all/themes/gunsandammo/images/tab-selected-arrow-up.png);
				  background-position: center top;
				  background-repeat: no-repeat;
				  } 
				#featured-articles-navigator li a {background-color: #231F20; display:block;height: 71px;width:96px;border:2px solid #231F20;}
				.featured-articles .tab-content { cursor: pointer; }

/**
				 * Featured Widget
				 */
				
				#block-gunsandammo_blocks-front_page_featured_widget {
				  width: 420px; height: 365px; position:relative; margin-left:20px;float:left;overflow:hidden;
				}
				.featured-item-pane {
				  position: relative; height:275px;width: 100%;
				}
				.ui-tabs-hide {
				display: none;
				}
				.featured-item-image {
				  position:absolute;
				  z-index:2;
				  top:0;
				  left:0;
				  padding:0;margin:0;
				  overflow:hidden;
				}
				.featured-item-description {
				  position: absolute;
				  z-index:3;
				  width:100%;
				  left:0;bottom:0;
				  padding:0px;margin:0; background-color: black;
				  background: url(../images/black80.png);
				}
				.featured-item-description h2 {
				  margin:0;color:white;  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
				  font-size: 30px;opacity:1;padding:20px;
				  font-weight: bold;letter-spacing: -1px;line-height:30px;
				}
				.featured-item-description h2 a {color:white;}
				#featured-articles-navigator {list-style:none;margin:0;padding:0;display:block;
				  height: 90px; position:absolute; bottom: 0;
				}
				#featured-articles-navigator li.first {margin-left:0;} 
				
				#featured-articles-navigator li {list-style:none; padding-top: 8px;margin-top:4px;float:left;
				display:block; width: 100px;height:79px; margin-left:6px;
				}
				#featured-articles-navigator li.ui-tabs-selected {
				  background-image: url(/sites/all/themes/gunsandammo/images/tab-selected-arrow-up.png);
				  background-position: center top;
				  background-repeat: no-repeat;
				  } 
				#featured-articles-navigator li a {background-color: #231F20; display:block;height: 71px;width:96px;border:2px solid #231F20;}
				.featured-articles .tab-content { cursor: pointer; }

.jcarousel-skin-featured .jcarousel-item h2.title a {font-size:30px;}

.jcarousel-skin-featured .jcarousel-item h2.title a {font-size:30px;}

.cfct-notice {
					display: block;
					position: relative;
					padding: 0;
					padding: 10px 0 10px 10px;
				}
				.cfct-notice .cfct-notice-inner {
					display: block;
					margin: 0;
					padding: 0;
					border-left: 0;
					line-height: 1.5em;
				}

.cfct-pullquote {
					display: block;
					position: relative;
					padding: 0;
					padding: 10px 0 10px 10px;
				}
				.cfct-pullquote .cfct-pullquote-inner {
					display: block;
					margin: 0;
					padding: 0;
					border-left: 0;
					line-height: 1.5em;
				}
				.cfct-pullquote .cfct-pullquote-open-quote, 
				.cfct-pullquote .cfct-pullquote-close-quote {
					font-size: 80px;
					color: gray;
					height: 18px;
				}
				.cfct-pullquote .cfct-pullquote-open-quote {
					float: left;
					margin-top: -10px;
					line-height: .8em;
				}
				.cfct-pullquote .cfct-pullquote-close-quote {
					float: right;
					margin-top: 10px;
					line-height: 0em;
				}

.entry div.cfct-sidebar > ul {
					list-style-type: none;
					list-style-image: none;
					list-style-position: outside;
					margin-left: 0;
					padding-left: 0;
				}
				.entry div.cfct-sidebar > ul li {
					margin: 0 0 5px 0;
				}
				.entry div.cfct-sidebar .widgettitle {
					margin-top: 0;
				}



/* ADDED CUSTOM CSS */