/* ------ Links -------- */
a, a:visited { color: #0088CC; text-decoration: underline; outline: 0; cursor: pointer; text-decoration: none;font-weight: bold;font-weight: 600; outline: medium none;
-webkit-transition:color 0.3s ease-in;  
   -moz-transition:color 0.3s ease-in;  
   -o-transition:color 0.3s ease-in;  
   transition:color 0.3s ease-in; }
	a:hover, a:focus { color: #005580;}
	p a, p a:visited {  line-height: inherit; }

.thmBtn, a:link.thmBtn, a:visited.thmBtn {
position:relative;
top:0;
left:0;
vertical-align: middle;
margin: 10px 5px 10px 0;
padding:5px 10px; 
line-height:24px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border: 1px solid #45a4a9;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

cursor: pointer;
width:auto;
overflow:visible;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:400;
font-size:17px; /*Pixels for consistancy*/
text-decoration:none;
text-transform:uppercase;
text-align:center;
vertical-align: middle;
box-sizing: border-box;
display:inline-block;
*display:inline;/*IE ONLY*/
white-space:nowrap;
zoom:1;
cursor:pointer;
	
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
background: url("../img/thmBtn.png") repeat-x center center #C00;
color: 				#fff !important;

 -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}


a:hover.thmBtn, a:active.thmBtn, .thmBtn:hover {
color:#fff;	
  background-position: 0 bottom;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.thmBtn.thmA, a.thmBtn.thmA{
background: url("../img/thmBtn-thmA.png") repeat-x center center #C00;}
	
.thmBtn.fullspan, a.thmBtn.fullspan{display: block;}

.thmBtn.sml, a.thmBtn.sml{padding: 4px 8px; font-size: 12px; line-height:18px; margin-right: 6px; }
.thmBtn.lrg, a.thmBtn.lrg{padding: 6px 19px 9px; font-size: 28px; line-height: 25px; margin-right: 6px; font-weight:300;  }



/* Blockquotes */
.quotewall {padding: 30px 0; overflow: hidden;}
.quotewall blockquote {
    background: #8f795d url("/img/blockquote-texture.jpg") scroll 0 0 ;
    border-radius: 5px;
    box-shadow: 0 0 12px 1px #CCCCCC;
    color: #fff;
    font-family: "Times New Roman",Times,serif;
    font-size: 1.357em;
    font-style: italic;
    line-height: 1.2em;
    margin: 30px 50px 60px;
    padding: 10px 30px 10px 70px;
    position: relative;
}
.quotewall blockquote:after {
    background: url("/img/blockquote-blip.png") no-repeat scroll 0 0 transparent;
    bottom: -12px;
    content: "";
    display: block;
    height: 12px;
    left: 30px;
    padding: 0;
    position: absolute;
    width: 27px;
}
.quotewall blockquote .author {
    display: block;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    margin-top: 2px;
}
.quotewall blockquote p {
    font-size: 1.143em;
    margin: 0;
    padding: 6px;
    z-index: 100;
}
.quotewall blockquote h3 {
    color: #fff;
    font-size: 1.286em;
    margin: 0;
    padding: 6px 0;
}
.quotewall blockquote {
	text-shadow: 0px 1px 1px #3d2f25;
    border-bottom: 3px solid #5d4f3f;
    float: left;
    line-height: 1.3em;
    margin: 2%;
    padding: 10px 2%;
    position: relative;
    width: 40%;
}
blockquote:nth-child(2n+1) {
    clear: both;
}

.quotewall blockquote.fullspan {
   float: left;
    line-height: 1.3em;
    margin: 2%;
    padding: 10px 2%;
    position: relative;
    width: 88%;
}


.pressquotes {padding: 30px 0; overflow: hidden; clear:both;}

.pressquotes blockquote {
    float: left;
    margin: 2%;
    padding: 10px 2%;
    position: relative;
    width: 40%;
}
