

.header { padding: 20px 0 20px 0; }

.logo { background:#fff url("../images/spg_logo_150h.png") no-repeat 0px 0px; display: block; width: 109px; height: 150px; float: left; margin-left: 10px; }

/* Nav styles */
.nav { float: right; overflow: hidden; margin-left: 10px; margin-right: 10px; padding-top: 30px; font-family: 'PTSansNarrowRegular', Helvetica, Arial, sans-serif; }
ul.nav  { display: block; list-style: none; }
ul.nav li { 
	display: inline-block; 
	padding: 0px 15px; 
	margin-left: 5px;
	margin-top: 10px;
	font-size: 22px; 
	border: 1px solid #c1c1c1; 
	border-radius: 4px; 
	/*
	-moz-box-shadow: 0 0 2px #aaa;
	-webkit-box-shadow: 0 0 2px#aaa;
	box-shadow: 0 0 2px #aaa;
	*/
}

ul.nav li a { text-decoration: none; }
ul.nav li a:hover { color: orange; }
ul.nav li a.active { border-bottom: 4px solid orange; }

.with-bdr { border: 1px solid #E1E1E1; }

/* home text styles */
.content { margin-bottom: 0.5em; }
.content p { font-size: 14px; margin-bottom: .8em;}
.content ul > li { font-size: 12px; margin-bottom: .8em;}
.content h1 { color: #660066; font-size: 24px; border-bottom: 1px dotted #E1E1E1; font-family: 'PTSansNarrowRegular', Helvetica, Arial, sans-serif; font-style: normal; }
.content h3 { 
	color: #660066; 
	font-size: 20px; 
	border: 1px dotted #E1E1E1; 
	font-family: 'PTSansNarrowBold', Helvetica, Arial, sans-serif; 
	cursor: pointer; 
	padding: 3px 20px ;
	background: #E1E1E1;
	border: 1px solid #c1c1c1; 
	border-radius: 3px;
}

.content a:hover { color: orange; text-decoration: none;}
.box { float: none; border: 1px solid #c1c1c1; background-color: #efefef; border-radius: 4px; padding: 10px; text-align: center; }

/* slideshow styles */
.slider {  margin-top: 42px;  }
.slideshow { display: block;  }

/* Commissions images */
.thumb { max-height: 123px; overflow: hidden; margin-bottom: 10px; }
.gallery img { padding: 10px; border: 1px solid #cacaca; max-height: 123px; border-radius: 3px; }
.thumb-title { color: orange; font-weight: bold; font-size: 16px; text-transform: uppercase; }
.thumb > p { text-align: center; font-size: 12px;}


/* accordion styles */

#accordion p { margin: 0 8px 10px 8px; border: 0px solid #E1E1E1; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;   }

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .3em .5em .3em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-icon {
	background-image: url("../images/ui-icons.png");
	z-index: 100;
}
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }

.terms { background-color: none; font-size: small; margin: 10px 8px 10px 8px; padding: 10px; border-top: 1px solid #E1E1E1;}

/* footer styles */
.footer { margin-top: 20px; border-top: 1px dotted #d1d1d1; }
.footer p { font-size: 12px; color: #666;}

/* general */
.r { float: right; }
.hilite { background-color: #333; color: #fff; padding: 2px 5px;}
.bdr-bottom { border-bottom: 1px solid #E1E1E1;}
.no-margin { margin-top: 0;}
.grey { color: #999;}
hr { border: none; border-top: 1px dotted #c1c1c1; margin: 15px 0 15px; }

/* form fields */
table, td { border: none; padding-top: 5px;}
label, .label, .required { 
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif!important; 
	background: none; 
	font-size: 13px;
	font-weight: bold;
}
ul.error > li { list-style: none; font-style: italic; color: red; margin-bottom: 0.2em; }

@media only screen and (max-width: 767px) { /* Global Misc --- */
	.thumb { max-height: 200px; overflow: visible; margin-bottom: 35px;}
	.gallery img { max-height: 200px; }


}

/* isotope styles */

.filter_text { font-size: 11px; }

#filters { 
	text-align: center;
	display: block;
	margin: 10px 20px 20px;
}

#filters .button {

/* ---- button ---- */

  display: inline-block;
  padding: 0.5em 1.0em;
  background: #BDA0CB;
  border: 1px solid #551A8B;
  border-radius: 5px;
  font-family: 'PTSansNarrowRegular', Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 7px;
  box-shadow: none !important;
}


#filters .button:hover {

  color: #551A8B;
}

#filters .button:active,
#filters .button.is-checked {
  background-color: #fff;
  color: #666;
}

#filters .button.is-checked {
  color: #551A8B;
}
