/* ------------------------------ BEGIN Global Styles ------------------------------ */

@import url("../../global/CSS/global.css");

/* ------------------------------ END Global Styles ------------------------------ */

/* BE SURE TO COPY YOUR CLIENT STYLES IN THIS MASTER.CSS IN ORDER FOR THE EDITOR TO IMPLEMENT THE CLIENT STYLES-
YOU HAVE TO LOAD THEM UP SEPARATELY AS CLIENT.CSS AS WELL */

/* @group Global Overrides */

li.places-app-location-item {
	cursor: auto;
}

#jquery-overlay {
	z-index: 1000 !important;
}

/* @end */

/* DEFAULTS */

html,body,div,ul,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th {
	font-weight: normal;
	font-style: normal;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align: left;
}

body {
	background: #000;
}

img.leftalign {
	float: left;
	margin: 2px 20px 16px 0;
}

img.rightalign {
	float: right;
	margin: 2px 0 16px 20px;
}

hr {
	border: 0;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

/* TYPE */

body, p, div, ul, li, td {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
}

a:link, a:visited, a:active {
	color: #DF00B0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

h1 {
	

/* font-family:"Chaparral Pro",Georgia,"Times New Roman",Times,serif; */
	font-size: 48px;
	color: #10A2DD;
	line-height: 1.7em;
	margin: 0 0 24px;
}

h2 {
	

/* font-family:"Chaparral Pro",Georgia,"Times New Roman",Times,serif; */
	font-size: 24px;
	color: #DF00B0;
}

h3 {
	font-size: 16px;
	line-height: 1.8em;
	font-weight: bold;
}

h4 {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}

h5 {
	

/* font-family:"Chaparral Pro",Georgia,"Times New Roman",Times,serif; */
	font-size: 24px;
	color: #DF00B0;
}

/* SEARCH */

#search {
	background: url("/sitefiles/1347/Images/search-field.png") no-repeat scroll 0 0 transparent;
	height: 26px;
	position: absolute;
	right: 0;
	top: 20px;
	width: 122px;
}

#search p {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	display: block;
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 12px;
	border-bottom: 2px solid #cbcece;
	text-transform: uppercase;
}

.searchField {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #808080;
	float: left;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	margin: 5px 0 0 24px;
	padding: 0;
	width: 83px;
}

.searchButton {
	display: none;
	visibility: hidden;
	width: 0;
}

/* SIGNUP */

.signupPanel {
	margin-left: 17px;
}

.signupField {
	background: transparent url(/sitefiles/1347/Images/signup-field.png) no-repeat scroll 0 0;
	border: 0 none;
	color: #999999;
	float: left;
	height: 22px;
	padding-left: 10px;
	padding-top: 6px;
	text-decoration: none;
	width: 130px;
}

.signupButton {
	background: transparent url(/sitefiles/1347/Images/signup-button.png) no-repeat;
	border: 0 none;
	float: left;
	height: 26px;
	line-height: 0;
	right: 0;
	text-indent: -1000px;
	width: 24px;
}

/* SUB NAV */

#subnavWrapper {
	border-right: 1px solid #E5E5E5;
	width: 170px;
	float: left;
}

#subnavWrapper p {
	bottom: 31px;
	font-size: 11px;
	position: absolute;
	right: 50px;
}

#subnavWrapper p a {
	color: #000;
	margin-left: 8px;
}

#subnavWrapper h2 {
	margin-left: 20px;
}

#subnavWrapper h2 a {
	color: #B0C928;
}

#subnav {
	padding: 0;
	margin: 20px 0;
	list-style: none;
}

#subnav li {
	padding: 0;
	margin: 0;
	background: none;
}

* html #subnav li {
	height: 33px;
}

#subnav a {
	background: url("/sitefiles/1347/images/subnav-arrow.png") no-repeat scroll 8px 14px transparent;
	color: #000000;
	display: block;
	font-size: 13px;
	padding: 6px 6px 6px 20px;
	text-decoration: none;
}

#subnav a:hover {
	background-color: #F2F2F2;
	text-decoration: none;
}

#subnav a.current {
	background: url("/sitefiles/1347/images/subnav-arrow.png") no-repeat scroll 8px -30px #F2F2F2;
}

/* WRAPPERS */

#topWrapper {
	background: #FFF url(/sitefiles/1347/Images/header-bg.gif) repeat-x top;
	width: 100%;
	float: left;
	text-align: left;
	position: relative;
	z-index: 4;
}

#mainnavWrapper {
	width: 100%;
	float: left;
	text-align: left;
}

#content-top-wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
}

#content-mid-wrapper {
	border-bottom: 1px solid #333;
	margin: 0;
	padding: 0;
	width: 100%;
}

#content-bottom-wrapper {
	border-bottom: 1px solid #333333;
	margin: 0;
	padding: 0;
	width: 100%;
}

#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	color: #999;
}

#footer-bottom-wrapper {
	border-top: 1px solid #333333;
	height: 100px;
}

/* TOP */

#top {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 974px;
	height: 128px;
}

#logo {
	height: 57px;
	position: absolute;
	top: 34px;
	width: 254px;
}

/* CONTENT */

.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#content-top {
	margin: 18px auto;
	width: 974px;
}

#content-top-default {
	background-color: #FFF;
	margin: 18px auto;
	padding: 40px;
	position: relative;
	width: 894px;
}

#content-top-default-left {
	float: left;
	width: 170px;
	margin-right: 80px;
}

#content-top-default-right {
	float: left;
	width: 640px;
}

#content-top-nosub-left {
	float: left;
	margin-right: 40px;
	width: 370px;
}

#content-top-nosub-right {
	float: left;
	width: 480px;
}

#content-top-single-right {
	float: left;
	width: 100%;
}

#content-mid {
	margin: 16px auto;
	width: 974px;
}

#ad1 {
	float: left;
	margin-right: 10px;
}

#ad2, #ad3 {
	border-right: 1px dashed #333333;
	color: #FFFFFF;
	float: left;
	padding: 0px 0;
	text-align: center;
}

#ad2 a, #ad3 a, #ad4 a {
	color: #FFFFFF;
	display: block;
	padding-top: 30px;
	text-align: center;
	text-decoration: none;
	width: 205px;
}

#ad2:hover, #ad3:hover, #ad4:hover {
	background-color: #111;
	text-decoration: none;
}

#ad3 {
	border-right: 1px dashed #333;
	float: left;
}

#ad4 {
	color: #FFFFFF;
	float: left;
	padding: 0px 0;
	text-align: center;
}

#join-now {
	color: #FFF;
}

#content-bottom {
	background-color: #FFFFFF;
	border: 15px solid #C6DB57;
	margin: 0 auto;
	width: 944px;
}

img#content-bottom-left {
	float: left;
	margin: 5px 40px;
}

div#content-bottom-right {
	float: left;
	margin-top: 30px;
	width: 570px;
}

#content-bottom-right p {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

/* FOOTER */

#footer {
	margin: 0px auto;
	padding: 30px 0px;
	width: 950px;
	border-top: 1px solid #32474e;
}

#footer-top, #footer-bottom {
	width: 974px;
	margin: 0 auto;
}

#footer-top p, #footer-bottom p {
	color: #999;
}

#footer-logo {
	display: block;
	float: left;
	margin: 40px 20px 40px 0;
}

#footer-info {
	float: left;
	margin-top: 10px;
	width: 480px;
}

#footer-info p {
	font-size: 11px;
}

#footer-info h1 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.5em;
	color: #999;
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

div#footer-links {
	float: right;
	margin-top: 25px;
}

#footer-links img {
	margin-left: 10px;
}

#footer-bottom-left {
	float: left;
}

#footer-bottom-right {
	float: right;
}

#footer-bottom p {
	font-size: 11px;
}

#footer-bottom a {
	color: #999;
	text-decoration: none;
}

#footer-bottom-right p {
	text-align: right;
}

/* DEFAULT CONTENT */

/* SEARCH TITLE */

.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
}

a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration: none;
}

a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration: underline;
}

/* PHOTO GALLERY */

.photogallery {
	padding: 0px;
	margin: 0;
	list-style: none;
}

.photogallery li {
	background: transparent none repeat scroll 0 0;
	float: left;
	margin: 0;
	padding: 0 16px 10px 0;
}

.photogallery li a {
	padding: 2px;
	border: 1px solid #CCCCCC;
	display: block;
}

.photogallery li a:hover {
	padding: 2px;
	border: 1px solid #666666;
	display: block;
}

.slider {
	background-color: #FFFFFF;
	padding: 20px;
	width: 934px;
	z-index: 10;
	height: 410px;
}

/* TOGGLE
.collection {
	background-color:#FFFFFF;
	display: none;
	padding:20px;
	position:absolute;
	top:146px;
	width:934px;
	z-index:10;
	height: 410px;
}
img#collection-tick {
	left:410px;
	position:absolute;
	top:-9px;
}
img.collection-left {
	float:left;
	margin-right:30px;
}
.collection-right {
	float:left;
	width:450px;
}
.collection-right p {
	color: #000;
}
#collection-right li {
	margin: 10px 0;
}
img#collection-dress {
	position:relative;
	top:6px;
	margin-right:5px;
}
#collection-dropdown {
	border-right:1px solid #808080;
	color:#000000;
	float:right;
	font-family:"Chaparral Pro",Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	padding:0 16px;
	text-decoration:none;
}

 */

/* BREADCRUMBS */

#breadcrumbs {
	border-top: 1px solid #E5E5E5;
	float: left;
	margin: 40px 0 0;
	text-align: left;
	width: 100%;
}

#breadcrumbs ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#breadcrumbs li {
	margin: 0px;
	float: left;
	background: none;
	display: inline;
}

#breadcrumbs a {
	padding: 0 0 0 16px;
	font-size: 11px;
	color: #000;
	background: url(/SiteFiles/1347/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration: none;
	margin-right: 8px;
}

#breadcrumbs a:hover {
	color: #666;
}

#breadcrumbs a.first {
	background: none;
	padding-left: 10px;
}

#breadcrumbs a.current {
	color: #666;
}

/* @end */

/* @group LCOATOR */

#locations {
	width: 890px;
	border-collapse: collapse;
}

#locations th {
	background-color: #CCC;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

#locations td {
	padding: 3px;
	font-size: 11px;
}

div.places-app-map-canvas {
	margin-top: 30px;
}

li.places-app-category-item {
	margin: 10px 0;
}

.places-app-category-item input {
	margin-right: 5px;
}

.places-app-search {
	margin-bottom: 20px;
}

.places-app-wrapper {
	color: #808080;
	font: 13px/13px Georgia,serif;
}

.places-app-search {
	background-color: #000000;
	color: #CCCCCC;
	float: none;
	padding: 30px;
}

.places-app-search-zip {
	height: 30px;
	margin: 0;
	width: 200px;
}

.places-app-search-button {
	background: none repeat scroll 0 0 #808080;
	border: 0 none;
	border-radius: 5px 5px 5px 5px;
	color: #BBBBBB;
	cursor: pointer;
	font: 11px/11px Helvetica,Arial,sans-serif;
	margin: 0 20px 0 10px;
	padding: 10px 0;
	text-transform: capitalize;
	width: 100px;
}

a.places-app-search-clear {
	background: none repeat scroll 0 0 #808080;
	border: 0 none;
	border-radius: 5px 5px 5px 5px;
	color: #BBBBBB;
	cursor: pointer;
	display: block;
	float: right;
	font: 11px/11px Helvetica,Arial,sans-serif;
	margin-top: 2px;
	padding: 11px 0 12px;
	text-align: center;
	text-transform: capitalize;
	width: 60px;
}

ol.places-app-location-list {
	background-color: #F2F2F2;
	border-bottom: 1px dotted #404040;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0;
}

li.places-app-location-item {
	cursor: pointer;
	float: left;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 25px 0;
	text-align: center;
	width: 33.3%;
}

li.places-app-location-item:hover {
	background-color: #E6E6E6;
	text-decoration: none;
}

li.places-app-location-item span {
	line-height: 15px;
}

li.places-app-location-item a {
	display: block;
}

li.places-app-location-item span a {
	margin-top: auto;
}

/* @end */

/* @group SLIDER */

.anythingSlider {
	width: 974px;
	height: 450px;
	position: relative;
	margin: 0 auto 15px;
}

.anythingSlider .wrapper {
	height: 450px;
	left: 0;
	margin: 0;
	overflow: auto;
	position: absolute;
	top: 0;
	width: 974px;
}

.anythingSlider .wrapper ul {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 450px;
	overflow: hidden;
	width: 974px;
	margin: 0;
}

.anythingSlider .arrow {
	display: block;
	height: 66px;
	width: 30px;
	background: url(/SiteFiles/1347/Images/arrows.gif) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	cursor: pointer;
}

.anythingSlider .forward {
	background-position: -30px 0;
	right: -40px;
	top: 200px;
}

.anythingSlider .back {
	background-position: 0 0;
	left: -40px;
	top: 200px;
}

#start-stop, #thumbNav {
	display: none;
}

/* Prevents */

.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}

.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

/* @end */

/* @group STORE */

.product-list {
	float: none;
	min-height: 0;
}

.store-tag-list {
	list-style: none outside none;
	margin: 20px 0;
}

#subnav .store-tag-list li a {
	background: none repeat scroll 0 0 transparent;
	padding: 0 6px 0 20px;
}

#subnav .store-tag-list li {
	color: #FFF;
}

.store-tag-list strong {
	padding-left: 20px;
}

#product-detail-price {
	display: none;
}

#product-detail-photos {
	width: 250px;
}

#product-detail-information-container h1 {
	margin: 0;
}

#product-detail-information-container {
	margin-top: 30px;
	width: 370px;
}

#add-to-cart-options input {
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	background-color: #E008B2;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	margin-left: -15px;
	padding: 5px;
}

.product-detail-send-form li input {
	-moz-border-radius: 0 0 0 0 !important;
	-webkit-border-top-left-radius: 0 !important;
	-webkit-border-top-right-radius: 0 !important;
	-webkit-border-bottom-left-radius: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	background-color: transparent !important;
	border: 1px solid #808080 !important;
	cursor: auto !important;
	margin-left: 0 !important;
	padding: 5px !important;
	width: auto;
}

.product-detail-send-link, .findastore {
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	background-color: #E008B2;
	color: #FFFFFF !important;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0;
	padding: 2px 10px;
	width: 70px;
}

.product-detail-send-link:hover, .findastore:hover {
	text-decoration: none;
}

.findastore {
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	background-color: #E008B2;
	color: #FFFFFF !important;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0;
	padding: 2px 10px;
	width: 85px;
}

.product-detail-details-label {
	color: #DF00B0;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	padding-left: 0;
}

.category-list-item {
	border: none;
}

.product-detail {
	position: relative;
}

.addthis_button {
	left: 270px;
	position: absolute;
	top: 0;
}

.product-list-item-price {
	display: none;
}

#btnFriendsSubmit, #btnFriendCancel {
	-moz-border-radius: 0 0 0 0 !important;
	-webkit-border-top-left-radius: 0px !important;
	-webkit-border-top-right-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	background-color: transparent !important;
	color: #333333 !important;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
}

.product-list-sort {
	display: none;
}

.product-list-search {
	margin-bottom: 20px;
}

.product-list-item-name a {
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	text-transform: none;
}

/* @end */

#jquery-lightbox {
	z-index: 1000 !important;
}

#mobile-link {
	position: absolute;
	right: 130px;
	top: 22px;
}

#connect {
	height: 30px;
	position: absolute;
	right: 0;
	top: 10px;
}

#connect span {
	color: #999;
	float: left;
	font-size: 14px;
}

#connect a {
	color: #999;
	display: block;
	float: left;
	font-size: 11px;
	height: 20px;
	margin-left: 10px;
	padding-left: 20px;
}

#connect a#facebook {
	background: url(/sitefiles/1347/images/facebook.png) no-repeat 0 4px transparent;
}

#connect a#twitter {
	background: url(/sitefiles/1347/images/twitter.png) no-repeat 0 4px transparent;
}

#connect a#youtube {
	background: url(/sitefiles/1347/images/youtube.png) no-repeat 0 4px transparent;
}

#connect a#wishlist {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #757165;
	color: #FFFFFF;
	display: block;
	float: left;
	margin: 0 0 0 8px;
	padding: 1px 8px 3px;
}

#connect a#wishlist:hover {
	background-color: #605C50;
	text-decoration: none;
}

#collections-link {
	float: right;
	position: relative;
}

#collections-link a {
	background-color: transparent;
	border-right: 1px solid #808080;
	color: #000000;
	display: block;
	float: right;
	font-family: chaparral-pro, georgia, serif;
	font-size: 16px;
	padding: 10px 13px;
	position: relative;
	text-decoration: none;
}

#collections-link a:hover {
	background-color: #E5E5E5;
}

ul#collections {
	background-color: #E5E5E5;
	border: medium none;
	display: none;
	left: 0px;
	list-style: none outside none;
	position: absolute;
	top: 41px;
	width: 168px;
	z-index: 100;
}

#collections li {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	margin: 0;
	padding: 0;
	width: 12em;
}

#collections li a {
	border: medium none;
	color: #555;
	float: none;
	font-size: 14px;
}

#collections li a:hover {
	background-color: #F6F6F6;
	color: #000;
}

.product-list-item {
	float: left;
	height: auto;
	padding: 20px 35px;
	text-align: center;
	width: auto;
}

#ctl00_cphPageBody_hlRegister {
	display: block;
	margin-top: 20px;
}

/* @group typekit  */

h1 {
	font-family: chaparral-pro, georgia, serif;
	color: #10A2DD;
	font-size: 48px;
}

h1 a {
	font-family: chaparral-pro, georgia, serif;
	color: #10A2DD;
	text-decoration: none;
}

h1 a:hover {
	font-family: chaparral-pro, georgia, serif;
	color: #10A2DD;
	text-decoration: none;
}

h2 {
	font-family: chaparral-pro, georgia, serif;
	color: #DF00B0;
	font-size: 24px;
}

h2 a {
	font-family: chaparral-pro, georgia, serif;
	color: #DF00B0;
	text-decoration: none;
}

h2 a:hover {
	font-family: chaparral-pro, georgia, serif;
	color: #DF00B0;
	text-decoration: none;
}

h5 {
	font-family: chaparral-pro, georgia, serif;
	color: #DF00B0;
	font-size: 24px;
}

h5 a {
	font-family: chaparral-pro, georgia, serif;
	color: #DF00B0;
	text-decoration: none;
}

h5 a:hover {
	font-family: chaparral-pro, georgia, serif;
	color: #DF00B0;
	text-decoration: none;
}

#collection h1 {
	font-family: chaparral-pro, georgia, serif;
	color: #10A2DD;
	font-size: 48px;
}

#collection h1 a {
	font-family: chaparral-pro, georgia, serif;
	color: #10A2DD;
	text-decoration: none;
}

#collection h1 a:hover {
	font-family: chaparral-pro, georgia, serif;
	color: #10A2DD;
	text-decoration: none;
}

#collection h2 {
	font-family: chaparral-pro, georgia, serif;
	color: #DF00B0;
	font-size: 24px;
}

#collection h2 a {
	font-family: chaparral-pro, georgia, serif;
	color: #DF00B0;
	text-decoration: none;
}

#collection h2 a:hover {
	font-family: chaparral-pro, georgia, serif;
	color: #DF00B0;
	text-decoration: none;
}

#content-mid h4, #content-mid h4 a {
	font-weight: bold;
	text-align: center;
	font: normal 24px chaparral-pro, georgia, serif;
	text-transform: none;
	cursor: pointer;
	font-weight: 500 !important;
	margin-top: 0px;

}

#ad2 h4, #ad2 h4 a, #ad2 h4 a:hover {
	color: #C6DB57;
	text-decoration: none;	
}


#ad3 h4, #ad3 h4 a, #ad3 h4 a:hover {
	color: #3FE6FF;
	text-decoration: none;	
}

#ad4 h4, #ad4 h4 a, #ad4 h4 a:hover {
	color: #DF00B0;
	text-decoration: none;	
}


h4.post-title {
	font-family: chaparral-pro, georgia, serif;
	color: #DF00B0;
	font-size: 24px;
	text-transform: none;

}

h4.post-title a {
	font-family: chaparral-pro, georgia, serif;
	color: #DF00B0;
	text-decoration: none;
}

h4.post-title a:hover {
	font-family: chaparral-pro, georgia, serif;
	color: #DF00B0;
	text-decoration: none;
}

div.post-image {
	display: none;
}

/* @end */

/* @group TRUNK SHOWS */

ul.sw-events-detail-timeframes li a {
	border-radius: 4px;
	padding: 6px 15px;
}

ul.sw-events-detail-timeframes li a:hover {
	background-color: #333;
}

ul.sw-events-detail-list li {
	padding: 20px 0;
}

h2.sw-events-detail-list-event-subject {
    margin-bottom: 8px;
}

ul.sw-events-detail-categories {
	display: none;
}

/* @end */

span.places-app-location-street {
	display: block;
}
