/*
-----------------------------------------------------
Theme Name: Symbols PS
Theme URI: http://www.powersites.net
Description: Defaults: Business Description, Weekly Ad, Coupons, Photo Gallery, Testimonials (add Custom Widgets via Appearance tab)
Tags: Colors: Blue, Red, Green.  Symbols: Circle, Triangle, Square.  User can add own custom header and footer images (940x160 suggested, height may vary).
Author: Powersites.net - Britton O'Toole
----------------------------------------------------- 
*/

#body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: white url(./styles/img/bg_blue_circle.jpg) repeat top left;	
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;	
}
#container {
	width: 940px;
	background: #0b3b6b;
	padding: 0;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	font-family: Verdana;	
}
#shadow {
	background: url(./styles/img/shadow.gif) repeat 0px 10px;
	width: 960px;
	margin: 10px auto;
	padding: 0;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;		
}
#mainContent {
	float: left;
	width: 400px;
	margin: 10px 0 0 10px;
	padding: 0;
	display: inline;
}
#mainContent h2 {
	border-bottom: 1px dashed grey;
	margin: 0 0 10px 0;
}
#sidebar1 {
	float: left;
	width: 250px;
	margin: 10px 0 0 10px;
	padding: 0;
	display: inline;
}
#sidebar1 h2 {
	border-bottom: 1px dashed grey;
	margin: 0 0 10px 0;
}
#sidebar2 {
	float: left;
	width: 250px;
	margin: 10px 0 0 10px;
	padding: 0;
	display: inline;
}
#sidebar2 h2 {
	border-bottom: 1px dashed grey;
}

/*--- Header ---*/

#header {
  padding: 0;
  width: 940px;
  border-bottom: 1px solid black;
}
#header h1 {
  font-size: 40px;
  margin: 10px;
  padding: 0;
  line-height: 40px;
}
#header h1 a {
  color: white;
  text-decoration: none;
}
#header h3 {
  font-size: 16px;
  margin: 10px;
  padding: 0;
  color: white;
  font-style: italic;
  font-weight: normal;
}

/*--- Powersite Widgets ---*/

/*
.psu_widgets {
  border: 1px solid black;
  margin: 0 0 10px 0;
  padding: 10px;
  background: white;
}
.psu_widgets .clear {
  background: url(./styles/img/widget_blue_circle.jpg) repeat-x;
  height: 8px;
  position: relative;
  top: 19px;
}
.psu_widgets h2 {
  margin: 0;
  text-align: center;
}
*/
.widgettitle {
  text-decoration: none;
}
#mainContent .psu_business_name {
  display: none;
}
.sidebar .psu_business_name {
  display: none;
}
.widget {
  border: 1px solid black;
  margin: 0 0 16px 0;
  padding: 10px;
  background: white;
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px;
}
.widget .clear {
  /*background: url(./styles/img/widget_blue_circle.jpg) repeat-x;*/
  /*height: 16px;*/
  background: black;
  /*position: relative;
  top: 27px;*/
}
/* widget titles */
.widget h2 {
  margin: 0;
  text-align: center;
}

/*--- Powersite Pages ---*/

.pagecontent {
  background: white;
  margin: 0;
  padding: 10px;
  border: 1px solid black;
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px;  
  
}
.pagecontent h3 {
  background: white;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
}
.pagecontent h3 a {
  color: black;
  text-decoration: none;
}


/*--- List Items ---*/

#mainContent li {
  list-style-type: none;
}
.sidebar li {
  list-style-type: none;
}

/*--- NAV ---*/

#nav {
  position:relative;
  width:940px;
  height:25px;
  background: url(./styles/img/nav.jpg);
  margin:0;
  padding: 0;
  font-weight: normal;
  border-bottom: 1px solid black;
}
#nav ul {
  margin: 0 0 0 10px;
  padding:0;
}
#nav ul a {
  text-decoration: none;
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #0b3b6b;
  margin: 0;
  padding: 3px 10px 2px 10px;  
}
#nav ul a:visited {
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #0b3b6b;
  margin: 0;
  padding: 3px 10px 2px 10px;
}
#nav ul a:hover {
  color: black;
}
#nav li {
  position:relative;
  list-style-type:none;
  float:left;
  margin: 3px 10px 0 10px;
  padding: 0;
  border: 1px ridge grey;
  border-left: 2px ridge grey;
  border-bottom: 2px ridge grey;
  border-right: 2px ridge grey;     
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px;	      
}
#nav li.current_page_item {
  border: 1px inset #dddddd;
}
#nav li.current_page_item a {
  /*background: url(./styles/img/nav_blue_circle.jpg) no-repeat;*/
  font-weight: 900;
  color: black;
}

/*--- PROPERTIES  ---*/

#mainContent .property {
  margin: 0 0 20px 0;
}
#mainContent .property h3 {
  text-decoration: underline;
}
#mainContent .property h4 {
  margin: 10px 0 5px 0;
}
#mainContent .property p {
  margin: 0;
}
#mainContent .psu-location {
  margin: 0 0 10px 0;
}

.sidebar .property {
  margin: 0 0 20px 0;
}
.sidebar .property h3 {
  text-decoration: underline;
}
.sidebar .property h4 {
  margin: 10px 0 5px 0;
}
.sidebar .property p {
  margin: 0;
}
.sidebar .psu-location {
  margin: 0 0 10px 0;
}

/*--- COUPONS FOR SIDEBAR AND MAIN COLUMN ---*/

.coupon .gallery img{border:0}
.print_coupon{margin:4px 0 10px 8px; font-size:10px;}
.print_coupon img{margin-right:4px;}

#mainContent .coupon .psu_business_name {
  display: block;
  background: #b1bbc7;  
  font-weight:bold;
  font-size:14px; 
  text-transform:uppercase;
  text-align: center;
  margin: 0;
}
#mainContent .coupon {
  background: white; 
  border: 3px dashed black; 
  padding: 5px;
  clear:both; 
  min-height: 130px;
  margin: 10px 0 10px 0;
}
#mainContent a {
  color: #0b3b6b;
}
#mainContent .coupon .headline {
  background: #b1bbc7; 
  color:white; 
  font-size: 18px; 
  text-align: center;
  font-weight: bold;
  padding: 5px;
}
#mainContent .coupon .subhead {
  background: #f2f2f2; 
  color:#485D8A; 
  font-size: 14px; 
  text-align:center; 
  padding: 5px;
}
#mainContent .coupon img {
  float:left; 
  display: block;
  padding: 5px;
  margin: 5px;
}
#mainContent .coupon .details {
  position: relative;
  padding: 10px 10px 5px 20px;
  font-size: 12px;
  font-weight: bold;
  text-align:center; 
}
#mainContent .coupon .disclaimer {
  position: relative;
  top: 10px;
  left: 10px; 
  font-size: 10px;
  font-style:italic;
  margin: 0 0 0 10px;
  text-align: center;
}
#mainContent .coupon .valid_location {
  position: relative;
  top: 10px;
  margin: 10px 0;
  font-size: 10px;
  text-align:center;
  margin-bottom: 10px;
}
#mainContent .coupon .expiration {
  margin: 5px 0 0 10px;
  display: block;
  font-size: 10px;
  color: black;
  float: left;
}
#mainContent .coupon .code {
  margin: 5px 10px 0;
  display: block;
  font-size: 10px;
  color: black; 
  float: right;
}
#mainContent .coupon a {
  position: relative;
  color: #b1bbc7;
  display: block;
  width: 100px;
  margin: 5px auto;
  text-align: center;
}

/* sidebar coupon format */

.sidebar .coupon .psu_business_name {
  display: block;
  background: #b1bbc7;  
  font-weight:bold;
  font-size:14px; 
  text-transform:uppercase;
  text-align: center;
  margin: 0;
}
.sidebar .coupon {
  border: 3px dashed black;
  background: white;
  clear:both;  
  padding: 5px;
  margin: 10px 0 10px 0;
}
.sidebar a {
  color: #0b3b6b;
}
.sidebar .coupon p{
  margin: 0;
}
.sidebar .coupon .headline {
  background: #b1bbc7; 
  color: white; 
  font-size: 14px; 
  text-align:center; 
  font-weight: bold; 
  margin: 0;
  padding: 5px;
}
.sidebar .coupon .subhead {
  color:#485D8A; 
  background: #f2f2f2;
  font-size: 12px; 
  text-align: center; 
  padding: 5px; 
  margin: 0;
} 
.sidebar .coupon img{
  display: block;
  margin: 0 auto;
}
.sidebar .coupon .details {
  font-size: 10px;
  font-weight: bold;
  color: black;
  text-align: center;
  margin: 0 0 10px 0;
}
.sidebar .coupon .disclaimer {
  font-size: 8px;
  color: black;
  font-style: italic; 
  text-align: center;
  margin: 0 0 5px 0;
}
.sidebar .coupon .valid_location {
  font-size: 10px;
  text-align:center;
  color: black;
  margin-bottom: 5px;
}
.sidebar .coupon .expiration {
  color: black; 
  font-size: 8px;
  text-align: center;
}
.sidebar .coupon .code {
  color: black;
  font-size: 8px;
  text-align: center;
  margin: 0 0 10px 0;
}
.sidebar .coupon a {
  display: block;
  width: 100px;
  text-align: center;
  margin: 0 auto;
  color: #b1bbc7;  
}

/*--- EVENTS FOR SIDEBAR AND MAIN COLUMN ---*/

#mainContent .event h3 {
  text-decoration: underline;
}
#mainContent .event h4 {
  font-size: 10px;
  margin: 10px 0 5px 0;
}
#mainContent .event p {
  margin: 0;
}
#mainContent .event .date {
  margin: 10px 0;
  font-size: 14px;
}
.sidebar .event h3 {
  text-decoration: underline;
}
.sidebar .event h4 {
  font-size: 10px;
  margin: 10px 0 5px 0;
}
.sidebar .event p {
  margin: 0;
}
.sidebar .event .date {
  margin: 10px 0;
  font-size: 12px;
}

/*--- JOB MAIN ---*/

#mainContent .job h4 {
  margin: 10px 0 5px 0;
}
#mainContent .job p {
  margin: 0;
}
.sidebar .job h4 {
  margin: 10px 0 5px 0;
}
.sidebar .job p {
  margin: 0;
}

/*--- LOCATION MAIN ---*/

#mainContent .location h4 {
  margin: 10px 0 5px 0;
}
#mainContent .location p {
  margin: 0;
}
#mainContent .location .business_hour_days {
  float: left;
}
#mainContent .location .business_hour_days {
  float: left;
}
.sidebar .location h4 {
  margin: 10px 0 5px 0;
}
.sidebar .location p {
  margin: 0;
}
.sidebar .location .business_hour_days {
  float: left;
}
.sidebar .location .business_hour_days {
  float: left;
}

/*--- TESTIMONIALS ---*/

#mainContent .testimonial {
  margin: 0 0 10px 0;
}
#mainContent .testimonial h4 {
  display: none;
}
#mainContent .psu-label {
  display: none;
}
#mainContent .name {
  font-weight: bold;
}
.sidebar .testimonial {
  margin: 0 0 10px 0;
}
.sidebar .testimonial h4 {
  display: none;
}
.sidebar .psu-label {
  display: none;
}
.sidebar .name {
  font-weight: bold;
}

/*--- FAQ ---*/

#mainContent .faq h4 {
  display: none;
}
.sidebar .faq h4 {
  display: none;
}

/*--- ADS ---*/

#mainContent img {
  margin: 0 auto;
  border: none;
}
.sidebar img {
  margin: 0 auto;
  border: none;
}

/*--- BUSINESS INFO ---*/

#mainContent .profile a {
  color: #0b3b6b;
}
.sidebar .profile a {
  color: #0b3b6b;
}

/*--- GALLERY ---*/

#mainContent .gallery img {
  width: 75px;
  height: 75px;
  border: 1px solid #CECECE;
  padding: 1px;
}
#mainContent .gallery a {
  /*color: #0b3b6b*/
}
#mainContent .gallery-icon {
  margin: 0;
  padding: 0;
}
.sidebar .gallery img {
  width: 40px;
  height: 40px;
  border: 1px solid #CECECE;
  padding: 1px;
}
.sidebar .gallery a {
  /*color: #0b3b6b*/
}

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

#mainContent textarea {
  width: 350px;
  height: 100px;
}
.sidebar textarea {
  width: 200px;
  height: 100px;
}
textarea {
  background: url(./styles/img/inputbackgr.gif) no-repeat;
}
#psucfwrapper {
  font-size: 11px;
  font-weight: bold;
}

/*--- FEEDBACK ---*/

#feedback {
  background: white;
  padding: 10px;
  border: 1px solid black;
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px;
}
#feedback a {
  color: #0b3b6b;
}
.gravatar {
  margin: 10px 0;
}

/*--- FOOTER ---*/

#logo {
  background: white;
  width: 940px;
  margin: 0;
}
#footer {
  margin: 0 10px 10px 10px;
  padding: 5px;
  background: white;
  border: 1px solid black;
  text-align: center;
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px;	
  font-weight: bold;
}
#custom_footer {
  background: white;
  margin: 0 0 10px 0;
}
#footer a {
  color: #0b3b6b;
}

/* Map */

#mainContent .psu-map {
  border: 1px solid black;
  height: 155px;
  width: 170px;
/*  margin: 5px 5px 20px 5px; */
}
.sidebar .psu-map {
	border: 1px solid black;
	float: none;
	height: 200px;
	margin-bottom: 15px;
}

/****9seeds edits****/

.event h4 {display: none;}

.property h4 {display: none;}

dl.gallery-item {float: left; padding: 5px; width: 20%;}

#mainContent img {max-width: 370px;}
#mainContent li {max-width: 370px;}

#sidebar1 img {max-width: 220px;}
#sidebar1 li {max-width: 220px;}

#sidebar2 img {max-width: 220px;}
#sidebar2 li {max-width: 220px;}

body {font-size: 13px;}
h1 {font-size: 1.5em;}
h2 {font-size: 1.3em;}

.bizh1 {font-size: 14px; }
.bizh2 {font-size: 12px; font-weight: normal; border-bottom: none!important;}

/* new coupon styling*/

.new-coupon {
	margin-bottom: 40px;
	background: white;
	border: 4px dashed rgb(29, 70, 36);
	box-shadow: 0px 0px 8px rgb(100, 100, 100);
}

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

.image-container {
	float: left;
	padding-bottom: 15px;
}

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

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

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

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

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

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

.expiration {
	color: black;
	font-size: 12px;
	font-weight: bold;
}

.coupon-footer {
	position: relative;
	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 50px 15px;
	margin-top: 10px;
}

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

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

.website-address {
	display: block;
	font-size: 10px;
	color: rgb(75, 75, 75);
	margin-top: 5px;
}

.print-link {
/*	position: absolute;*/
/*	bottom: 10px;*/
}

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

#mainContent img.business-logo {
	margin-right: 15px;
	margin-bottom: 15px;
}

.valid-at-container {
	display: inline;
}

.valid-at {
	width: 100px;
	float: left;
	font-size: 0.75em;
	line-height: 1.3em;
	color: rgb(75, 75, 75);
	margin-right: 10px;
	margin-bottom: 15px;
}

.valid-at p {
	margin: 0;
}

#mainContent .coupon-code {
	position: absolute;
	bottom: 10px;
	right: 15px;
}

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


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

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

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

.sidebar img.coupon-image {
	float: none;
	border: 1px solid rgb(225, 225, 225);
	display: block;
	width: 170px;
	padding: 5px;
	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 .coupon-footer {
	position: relative;
	padding-bottom: 60px;
}

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

.sidebar .print-link {
	margin-left: 0px;
}

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

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

.sidebar .website-address {
	display: none;
}

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

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

.sidebar .valid-at p {
	margin: 0;
	font-size: 10px;
	line-height: 1.1em;
}

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

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

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

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

@media print {

.new-coupon {
	max-width: 605px;
	page-break-before: always;
}

.print-link {
	display: none;
}

.details {
	clear: none;
}

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

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


#mainContent .coupon-code {
	position: static;
	float: right;
}

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


.sidebar .new-coupon {
	width: 210px;
}

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

}


