@import url(http://weloveiconfonts.com/api/?family=entypo);

/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

*{
    margin: 0px ;
    box-sizing:border-box;
}

body {
  margin:0px;
  padding:0px;
  height:100%;
  width:100%;  
  table-layout:fixed; 
  background-color:#e1dfdf;
}

div.slashc-sliding-menu li a.tooltip::before { 
  width:120px;
  left:10%;
  top:initial; 
  bottom:35px !important; 
  text-align:center;
  text-indent:0px; 
  display:none; /*this just doesn't work right, gets clipped by the edges of the menu, and the tooltip area counds for :hover even whenit is hidden ugh*/
}

h1 {
    font-size:3vw; 
}

h2  {
    font-size:2.2vw;
}

h3  {
    font-size:1.8vw; 
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(150,150,150,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}

.dropcap:first-letter { float: left; color: #903; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 2px; padding-left: 3px; }

iframe 
{ overflow:hidden;
}

.body {
 padding:20px;
 position:absolute; 
 top:150px;
 bottom:20px; 
 right:20px;
 left:320px;
 overflow:auto;
}

.independent 
{  display:none;
}

.homesnippet {
    position:absolute; 
    z-index:1000;
    opacity:0; 
}

p {
  margin-bottom:5px;
  } 
  
.watermarked { color:lightgray; 
			   text-align:center;
}

.mobilebutton 
{ background: #222;
  background: -moz-linear-gradient(#222, #610020);
  background: -o-linear-gradient(#222, #610020);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222), to(#610020));/* Older webkit syntax */
  background: -webkit-linear-gradient(#222, #610020);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#610020',GradientType=0 );
display: inline-block;
color: #fff;
text-decoration: none;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #222;
border-bottom: 1px solid #222;
position: relative;
cursor: pointer;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
padding: 6px 14px 6px;
margin:5px;
width:300px;
}

a:link.mobilebutton, a:visited.mobilebutton
{ color:#fff;
  text-decoration:none; }

.mobilebuttonbig
{  width:auto; }

.mobilebuttonimage 
{ margin :7px; 
  width:48px; }

.signoutbutton
{ font-size:10px;
  float:right;
  margin-right:10px;
  width:75px;
}

.mobile 
{ text-align:center;
  font-size:large; 
}

.mobile input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
  margin-right:10px;
}

.ListControl input[type=checkbox] /*, input[type=radio]*/
{
    display: none;
}

input[type=radio], input[type=checkbox]
{
    margin-right:5px;
    margin-left:7px;
}

.ListControl label
{
    display: inline;
    float: left;
    color: #000;
    cursor: pointer;
    text-indent: 23px;
    white-space: nowrap;
}

.ListControl input[type=checkbox] + label
{
    display          : block;
    width            : 1.3em;
    height           : 1.3em;
    border           : 0.0625em solid rgb(192,192,192);
    border-radius    : 0.25em;
    background       : rgb(211,168,255);
    background-image : -moz-linear-gradient(#A33F27, #610020);
    background-image : -ms-linear-gradient(#A33F27, #610020);
    background-image : -o-linear-gradient(#A33F27, #610020);
    background-image : -webkit-linear-gradient(#A33F27, #610020);
    background-image : linear-gradient(#A33F27, #610020);
    vertical-align   : middle;
    text-align       : center; 
    line-height      : 1.3em;
    font-size        : 14px;
}

.ListControl input[type=checkbox]:checked + label::before
{
    content         : "\2714";
    color           : #fff;
    height          : 1em;
    line-height     : 1.2em;
    width           : 1em;
    font-weight     : 900;
    margin-right    : 1px;
    margin-left     : -20px;
    vertical-align  : middle; 
    position        : relative; 
}

.ListControl input[type=radio] + label  
{
    display          :block;
    width            : 1em;
    height           : 1em;
    border           : 0.0625em solid rgb(192,192,192);
    border-radius    : 1em;
    background       : rgb(211,168,255);
    background-image : -moz-linear-gradient(#A33F27, #610020);
    background-image : -ms-linear-gradient(#A33F27, #610020);
    background-image : -o-linear-gradient(#A33F27, #610020);
    background-image : -webkit-linear-gradient(#A33F27, #610020);
    background-image : linear-gradient(#A33F27, #610020);
    vertical-align   : middle;
    line-height      : 1em;
    font-size        : 14px;
}

.ListControl input[type=radio]:checked + label::before
{
    content         : "\2716";
    color           : #fff;
    display         : inline;
    width           : 1em;
    height          : 1em;
    margin-right    : 6px;
    margin-left     : -20px;
}

.singlecheckbox:
.CheckBoxLabel
{
    white-space: nowrap;
}

.headercheckbox {
    display:inline-block; 
}

.singlecheckbox input[type=checkbox]
{
    display: none;
}

.singlecheckbox input[type=checkbox] + label
{
    width            : 1.3em;
    height           : 1.3em;
    border           : 0.0625em solid rgb(192,192,192);
    border-radius    : 0.25em;
    background       : rgb(211,168,255);
    background-image : -moz-linear-gradient(#A33F27, #610020);
    background-image : -ms-linear-gradient(#A33F27, #610020);
    background-image : -o-linear-gradient(#A33F27, #610020);
    background-image : -webkit-linear-gradient(#A33F27, #610020);
    background-image : linear-gradient(#A33F27, #610020);
    vertical-align   : middle;
    line-height      : 1.3em;
    text-indent      : 25px;
    font-size        : 14px;
}

.headercheckbox input[type=checkbox] + label
{
    background       : rgb(211,168,255);
    background-image : -moz-linear-gradient(#018b01, #007800);
    background-image : -ms-linear-gradient(#018b01, #007800);
    background-image : -o-linear-gradient(#018b01, #007800);
    background-image : -webkit-linear-gradient(#018b01, #007800);
    background-image : linear-gradient(#018b01, #007800);
    margin-left:-50px;
}

.singlecheckbox input[type=checkbox]:checked + label::before
{
    content         : "\2714";
    color           : #fff;
    height          : 1em;
    line-height     : 1.2em;
    width           : 1em;
    font-weight     : 900;
    margin-right    : 11px;
    margin-left     : -22px;
}

.singlecheckbox label  
{
    display: block;
    float: left;
    color: #000;
    cursor: pointer;
    white-space:nowrap;
}

.headercheckbox label {
    color:white;
    padding-top:2px;
}

.singlecheckbox input[type=checkbox] + label::after
{ width:250px; }

.dropcap p:first-child:first-letter  
{ float: left; 
  font-size: 75px; 
  line-height: 60px; 
  padding-top: 4px; 
  padding-right: 8px; 
  padding-left: 3px; 
  font-family: Georgia; }  

.dropcap p:first-child 
{ text-indent:0px;
}

a:link, a:visited, a:active, a:hover, .a {color:Black}  

.titles {
  font-size:x-large;
  font-weight:bold; 
  text-shadow: 0.2em 0.2em 0.4em #808080;
}

.counts {
	font-style: italic;
}

.bigtitles 
{
	font-size: xx-large;
}

.splashpin 
{ position : absolute;
  top:25%;
    left:25%;
    right:25%;
    padding-top:25px;
    padding:10px;
    margin:10px;
    background-image: url(Images/ajax-loader.gif);
    background-repeat:no-repeat;
    background-position: center bottom 20px ;
    background-color:White; 
    color:Black;
    -webkit-box-shadow: 3px 3px 5px 2px #AAA;
  -moz-box-shadow:3px 3px 5px 2px #AAA;
  min-width:300px;
  text-align:center;
}

.splashpin h1 { 
    font-size:4vw;
    }

.splashpin h2 {
    margin-bottom:25px;
}

@media all and (max-width: 700px) and (min-width: 400px) {
  .splashpin
  {
  	left:15%;
  	right:15%;
  	top:10%;
  }
}

@media all and (max-width: 400px) and (min-width: 300px) {
  .splashpin
  {
  	left:0;
  	right:0;
  	top:10px;
  }

}
.maintitle 
{ font-size:3.3vw;
  position: absolute;
  right : 15px;
  top: 0px; }

@media all and (max-width: 5000px) and (min-width: 1919px) {
  .maintitle 
{ font-size:400%; }

}

@media all and (max-width: 500px) and (min-width: 10px) {
  .maintitle 
{ display:none; }

}

.rounded {
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.roundedtop {
  	-moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
   -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

.halfrounded {
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.shadow {
  -webkit-box-shadow: 10px 10px 15px 8px #888;
  -moz-box-shadow:10px 10px 15px 8px #888;
}

.shortshadow {
  -webkit-box-shadow: 3px 3px 5px 2px #AAA;
  -moz-box-shadow:3px 3px 5px 2px #AAA;
}

.errorpanel {  
  background-color:Red; 
  color:White; 
  padding:10px;
  padding-top:0px;
}

h3 {
  padding-top:15px;
  padding-bottom:10px;
  }
  
/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 15px;
    height: 15px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}



.filledRatingStar {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}

.bottombutton 
{
	position:relative; 
	z-index:10000;
}
 
/* main header at top of page */
 
.mainheader 
{ position : fixed; 
  top:0px;
  left:3px;
  right:3px;
  text-align:center; 
  border:1px solid #C0C0C0; 
  border-top:none; 
  margin:5px;
  margin-top:0px;
  padding-bottom:10px; 
  padding-top:5px;
  z-index:1002;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
} 

.headerspacer 
{ height:100px;
} 


@media all and (max-width: 510px) and (min-width: 0px) {
  .headerspacer
  {
  	height:120px;
  }

}

.headerlink 
{ font-size:smaller;
}

	
.boxmenu
{ display:inline-block; 
  padding:10px;
  min-width:200px;
  height:44px;
}	

.boxmenuitems {
}


.boxmenubreak
{  display:flex; 
  flex-flow: row wrap;
  box-sizing:border-box;
  justify-content:center; 
}


.littlefoldermenu 
{ display:table-cell;
  width:200px; 
  margin-top:20px; 
  float:left;
}

.searchitem 
{ display:inline-block; 
  width:230px;
}

.searchdiv
{ padding:5px;
}

.headerbuttons, .formheader 
{ display:flex; 
  flex-flow: row wrap;
  box-sizing:border-box;
  justify-content:center; 
}

.headerbuttons #btSearch {
 text-align:left;
}

.headertitles {
    display:flex;
    margin-bottom:5px;
}

.formheader 
{ width:100%; }

	.formheader a:link.whitebackgroundbutton, .popupheader a:link.whitebackgroundbutton {
		color: white;
		text-transform: uppercase;
		font-size:small; 
		text-decoration:none;
	}

.toolheaderlabel {
	margin-left: 25px;
    font-style: italic;
    color: white;
}

.mainheaderlink, .formheaderlink
{ flex:1;
  text-align:center; }

.mainheaderlink {
	margin-top: 7px;
	margin-bottom: 7px;
}

.mainheaderlinkleft
{ flex: 1.1; }

@media all and (max-width: 800px) and (min-width: 10px) {
  .mainheaderlinkleft 
{ display:none; }

}

.mainheaderlinksmall 
{ flex: .5; }

.mainheaderlinkright
{ flex: .6; }

.mainheaderlinkleft, a:link.formheaderlinkleft
{ text-align:left;
  padding-left:25px; }
	
.mainheaderlinkright, a:link.formheaderlinkright
{ text-align:right; 
  padding-right:25px; }

.pinloader {
    position: absolute;
    top: 400px;
    text-align: center;
    width:100%;
}

.pinloadertext {
    padding: 15px;
    font-size: large;
    background: #fff;
    width:auto;
    margin:0 auto 0 auto;
    opacity:0.7;    
}

.inputitemrow 
{ display:inline-block; 
  display:flex;
  padding:5px;
  float:left;
  clear:left;
  width:100%;
  padding-bottom:0px;
  padding-top:0px;
  margin-top:5px; 
  border-top:1px dotted  #A0A0A0; 
}

.inputitemrowflex {
	display: flex;
	-ms-flex-wrap:  wrap;
	flex-wrap: wrap;
}

.inputitemdivider 
{ border-top:solid; }

.mobile .inputitemrow
{ margin-left:0px;
  padding:5px;
  padding-bottom:0px;
  display:block;	
}

.mobile .inputitemrow .iframeform
{ width:90%
}

.inputitemrowtopbottom
{ padding:10px;
  background-color: rgba(255,255,255,.5);
}

.popupworkbench 
{ display:flex; 
  flex-flow: row wrap;
  box-sizing:border-box;
  justify-content:center;  
}


.inputouter
{ /*display:flex; */
  text-align :center;
  flex:5;
  display:inline-block; 
}

.reader .inputouter {
	width: 99%;
}

.fullwide .inputouter {
	width: 100%;
}

.inputouter .pinboard
{ text-align:left;
}

.foldermenu 
{ display:table-cell;
  flex : 1; 
  min-width:200px;
  width:240px;
}


.inputoutertab 
{text-align:left; 
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.inputitemform
{ display:inline-block; 
  border:1px solid; 
  padding:0px;
  padding-bottom:10px;
  text-align:left; 
  margin-bottom:10px;
  width:100%;
}

.flexbox {
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.flexitem {
	-ms-flex: 1;
	flex: 1;
	min-width:250px;
}

.flexitemwide {
	-ms-flex: 2;
	flex: 2;
}

.inputitemmobileform {
	display: inline-block;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	border: none;
	text-align: center;
	width: 100%;
}

.iframeform .inputitemmobileform
{ padding-right:0px;
}

.inputitemtabform 
{ 
}

#placard_div .inputitemform 
{ background-color:White;
}

.inputformnomenu 
{ width:100%;
}

.inputitempopupform 
{ display:inline-block; 
  margin:20px;
}

.inputitemfirstform 
{ width:70%;
}

.inputitemsecondform 
{ vertical-align:top;
  margin-left:10px;
  width:auto;
  box-sizing:border-box;
  margin-left:10px;
  margin-right:10px;
}

.inputitempair
{ display:inline-block;
  display:flex;
  flex-flow: row wrap;
  box-sizing:border-box;
  justify-content:center;  
  flex:5;
  min-width:50%;
  padding:10px;
  padding-top:15px;
  vertical-align:middle;
}

.inputitemshortpair
{ display:inline-block;
  display:flex;
  flex-flow: row wrap;
  box-sizing:border-box;
  justify-content:center;  
  flex:3;
  min-width:30%;
  padding:10px;
  padding-top:15px;
  vertical-align:middle;
}

.inputitemsingle
{ display:inline-block;
  flex:.5;
  padding:10px;
  padding-top:15px;
  vertical-align:middle;
  min-width:10%; 
}

.inputitemsingletop
{ display:inline-block;
  border-top:1px dotted;
  padding:10px;
  padding-top:15px;
  margin:0px;
  vertical-align:top;
  float:left;
}

.inputitemcolspan
{ display:block;
  padding:10px;
  width:100%; 
}

.inputitemvariable 
{ display:inline-block;
  padding:10px;
  width:100%; }
  
.inputitemauto
{ display:flex;
  flex-flow: row wrap;
  box-sizing:border-box;
  justify-content:center;  
  flex:1;
  min-width:10%;
  padding:10px;
  padding-top:15px;
  vertical-align:middle;
} 

.inputitembottomcolspan 
{ padding:10px;
  border-top:1px dotted; 
  width:475px;
  display:inline-block; 
}

.inputitembottomcolspanlong
{ padding:10px;
  border-top:1px dotted; 
  width:630px;
  display:inline-block; 
}


.inputsmall 
{ display:inline-block; 
  min-width:150px;
  flex:2;
}

.inputtiny
{ display:inline-block; 
  min-width:110px;
  flex:1;
}

.inputteeny
{ display:inline-block; 
  min-width:50px;
  flex:.5;
}

.inputsmallish 
{ display:inline-block; 
  min-width:200px;
  flex:2;
}

.inputmedium
{ display:inline-block; 
  min-width:325px;
  flex:3;}

.inputlong
{ display:inline-block; 
  min-width: 480px;
  flex:4; 
}

.inputembeddedtitle 
{ display:inline-block;
  padding:5px;
  padding-bottom:10px;
  padding-left:0px;
  width:475px;
}

.inputitemrowspan
{ display:inline-block;
  display:flex;
  flex-flow: row wrap;
  box-sizing: border-box;
  justify-content: center;
  border-top:1px dotted;
  padding-left:7px;
  min-width:50%;
  float:left; 
  clear:left;
}

.inputrowsspanned
{ display:inline-block;
  float:left;
}

.inputitemcenter, .inputelementcenter
{ text-align:center;
  margin: 0 auto 0 auto;  }

.inputelementright
{ float:right; 
  margin-right:25px; }
  
.inputelementrighttab 
{ margin-right:25px; }

.inputelementleft
{ float:left;
  margin-left:10px; }

.inputitempair, .inputsmall, .inputtiny, .inputsmallish, .inputmedium, .inputlong, .inputembeddedtitle, .inputitemrowspan, .inputitemvariable, .inputitemauto
{ /* border:1px solid; */
  float:left;
  vertical-align:middle;
}

.inputpasstrength 
{ z-index:100002;
  font-size:smaller;
}

.fileupload input
        {   margin-top:3px;
        }

.colorsamplelabel 
{ height:30px;
  width:30px;
  position:absolute;
}

.narrowboxmenu
{ display:inline-block; 
  width:150px;
  padding-top:10px;
  padding-bottom:10px;
}


.wideboxmenu
{ display:inline-block; 
  width:325px;
  padding-top:10px;
  padding-bottom:10px;
}	

.mobile .wideboxmenu, .mobile .boxmenu
{ display:inline;
}

.mobile .boxmenuitems
{ display:block;
  padding:5px;
}

.mobile .boxmenubreak .boxmenu 
{ display:block;
  margin-left:auto; 
  margin-right:auto;
}

.headerlogin 
{ padding-bottom:0px;
}

.pinboardtitle 
{
  font-size:x-large; 
  font-weight:bold; 
  margin-left:20px;
  padding-top:5px;
  display:inline-block; 
  
}

.pinorgimage 

{  width:35px; 
   float:left; 
   margin-top:5px; 
   margin-right:3px;
}

.originatingdiv {
  background-color:#707070;
  color:white; 
  text-align:center;
  font-size:small;
  display:block;
  padding:4px;
  
}

.originatingdiv a {
    color:white !important;
    pointer-events:visible;
    font-size:small;
}

/* govern the asp panel and header */ 

.pinbox fieldset
{ border:none;
}

.pinbox legend
{ 
}

.pinheader 
{  background:#505050; 
   	-moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
   -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    padding:5px;
    width:100%;
    display:block;  
    position:relative;
    z-index:100;
	color:whitesmoke;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.pinboxmenu .pinheader 
{  margin-left:0px;
}

.pintext {
	padding: 5px;
}

.pinboxmenu .pintext, .pinboxtall .pintext {
	padding: 0px;
}

.pininfo
{
	line-height:1.5em;
}

.pininfo p {
	line-height:1.5em;
}


.pinboxtall .pinheader, .pinboxwide .pinheader 
{  display:none; 
}

.pininnards 
{  width : 100%;
   text-align : center;
}

.pinboxtall .pininnards, .pinboxwide .pininnards 
{ margin-top:0px;
}

.pinimage .pinheader 
{  display:none;
}

/* pinboard large and small */
.pinbox, .pinboxmenu {
	background:white; 
	margin-top:10px;
	margin-bottom:0px;
	width:240px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    float:left; 
    padding-bottom:10px;
}


.pinpin {
	position:absolute; 
	top:-15px;
	right:-20px;
	bottom:50px;
	left:0px;
	z-index:1000;
	transition: background 1s ease-in-out; 
	background: url(Images/transparent_placeholder_32_32.png) no-repeat right top;
}

	.pinpin:hover {
		background: url(Images/pinboard-32.png) no-repeat right top;
	}

.pinboxmenu .pinpin {
	display: none;
}

.pinboxmenu 
{ padding-bottom:0px;
  padding-left:0px;
  padding-right:0px;}

.inputouter .pinbox, .inputouter .pinheader
{  width:175px;
   font-size:smaller;
}

.pintocwide 
{  width:500px;
}

.pinboxwide 
{  width:507px; 
   padding:0px; 
   background:transparent; 
}

.pinboxtall
{ padding:0px;
  background:transparent; 
}

.pinimage 
{  max-width: 240px;
}

.networkimage {
   position:absolute; 
   bottom:10px;
   right:10px;
}

.inputouter .pinimage 
{ max-width:175px;}

.bigboard .pinimage 
{
	max-width:420px;
}

.pinboxwide .pinimage 
{  max-width:inherit;  
   width: 450px;  /* this must equal the width of .bigboard .pinbox below */
   margin:0px;
}

.pinboxtall .pinimage 
{  max-width:inherit; 
   margin:0px;
   max-width:240px;
}

.inputouter .pinboxtall .pinimage 
{  width:175px;
   font-size:smaller;
}


.bigboard .pinboxmenu 
{  min-height:253px;
   margin-bottom:5px;
}

.bigboard .menubox
{background-color:transparent; 
 opacity:0.85; 
  filter:alpha(opacity=85);

}

.bigboard .pinvideo {
  z-index: 1001;
  position: relative;
  width:450px;
  height:236px;
}

.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
    margin-top:35px;
	height: 0;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.menupanel
{  max-width:300px;
   }
 

.pinboxmenu .pintitle, .pinboxmenu .pinimage 
{  display:none; 
}

#ucPinboard_dlPinboard_ucMainMenu0_0_dlPanelMenu_0_pnMenuHeader_0
{  display:none;
}

#ucPinboard_dlPinboard_ucMainMenu0_0_dlPanelMenu_0_pnMenuContent_0
{ 

}

.mainmenu
{ line-height:2;
}

.menubox
{  margin:0px;
   margin-bottom:10px;
   width:95%;
   min-width:200px; 
   background-color:rgba(255,255,255,0.4);
}

.menudivider 
{  border-top:1px solid; 
   width:96%; 
   margin-top:15px;
   margin-left:5px;
   overflow:hidden;
   text-transform: uppercase;
   font-weight: bold;
}

.bigboard .pinboxtall .pinimage
{ max-width:450px;
}

.bigboard .pinbox
{  width:450px;
}


.bigboard .biglittlebox
{   width:215px;
}

.bigboard .pinheader 
{   width:450px; 
}

.bigboard .biglittlebox .pinheader 
{   width:215px;}

.bigboard .biglittlebox .pinimage 
{   max-width:215px;}

.bigboard .mainmenu a:link.menuLinkButton, .bigboard .mainmenu table a:link.menuLinkButton
{
	font-size:large;
}


.pinoverlaytop, .pinoverlaybottom
{  color: rgba(255,255,255,0);
   transition:
      background .3s ease-in-out,
      color .5s ease-in-out;
}

.pinoverlaybottom 
{  transition:color 1.5s ease-in-out; }

.pinboxtall:hover .pinoverlaytop, .pinboxtall:hover .pinoverlaybottom
{   color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .6);
	 }

@media screen and (max-device-width: 1000px)  {
  .pinboxtall .pinoverlaytop, .pinboxtall .pinoverlaybottom
  {
  	display:inline-block; 
  	opacity:0.60;
  	filter:alpha(opacity=60);
  }
}

@media screen and (max-device-width: 1300px)  {
  .pinboxtall .pinoverlaytop
  { display:inline-block; 
  	opacity:0.60;
  	filter:alpha(opacity=60);
  }
}

@media screen and (max-device-width: 500px)  {
  .pinboxtall .pinoverlaytop, .pinboxtall .pinoverlaybottom
  {
  	font-size:larger;
  }
}

.pinboxtall .pinoverlaytop, .pinboxtall .pinoverlaybottom 
{ position:absolute; 
  width:100%; 
  opacity:0.70; 
  filter:alpha(opacity=70);
  left:0;
  text-align:left;
  padding:5px;
}

.pinboxtall .pinoverlaytop
{  top:0; }

.pinboxtall .pinoverlaybottom
{  bottom:0;
   margin-bottom:5px; 
  -moz-border-radius-bottomleft: 5px;
   border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
   border-bottom-right-radius: 5px;
   font-size:smaller; 
}
  

.pinboxwide .pintitle, .pinboxwide .pininfo, .pinboxwide .pinfooter, .pinboxwide .mainmenu,
.pinboxtall .pintitle, .pinboxtall .pininfo, .pinboxtall .pinfooter, .pinboxtall .mainmenu 
{  display:none; 
}

.pininfo
{  overflow-x:hidden; 
}

.littlemenu .pinbox, .littlemenu .pinboxmemu  
{
	width:200px;
	font-size:smaller; 
}

.littmenu a:link.menuFooterButton, .littlemenu table a:link.menuFooterButton

{ color:Black; }

.mainmenu .pinbox, .mainmenu .pinboxmemu  
{
	width:240px;
	margin-top:-20px;
}


.bigboard .pinoverlaybottom 
{	width:450px } /*has to be set, don't understand why */
	
.bigboard .biglittlebox .pinoverlaybottom 
{   width:215px}

.pintocwide .menubox 
{ width:460px;}

.centered 
{   padding: 0 9px 9px 9px;
	margin: 0 auto; }

.pinboxx:hover 
{
	-ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
	-ms-transform: scale(3,3);
    -webkit-transform: scale(3,3);
    -moz-transform: scale(3,3);
    -o-transform: scale(3,3);  
    position:fixed;
    -webkit-box-shadow: 3px 3px 5px 2px #AAA;
    -moz-box-shadow:3px 3px 5px 2px #AAA;
}

table.pinmenumode 
{   -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    -ms-transform: scale(0.33,0.33);
    -webkit-transform: scale(0.33,0.33);
    -moz-transform: scale(0.33,0.33);
    -o-transform: scale(0.33,0.33); 
    position:absolute;
    float:left;
}


/* menu within a pinbox */

.pinmenu 
{   background:#fefaec;
    padding:4px;
    margin-top:4px;
    margin-left:5px;   
}

.pinmenuoffset 
{
   margin-top:120px;
}

/* datalist cells */

.dlitemstyle, .dlaltitemstyle, .menuPanel {
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.dlitemstyle 
{ background-color:#aeac02;
}

.dlaltitemstyle 
{ background-color:#ebeaab
}

.menuPanel 
{
	padding:5px;
	padding-bottom:10px;
}
 	

/* all collapsible panel menus */


.menuheader 
{
	padding:2px; 
	padding-left:5px;
	cursor:pointer; 
}

.submenuheader 
{
	padding:2px;
	font-size:smaller;
	text-align:center; 
}

.submenuitem 
{  padding:5px;
     
}

.headerlogo 
{
	width:250px;
	height:50px;
	background-image: url(Images/PinBoulevardLogoLong.jpg); 
	background-size:contain; 
	background-repeat:no-repeat; 
	margin-left:20px;
}

.mainMenuContainer {
  padding-bottom:3px; 
  font-size:small;
}

.mainmenu .mainMenuContainer 
{
	padding:0px;
}


	
.menubackground 
{  position:absolute; 
   margin-top:10px;
   width:200px; 
   height:100px; 
   opacity:0.25; 
   filter:alpha(opacity=25);
   display:none;  /* this was not part of the MVP so left hidden.  Setting the datalist position to relative made this work but caused the subment to be cut*/ 
   
}

.menuAddButton {
  width:12px;
  height:12px;
  margin-top:2px;
  margin-left:4px;
  padding-left:15px;
  padding-bottom:10px;
}

a:link.menuLinkButton, a:link.menuAddButton 
{
	color:Black; 
}

.popupmenu 
{
	background-color:  #ffffdd;
	padding:5px; 
	border:1px solid; 
	border-top:2px solid; 
	border-bottom:2px solid;
}

.popuphover a:link 
{	font-size:small; 
}
		
.popuphover 
{ padding:2px;
  border:1px solid; 
  background-color:#e8e8be;
}

a:link.whitebackgroundbutton, a:visited.whitebackgroundbutton, .whitebackgroundbutton a:link, .whitebackgroundbutton a:visited

{
	color:Black; 
}

.helplink
{  border-bottom:1px dashed;
}

.helptiptext
{ font-size:small;
  padding-right:20px;
}

.collapsePanel, .menucollapsePanel {
  margin-bottom:10px;
  width:99%; 
}	

/* ajax postback progress displays */

.mainprogress 
{
	Z-INDEX: 10000; 
	BACKGROUND: white; 
	FILTER: alpha(opacity=20); 
	opacity: .20;
	right: 10px; 
	width:100px; 
	position: absolute; 
	TOP: 3px; 
	height:70px; 
	text-align: center; 
	
}

.contentProgressBar {
    z-index: 10000; 
	background: black; 
	filter: alpha(opacity=30); 
	left:0px; 
	width:100%;
	position: fixed; 
	top: 0px; 
	height:100%; 
	text-align: center; 
	opacity: .30;
}

.transparent {
   FILTER: alpha(opacity=90);
  opacity: 0.9;
  padding:5px;
}

.gradient {
  background: #A33F27; /* older browsers background */
  background: -moz-linear-gradient(#A33F27, #610020);
  background: -o-linear-gradient(#A33F27, #610020);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A33F27), to(#610020));/* Older webkit syntax */
  background: -webkit-linear-gradient(#A33F27, #610020);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A33F27', endColorstr='#610020',GradientType=0 );
  color:whitesmoke;
}

.gallerywrapper 
{   margin-left:10px; 
    position:relative; 
    z-index:10000;
}

.gallerythumbnail 
{   max-height:80px;
    -webkit-transition: max-height .2s, margin-top .2s;
	-moz-transition: max-height .2s, margin-top .2s;
	-o-transition: max-height .2s, margin-top .2s;
}

.gallerythumbnail:hover
{   max-height:200px;
    margin-top:-120px;
    z-index:10000;
    -webkit-transition: max-height: .2s, margin-top 0s;
	-moz-transition: max-height: .2s, margin-top 0s;
	-o-transition: max-height: .2s, margin-top 0s;
}

.gallerygroup 
{  position:relative;
   display:inline-block; 
   margin:0px;
   padding:0px;
}

.galleryimage {
    position: relative;
    margin: 0 auto 0 auto;
    padding: 0px;
    max-height: 95vh;
    max-width: 98vw;
    display: flex;
}

.galleryarrownext {
    position: absolute;
    right: -40px;
    top: 100px;
    width:25px;
    height:80px;
    background: url('/images/arrow_next_default.png') no-repeat;
}

.galleryarrownext:hover {
        background-image: url('/images/arrow_next_hover.png');
    }

.galleryarrowprev {
    position: absolute;
    left: -40px;
    top: 100px;
    width:25px;
    height:80px;
    background: url('/images/arrow_prev_default.png') no-repeat;
}

.galleryarrowprev:hover {
        background-image: url('/images/arrow_prev_hover.png');
    }


.gallerycaption 
{  position:absolute; 
   bottom:10px; 
   right:40px;
   left:40px;
   background-color: rgba(0,0,0,.7); 
   color:White;
   padding:10px;
   padding-bottom:5px;
   text-align:center;
   -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
   -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.gallerycontrolbutton 
{   position:absolute;
    background:black;
    filter: alpha(opacity=70);
    opacity: 0.7;
    padding:5px;
}

.galleryclosebutton 
{   top:27px;
    right:22px;
}

.galleryeditbutton 
{   top:27px;
    left:22px;
}

.galleryuploader
{   background:#0C0C0C;
    filter: alpha(opacity=90);
    opacity: 0.9;
    color:White; 
    padding:3px;
    margin-left:20px;
    margin-top:5px;
}

.gallerywrapper .modalBackground {
    background-color:rgba(0,0,0,.95); 
}
 

a:link.gallerycontrolbutton
{  color:white;
   text-decoration:none; }
	 
/* dock menu */

/* @group Animation */
/* Defines the bounce animation. Note that only the up motion is defined as the down motion 
is created automatically using `animation-direction: alternate;`. */
@-webkit-keyframes bounce {
	  0% { -webkit-transform: translateY(0); }
	100% { -webkit-transform: translateY(-20px); }
}

@-moz-keyframes bounce {
	  0% { -moz-transform: translateY(0); }
	100% { -moz-transform: translateY(-20px); }
}
/* @end */

/* @group Dock */
.dock {
	position: fixed;
	z-index: 1000;
	width: 100%;
	text-align: center;
	font: normal 14px/1 'Lucida Grande', Arial, sans-serif;
}

.dock {
    bottom : 0;
}


.adminwrapper .dock 
{
	bottom:28px;  /* this lines up with the codebehind modal popup */
}

.dock ul {
	position: relative;
	padding: 0 5px;
	margin: 0;
	display: inline-block;
	background: url(images/dock-mdd.png) repeat-x bottom; 
}

/* Creates the left and right end caps of the dock. You may not need these
when creating your own dock. */
.dock ul:before, .dock ul:after {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 31px;
}

.dock ul:before {
	left: -31px;
	background: url(images/dock-ldd.png) no-repeat left bottom;
}

.dock ul:after {
	right: -31px;
	background: url(images/dock-rdd.png) no-repeat right bottom;
}


/* @end */

/* @group Items */
/* Defines a dock item. Note the `-webkit-box-reflect` property which creates a nice
reflection below the item. The gradient is a mask in order to exlcude the status
indicator from the reflection. */
.dock li {
	display: inline-block;
	position: relative;
	margin: 0 1px;
	margin-bottom: 7px;
	vertical-align: baseline;
	-webkit-box-reflect: below -16px -webkit-gradient(
		linear, left top, left bottom,
		from(transparent),
		color-stop(91%, rgba(255, 255, 255, .1)),
		color-stop(91.01%, transparent),
		to(transparent)
	);
}

.dock a {
	display: inline-block;
	cursor: default;
	outline: none;
}
/* Applies the bounce animation to the targeted dock item.  */
.dock li:target a {
	-webkit-animation: bounce .3s 6 alternate ease-out;
	-moz-animation: bounce .3s 6 alternate ease-out;
}

/* Generates the status indicator. Looks complex but most of this stuff is just 
repetition with different vendor prefixes. Isn't it fun to write everything 
three times? *sigh* */
.dock li:after {
	content: " ";
	position: absolute;
	bottom: -5 px;
	left: 50%;
	width: 5px;
	height: 5px;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(255, 255, 255, .8);
	margin-left: -2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 
		inset 0 1px 3px rgba(75, 255, 255, .4),
		0 0 4px rgba(75, 255, 255, .5),
		0 -1px 7px rgb(75, 255, 255);
	-moz-box-shadow: 
		inset 0 1px 3px rgba(75, 255, 255, .4),
		0 0 4px rgba(75, 255, 255, .5),
		0 -1px 7px rgb(75, 255, 255);
	box-shadow: 
		inset 0 1px 3px rgba(75, 255, 255, .4),
		0 0 4px rgba(75, 255, 255, .5),
		0 -1px 7px rgb(75, 255, 255);
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
}

/* Displays the status indicator of the targeted dock item. */
.dock li:target:after {
	visibility: visible;
	opacity: 1;
}
/* @end */

/* @group Label */
/* This is just a wrapper in order to center the actual label horizontally. You
may need to adjust the width negative margin if you have really long labels. */
.dock em {
	position: absolute;
	top: -34px;
	left: 50%;
	display: none;
	width: 150px;
	margin-left: -75px;
	text-align: center;
}


/* Generates the little arrow at the bottom of the label. */
.dock em:after {
	content: " ";
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, .6);
	border-bottom: none;
}

/* This is the actual label. */
.dock em span {
	display: inline-block;
	padding: 5px 12px;
	font-size: 14px;
	font-style: normal;
	color: #FFF;
	background: #000;
	background: rgba(0, 0, 0, .6);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .9);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	position:relative; 
    z-index:1001;
}

.dock li:hover em {
	display: block;
}
/* @end */

/* @group Icon */
/* Sets the icons to a smaller width so they can be enlarged and applies
transitions for a smooth animation. Make sure to adjust the width so it 
matches your images. */
.dock img, .dock .dimage {
	width: 66px;
	height: auto;
	border: none;
	-webkit-transition: width .2s, height .2s;
	-moz-transition: width .2s, height .2s;
	-o-transition: width .2s, height .2s;
}


@media all and (max-width: 600px) and (min-width: 461px) {
 .dock img, .dock .dimage  
{ width: 48px; }

}

@media all and (max-width: 460px) and (min-width: 10px) {
 .dock img, .dock .dimage  
{ width: 36px; }

}

.gallerywrapper .dock .dimage 
{   width:auto; 
    height:55px;
}
	
	
.sc_menu ul 
{padding:0px;
}

.dock li:hover img, .dock li:hover .dimage {
	width: 98px;
}

@media all and (max-width: 600px) and (min-width: 461px) {
 .dock li:hover img, .dock li:hover .dimage {
	width: 64px;
}


}

@media all and (max-width: 460px) and (min-width: 10px) {
 .dock li:hover img, .dock li:hover .dimage {
	width: 48px;
}


}

.dock li:hover .dimagelarge 
{  width:98px;
}

.dock #preferences:hover img, .dock #preferences:hover .dimage {
	height: 96px;
}

.gallerywrapper .dock li:hover .dimage {
    height:96px; 
    width:auto; 
}

.dock li:active img, .dock li:active .dimage {
	opacity: .9;
}
/* @end */  

/* displaying pins in larger window, inlcuding editing  */

.pin_zoom_canvas
{   padding:10px;
	background-color:white; 
		-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	margin-top:120px;
	width:100%; 

}

.articleflex, .personalpinboard
{  display:flex; 
   flex-flow: row wrap;
   box-sizing:border-box; 
}

.articleflex {
	}

.fullheight .articleflex {
	max-height: inherit;
}

.personalpinboarditem 
{  flex:1; 
   display:inline-block;
   min-width:200px;
   margin-left:5px;
   margin-right:5px;
   text-align:left;}

.articleheader, .formheader, .popupheader{
	height: 30px;
	background-color:#707070;
	display:inline-block; 
    margin:0px; 
	padding:7px; 
	position:fixed;
	left:0;
	right:0;
	top:0;
	padding-left:60px; 
	z-index:10000;
	-moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; -khtml-border-top-left-radius: 8px; border-top-left-radius: 8px;
-moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; -khtml-border-top-right-radius: 8px; border-top-right-radius: 8px; 
}

.formheader {
	display: flex;
}

.inputitemsecondform  .formheader {
	position: inherit;
	-moz-border-radius: 0px; -webkit-border-radius: 0x; -khtml-border-radius: 0px; border-radius: 0px;
}

.popupheader {
	position: relative;
	width: 105%;
}

.articlebox {
	vertical-align: top;
	text-align: center;
	display: inline-block;
	-ms-flex: 4;
	flex: 4;
	min-width: 300px;
}

.articlecolumnbox {
	display: inline-block;
	padding: 15px;
	-ms-flex: 1;
	flex: 1;
	width: 245px;
	max-width:245px;
	margin-top: 25px;
}

 .shorttextbox 
 { display : block;
   width  : 90%;
   margin:20px auto 20px auto;
   text-align : center; 
   -webkit-box-shadow: 3px 3px 5px 2px #AAA;
   -moz-box-shadow:3px 3px 5px 2px #AAA;
   -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #F0F0F0;
	padding:10px;}
   
 .shorttextbox p
 { padding : 5px; 
  }
  
 .contentbox p
 { line-height:1.6em;
   padding:8px;
  }

 .webdiv 
  { /* border:1px solid;   */
    display:flex; 
    flex-flow: row wrap;
    justify-content: flex-start;
  }
    
  .webspan
  { /*border:1px dotted;*/
    min-width:300px;
    position:relative;
  }
  
  .webspancenter 
  { text-align:center }
  
  .webspanpadded 
  { padding:5px; }
   
  .webspantextpadded
  { padding:20px; }
  
  .linkbox 
  { cursor:pointer;
    opacity: .9; }
  
  .webspantextmag1 p
  { font-size:1.2vmax;
    margin:0px; }
    
  .webspantextmag2 p
  { font-size:1.4vmax;
    margin:0px; }
    
  .webspantextmag3 p
  { font-size:1.6vmax;
    margin:0px; }
    
  .webspan h1
  { margin:0px; }
  


.screenspan .screenbox 
  { position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: black;
    opacity: .2;
  }

.screenheavy .screenbox 
{  opacity: .85 }
  
.screenlight .screenbox 
{  background:white; 
}
  
.screeninset .screenbox 
{  top:10px;
   right:10px;
   bottom:10px;
   left:10px;
}

.screenrounded .screenbox 
{ -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.screenbordered .contentbox 
{	border:1px solid white; }

.screenbordered .screenlight .contentbox 
{   border:1px solid black; } 
  
.screenspan .contentbox 
  { position: relative;
    display: inline-block;
    width:100%;
  }
  
@media all and (max-width: 1000px) and (min-width: 501px) {
  .webspan p 
  {
  	font-size: medium;
  }
  
   .webspantextmag3 p 
  {
  	font-size:1.2vmax;
  }
  
  .screenrounded .screenbox 
{ -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
  
}

@media all and (max-width: 500px) and (min-width: 200px) {
  .webspan p {
    font-size: medium;
  }
  
.screenrounded .screenbox 
{ -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.articlecolumnbox
  {display:none;}
}
 
.onecolumnspan 
  {  flex: 1; }
.twocolumnspan
  {  flex: 1; }
.threecolumnspan 
  {  flex: 1;
     min-width:300px; }
.fourcolumnspan
  {  flex: 1;
     min-width:200px;}
     
.twoweightspan 
{  flex-grow: 2; 
   flex-shrink 2;
}

  .threeweightspan 
{  flex-grow: 3; 
   flex-shrink 3;
}

  .fourweightspan 
{  flex-grow: 4; 
   flex-shrink 4;
}

  .fiveweightspan 
{  flex-grow: 5; 
   flex-shrink 5;
}

.articlebody, .editorbody 
{	overflow:hidden;
 	margin-top:31px;
    margin-bottom:10px;
	background-color:White; 
	display:inline-block;
	text-align:left;
	color:Black;

}

.articlebody a:link{
	color: darkolivegreen;
}

	.articlebody .gradient a:link,
	.articlebody .gradient a:visited,
	.articlebody .gradient .a {
		color: bisque;
	}

.articlebody ul {
	margin-top: 15px;
	margin-bottom:15px;
}

.articlebody ul li {
	margin-top: 10px;
	margin-right:15px;
}

/* =Inline bulleted lists
-------------------------------------------------------------- */
.list-horizontal li, .articlebody .list-horizontal li {
	display:inline-block;
    margin-top:0px;
    margin-right:10px;
}
.list-horizontal li:before {
	content: '\00a0\2022\00a0\00a0';
    margin-right:10px;
}
.list-horizontal li:first-child:before {
	content: '';
}

.articlebody 
{  width:100%;
   max-height: 82vh;
   padding:20px;
   overflow:auto;
}

.fullheight .articlebody {
	max-height: inherit;
	height:auto;
	min-height:50vh;
}

.dynastory 
{  padding : 20px;
   font-size : 1.2vw;
   line-height: 1.3;
   margin: 5px;
}

.dynastory a:link 
{  color:#707070; }

.editbox 
{  width:200px;
   height:200px; 
   display:inline-block;
   overflow:hidden;
   border:1px dotted;
   border-color:White;
}

.editbox1
{  width:818px;
}

.editbox2
{  width:406px; 
}

.editbox3
{  width:268px;
   margin-right:1px;
}

.editboxh4
{ height:256px;
}

.editboxh3
{ height:341px;
}

.editboxh2
{height:512px;
}

.editboxh1
{height:1024px;
}


.editbox:hover 
{  border-color:Black; 
   cursor:pointer;
   opacity:.7;
   filter: alpha(opacity=70);
}

.storysidebar
{   background:#0F0F0F; 
    display:inline-block; 
    padding:15px;
    color:White;
    margin:10px;
    margin-top:5px;
}

.storysidebarright
{   float:right;
    margin-right:0px;
}

.storysidebarleft
{   float:left;
    margin-left:0px;
}

.editorpopup  .editorbody 
{  margin-bottom:20px;
}


#newspaperText, .newspaperText, .newspapertext {    /*this is CSS3 and will make columns out of anything imbedded in a div with this class.*/
	-moz-column-width: 400px;
	-webkit-column-width: 400px;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
    text-indent:10px;
    orphans:4; 
    line-height: 1.6em;
    font-size:larger;

}

.buttonProgressBar 
{ background: url(Images/ajax-loader-bar.gif) no-repeat;
  height:15px;
  width:50px;
  margin-top:-5px;
  position:absolute; 
}

.popupControl {
	BORDER-RIGHT: white 2px solid;
        BORDER-TOP: white 2px solid;
        VISIBILITY: hidden;
        BORDER-LEFT: white 2px solid;
        BORDER-BOTTOM: white 2px solid;
        POSITION: absolute;
        BACKGROUND-COLOR: #aad4ff
}
.modalBackground {
	background-color: rgba(0,0,0,.7);
	left: 0px;
    position: fixed;
    top: 0px;
}

.modalBackgroundCodebehind 
{
	bottom:0px;
	right:0px;
	position:fixed; 
	z-index:9993; /*ckeditor full screen is 9995*/
}

.modalPopup {
     	border-right: darkgray 3px solid;
        BORDER-TOP: darkgray 3px solid;
        BORDER-LEFT: darkgray 3px solid;
        COLOR: black; 
        BORDER-BOTTOM: darkgray 3px solid;
        BACKGROUND-COLOR:  #ffffdd; 
        overflow:auto;
        -webkit-overflow-scrolling: touch;
       	-webkit-border-radius: 12px;
    	-moz-border-radius: 12px;
	    -o-border-radius: 12px;
	    border-radius: 12px;
}

.inlineCPanel {
	width: 590px;
	float: left;
	clear: left;
}

.verticalinkbuttons {
	margin-left: 20px;
	margin-top: 5px;
}

.foldermenu fieldset 
{
        border-right : none;
        border-left: none;
        border-bottom : none;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-right:0px;
}

.foldermenu legend
{		padding-right:10px; }

.foldermenu:empty {
	display: none;
}

.modalPopupCodebehind 
{
	position:fixed; 
	top:50px;
	left:25px;
	right:25px;
	bottom:25px;
	z-index:9994; /*ckeditor full screen is 9995*/
	overflow-y:auto; 
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;
}

.modalpopupfullscreen 
{  top:0px;
   right:0px;
   bottom:0px;
   left:0px;
   overflow-y:auto; 
   overflow-x:hidden;
   -webkit-overflow-scrolling: touch;
   z-index:10000;
}

.modalPopup p, .modalPopup table p {
        padding-top:5px;
        padding-bottom:5px;
}

.modalPopup a:link, .modalPopup table a:link, .modalPopup a:visited, .modalPopup table a:visited 
.seamlesspopup a:link, .seamlesspopup table a:link, .seamlesspopup a:visited, .seamlesspopup table a:visited, 
#divHeader .headerPopup a:link, #divHeader .headerPopup a:visited {
       color: black;
       text-decoration:underline;
}

.modalPopup a:hover 
{
	 color : black;
}

.lonemodalPopup 
{  width:95%; 
   height:95%; 
   position:fixed;
}

 @media all and (max-width: 1000px) {
  .lonemodalPopup 
  { width:100%;
    height:100%; 
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    border:none;
  }
}

a:link.whiteoverlaybutton, a:visited.whiteoverlaybutton, .whiteoverlaybutton a:link, .whiteoverlaybutton a:visited

{
	color:White;
	padding:3px; 
	font-size:small;
	text-transform: uppercase;
    text-decoration: none;
}

a:link.portfoliobutton, a:visited.portfoliobutton, .portfoliobutton a:link, .portfoliobutton a:visited
{   font-family: Georgia;
	font-size:large;
}

.menuLinkButton {
  height:10px;
  padding-bottom:10px;

}

.mainmenu .menuLinkButton 
{  background:none; 
   margin-left:0px;
   font-size:larger; 
   padding:0px;
   margin:0px;
   padding-left:5px;
   
}

.headersearch 
{
  margin:10px; 
  margin-top:2px;
  margin-bottom:0px;
  width:auto; 
  background-color:#610020;
  color:White; 
  padding:20px;
}

.headerlist 
{ margin:10px; 
  margin-top:2px;
  margin-bottom:10px;
  padding-top:10px;
  padding-left:10px;
  width:auto;   
  background-color:#610020;
  color:White; 
}

.controldisplay, .reader
{ background:none;
  background-color: #ffffdd;
  overflow:auto;
  -webkit-overflow-scrolling: touch;
  height:auto; 
}

.reader
{margin-bottom:1px;
}

.ui-widget 
{ font-size:inherit; 
  font-family:inherit;
}

.tabinput .ui-widget-content a:link
{ color:black;
}

.tabinput .ui-widget-content .modalPopup a:link
{ color:black;  /* separate coloring for links inside popups inside tabs if necessary */
}

.ui-tabs .ui-tabs-nav li a {
float: left;
padding: .2em;
text-decoration: none;
font-size:small;
color:black;
}

.ui-tabs .ui-tabs-panel a:link.menuLinkButton, 
.ui-tabs .ui-tabs-panel table a:link.menuLinkButton, 
.ui-tabs .ui-tabs-panel a:link.menuAddButton,
.ui-tabs .ui-tabs-panel table a:link.menuAddbutton 
{ color:black }

.tabinput 
{
	display:inline-block;
	width:100%; 
	height:100%; 
}

.tabinputtab 
{	width:97%; 
}

.tabinput .inputitemrow, tabinputtab .inputitemrow
{ width:100%; 
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default 
{ background:white;
  filter:alpha(opacity=70);	
  opacity: 0.7;
} 
  
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{ filter:aplpha(opacity=100); 
  opacity: 1.0;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
{  font-family:blork;  /* blork creates a css error that sets the font back to default, which I cannot otherwise figure out how to do */
   font-size:inherit; 
}

.tabsuperheader, .tabsuperfooter
{ width:100%; 
  padding:10px;
}

.nb /*no border */ 
{ border:none; 
}

.bb /* border */
{ border-top:1px dotted #A0A0A0;
}

.bbot
{ border:none; 
  border-bottom: 1px dotted #A0A0A0;
}

.nm /*no margin*/ 
{ margin:0px;
}

.np /*no padding*/
{ padding:0px; }


/* in subsequent style sheets calendar can be effectively recolored by setting background-colors for 
   .custom .ajax__calendar_dayname and .custom .ajax__calendar_body 
   and optionally .ajax__calendar_container.  NOTE: all text is white below */

.custom .ajax__calendar_container
{
width:195px;
background-color: #000000; border:solid 1px #666666;
-moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; -khtml-border-top-left-radius: 8px; border-top-left-radius: 8px;
-moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; -khtml-border-top-right-radius: 8px; border-top-right-radius: 8px; 
-moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; -khtml-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; -khtml-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px;
}

.custom .ajax__calendar_body
{
width:185px;
height:180px;
background-color:#390101; border: solid 1px #666666;
}


.custom .ajax__calendar_header
{
background-color: #626262; margin-bottom: 8px;
-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; 
-moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
} 

.custom .ajax__calendar_title
{
color: #ffffff; padding-top: 3px;
}

.custom .ajax__calendar_next,
.custom .ajax__calendar_prev
{
border:solid 4px #ffffff;
background-color: #ffffff;
-moz-border-radius-topleft: 18px; -webkit-border-top-left-radius: 18px; -khtml-border-top-left-radius: 18px; border-top-left-radius: 18px;
-moz-border-radius-topright: 18px; -webkit-border-top-right-radius: 18px; -khtml-border-top-right-radius: 18px; border-top-right-radius: 18px; 
-moz-border-radius-bottomleft: 18px; -webkit-border-bottom-left-radius: 18px; -khtml-border-bottom-left-radius: 18px; border-bottom-left-radius: 18px;
-moz-border-radius-bottomright: 18px; -webkit-border-bottom-right-radius: 18px; -khtml-border-bottom-right-radius: 18px; border-bottom-right-radius: 18px;
}

.custom .ajax__calendar_hover .ajax__calendar_next,
.custom .ajax__calendar_hover .ajax__calendar_prev
{
border:solid 4px #328BC8;
background-color: #ffffff;
-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; 
-moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
}
.custom .ajax__calendar_dayname
{
text-align:center; margin-bottom: 4px; margin-top: 2px;
color:#ffffff;
background-color: #390101;
} 

.custom .ajax__calendar_day,
.custom .ajax__calendar_month,
.custom .ajax__calendar_year
{
margin:4px 4px 4px 4px;
text-align:center;
border:solid 1px #000000;
color:#ffffff;
background-color: #626262;
}
.custom .ajax__calendar_hover .ajax__calendar_day,
.custom .ajax__calendar_hover .ajax__calendar_month,
.custom .ajax__calendar_hover .ajax__calendar_year
{
color: #ffffff; font-weight:bold; background-color: #328BC8;border:solid 1px #328BC8;
}
.custom .ajax__calendar_active .ajax__calendar_day,
.custom .ajax__calendar_active .ajax__calendar_month,
.custom .ajax__calendar_active .ajax__calendar_year
{
color: #ffffff; font-weight:bold; background-color: #F7B64A;	
}
.custom .ajax__calendar_today .ajax__calendar_day
{
color: #ffffff; font-weight:bold; background-color: #F7B64A;	
}
.custom .ajax__calendar_other,
.custom .ajax__calendar_hover .ajax__calendar_today
{
color: #ffffff;
font-weight:bold;
}
.custom .ajax__calendar_days
{
background-color: transparent;
}
	
a:link.headerlink, a:visited.headerlink, .headerlist a:link.headerlink, .headerlist a:visited.headerlink
{ color:White;}	

.twittertable 
{  font-size:small; }

/* to make a resizeable iframe using seafrontinn website as example google map */

.iframe-rwd  {
position: relative;
padding-bottom:200px;
padding-top: 30px;
height: 200px;
overflow: hidden;
}
.iframe-rwd iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 200px;
}

.tabMenuContainer 
{ position:relative;
   }

.tabMenuContainer a:link 
{  margin-left:3px;
}

.tabMenuContainer ul {
  list-style: none;
  padding: 0;
  
}

.tabMenuContainer ul li {
    position: relative;
    /*min-height: 2em;*/
    padding: .175em .175em .175em 1.0em;
    transition:
      background .3s ease-in-out,
      color .3s ease-in-out,
      box-shadow .1s ease-in-out,
      height .25s ease-in-out;	
}
  
.tabMenuContainer ul li:before {
      position: absolute;
      top: .225em;
      left:0px;
      font-family: 'entypo', sans-serif;
      margin: 0 0 0 0;
      vertical-align: middle;
      content: "\1f4c4";
    }
        
.tabMenuContainer ul li:hover:before {
        color: rgba(255, 255, 255, .3);
        right: 0;
        transform: scale(2.5, 2.5) translate(-.25em, .15em);
      }
      
.tabMenuContainer ul li:after {
        position: absolute;
        content: attr(data-text);
        font-size:small;
        color:White;
        display:none;
        padding-right:27px;
        top:12px;
      }

.tabMenuContainer ul li:hover:before {
      content: "\1f4c4";
      left:auto;
      right:3px;
      top:12px;
      overflow:hidden;
    }
    
.tabMenuContainer ul li:before
.tabMenuContainer ul li:after  {
      color: rgba(220, 20, 20, .6);
    }
    
.tabMenuContainer ul li:hover {
       background: rgba(220, 20, 20, .6);
       overflow:hidden;
    }
   
.tabMenuContainer ul li:hover:after {
        width: 2em;
        right: .445em;
        display:inline-block;
    }
    
.tabMenuContainer ul .webpagemenuitem:before 
{   content: "\1f30e"; }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.audiocontrol 
{  text-align:center;
   padding:5px;
}

.audiocontrol audio 
{   visibility:hidden;
    width:95%;
}

.audiocontrol:hover audio, audio:active, audio:focus
{   visibility:visible; }

a.cke_dialog_tab, a.cke_button {
	height: inherit;
}


.loginbutton {
    border-radius: 2px;
    color: #fff;    
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 -1px 0 #354c8c;
    height:22px;
    width:65px;
    margin: 0 auto 0 auto; 
}


.fbLoginButton {
    background: #4c69ba;
    background: -webkit-linear-gradient(#4c69ba, #3b55a0);
    background: linear-gradient(#4c69ba, #3b55a0);
    border-color: #4c69ba;
}

.pbLoginButton {
    background: #004800;
    background: -webkit-linear-gradient(#018800,#004800);
    background: linear-gradient(#018800,#004800);
    border-color: #004800;
}

.fbLoginButton:hover {
        background: -webkit-linear-gradient(#5b7bd5, #4864b1);
        background: linear-gradient(#5b7bd5, #4864b1);
        border-bottom-color: #3b5998;
        border-left-color: #4961a8;
        border-right-color: #4961a8;
        border-top-color: #5874c3; 
        box-shadow: inset 0 1px 0 #607fd6;
       
    }

.pbLoginButton:hover {
        background: -webkit-linear-gradient(#018b01, #007800);
        background: linear-gradient(#018b01, #007800);
        border-bottom-color: #018b01;
        border-left-color: #007800;
        border-right-color: #007800;
        border-top-color: #018b01;
        box-shadow: inset 0 1px 0 #001000;     
    }

.loginbutton:hover {
    
     cursor: pointer;
}

 .loginbutton:hover:before {
    content: attr(data-text);
    background-color:black;
    color:white;
    position:absolute; 
    margin-top:-12px;
    margin-left:60px;
    display:block;
    font-size:11px;
    font-family: helvetica, arial, sans-serif;
    padding:3px;
    }


.loginbutton span {
    font-family: helvetica, arial, sans-serif;
    font-size: 11px;
    font-weight:bold;
    display:inline-block;
}


.loginimage {
    border-radius: 5px;
    margin-top:3px;
}

.logintext {
    position:relative; 
    top:-3px;
}

.pinterestsharebutton {
    }

.pinterestsharebutton:hover:after {
    content:'refresh page for Pinterest'; 
    margin-left:5px;
    color:white; 
    font-style:italic;
    font-size:small;
}
                                