﻿@import url("rwd.css");

/*Overrides*/
h1 {
	color: #000000;
    text-decoration: none;
    font-family: 'open sans' , sans-serif;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0.1px;
    padding-bottom: 10px;
    font-style: normal;
    line-height: 100%;
}
body, textarea, select
{
    font-family: 'open sans' , sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%; 
}
.inPageHeading
{
    font-family: 'Barlow Condensed' , sans-serif;   
    font-size:30px;
    font-weight: 800;
    font-style: normal;
    line-height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 18px;
    margin-bottom: 10px;
    border-left: 5px solid #cccccc;
    padding-left: 6px;
    vertical-align: middle;
    color:#737373;

}
.h1BottomBorder
{
    background-color:red;
}
/*Overrides*/
A{text-decoration: none}

img
{
border:0;
padding: 0 0 0 0;
}
.pgmainimg
{
    width:100%;
    max-width:700px;
    padding:6px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.pgcaptionbg
{
    width:100%;
    max-width:742px;
    text-align: center;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 1.2em;
    color:#ffffff;
    font-weight:bold;
    text-transform: uppercase; 
}
.pgthumbeffect
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width:100%;
    max-width:75px;
}
.tdpad
{
    padding-right:5px;
}
.thumbcaption
{
    font-size: .8em;
    color: #000000;
    text-align: center; 
}
.photoHeaderLink,.photoHeaderLinkSelected
{
    margin: 5px 5px 5px 5px;
    font-weight: bold;
    line-height: 1.5em;
    font-size: .9em; 
	float: left;
	width: 15%;
	text-align: center;
	border-radius: 7px;
	text-transform: uppercase;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}
.photoHeaderLink a
{
    text-decoration: underline;
    color:#ffffff; 
}
.photoHeaderLinkSelected
{
    color: #999999;
    background-color: #eeeeee;    
}
.photoHeaderLinks
{
    display:inline-block;  
    float:left;  
}
.photoHeaderLinks-Con
{
    width: 100%;
    overflow: hidden;
    text-align:center;  
}
@media only screen and (max-width: 750px)
{
    .photoHeaderLink,.photoHeaderLinkSelected
    {
        width: 50%;
        margin-left: 25%; 
    }
    .pgmainimg
    {
        width:85%;
        border:10px solid #999999;
    }
    .pgcaptionbg
    {
        width: 90%;
    }
}

@media only screen and (max-width: 500px)
{
    .photoHeaderLink,.photoHeaderLinkSelected
    {
        width: 95%;
        margin-left: 2%; 
    }
    .pgthumbeffect
    {
        width:85%;
        border: 4px double #999999;
    }
}
