  /*
Theme Name: Campaign for Liberty
Description: Campaign for Liberty
Author: the CanDo team
Author URI: http://campaignforliberty.org
Version: 1.0
*/
/* Eric Meyer's CSS Reset */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px/20px "Montserrat", Arial, sans-serif;
	color: #aaaaaa;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: none;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  image-rendering:optimizeSpeed;
  image-rendering:-moz-crisp-edges;
  image-rendering:-o-crisp-edges;
  image-rendering:-webkit-optimize-contrast;
  image-rendering:optimize-contrast;
  image-rendering:crisp-edges;
  image-rendering:pixelated;
  -ms-interpolation-mode:nearest-neighbor;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -kthtml-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
button{
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -kthtml-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
  font-family: 'Trebuchet MS';
  font-style: normal;
  font-weight: bold;
}
em {
  font-weight: normal;
  font-style: italic;
  font-family: 'Trebuchet MS';
}
.cf:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .cf {
    display: block;
}
img {
	max-width: 100%;
	display: block;
}
* html .cf {
    height: 1%;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.text-center {
    text-align: center;
}
.text-right {
	text-align: right;
}
.inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.hidden {
    display: none;
}
a {
	color: #7C1607;
	text-decoration: none;
}
a:hover {
	color: #aaa;
}
.wrapper {
	min-width: 320px;
	max-width: 1110px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	background: url("img/header-bg.jpg") 50% 0 transparent;
	height: 482px;
}
.inner-header {
  height: 121px;
}
.top {
  margin-bottom: 24px;
  padding-top: 16px;
}
.top .logo {
	width: 445px;
}
.top .logo a {
	text-decoration: none;
}
.top .logo img{
	display: inline-block;
	vertical-align: top;
}
.logo_title {
  margin-left: 34px;
  padding-top: 11px;
}
.top .logo span span{
	font: 19.54px/21px "Times New Roman", sans-serif;
	display: block;
	color: #FFF;
	white-space: nowrap;
	vertical-align: top;
}
.top .logo span i{
	font-style: italic;
}
.top .logo span.logo_first{
	background: url("img/logo-divide-line.png") no-repeat 0 bottom transparent;
  margin-bottom: 4px;
  padding-bottom: 3px;
}
.top .logo span.logo_second{
	background: none;
}
.top-nav {
	padding-top: 2px;
  position: relative;
}
.top-nav ul {
	font-size: 0;
	line-height: 0;
	margin-right: 0;
	padding: 0;
}
.top-nav ul li{
	display: inline-block; *display: inline; *zoom: 1;
}
.top-nav ul li a{
	padding: 6px 15px 6px;
	margin-left: 5px;
	font-size: 12px;
	color: #FFF;
	line-height: 17px;
	text-transform: uppercase;
	display: block;
}
.top-nav ul li a:hover,
.top-nav ul li.current-menu-item a{
	background: #600;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}
.top-nav ul li.current-menu-item.search-link  {
  margin-left: 8px;
}
.top-nav ul li.current-menu-item.search-link a {
  padding: 6px 10px 6px 10px;
}
.top-nav ul li.current-menu-item.search-link a span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/img/search-icon.png) center center no-repeat;
}
.search-box {
  display: block;
  position: absolute;
  top:45px;
  right:0px;
  width:265px;
  height:36px;
}
.search-box input {
  width:100%;
  padding: 2px 2px 2px 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 28px;
  border:0 none;
  border-radius: 3px 3px 3px;
}
.slider {
    max-width: 790px;
    position: relative;
}
.slides {
	height: 300px;
	overflow:hidden;
}
.promo-btns {}
.promo-btns a {
  background: none repeat scroll 0 0 #660000;
  color: #FFFFFF;
  display: block;
  font-size: 18px;
  height: 70px;
  line-height: 70px;
  margin-bottom: 6px;
  text-align: center;
  width: 292px;
}
.promo-btns a:hover {
	opacity: 0.8;
}
.slide {
  position: relative;
  width: 790px;
  height: 298px;
}
.caption {
  font: 15px/22px "Times New Roman", sans-serif;
  color: #FFF;
  background: none repeat scroll 0 0 #000;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 345px;
  z-index: 11;
  padding: 24px 41px 0;
  overflow: hidden;
}
.caption h3{
  color: #FFFFFF;
  font: 18px/22px "Times New Roman",sans-serif;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: url("img/slide-divide.png") no-repeat 50% bottom transparent;
}
.like-area {
  background: none repeat scroll 0 0 #7C1607;
  color: #FFFFFF;
  /*height: 70px;*/
  min-height: 70px;
  padding-top: 18px;
  overflow: hidden;
  text-transform: uppercase;
}
.additional-menu {
    background: none repeat scroll 0 0 #600600;
    color: #FFFFFF;
    min-height: 20px;
    overflow: hidden;
    text-transform: uppercase;
    padding: 4px 0;
}
.additional-menu a {
    display: inline-block;
    color: #FFFFFF;
    margin-right: 25px;
    font-size: 13px;
    line-height: 13px;
    /*border-bottom: 1px solid #FFF;*/
}
.newsletter {}
.newsletter input {
  margin-right: 12px;
  width: 221px;
	vertical-align: top;
}
.label {
  display: inline-block; *display: inline;* zoom: 1;
  font: 18px/22px "Times New Roman",sans-serif;
  margin-right: 10px;
  margin-top: 5px;
}
.input-text {
	border: none;
	background: #ffffff;
	font-size: 13px;
	color: #333;
	text-transform: uppercase;
	height: 29px;
	padding: 5px 10px;
}
.submit {
	font-size: 12px;
	background: #600;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	padding: 6px 15px 8px;
	font-size: 12px;
	border: none;
	color: #FFF;
	cursor: pointer;
	vertical-align: top;
}
.submit:hover {
	opacity: 0.7;
}
.like {
	padding-top: 1px;
}
.like .fb-like {
	position: relative;
}
.like .fb-like a.btn{
	padding: 4px 28px 7px;
}
.like .fb-like .count{
	padding: 0 11px 0 24px;
}
.like .fb-like i {
  background: url("img/like-ico.png") no-repeat scroll 0 0 transparent;
  display: inline-block;*display: inline;*zoom: 1;
  height: 25px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 14px;
}
.like .fb-like:hover:before{
  display: block;
}
.like .tw-like {
  margin-left: 25px;
  position: relative;
}
.like .tw-like i {
  background: url("img/like-ico.png") no-repeat scroll -23px -1px transparent;
  display: block;
  height: 22px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 28px;
}
.like .tw-like:hover:before {
  display: block;
}
.like .count {
  font: 22px/24px "Times New Roman",sans-serif;
  padding: 0 15px 0 35px;
  text-transform: none;
}
.btn {
	font-size: 12px;
	background: #600;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	padding: 4px 13px 7px;
	font-size: 12px;
	border: none;
	color: #FFF;
	cursor: pointer;
	vertical-align: top;
	display: inline-block; display: inline-block; * zoom: 1;
}
.btn:hover {
	background: #600 !important;
	text-shadow: 0 0 0 !important;
	font-size: 12px;
	background: #600;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 13px 7px;
	font-size: 12px;
	border: none;
	color: #FFF;
	cursor: pointer;
	vertical-align: top;
	display: inline-block; display: inline-block; * zoom: 1;
}
.breadcrumbs-area {
  background: url("img/ft-bg-top.jpg") no-repeat 50% top #E3AF59;
  height: 48px;
  margin-bottom: 46px;
  overflow:hidden;
}
.breadcrumbs-area.inner-breadcrumbs {
  margin-bottom: 57px;
}
.breadcrumbs-area .breadcrumb {
	background: none !Important;
	border-right: 0 !Important;
	margin-bottom: 0;
	padding: 13px 0 !important;
}
.breadcrumbs-area .breadcrumb a{
  color: #7C1607;
  font-size: 13px;
  text-transform: uppercase;
}
.breadcrumbs-area .breadcrumb a:hover {
	color: #343434;
}
.breadcrumbs-area .breadcrumb span{
  color: #7C1607;
  font-size: 13px;
  padding: 0 3px;
  text-transform: uppercase;
}
.breadcrumbs-area .urgent-info {
	margin: 9px 0 0 0;
}
.breadcrumbs-area .urgent-info a{
  margin: 0 0 0 21px;
  padding: 5px 22px;
}
.breadcrumbs-area .breadcrumb div {
    display: inline;
    color: #7C1607;
    font-size: 13px;
    padding: 0 3px;
    text-transform: uppercase;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 380px 0 0;
}
.content.no-sidebar {
	padding: 0 0 0 0;
}
.page-header {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 15px;
  margin: 0 0 30px !important;
}
.page-header.inner-page-header {
  margin-bottom: 24px;
}
.page-header h1 {
	text-transform: uppercase;
	color: #333;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}
.page-header .h1 {
	text-transform: uppercase;
	color: #333;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}
.page-body {
	position:relative;
}
.woocommerce_ordering {
	position: absolute;
	top: 0;
	right: 0;
}
.page-body p {
  font-family: 'PT Serif',arial,sans-serif;
  color: #555555;
}
.page-body .col-1{
	max-width: 350px;
	margin-right: 30px;
	float: left;
}
.page-body .col-2{
	max-width: 350px;
	margin-right: 0;
	float: left;
}
.page-body .blog-item{
	margin-bottom: 30px;
}
.page-body .blog-item.blockquote-type{
  background: none repeat scroll 0 0 #7C1607;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 30px;
  padding: 111px 20px 44px;
  text-align: center;
  text-transform: uppercase;
}
.page-body .blog-item.blockquote-type span{
	display: block;
  font-size: 10px;
  line-height: 20px;
  margin-top: 15px;
  color: #FFFFFF;
}
.page-body .blog-item.blockquote-type blockquote:before {
  background: url("img/quotes-ico.png") no-repeat 0 0 transparent;
  width: 47px;
  height: 29px;
  content: "";
  position: absolute;
  top: -62px;
  left: 50%;
  margin-left: -23.5px;
}
.page-body .blog-item.blockquote-type blockquote {
  position: relative;
	background: #7C1607;
	color: #FFF;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 30px;
}
.page-body .blog-item.blockquote-type blockquote p {
	background: #7C1607;
	color: #FFF;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 30px;
}
.page-body .blog-item img{
	display: block;
}
.page-body .blog-item .item-body {
  border: 1px solid #F2F2F2;
  display: block;
  padding: 19px 19px 0;
  font-family: 'PT Serif',arial,sans-serif;
  color: #555555;
}
.page-body .blog-item .item-body h3{
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
	margin-bottom: 14px;
}
.page-body .blog-item .item-body h3 a{
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}
.page-body .blog-item .item-body h3 a:hover{}
.page-body .blog-item .item-body p{
	margin-bottom: 25px;
  overflow: hidden;
}
.page-body .blog-item .item-body .item-meta {
  border-top: 1px solid #F2F2F2;
  padding-bottom: 14px;
  padding-top: 14px;
}
.page-body .blog-item .item-body .item-meta a{}
.page-body .blog-item .item-body .item-meta a:hover{
  color: #333333;
}
.load-more {
  border-top: 1px solid #F2F2F2;
  margin-bottom: 115px;
  margin-top: 10px;
  padding-top: 30px;
  text-align: center;
}
.load-more a {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  background: #444444;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: inline-block; display: inline-block; * zoom: 1;
  color: #FFF;
  display: inline-block; *display: inline; * zoom: 1;
  padding: 13px 48px;
  text-transform: uppercase;
}
.load-more a:hover {
  background: #600;
}
.post-head {
  margin-bottom: 26px;
}
.post-head h1 {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 4px;
}
.post-head .post-meta {
  color: #7C1607;
  font-size: 14px;
  font-weight: bold;
}
.post-head .post-meta a{
  margin-right: 19px;
}
.post-head .post-meta a:hover{
  color: #343434;
}
.post-body {
    padding-bottom: 75px;

	font: normal 16px/1.5em 'PT Serif',arial,sans-serif;
	color: #555555;
}
.post-body img.content-image {
  float: none;
  margin: 0 0 32px 0;
}
.post-body img.alignleft {
  float: left;
  margin: 5px 15px 15px 0;
}
.post-body img.alignright {
  float: right;
  margin: 5px 0 15px 15px;
}
.post-body img.aligncenter {
  float: none;
  display: block;
  margin: 0 auto 15px;
}
.post-body img.alignmiddle {
  float: none;
  display: block;
  margin: 0 auto 15px;
}
.post-body img.alignnone {
  float: none;
  margin: 0 5px 15px 0;
}
.post-body p {
  margin-bottom: 20px;
}
.post-body ul {
  padding: 5px 0 20px 25px;
  list-style: disc outside none;
}
.post-body ul li {}
.post-body ul li ul {
  padding: 5px 0 5px 20px;
}
.post-body ol {
  padding: 5px 0 20px 25px;
  list-style: decimal outside none;
}
.post-body ol li {}
.post-body h1 {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 10px;
}
.post-body h2 {
  color: #333333;
  font-size: 26px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 10px;
}
.post-body h3 {
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
}
.post-body h4 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
}
.post-body h5 {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 10px;
}
.post-body h6 {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 10px;
}
.post-body blockquote{
  border-left: 5px solid #EEEEEE;
  margin: 10px 0 20px;
  padding: 10px 20px;
  display: block;
}
.post-body blockquote p{
  /*margin-bottom: 0;*/
}
.post-body table {
  margin-bottom: 20px;
  width: 100%;
}
.post-body table tr {
  display: table-row;
  vertical-align: inherit;
}
.post-body table tr th {
  border-bottom: 1px solid #DDDDDD;
  vertical-align: bottom;
  font-weight: bold;
  text-align: left;
}
.post-body table tr td {
  border-top: 1px solid #DDDDDD;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
  float: left;
  margin-left: -320px;
  position: relative;
  width: 320px;
}
.widget {
  margin-bottom: 20px;
}
.widget h4, .widget h3 {
  border-bottom: 1px solid #F2F2F2;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 18px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.widget.get-local h4 {
  border-bottom: 1px solid #F2F2F2;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 18px;
  padding-bottom: 15px;
}
.widget p {
  font-size: 12px;
  line-height: 15px;
}
.widget .printfriendly {display:none}
.printfriendly img {display: inline;}
.pf-alignleft {float:none !important;}

.get-local img {
  display: block;
  margin: 0 auto 13px;
}
.newswire {}
.newswire li {
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 16px;
  padding-bottom: 15px;
}
.newswire li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 7px;
}
.newswire li img {
  display: inline-block; *display: inline; * zoom: 1;
  margin-right: 11px;
  vertical-align: top;
}
.newswire li a {
  color: #333333;
  display: block;
}
.newswire li a:hover span{
  color: #600;
}
.newswire li a span {
  color: #333333;
  display: inline-block; *display: inline; * zoom: 1;
  margin-top: 4px;
  vertical-align: top;
  width: 310px;
}

.tags-widget h4 {
  margin-bottom: 29px;
}
.tags-widget {
	position:relative;
	height: 322px;
	overflow: hidden;
}
.tags-widget.opened {
	height:auto !important;
}
.tags-widget a{
  background: #444444;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: inline-block; display: inline-block; * zoom: 1;
  border: medium none;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 11px;
  line-height: 28px;
  margin-bottom: 5px;
  margin-right: 1px;
  padding: 0 10px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  font-family: 'PT Serif',arial,sans-serif;
}
.tags-widget a.open_all {
	color: #333333;
	font-family: 'PT Serif',arial,sans-serif;
	font-size: 14px;
	display: inline-block;
	margin-top: 4px;
	vertical-align: top;
	width: 320px;
	text-decoration: underline;
	padding: 0;
	background: url(img/tag_list.png) center center repeat-x;
	position: absolute;
	bottom: -5px;
	left: 0;
	padding:45px 0 0 0;
}
.tags-widget a:hover{
  background: #600;
}
.tags-widget a.open_all:hover{
	background: url(img/tag_list.png) center center repeat-x;
}
.state-updates h4 {
  margin-bottom: 15px;
}
.state-updates {}
.state-updates .storie{
  margin-bottom: 36px;
}
.state-updates .storie a{
  color: #333333;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 3px;
}
.state-updates .storie a:hover{
  color: #600;
}
.state-updates .storie p{
  color: #AAAAAA;
  font-size: 14px;
  line-height: 20px;
  font-family: 'PT Serif',arial,sans-serif;
}
.state-updates a.view-more{
  margin-top: -18px;
  display: inline-block; display: inline-block; * zoom: 1;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
  background: none repeat scroll 0 0 #7C1607;
  color: #FFFFFF;
  padding-bottom: 115px;
  position: relative;
}
.top-footer {
  background: url("img/ft-bg-top.jpg") no-repeat scroll 50% 0 #E3AF59;
  height: 45px;
  width: 100%;
}
.top-eagle {
  background: url("img/eagle-ft.png") no-repeat scroll 50% 0 transparent;
  height: 166px;
  width: 166px;
  position: absolute;
  left: 50%;
  margin-left: -88px;
  top: -67px;
}
.footer img {
  display: block;
  margin: 66px auto 20px;
}
.footer span {
  display: block;
  padding: 0 0 14px;
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}
.footer span:after {
  background: #892E20;
  width: 100px;
  height: 2px;
  content: "";
  left: 50%;
  margin-left: -50px;
  bottom: 0;
  position: absolute;
}
.footer p {
  font-size: 12px;
  line-height: 20px;
}
.footer small {
  font-size: 10px;
  line-height: 14px;
}
.follow-us {
  font-size: 0;
  line-height: 0;
  margin: 28px 0 3px;
  padding: 0;
}
.follow-us li {
  display: inline-block; display: inline-block; * zoom: 1;
  margin: 0 18px;
  vertical-align: top;
}
.follow-us li a {
  background: url("img/social-ft-2.png") no-repeat 0 0 transparent;
  display: block;
}
.follow-us li a:hover {
  opacity: 0.7;
}
.follow-us li a.tw {
  background-position: 0 -2px;
  width: 14px;
  height: 11px;
}
.follow-us li a.fb {
  background-position: -51px 0px;
  width: 7px;
  height: 15px;
}
.follow-us li a.gplus {
  background-position: -93px -1px;
  width: 15px;
  height: 15px;
}
.follow-us li a.rss {
  background-position: -142px -1px;
  width: 12px;
  height: 13px;
}
.follow-us li a.youtube {
    background-position: -177px 0px;
    width: 21px;
    height: 15px;
}

.height100 {height:100px;}
.height200 {height:200px;}
.height300 {height:300px;}

/*state page*/
.members .member {
  display: inline-block;
	/*float: left;*/
  vertical-align: top;
	width: 60px;
	margin-right:10px;
	margin-bottom: 5px;
	min-height: 95px;
	overflow: hidden;
}
.members .member img {
  background: url(/images/defprof.jpg) top center no-repeat;
  height: 60px;
  width: auto;
  margin: 0 auto;
  max-width: 120px !important;
}
.members .member span {
	font-size:11px;
}

.sign-up-newsletter {
  position: relative;
}
.sign-up-newsletter .not-valid {
  border:1px solid red;
  color:red;
}
.validation {
  font-size: 13px;
  line-height: 17px;
  padding-left: 133px;
  padding-bottom: 10px;
}
.sign-up-newsletter-done {
  position: relative;
  display: none;
  width: 600px;
  float: left;
  bottom: -60px;
}

/* 6.3 Contact Form */
#contact-page .screenReader { left: -9999px; position: absolute; top: -9999px; }
#contact-page ol.forms{float:left;list-style:none;width:100%;margin:10px 0 0;}
#contact-page ol.forms li{clear:both;float:left;margin-bottom:18px;position:relative;width:100%}
#contact-page ol.forms label{cursor:pointer;display:block;float:left;font-weight:700;padding-right:20px;width:100px;color:#444444}
#contact-page ol.forms input.txt{width:214px; padding:3px}
#contact-page ol.forms input#sendCopy{border:none;}
#contact-page ol.forms textarea{height:300px;width:70%;}
#contact-page ol.forms li .error{font-size:12px;display:block;margin-left:120px;color:red;}
#contact-page ol.forms li.textarea .error{display:block; margin-left:120px}
#contact-page ol.forms li.screenReader{margin-bottom:0;}
#contact-page ol.forms li.buttons .submit{margin: 15px 0 0 120px; }
#contact-page ol.forms li.inline input{width:auto;margin-left:120px;}
#contact-page ol.forms li.inline label{display:inline;float:none;width:auto;}

/* 6.4 Gravity forms */
.gfield { margin-bottom: 10px; }
.gform_wrapper .top_label .gfield_label { display:block; padding-right:20px; width: 150px; margin: 5px 0px 4px !important; font: normal normal normal 14px Arial, sans-serif; font-weight: bold; }
.gform_wrapper input.button { padding: 5px 10px 6px !important; font-size: 12px !important; }
.gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label { font-size: 12px !important; }
.gform_footer { font-size: 13px !important;}
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
letter-spacing: 0px; }
.gform_body input {
	padding: 5px;
	border-color: #ccc #efefef #efefef #ccc;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 10px;
}

.gform_wrapper input { padding: 7px 3px !important; }
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea { width: 400px !important; padding: 7px 3px !important; }
.gform_wrapper .entry img, .gform_wrapper img.thumbnail { padding: 0px !important; border: 0px !important; }
ul.top_label .clear-multi { clear: none !important; }
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio { margin-left: 120px !important; }
img.ui-datepicker-trigger { border: 0px; padding: 0px; }

/* My Css */
.message_done {
color: green;
border: 1px solid green;
padding: 10px;
}

.shop-sidebar * {
  font-family: 'PT Serif',arial,sans-serif;
 }
.shop-template .product {
  font-family: 'PT Serif',arial,sans-serif;
 }
.shop-template  h1 {
  font: normal 28px/1.5em 'PT Serif',arial,sans-serif;
  color: #222222;
 }
.shop-template  p {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
 }
.shop-sidebar p {margin:12px 0 !important;}
.shop-sidebar .widget  {margin-bottom:32px !important;}

div.product div.images img, #content div.product div.images img {width:auto !important}
.related ul.products li.product img, .related ul li.product img, .upsells.products ul.products li.product img, .upsells.products ul li.product img {width:auto !important}


.search {

}
.search .search-input {
	padding: 2px;
	width: 300px;
  line-height: 25px;
}

.search .search-btn {
	display: inline-block;
	padding: 2px 10px;
	height: 34px !important;
	border: 1px solid #CCC;
	text-transform: uppercase;
	cursor: pointer;
}

.profile_body .about_me i {font-style: italic;}
.profile_body .about_me b {font-weight: bold}


.site-message-box {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
}
.site-message-box.error {
	background-color: #f2dede;
}
.site-message-box.success {
	background-color: #dff0d8;
}