h1.basicHeadlines{
	font-size:2em;
}
h2.basicHeadlines{
	font-size:1.5em;
}

h1.section-heading {
	font-size:3em;
}

[contenteditable=true]:empty:before{
  content: attr(placeholder);
  display: block; /* For Firefox */
}

/* */

div[contenteditable=true] {
  border-bottom: 1px solid #ccc;
  padding: 5px;
}

input.commentInput{
	border: none;
	text-decoration: none;
	padding: 5px 10px;
	background-color: #bbb; 
	color: #fff;
	margin-left:15px;
}

.audioNote {
	background-color:#FBB161;
	font-size:1.2em;
	text-align:center;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    
    border-width: 1px;
	border-color: #999;
	border-style: solid; /* dashed, double, groove, ridge, inset, outset */

    border-radius: 20px;
	-moz-box-shadow: 3px 3px 6px #999;
	-webkit-box-shadow: 3px 3px 6px #999;
	box-shadow: 3px 3px 6px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#999999');    
}

.rounded-corners-large {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.rounded-corners-small {
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

/* PBP Alert Box */

.alert-box.pbpalert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: white;
}

.alert-box.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}

.alert-box {
    border-style: solid;
    border-width: 1px;
    /*display: block;*/
    display: none;
    font-weight: bold;
    margin-bottom: 1.25em;
    position: relative;
    padding: 0.6875em 1.3125em 0.75em 2em;
    font-size: 0.875em;
    background-color: #2ba6cb;
    border-color: #2284a1;
    color: white;
}

.alert-box .close {
    font-size: 1.375em;
    padding: 5px 4px 4px;
    line-height: 0;
    position: absolute;
    top: 0.8em;
    right: 0.3125em;
    color: #333333;
    opacity: 0.3;
}

.adminFlair {
    font-weight: 500;
    text-overflow: ellipsis;
    vertical-align: baseline;
    white-space: nowrap;
    background-color: #003366;
    color: #fff;
    border-radius: 2px;
    overflow: hidden;
    vertical-align: bottom;
    padding: 0px 5px;
    margin:0 5px;
    display: inline-block;
}

/* Bootstrap CALLOUTS */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
/* ****** END CALLOUTS ******** */


/* Custom Buttons */
/* guy@photografius.com */
/* blah */

.pbp-btn-class{
	display: inline-block;
 	border:2px solid #9E9E9E;
 	color: #000000!important;
 	border-radius: 40px 0px 40px 40px;
 	-webkit-border-radius: 40px 0px 40px 40px;
 	-moz-border-radius: 40px 0px 40px 40px;
 	font-family: Arial;
 	width: auto;
 	height: auto;
 	font-size: 18px;
 	padding: 5px 20px;

 	text-decoration:none;
}

.pbp-btn-class-small{
	display: inline-block;
 	border:2px solid #9E9E9E;
 	color: #000000!important;
 	border-radius: 15px 0px 15px 15px;
 	-webkit-border-radius: 15px 0px 15px 15px;
 	-moz-border-radius: 15px 0px 15px 15px;
 	font-family: Arial;
 	width: auto;
 	height: auto;
 	font-size: 12px;
 	padding: 0px 10px;

 	text-decoration:none;
}

.pbp-btn-class:hover, .btn-class:active{
	color: #000;
}

.pbp-btn-color-grey {
 	 box-shadow: inset 0px 0px 3px 0 #C4C4C4,inset 0 -1px 0 0 #A1A1A1,inset 0 0 0 1px #EBEBEB,0 2px 4px 0 #D4D4D4;
 	-moz-box-shadow: inset 0px 0px 3px 0 #C4C4C4,inset 0 -1px 0 0 #A1A1A1,inset 0 0 0 1px #EBEBEB,0 2px 4px 0 #D4D4D4;
 	-webkit-box-shadow: inset 0px 0px 3px 0 #C4C4C4,inset 0 -1px 0 0 #A1A1A1,inset 0 0 0 1px #EBEBEB,0 2px 4px 0 #D4D4D4;
 	text-shadow: 0 1px 0 #ccc;
 	background-image: linear-gradient(to top, #77787B, #EAECF2)!important;
 	background-color: #EAECF2!important;
}
.pbp-btn-color-grey:hover, .pbp-btn-color-grey:active{
	background-image: linear-gradient(to top, #EAECF2, #77787B)!important;
	background-color: #77787B!important;
}

  .user-right{
    float:right;
  }

.forsale-sold {
	margin-top:5px;
	padding:5px 10px;
	background-color:#003366;
	color:#fff;

	font-weight:bold;
}

.forsale-inactive {
	margin-top:5px;
	padding:5px 10px;
	background-color:#8b0000;
	color:#fff;

	font-weight:bold;
}
  
@media screen and (max-width:768px) {
  .user-right{
    float:left;
  }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  	max-height:385px;
  }
}