body {
    min-width:1050px;
}
#content {
	font-size:12pt;
	line-height:17pt;
	text-align:justify;
}

.headline {
	position:relative;
	width:100%;
	height:auto;
	/*font-size: 2.5em;*/
	line-height:1.25em;
	font-weight:bold;
	margin:0px;
	padding:0px;
	background:transparent;
	text-align:center;
	color: black;
}
.headline p, #SubHeadline p {
	width:100%;
	bottom:0px;
	text-align:center;
}
#SubHeadline {
	position:relative;
	width:100%;
	height:4em;
	font-size:1em;
	line-height:1em;
	text-align:center;
}
#content .column {
	width:48%;
	display:inline-block;
	vertical-align:top;
	margin:0px 1%;
}
#content .Article {
	display:block;
	width:100%;
	vertical-align:top;
	font-size:12pt;
}
#content .writer {
	font-weight:normal;
	position:relative;
	width:100%;
	font-size:.9em;
	text-align:center;
}
#content h2 {
	width:100%;
	height:10%;
	font-style:italic;
	font-size:1em;
	text-align:center;
	margin:0px;
}
#articleContent {
	font-size:1em;
	font-weight:normal;
	background:transparent;
	position:relative;
	width:100%;
	min-width:480px;
	height:100%;
	text-align:justify;
	white-space:pre-line;
}
#articleContent.full a {
	text-decoration:underline;
	color:#ab0000;font-weight:bold;
	font-size:1em;
}
#articleContent iframe {
    width: 520px;
    height: 360px;
}
#content .snippet {
	border:0px solid transparent;
	width:100%;
	background:transparent;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
#content .shot:hover {
	border:1px double transparent;
}

#content .shot {
	position:relative;
	width:auto;
	margin:0px 0px;
	padding:3px 0px;
	border:1px solid transparent;
	display:inline-block;
	background:#efefef;
    /*border: 1px solid #ccc;*/
    border-radius: 5px;
}
#content .shot .credit {
	margin-top:2px;
	margin-left:8px;
	max-width:90%;
	font-size:.6em;
	font-weight:bold;
	line-height:1em;
	display:inline-block;
}
#content .shot .credit a { font-weight:bold;}

#content .shot .caption {
	text-align:justify;
	float:none;
	font-size:1.188em;
	margin:10px 0px;
	line-height:1.2em;
	display:block;
}
#content .shot img {
	position:relative;
	margin:0px auto;
	background-color:#afafaf;
	background-image:url('/images/Camera_Inactive.png');
	background-repeat:no-repeat;
	background-position:center;
	border:1px solid #909090;
	display:block;
}

#content .more { 
	display:block;
    color: #a00000;
	margin-top:3px;
    padding: 3px 5px 0 5px;
	height:20px;
	width:auto;
	left:0px;
	right:0px;
	bottom:0px;
	line-height:14pt;
	font-size:12pt;
	text-align:right;
    text-decoration: underline;
	font-weight:bold;
    border-radius: 5px;
}

/* Single Template Style */
#content .single {

	position:relative;
	padding:2px 0px;
	background:transparent;
	overflow:hidden;
}

#content .single .snippet {
	margin-top:5px;
	position:relative;
}

#content .single .shot img { 
	width:100%;
    height: auto;
}
#content .single .shot .caption { 
	max-width:99.9%;
	max-height:120px;
	margin:0px auto;
	padding:0px 4px 2px;
}
 
#content .single .shot { 
    width: 96%;
	margin:0px 10px 0px 0px;
	float:left;
    padding: 8px;
}
/* NoPic Template Style */
#content .nopic {
	position:relative;
	padding:2px 0px;
	background:transparent;
	overflow:hidden;
}

#content .nopic .snippet {
	margin-top:5px;
	max-height:320px;
	position:relative;
}
/* Profile Template Style */
#content .profile {
	position:relative;
	padding:2px 0px;
	background:transparent;
	overflow:hidden;
}

#content .profile .snippet {
	margin-top:5px;
	max-height:320px;
	position:relative;
}

#content .profile .shot img { 
	max-width:250px;
	max-height:120px;

}
#content .profile .shot .caption { 
	max-width:240px;
	min-width:240px;
	max-height:120px;
	margin:0px auto;
	padding:0px 4px 2px;
}
 
#content .profile .shot { 
	max-height:300px;
	margin:0px 0px 0px 10px;
	float:right;
}
/* Military Template Style */
#content .military {
	position:relative;
	padding:2px 0px;
	background:transparent;
	overflow:hidden;
}

#content .military .snippet {
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
}

#content .military .shot img { 
	width:80%;
	height:auto;

}
#content .military .shot .caption { 
	max-width:80%;
	max-height:350px;
	margin:0px auto;
	padding:0;
}

#content .military .shot .credit {
	margin-top:2px;
	margin-left:50px;
	max-width:90%;
	font-size:.6em;
	font-weight:bold;
	line-height:1em;
	display:inline-block;
}
 
#content .military .shot { 
	width: 95%;
	/*margin:0px 10px 0px 0px;*/
    padding: 9px;
	/*float:left;*/
}
/* Double Template Style */

#content .double {
	position:relative;
	padding:2px 0px;
	background:transparent;
	overflow:hidden;
}

#content .double .snippet {
	margin-top:5px;
	max-height:527px;
	position:relative;
}

#content .double .shot {
	margin:0px auto;
	padding:8px;
}
#content .double .shot .caption {
	max-width:99.9%;
	margin:0px 3px;
}
#content .double .shot img {
	max-width:100%;
	max-height:200px;
}
/* Two Thirds Template Style */
#content .twothirds {
	position:relative;
	padding:2px 0px;
	background:transparent;
	overflow:hidden;
}
#content .twothirds .snippet {
	margin-top:5px;
	max-height:525px;
	position:relative;
}
#content .twothirds .shot { 
	max-height:300px;
	margin:0px 0px 0px 10px;
	float:right;
}
#content .twothirds .shot .caption { 
	max-width:240px;
	min-width:240px;
	max-height:120px;
	margin:0px auto;
	padding:0px 4px 3px;
}
#content .twothirds .shot img { 
	max-width:250px;
	max-height:120px;

}
/* Video Template Style */

#content .video {
	height:516px;
	position:relative;
	padding:2px 0px;
	background:transparent;
	overflow:hidden;
}

#content .video .drivein {
	height:250px;
	position:relative;
}

#content .video .playlist img{height:90px;width:auto;}
#content .video .playlist fieldset { width:1000px;height:90px;border:0px;}
#content .video .playlist {
	position:relative;
	margin:10px auto;
	height:100px;
	max-width:100%;
	width:auto;
	margin:0px auto;
	padding:2px;
	background:#aeaeae;
	border: 0px solid black;
	display:block;
	overflow:hidden;
}

#content .video .playlist .Thumbs { 
	bottom:20px;
	height:100px;
	max-height:100px;
	margin-left:20px;
	margin-right:20px;
	background-color:#aeaeae;
	overflow:hidden;
	display:inline-block;
	width:90%;
}

#content .video .playlist .nav {
	position:absolute;
	width:10px;
	height:50px;
	bottom:25%;
	top:25%;
	border:0px;
	margin:0px 5px;
}
#content .video .playlist .nav.left{left:0px;	}
#content .video .playlist .nav.right{ right:0px;}

#content .video .shot img {
	background-image:url('/images/Video_overlay.png');
	background-position:center;
	background-repeat:no-repeat;
	margin:2px auto;
	border:2px solid transparent;
}

/* End of Templates */
#Gallery {
	position:relative;
	min-width:550px;
	margin-bottom:100px;
	height:auto;
	min-height:900px;
	background:transparent;
	padding:5px 5px;
	margin-right:205px;
	margin-left:175px;
	float:none;
}
#Gallery #Social { display:block;border:#aeaeae;}
#Gallery #Social .social{ display:inline-block;max-width:125px;}
#Thumbs .Thumb  {
	height:150px;
	display:inline-block;
	margin:5px;
}
#Thumbs .Thumb a { height:100%;display:inline-block}
#Thumbs .Thumb img { height:100%;display:block;}
#PageNums { display:block;font-size:1.5em;line-height:32px;margin:5px auto;width:auto;max-width:700px;text-align:center;overflow:auto;}
#PageNums>div { max-width:500px;display:inline-block;vertical-align:top;overflow:auto;}

#PageNums>div a {display:inline-block;color:#ae0000;padding:5px; letter-spacing:5px;vertical-align:middle;text-shadow:1px 1px 0px black;}
#Gallery #PageNums>div a img {height:32px;vertical-align:middle;}
#mobileMenu{display: none;}

.collapsibleList li{
  list-style-image:url('button.png');
  cursor:auto;
}

li.collapsibleListOpen{
  list-style-image:url('button-open.png');
  cursor:pointer;
}

li.collapsibleListClosed{
  list-style-image:url('button-closed.png');
  cursor:pointer;
}


.CalSky {
    display: inline-block;
    margin-top: 5px;
    text-align: right;
    width: 100%
}


/* Directory style sheet */
#localDirectoryButtons, #directoryContainer {
    width: 95%;
    height: auto;
    padding: 5px 20px;
    float: left;
}

.directoryIndexButtons {
    padding: 15px;
    margin: 10px;
    border: 1px #000 solid;
    border-radius: 10px;
    background: #eee;
    display: block;
    width: 25%;
    float: left;
    text-align: center;
    font-weight: 700;
}

.directoryHeader {
    text-align: center;
}

#localDirectoryButtons .dirBut img {
    float: left;
    margin: 1% 3px;
    width: 15%;
    border: 2px solid #000;
}

/* Added separate listing for orginizations */
.listing {
    width: 90%;
    /*height: auto;*/
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
}
.standard {
    height: auto;
}
.enhanced {
    min-height: 150px;
}

.premium {
    min-height: 380px;
}

.orgListing {
    width: 90%;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
    float: left;
}

#listingSearch {
    width: 95%;
    height: 20px;
    float: left;
    padding: 5px 20px;
}

#listingSearch label {
    font-weight: 500;
    font-size: 0.9em;
}

.businessImage {
    width: 200px;
    height: auto;
    float: right;
}
.adImageT2 {
    width: 250px;
    height: 150px;
    float: right;
}
.adImageT2a {
    width: 200px;
    height: 300px;
    float: right;
    margin-left: 100px;
}
.adImageT3 {
    width: 300px;
    height: 380px;
    float: right;
    padding-left: 20px;
}

.orgImage {
    width: 200px;
    height: auto;
    float: left;
    margin-right: 10px;
}

.moreDirInfo {
    width: 100px;
    height: 16px;
    padding: 2px 0;
    text-align: center;
    background: #a00000;
    color: #fff;
    border: 1px solid #333;
    border-radius: 5px;
}

.listingLink {
    color: #a00000;
    text-decoration: underline;
}

.listingMap {
    width: 120px;
    height: 16px;
    text-align: center;
    background: #a00000;
    color: #fff;
    border: 1px solid #333;
    border-radius: 5px;
    margin: 6px 0;
    padding: 3px 0;
}

/* Fixed sized of star rating image */
.listingReview {
    height: 20px !important;
    width: auto;
    margin: 10px 0;
}

.listingReview img {
    height: 100%;
    width: auto;
}

.paginate {
    width: 80%;
    height: 100px;
    /*float: left;*/
    padding: 8px;
    margin: 0 auto;
}

.page {
    border: 1px #666 solid;
    border-radius: 10px;
    background: #a00000;
    color: #fff;
    padding: 10px;
    font-size: 1.5em;
    margin: 0 5px;
}


/* Directory style sheet END */

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    font-style: italic;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
    color: #ccc;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-top: 10px;
    position: absolute;
    right: 30px;
}
blockquote div {
  display: inline;
}

.mentioned {
    margin-top: 10px;
    display: none;
    color: #a00;
    text-decoration: underline;
    font-weight: 600;
}

/* Mobile style sheet */
@media (max-width: 800px) {
    #mobileMenu {
        display: block;
        width: 100%;
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        border: 3px solid #666;
        padding: 10px;
        z-index: 100000000;
    }

    #mobileMenu .logo {
        width: 40%;
        height: 130px;
        float: left;
    }

    #mobileMenu .logo img{
        width: 100%;
        height: auto;
    }

    #mobileMenu .bar {
        float: right;
        width: 70%;
        font-size: 32pt;
    }

    /* removed because header was not being displayed on articles page */
    /*#banner, #insideView, .menuentry, .datebar {*/
    /*    display: none !important;*/
    /*}*/

    .mobileDropdown {
        width: 59%;
        height: 100%;
        float: right;
    }

    .mobileButton {
        width: 190px;
        height: 60px;
        font-size: 1.7em;
        font-weight: 700;
        border: 1px solid #666;
        border-radius: 5px;
        color: #ab0000;
    }

    .mobileButtonList {
        list-style-type: none;
        display: inline;
    }

    .mobileButtonList li {
        float: left;
        display: inline;
        margin: 0 5px;
    }

    #demo {
        width: 300px;
        height: 300px;
        position: relative;
        top: 10px;
        display: none;
    }

    #demo ul {
        font-size: 2.5em;
        list-style-type: none;
        padding: 0 20px;
    }

    /*#content, #scraperMenu {*/
    /*    margin-top: 130px !important;*/
    /*}*/

    #articleContent {
        font-size:32pt;
        line-height: 60px;
    }

    #content .full h1 {
        font-size: 48pt !important;
    }

    #byline {
        font-size: 28pt;
        line-height: 40px;
    }

    #content .full .gallery {
        width: 98% !important;
    }

    #content .gallery .thumbs {
        width: 700px !important;
    }

    #content .gallery .filmroll .nav.right, #content .gallery .filmroll .nav.left {
        width: 50px;
    }

    .textsize {
        display: none;
    }

    /*#scraper {*/
    /*    position: relative;*/
    /*    top: 90px;*/
    /*}*/

    /*#miniCal, .view, .submit, .subscribe, .archive, #EEditionBanner, #cal_view .weekView img, #calendar .weekTab img {*/
    /*    display: none !important;*/
    /*}*/
    
    /*#calendar {*/
    /*    width: 85% !important;*/
    /*}*/

    #calendar .cal_day {
        font-size: 40pt !important;
        font-weight: 700 !important;
    }

    

    /*#Content >#cal_nav {*/
    /*    margin-top: 130px;*/
    /*    font-size: 2em !important;*/
    /*}*/

    /*#legend {*/
    /*    width: 300px !important;*/
    /*    height: 450px !important;*/
    /*}*/

    #legend dt {
        /*font-size: 1em !important;*/
        /*height: 70px !important;*/
        margin-bottom: 15px;
    }

    /*#filters {*/
    /*    position: absolute;*/
    /*    right: 10px;*/
    /*    bottom: 0;*/
    /*}*/

    /*#CityFilter {*/
    /*    width: 400px !important;*/
    /*    height: 230px !important;*/
    /*    position: absolute;*/
    /*    bottom: 50px;*/
    /*    right: 10px;*/
    /*}*/
    
    /*#CityFilter dd {*/
    /*    width: 300px !important;*/
    /*}*/

    /*#legend dd a {*/
    /*    font-size: 1em !important;*/
    /*}*/

    /*#legend dd b {*/
    /*    font-size: .5em !important;*/
    /*}*/
    
    #View .button .month_view, #View .button .week_view, #View .button .day_view, #View .button .list_view, #View .button .event_view {
        font-size: 12pt;
    }

}

@media only screen and (max-width: 480px) {
    #content .shot .caption{
        font-size: 1.6em;
    }
}