/***** GENERAL STYLING *****/

p + p {
	padding-top: 10px;
	padding-bottom: 0px;
}

/***** BUSINESS PROFILE *****/

h1, h1 + p, .psu-business-profile.psu_business_name + p {
	padding: 0px;
}

h2.bizh2 {
	font-size: 14px !important;
}

.psu-business-profile.profile .psu_business_name {
	font-family: Georgia;
	color: #555;
	font-size: 2em !important;
	font-weight: bold;
}


/***** COUPONS *****/

.psu-entity.coupon {
	position: relative;
	background: #eee;
	margin: 15px 0 15px 0;
	padding: 15px 25px 15px 15px;
	border: 3px dashed #666;
	min-height: 140px;

	-webkit-box-shadow: 3px 3px 3px #aaa;
	-moz-box-shadow: 3px 3px 3px #aaa;
	-o-box-shadow: 3px 3px 3px #aaa;
	box-shadow: 3px 3px 3px #aaa;
}

.psu-entity.coupon .psu-business-profile.psu_business_name {
	font-family: Georgia;
	color: #555;
	font-size: 1.2em !important;
	font-weight: normal;
	margin-left: 130px;
	padding: 0 0 5px 0;
	font-style: italic;
}

.psu-entity.coupon .psu-text.headline {
	margin-left: 130px;
	font-size: 1.8em;
	font-weight: bold;
	font-family: Georgia;
	color: #222;
	text-shadow: 1px 1px 0px white;
}

.psu-entity.coupon .psu-text.subhead {
	margin-left: 130px;
	font-size: 1.5em;
	font-weight: bold;
	font-family: Georgia;
	color: #222;
	text-shadow: 1px 1px 0px white;
	border-bottom: 1px dashed #bbb;
	padding-bottom: 10px;
}

.psu-entity.coupon .psu-text.main-body {
	margin-left: 130px;
	padding-top: 10px;
}

.psu-entity.coupon .coupon_image {
	position: absolute;
	top: 15px;
	left: 15px;
	display: inline-block;
	background: #fff;
	padding: 5px;
	border: 1px solid #bbb;
}

.psu-entity.coupon .coupon_image img {
	border: 1px solid #bbb;
	height: 100px;
	width: 100px;
}

.psu-entity.coupon .psu-content.details {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #bbb;
	font-size: 1.5em;
}

.psu-entity.coupon .psu-text.disclaimer {
	margin-bottom: 10px;
	font-style: italic;
}

.psu-entity.coupon .psu-text.disclaimer span.psu-text:after {
	content: " ";
}

.psu-entity.coupon .psu-valid_location.valid_location {
	margin-bottom: 10px;
	font-style: italic;
}

.psu-entity.coupon .expiration {
	margin-left: 130px;
	font-style: italic;
}

.psu-entity.coupon .expiration .psu-label {
	display: none;
}

.psu-entity.coupon .psu-text.code {
	margin-left: 130px;
	font-style: italic;
}

.psu-entity.coupon a {
	position: absolute;
	bottom: 15px;
	left: 15px;
	text-decoration: none !important;
	font-weight: bold;
	color: red;
}



/***** COUPONS--SIDEBAR *****/

#sidebar .psu-entity.coupon {
	padding: 15px;
	border: 3px dashed #666;
}

#sidebar .psu-entity.coupon .psu-business-profile.psu_business_name {
	margin-left: 0px;
	text-align: center;
}

#sidebar .psu-entity.coupon .psu-text.headline {
	margin-left: 0px;
	text-align: center;
}

#sidebar .psu-entity.coupon .psu-text.subhead {
	margin-left: 0px;
	text-align: center;
}

#sidebar .psu-entity.coupon .psu-text.main-body {
	margin-left: 0px;
	text-align: center;
}

#sidebar .psu-entity.coupon .coupon_image {
	position: static;
	margin: 0px auto 10px auto;
}

#sidebar .psu-entity.coupon .psu-text.code {
	margin-left: 0px;
}

#sidebar .psu-entity.coupon .expiration {
	margin-left: 0px;
	text-align: center;
}

#sidebar .psu-entity.coupon .psu-text.code {
	margin-left: 0px;
	text-align: center;
}

#sidebar .psu-entity.coupon a {
	margin-top: 10px;
	display: block;
	text-align: center;
	position: static;
}



/***** TESTIMONIALS *****/
.psu-entity.testimonial {
	position: relative;
	display: block;
	padding-bottom: 30px;
	margin-bottom: 15px;
	line-height: 1.8em;
	border-bottom: 1px dashed #ccc;
}

.psu-content.comment h4 {
	display: none;
}

.psu-text.name .psu-label {
	display: none;
}


.psu-text.name p {
	position: absolute;
	font-weight: bold;
	font-size: 28px !important;
	letter-spacing: -1px;
	line-height: 28px;
	margin: 0px;
}

.psu-content.comment {
	position: relative;
	margin-bottom: 10px;
	top: 35px;
	display: block;
	text-align: justify;
	max-width: 910px;
}

.psu-smiley .psu-label {
	display: none;
}

.psu-smiley {
	position: absolute;
	top: 0px;
	left: -30px;
	display: block;
}

.psu-smiley img {
	height: 50px;
	width: 50px;
	border: none;
	padding: 1px;
}



/***** TESTIMONIALS SIDEBAR *****/
#sidebar .psu-entity.testimonial {
	padding-bottom: 15px;
	margin-bottom: 0px;
	line-height: 1.8em;
	border-bottom: 1px dashed #ccc;
}

#sidebar .psu-text.name p {
	padding-top: 10px !important;
	padding-bottom: 5px !important;
	font-weight: bold;
	top: 5px;
	height: 20px;
	line-height: 20px;
	font-size: 20px !important;
	left: 0px;
}

#sidebar .psu-content.comment {
	left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
}

#sidebar .psu-content.comment p {
	padding-top: 5px;
}

#sidebar .psu-smiley {
	display: none;
}



/***** LOCATIONS *****/

.psu-entity.location + .psu-entity.location {
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px dashed #ccc;
}

.psu-entity.location {
	position: relative;
	min-height: 300px;
	font-size: 14px;
	line-height: 20px;
}

.psu-entity.location h4 {
	font-size: 1.8em !important;
	padding-bottom: 5px;
}

.psu-entity.location p {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.psu-entity.location .contact_info,
.psu-entity.location .business_hours {
	margin: 15px 0px;
}

.psu-entity.location .business_hours {
	font-size: 14px;
	line-height: 20px;
}

.psu-entity.location .business_hour_days,
.psu-entity.location .business_hour_hours {
	display: inline;
	float: left;
}

.psu-entity.location .business_hour_hours {
	padding-left: 5px;
}

.psu-entity.location .psu-map {
	position: absolute;
	top: 15px;
	left: 280px;
	height: 250px;
	width: 250px;
	border: 2px solid #ccc;
}

.psu-entity.location + .psu-entity.location .psu-map {
	top: 30px;
}


/***** LOCATIONS: SIDEBAR *****/

#sidebar .psu-entity.location {
	padding-top: 175px;
}

#sidebar .psu-entity.location h4 {
	font-size: 1.5em !important;
}

#sidebar .psu-entity.location .contact_info,
#sidebar .psu-entity.location .business_hours {
	margin: 10px 0px;
}

#sidebar .psu-entity.location .psu-map {
	top: 15px;
	left: 0px;
	height: 150px;
	width: 260px;
	border: 2px solid #ccc;
}



/***** CONTACT FORM - PAGE *****/
#psucfwrapper {
	overflow: hidden;
	background: #eee;
	max-width: 540px;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

#psucfwrapper input, #psucfwrapper textarea {
	padding: 7px 0px 7px 7px;
}

#psucfform p {
	margin-bottom: 10px;
	padding: 0px !important;
}

form#psucfform.psucf {
	padding: 30px;
	font-family: Georgia;
	text-shadow: 1px 1px 0px white;
	color: #333;
	width: 88%;
}

form#psucfform.psucf label {
	width: 100px;
	font-size: 18px;
	font-weight: bold;
}

#psucfp-message {
	font-size: 18px !important;
	font-weight: bold;
}

#psucfform #captcha_code + div {
	margin-top: 10px;
}

#psucfform img {
	padding: 5px;
}

form#psucfform.psucf textarea {
	margin-left: 100px;
	margin-top: -20px;
	width: 360px;
	border: none;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 12%, from(#ccc), to(#fff));
	background-image: -moz-linear-gradient(0% 12% 90deg, #fff, #ccc);

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

form#psucfform.psucf input[type="text"] {
	width: 360px;
	border: none;

	background-image: -webkit-gradient(linear, 0% 0%, 0% 15%, from(#ccc), to(#fff));
	background-image: -moz-linear-gradient(0% 15% 90deg, #fff, #ccc);

	background-color: #fff;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#psucfp-submit input[type="submit"] {
	height: 40px;
	margin-top: 40px;
	margin-left: 0px;
	padding: 8px 15px;
	border: none;

	color: #383838;
	font-family: 'Droid Sans', 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 0px white;

	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
	background-image: -moz-linear-gradient(0% 100% 90deg, #bbb, #fff);

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

#psucfp-submit input[type="submit"]:hover {
	-webkit-box-shadow: 0px 0px 15px #28888F;
	-moz-box-shadow: 0px 0px 15px #28888F;
	box-shadow: 0px 0px 15px #28888F;

	cursor: pointer;
}

#psucfp-submit input[type="submit"]:active {
	-webkit-box-shadow: 0px 0px 15px #5DBA20;
	-moz-box-shadow: 0px 0px 15px #5DBA20;
	box-shadow: 0px 0px 15px #5DBA20;

	padding-top: 9px;
	padding-bottom: 7px;
}



/***** CONTACT FORM - SIDEBAR *****/

#sidebar #psucfwrapper {
	background: none;
}

#sidebar form#psucfform.psucf {
	width: 240px;
	margin: 0px auto 20px auto;
	padding: 10px 0px 0px 0px;
}

#sidebar form#psucfform.psucf input[type="text"] {
	width: 230px;
	margin-top: 3px;
	border: 1px solid #ccc;
	background-image: none;
}

#sidebar #psucfp-message {
	margin-bottom: 35px;
}

#sidebar #psucfform textarea {
	position: relative;
	border: 1px solid #ccc;
	background-image: none;
	display: block;
	height: 60px;
	top: 25px;
	left: -100px;
	width: 230px;
}

#sidebar #psucfform input#captcha_code {
	margin-left: 13px;
}

#sidebar #psucfp-submit input[type="submit"] {
	position: relative;
	border: 1px solid #ccc;
	margin-left: 45px;
}


/***** CONTACT FORM ERROR MSG *****/
#psucfp-error {
	color: red;
	font-weight: bold;
}




/***** PROPERTY LISTINGS *****/
.psu-entity.property {
	position: relative;
	padding: 40px;
	background-color: #ddd;
	border-radius: 20px;
	margin-bottom: 40px;
}

.psu-entity.property .title,
.psu-entity.property .psu-location h4 {
	margin: 0;
	padding: 0px !important;
	font-size: 2.2em !important;
	font-weight: normal !important;
	text-shadow: white 1px 1px 1px;
	max-width: 530px;
}


.psu-entity.property .psu-content.content h4 {
	display: none;
}

.psu-entity.property .psu-location p strong {
	display: none;
}

.psu-entity.property .psu-location p {
	margin-top: -25px;
}

.psu-entity.property .psu-content.content p {
	max-width: 530px;
}

.psu-entity.property .psu-map {
	position: absolute;
	margin-top: 0px;
	height: 280px;
	width: 280px;
	top: 45px;
	left: 620px;
}

.psu-entity.property .psu-location {
	margin-bottom: 15px;
}

.psu-entity.property .psu-text.type p {
	margin: -113px 0px 0px 250px;
	padding: 0px !important;
}

.psu-entity.property .psu-text.type span.psu-label {
	font-weight: bold;
}

.psu-entity.property .psu-text.price p {
	margin: 0px 0px 0px 250px;
	padding: 0px !important;
}

.psu-entity.property .psu-text.price span.psu-label {
	font-weight: bold;
}

.psu-entity.property .psu-text.bedrooms p {
	margin: 0px 0px 0px 250px;
	padding: 0px !important;
}

.psu-entity.property .psu-text.bedrooms span.psu-label {
	font-weight: bold;
}

.psu-entity.property .psu-text.bathrooms p {
	margin: 0px 0px 0px 250px;
	padding: 0px !important;
}

.psu-entity.property .psu-text.bathrooms span.psu-label {
	font-weight: bold;
}

.psu-entity.property .gallery {
	position: relative;
	left: -110px;
	top: 20px;
	width: 570px;
}

.psu-entity.property .psu-gallery-view-all {
	visibility: hidden;
}



/***** EVENTS *****/
.psu-entity.event + .psu-entity.event {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dashed gray;
}

.psu-entity.event p.psu-datetime {
	padding: 0px;
	font-family: Georgia;
	font-size: 2em !important;
	font-weight: bold;
}

.psu-entity.event .content {
	width: 100%;
}

.psu-entity.event h3.title {
	font-size: 2em !important;
	font-weight: bold;
}

.psu-entity.event .psu-content.content h4 {
	display: none;
}

.psu-entity.event .psu-location h4 {
	font-size: 2em !important;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 0px;
}

.psu-entity.event .psu-location p {
	padding: 0px;
}



/***** FAQ *****/
.psu-entity.faq {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image:url('http://coffeebreakcss.powersites.net/files/2010/12/ButtonWhiteHelp.png') ;
	background-repeat: no-repeat;
	background-position: 0px 15px;
}

.psu-entity.faq + .psu-entity.faq {
	border-top: 1px dashed #ccc;
}

.psu-entity.faq .content {
	width: 100%;
}

.psu-entity.faq h3.title {
	padding-bottom: 0px;
	text-indent: 38px;
	font-size: 1.8em !important;
}

.psu-entity.faq .psu-content.content h4 {
	display: none;
}

/*** Custom New Coupon Styling    ***/



.new-coupon {
	width: 98%;
	margin-bottom: 40px;
	background: white;
	border: 4px dashed rgb(50, 50, 50);
	box-shadow: 0px 0px 8px rgb(100, 100, 100);
}

.new-coupon p {
	margin: 0;
}

.main-coupon-body {
	padding: 15px 20px 15px 15px;
}	

.image-container {
	float: left;
	height: 200px;
}

.coupon-image {
	float: left;
	margin-right: 15px;
	background: white;
	border: 1px solid rgb(225, 225, 225);
	padding: 5px;
	width: 150px;
}

.headline {
	font-size: 2.4em;
	font-weight: bold;
	color: rgb(75, 75, 75);
	line-height: 1.1em;
	margin-bottom: 5px;
}

.original-price {
	color: rgb(75, 75, 75);
	font-size: 1em;
	font-style: italic;
	margin-bottom: 10px;
}

.details {
	color: rgb(100, 100, 100);
	font-size: 1.25em;
	line-height: 1.25em;
	margin-bottom: 10px;
}

.disclaimer-section {
	border-top: 1px solid rgb(175, 175, 175);
	overflow: hidden;
} 

.disclaimer {
	margin: 10px 0 5px 0;
	font-size: 0.8em;
	font-style: italic;
	color: rgb(75, 75, 75);
}

.expiration {
	color: black;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	margin: 0px;
}

.coupon-footer {
	overflow: hidden;	
	background: rgb(225, 225, 225);
	background: -webkit-gradient(linear, 0% 50%, 0% 100%, from(#F2F2F2), to(#CCCCCC));
	background: -moz-linear-gradient(37% 100% 90deg,#CCCCCC, #F2F2F2, #F2F2F2 75%);
	clear: both;
	padding: 10px 20px 20px 15px;
	margin-top: 10px;
}

.footer-top {
	padding-top: 5px;
	padding-bottom: 15px;
}

.business-name, .business-phone {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	color: rgb(75, 75, 75);
}

.website-address {
	line-height: 1em;
	display: block;
	font-size: 0.8em;
	color: rgb(75, 75, 75);
}

.print-link {
	float: right;
	margin-left: 15px;
}

.print-link img {
	border: none;
	padding: none;
}

.business-logo {
	float: left;
	width: 90px;
	padding: 5px;
	background: white;
	border: 1px solid rgb(200, 200, 200);
	margin-right: 20px;
}

.valid-at-container {
	width: 265px;
	float: left;
}

.valid-at {
	width: 130px;
	float: left;
	font-size: 10px;
	line-height: 12px;
	color: rgb(75, 75, 75);
	margin-bottom: 10px;
}

.valid-at p {
	font-size: 10px !important;
	line-height: 12px !important;
	color: rgb(75, 75, 75);
	margin: 0;
	padding: 0;
}

.coupon-code img {
	float: right;
	width: 90px;
	background: white;
	padding: 5px;
	border: 1px solid rgb(200, 200, 200);	
}


/***** SIDEBAR STYLES *****/

#sidebar .new-coupon {
	width: 95%;
}

#sidebar .main-coupon-body {
	padding: 15px;
}

#sidebar .image-container {
	float: none;
	width: 100%;
	height: auto;
}

#sidebar .coupon-image {
	float: none;
	display: block;
	width: 200px;
	margin: 0px auto;
}

#sidebar .headline {
	margin-top: 10px;
	font-size: 18px;
	margin-bottom: 5px;
}

#sidebar .original-price {
	margin-bottom: 5px;
}

#sidebar .details {
	font-size: 12px;
	margin-bottom: 5px;
}

#sidebar .expiration {
	margin: 0;
	padding: 0;
}

#sidebar .coupon-footer {
	position: relative;
	padding-bottom: 60px;
}

#sidebar .footer-top {
	padding-bottom: 10px;
}

#sidebar .print-link {
	float: none;
	position: absolute;
	bottom: 10px;
	margin-left: 20px;
}

#sidebar .business-name {
	display: block;
	margin-bottom: 3px;
	font-size: 14px;
}

#sidebar .business-phone {
	display: block;
	font-size: 12px;
}

#sidebar .logo-container {
	width: 100%;
}

#sidebar .business-logo {
	float: none;
	margin-bottom: 10px;
}

#sidebar .valid-at p {
	margin: 0;
	line-height: 1.1em;
	color: rgb(75, 75, 75);
}

#sidebar .valid-at-container {
	width: 225px;
}

#sidebar .valid-at {
	width: 210px;
}

#sidebar .coupon-code {
	line-height: 1em;
}

#sidebar .coupon-code img {
	float: none;
}



/***** PRINT STYLESHEET *****/

/* @media screen and (max-width: 8.5in) { */

@media print { 

.new-coupon, #mini-features .new-coupon {
	width: 600px;
	page-break-after: always;
}

.main-coupon-body {
	padding-bottom: 5px;
}

.print-link {
	display: none;
}

.coupon-footer {
	background: white;
	border-top: 1px solid rgb(150, 150, 150);
}

.headline, .original-price, .details, .disclaimer, .expiration, .business-name, .business-phone, .website-address, .valid-at, .coupon-code {
	color: black;
}

.headline {
	font-family: Helvetica, sans-serif;
	font-size: 18pt;
}

.original-price {
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
}

.details {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
}

.disclaimer {
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
}

.expiration {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
}

.business-name, .business-phone {
	font-family: Helvetica, sans-serif;
	font-size: 12pt;
}

.website-address {
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
}

.valid-at {
	font-family: Helvetica, sans-serif;
	font-size: 6pt;
}

.coupon-code {
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
}

.valid-at p {
	margin: 0;
	padding: 0;
}

#sidebar .new-coupon {
	width: 245px;
}

#sidebar .coupon-footer {
	padding-bottom: 15px;
}


}
