/* INDEX OF STYLES */

/*
i. RESETS
1. FONTS
2. SASS
2. TEXT STYLES
3. STRUCTURAL ELEMENTS
5. HOME PAGE STYLES
6. INSIDE PAGE STYLES
7. SIDEBAR STYLES
8. SPRITE STYLES
9. CUSTOM SLIDER STYLING
10. FORMS STYLING
*/

/* /////////////// */
/* i. RESETS ///// */
/* /////////////// */

h1, h2, h3, h4, h5, h6, p, table, ul, li, a {
  opacity: .999;
  font-weight: normal;}

a {
  transition-property: all;
  transition-duration: .085s;
  transition-timing-function: linear;
  transition-delay: .01s;
  /* Firefox 4 */
  -moz-transition-property: all;
  -moz-transition-duration: .085s;
  -moz-transition-timing-function: linear;
  -moz-transition-delay: .01s;
  /* Safari and Chrome */
  -webkit-transition-property: all;
  -webkit-transition-duration: .085s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: .01s;
  /* Opera */
  -o-transition-property: all;
  -o-transition-duration: .085s;
  -o-transition-timing-function: linear;
  -o-transition-delay: .01s;
  }

img a, img, a {
  border: none; }

::selection {
  background: #1b1b1b; /* Safari, Chrome */ }

::-moz-selection {
  background: #1b1b1b; /* Firefox */ }

:focus {
  outline-color: transparent;
  outline-style: none;
}

input {
	width: 94%!important;
	padding: 2.5%!important;
}

select {
	width: 99%!important;
	padding: 2.5%!important;
}

body {
  background: url(../images/stwd-bg.png) no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.inside {
	background: #fff;
}

textarea, input, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: none!important; }


/* ////////////// */
/* 1. FONTS ///// */
/* ////////////// */

@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/Nexa_Bold-webfont.eot');
    src: url('../fonts/Nexa_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Nexa_Bold-webfont.woff') format('woff'),
         url('../fonts/Nexa_Bold-webfont.ttf') format('truetype'),
         url('../fonts/Nexa_Bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_regularregular';
    src: url('../fonts/Nexa_Regular-webfont.eot');
    src: url('../fonts/Nexa_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Nexa_Regular-webfont.woff') format('woff'),
         url('../fonts/Nexa_Regular-webfont.ttf') format('truetype'),
         url('../fonts/Nexa_Regular-webfont.svg#nexa_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ///////////// */
/* 2. SASS ///// */
/* ///////////// */

/* //////////////////// */
/* 2. TEXT STYLES ///// */
/* //////////////////// */

h1, h2, h3, h4, h5, h6 {font-family: 'nexa_boldregular', Helvetica, Arial, sans-serif;}

h2 {line-height: 1em!important; margin: 0;}

p, ul, li, span, table, input, select {font-family: 'nexa_regularregular', Helvetica, Arial, sans-serif!important;}

p.bigger {
	font-size: 16px;
}

.footer-wrap h4 {color: #fed897;}

h3 a {
	color: #333;
	text-decoration: none;
}

h3 a:hover {
	color: #555;
	text-decoration: none;
}

h4 {
	clear: both;
}

strong {
	font-weight: normal!important;
	font-family: 'nexa_boldregular', Helvetica, Arial, sans-serif!important;
}

.wp-caption-text {
	text-align: center;
	width: 100%;
}

/* //////////////////////////// */
/* 3. STRUCTURAL ELEMENTS ///// */
/* //////////////////////////// */

.footer-wrap {
	padding: 30px 0 20px 0px;
	background: url(../images/dark-noise.png) repeat;
	color: #fff;
	width: 100%;
	clear: both;
	float: left;
}

.product-wrap {
	margin-bottom: 30px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKklEQVQIW2P8+vXrfwYo+PbtGwMjTADE4eLiggjAOCCFjK9fv/4PkoEBANTjGF9zZGdXAAAAAElFTkSuQmCC) repeat;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px, inset 0px -2px 3px -1px rgba(255, 255, 255, 1);
	box-shadow: rgba(0,0,0,0.3) 0 1px 3px, inset 0px -2px 3px -1px rgba(255, 255, 255, 1);
	float: left;
	clear: both;
	width: 100%;
}

.product-inner-wrap {
	width: 90%;
	padding: 5%;
	clear: both;
}

.product-inner-wrap input {
	float: left;
	clear: both;
	display: block;
}

#menu-primary-navigation {
	font-size: 14px;
	text-transform: uppercase;
}

.navbar-inner.custom {
	background: none;
	border: none;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.navbar .nav > li > a {
	padding: 12px 12px 10px;
}

.bottom-60 {
	margin-bottom: 60px;
}

.new-yorkie-logo {
	margin: 20px auto;
	float: left;
}

.new-yorkie-tagline {
	margin: 145px auto 0 auto;
	float: right;
}

.header-right {
	/*background: url(../images/new-yorkie-dog-header.jpg) top right no-repeat;*/
}

.advocacy-home {
	text-align:center;
}

.stwd-header {
	width: 100%;
	float: left;
	clear: both;
}

.stwd-header h1 {
	line-height: normal!important;
	margin: 0;
	padding: 0;
}

.container.main-container {
	background: #fff;
	padding: 20px;
}

div.span7.bottom-60 p {
	margin-bottom: 25px!important;
	float: left;
}

.max-400 {
	max-width: 400px!important;
}

ul#menu-primary-navigation li {
	position: relative;
}

ul#menu-primary-navigation li ul.sub-menu {
	display: none;
	position: absolute;
	top: 22px;
	min-width: 300px;
	left: -4px;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

ul#menu-primary-navigation li ul.sub-menu li a {
padding:10px 15px 10px;
color:#777777;
text-decoration:none;
text-shadow:0 1px 0 #ffffff;
}

ul#menu-primary-navigation li ul.sub-menu li a:hover {
	color: #333;
}

ul#menu-primary-navigation li:hover ul.sub-menu, ul#menu-primary-navigation li ul.sub-menu:hover {
	display: block;
}

em {
	padding-right: 5px;
}

/* ///////////////////////// */
/* 5. HOME PAGE STYLES ///// */
/* ///////////////////////// */

.blog-article {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

/* /////////////////////////// */
/* 6. INSIDE PAGE STYLES ///// */
/* /////////////////////////// */

.cart66Options, .Cart66PriceDescription, .Cart66UserQuantity, .Cart66ButtonPrimary {
	float: left;
	clear: both;
}

.Cart66UserQuantity input {
	padding: 4px 6px;
	margin-bottom: 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #cccccc;
}

.Cart66ButtonPrimary, .Cart66ButtonSecondary, #content .Cart66ButtonPrimary,
#content .Cart66ButtonSecondary, .Cart66CartButton .purAddToCart {
  	-moz-box-shadow:inset 0px 1px 0px 0px #fed897!important;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fed897!important;
	box-shadow:inset 0px 1px 0px 0px #fed897!important;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) )!important;
	background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% )!important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105')!important;
	background-color:#f6b33d!important;
	-moz-border-radius:4px!important;
	-webkit-border-radius:4px!important;
	border-radius:4px!important;
	border:1px solid #eda933!important;
	display:block!important;
	color:#ffffff!important;
	font-size:16px!important;
	width: 99%!important;
	padding: 2.5%!important;
	text-decoration:none!important;
	text-shadow:1px 1px 0px #cd8a15!important;
	margin-bottom: 10px;
}

.Cart66ButtonPrimary {
}

.Cart66ButtonPrimary:hover, .Cart66ButtonSecondary:hover, #content .Cart66ButtonPrimary:hover,
#content .Cart66ButtonSecondary:hover, .Cart66CartButton .purAddToCart:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) )!important;
	background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% )!important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d')!important;
	background-color:#d29105!important;
}

.Cart66ButtonPrimary:active, .Cart66ButtonSecondary:active, #content .Cart66ButtonPrimary:active,
#content .Cart66ButtonSecondary:active, .Cart66CartButton .purAddToCart:active {
	position:relative!important;
	top:1px!important;
}

.limited-countries-label-shipping {
	display: none;
}

ul.shippingAddress.shortLabels {
	width: 30%;
	margin-right: 30px;
	float: left;
}

ul.shippingAddress.shortLabels label {
	text-align: left;
}

.phorm2 {
	min-width: 0px!important;
}

.social-divider {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #e6e6e6;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

li.widget {
	list-style: none;
}

li.widget h2 {
	font-size: 20px;
}

.attachment-post-head-thumb {
	margin-bottom: 10px;
}

.cycle-slideshow-wrap {
	width: 100%;
	float: left;
	display: block;
	clear: both;
	background: #f6d500;
	box-sizing: border-box;
	padding: 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	-webkit-box-shadow: 0px px 2px 0px rgba(00, 00, 0, 0.2);
	box-shadow: 0px px 2px 0px rgba(00, 00, 0, 0.2);
}

.cycle-slideshow {
	background: #f6d500;
	float: left!important;
	width:100%!important;
	display: block!important;
	min-height: 175px;
}

.cycle-slideshow .row-fluid {
	overflow: hidden;
}

#input_1_1_3, #input_1_1_6 {
	max-width: 93%;
}

p.large {
	font-size: 22px;
	line-height: 1.35em;
	margin-bottom: 0px!important;
	text-align: center;
}

p.sorta-large {
	font-size: 19px;
	line-height: 1.35em;
	margin-bottom: 0px!important;
	text-align: center;
}

.cycle-slideshow-wrap {
	color: #000;
	margin-bottom: 15px;
}

span.prev {
	width: 38px;
	height: 40px;
	background: url(../prev-next.png) 0px 0px no-repeat;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -30px;
	z-index: 1000;
}

a#prev {
	width: 38px;
	height: 40px;
	background: url(../images/arrows.png) 0px 0px no-repeat;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -30px;
	display: block;
	z-index: 1000;
}

a#next {
	width: 38px;
	height: 40px;
	background: url(../images/arrows.png) -38px 0px no-repeat;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -30px;
	display: block;
	z-index: 1000;
}

.contact-slide-controls {
	width: 100%;
	float: left;
	clear: both;
	height: 60px;
	position: relative;
	background: url(../images/contact-controls-bg.png) top left repeat-x;
}

span.blue {
	color: #0088cc;
}

/* /////////////////////// */
/* 7. SIDEBAR STYLES ///// */
/* /////////////////////// */

/* ////////////////////// */
/* 8. SPRITE STYLES ///// */
/* ////////////////////// */

.social-wrap {
	float: right;
	height: 24px;
	margin: 9px 0 0 0;
}

a.social-facebook {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	float: left;
	text-decoration: none;
	background: url(../images/social-sprites-bw.png) 0px 0px no-repeat;
	margin: 0 15px 0 0;
}

a.social-facebook:hover {
	background: url(../images/social-sprites-color.png) 0px 0px no-repeat;
}

a.social-twitter {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	float: left;
	text-decoration: none;
	background: url(../images/social-sprites-bw.png) 0px -24px no-repeat;
	margin: 0 15px 0 0;
}

a.social-twitter:hover {
	background: url(../images/social-sprites-color.png) 0px -24px no-repeat;
}

a.social-pinterest {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	float: left;
	text-decoration: none;
	background: url(../images/social-sprites-bw.png) 0px -48px no-repeat;
	margin: 0 15px 0 0;
}

a.social-pinterest:hover {
	background: url(../images/social-sprites-color.png) 0px -48px no-repeat;
}

a.social-rss {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	float: left;
	text-decoration: none;
	background: url(../images/social-sprites-bw.png) 0px -72px no-repeat;
	margin: 0 15px 0 0;
}

a.social-rss:hover {
	background: url(../images/social-sprites-color.png) 0px -72px no-repeat;
}

a.social-youtube {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	float: left;
	text-decoration: none;
	background: url(../images/social-sprites-bw.png) 0px -96px no-repeat;
	margin: 0 0px 0 0;
}

a.social-youtube:hover {
	background: url(../images/social-sprites-color.png) 0px -96px no-repeat;
}

.displace {
position: absolute;
left: -5000px;
 }

 #viewCartTable tbody, #viewCartTable tr, #viewCartTable td {
	background: #fff!important;
}

/* ////////////////////////////// */
/* 9. CUSTOM SLIDER STYLING ///// */
/* ////////////////////////////// */

.lifestyle-slider {
	overflow: hidden;
	margin-bottom: 30px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.review-divider {
	width: 100%;
	float: left;
	clear: both;
	display: block;
	height: 80px;
	padding: 0px 0 50px 0;
	background: url(../images/review-divider-centered.png) center center no-repeat;
}

.review-divider:last-child {
	display: none;
}

/* /////////////////////// */
/* 10. FORMS STYLING ///// */
/* /////////////////////// */

@media (max-width: 979px){
		.social-wrap {
		float: left;
		padding-left: 15px;
		margin-bottom: 20px;
	}
	.navbar-inner.custom {
	background-color:#fafafa;background-image:-moz-linear-gradient(top, #ffffff, #f2f2f2);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));background-image:-webkit-linear-gradient(top, #ffffff, #f2f2f2);background-image:-o-linear-gradient(top, #ffffff, #f2f2f2);background-image:linear-gradient(to bottom, #ffffff, #f2f2f2);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);border:1px solid #d4d4d4;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.065);-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.065);box-shadow:0 1px 4px rgba(0, 0, 0, 0.065);*zoom:1;}.navbar-inner:before,.navbar-inner:after{display:table;content:"";line-height:0;
}
ul.shippingAddress.shortLabels {
	width: 100%;
	margin-right: 0px;
	clear: both;
}
.navbar {border-top: none!important;}
}

.button.gform_button {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 50%!important;
	background: #f6d500;
	border: 0px;
}

.button.gform_button:hover {
	background: #54b5d7;
}

/* MOBILE SIZE */
@media (max-width: 767px){
	[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
	float: left;
	}
	.footer-wrap {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
	width: 90%;
	padding: 5%;
	}

	.new-yorkie-logo {
		float: none;
	}

	.new-yorkie-tagline {
		float: none;
		margin: 0 auto 0 auto;
		width: 60%;
		margin-bottom: 20px;
	}

	.header-right {
	background: #fff;
}

}

img.non-retina {
	display: block;
}

img.retina {
	display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	img.non-retina {
		display: none;
	}
	img.retina {
		display: block;
	}
}

.sticky,
.bypostauthor,
.gallery-caption {
   display: normal;
}

.alignnone {
   margin: 1em 1em 1em 0;
}

.aligncenter,
div.aligncenter {
   display:block;
   margin: .5em auto;
   text-align: center;
}

.alignright {
   float:right;
   margin: 0 0 1em 1em;
}

.alignleft {
   float:left;
   margin: 0 1em 1em 0;
}

.aligncenter {
   display: block;
   margin: 1em auto;
}

img,
img[class*="align"],
img[class*="wp-image-"] {
   max-width: 100%;
   height: auto;
}

img.wp-smiley {
   border: none;
   margin-bottom: 0;
   margin-top: 0;
   padding: 0;
}

img.alignright {
   margin-left: 1em 0 1em 1em;
}

img.alignleft {
   margin: 1em 1em 1em 0;
}

img.aligncenter{
   display: block;
   margin: 1em auto;
}

img#wpstats {
   display: block;
   margin: 0 auto;
}

img[class*="align"],
img[class*="wp-image-"],
   .gallery .gallery-icon img {
   border: none;
}

.wp-caption {
   margin-bottom: 1em;
   margin-left: 0;
   max-width: 96%;
   text-align: center;
   clear: both;
}

.wp-caption img {
   display: block;
   margin: 0 auto;
}

.wp-caption-text {
   position: relative;
   font-size: .8em;
}

.gallery {
   margin: 0 auto;
}

.gallery .gallery-item  {
   margin: 0;
   float: left;
   text-align: center;
   width: 33%;
}

.gallery a img {
   border: none;
}

.gallery-columns-4 .gallery-item {
   width: 25%;
}

.gallery-columns-4 .gallery-item img {
   width: 100%;
   height: auto;
}

.comments ol    {
   padding-left: 0;
}

.comments ol li {
   margin: 0;
}

.comment-author {
   padding: 0;
   text-decoration: none;
}

.cycle-slideshow {
	width: 100%;
	float: left;
	clear: both;
	width: 85% !important;
	margin: 0px auto !important;
	float: none !important;
	overflow: hidden;
}

.post-slide {
	width: 100%;
}

.cycle-slideshow img{
	max-width: none!important;
	width: 100%;
}

.line-divider {
	width: 100%;
	clear: both;
	display: block;
	margin: 20px 0 30px 0;
	height: 1px;
	background: #eeeeee;
}

.line-divider-posts {
	width: 100%;
	clear: both;
	display: block;
	margin: 0px 0 25px 0;
	height: 1px;
	background: #eeeeee;
}

.wp-caption {
	background: #eeeeee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 15px 10px 50px 10px;
	text-align: left;
	font-size: 14px!important;
	margin-bottom: 30px!important;
}

.wp-caption img {
	margin-bottom: 10px;
}

.wp-caption-text {
	font-size: 14px!important;
}

.review-photo {
	float: left;
	margin: 0px 15px 15px 0px;
	background: #9fd0ff;
	padding: 5px;
	width: 360px;
	box-sizing: border-box;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.contact-paragraph span {
	padding-left: 35px;
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.contact-paragraph span:nth-child(4) {
	margin-bottom: 40px;
}

.contact-paragraph span:before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
	width: 30px;
	height: 38px;
	background: url(../images/star-icon.png) center center no-repeat;
}

.review-photo img {
	float: left;
	width: 350px;
	display: block;
	clear: both;
	margin-bottom: 5px;
}

.review-photo .caption {
	color: #222;
	font-size: 11px;
	line-height: 1em;
	font-style: italic;
}

.top-appearances {
	float: left;
	display: block;
	max-width: 65%;
	clear: right;
}

.appearances-continued {
	width: 100%;
	float: left;
	display: block;
	clear: both;
}
.col-one-third {
	width: 33.333333333%;
	padding-right: 20px;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
}

.col-last {
	margin-right: 0px;
}

.max-100 {
	width: 100%;
	max-width: 100%;
	display: block;
}

@media only screen and (max-width: 979px) {
ul#menu-primary-navigation li ul.sub-menu {
		position: relative;
		display: block;
		left: auto;
		top: auto;
		padding-top: 0px;
	}
	ul#menu-primary-navigation li a:hover {
		color: #000;
	}
	ul#menu-primary-navigation li ul.sub-menu li {
		margin-bottom: 15px;
	}
	ul#menu-primary-navigation li ul.sub-menu li:first-child {
		margin-top: 10px;
	}
	.top-appearances {
		max-width: 100%;
	}
	.review-photo {
		margin-bottom: 15px!important;
	}
}
@media only screen and (max-width: 1200px) {
	.top-appearances {
		max-width: 100%;
	}
}


@media only screen and (max-width: 800px) {

   embed,
   object {
      max-width: 100%;
   }

}

@media only screen and (max-width: 767px) {
	.fourty-five-when-small {
		margin-bottom: 25px;
	}
}


@media only screen and ( max-width: 650px ) {

   .gallery-columns-3 .gallery-item {
      width: 33.33%;
   }

   .gallery-columns-3 .gallery-item img {
      width: 100%;
      height: auto;
   }
   p.large {
	font-size: 16px;
	line-height: 1.25em;
	}
	.cycle-slideshow {
		min-height: 375px;
	}
	.contact-paragraph span:nth-child(2) {
		clear: both;
	}
	.contact-paragraph img {
		float: none!important;
		margin: 0 auto 20px auto!important;
	}
}

@media only screen and (max-width: 480px) {

   .gallery-columns-2 .gallery-item {
      width: 50%;
   }

   .gallery-columns-2 .gallery-item img {
      width: 100%;
      height: auto;
   }
   .review-photo {
	width: 100%;
	}
	.review-photo img {
	float: left;
	width: 100%;
	}
}

.space-30 {
	width: 100%;
	float: left;
	height: 30px;
	clear: both;
}

.pagination {
	text-align: center;
	font-size: 16px;
}

.pagination a, .pagination span {
	margin-right: 10px;
}

.clearer {
	float: left;
	width: 100%;
	display: block;
	clear: both;
}

.gform_wrapper form {
	clear: both;
}

h3.twenty-two {
	font-size: 22px;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}