/**** GLOBAL ELEMENTS ****/
html { 
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  width: 100%;
  font-size : 13px;
  height: 100%;
  background-color: #444;
  princebackground-color: #8A2BE2;
  color: #eee;
  margin: 0px;
  min-width: 600px;
}

.bodyWhite {
  background-color: #fff;
  color: #000;
}

a:link {color: #e05f52; text-decoration: none; font-weight: bold;}
a:active {color: #000000; text-decoration: none; }
a:visited {color: #e05f52; text-decoration: none; }
a:hover {color: #e05f52; text-decoration: underline; }

#siteFooter {
  color: #FFF;
  position: relative;
  right: 30px; 
  bottom: 20px;
  font-size: 11px;
  text-align: right;	
  margin-top: 80px;
}
#siteFooter a {
  text-decoration: none;
  font-weight: normal;
}

img { /* autoscale images */
  awidth: 100%;   
  aheight: auto;
  amax-width: 100%;
}

iframe.autoSize {
  amax-width: 100%;
  amax-height: 100%;
}

.layout_outerPad {
  max-width: 1250px;
  margin: 0px auto 20px;
  position: relative;
  padding: 0px 20px;
}

.layout_outerPad_clock {
  min-height: 700px;
}

.mainContentArea {
  min-height: 1400px;
}

.navLogoutC a{
  color: #555;
  font-size: 16px;
}


/**** MAIN LAYOUT ELEMENTS ****/
#mainLayout_topad {
  position: absolute; right: 20px; top: 10px;
}
@media (max-width: 1100px) {
#mainLayout_topad { position: relative; left: 50px; top: 5px; }

}

#mainLayout_columnC {}
#mainLayout_col1 {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 270px;
}


#mainLayout_col2 {
  margin-left: 280px;
  
}

#doodzC pre{ /* Have to modify it this way or bootstrap will mess things up */
  border: 0px;
  background-color: #444;
  color: #FFF;
  margin: 20px auto 40px;
  width: 670px;
  text-align: left;
  font-size: 11px;  
}

#mainLayout_navBox {}
#mainLayout_navBox .title {
  font-weight: bold;
  font-size: 15px;;
}
#mainLayout_navBox .section {
  margin: 3px 10px 10px;
}

#mainLayout_hcal {
  text-align: center;
  margin-top: 30px;
}

#mainLayout_cal {
  text-align: center;
  margin-left: 2px;
  margin-top: 30px;
  width:260px;
  height: 245px;
  padding: 1px;
}

#mainLayout_nag {
  font-family: "Courier New", courier;
  width: 190px;
  margin-top: 30px;
  margin-left: 15px;
  font-size: 12px;
}
#mainLayout_nag b {
  font-size: 16px;
}


/** SINGLE LAYOUT ELEMENTS **/
/* Human clock title */

#singleNavC {
  z-index: 300;
  top: 20px;
  left: 10px;
  overflow: auto;
  height: 170px;

}

#singleNavMax {
  width: 300px;
  position: relative;
}


#singleNavLoginC {
  position: absolute;
  top: 0px;
  right: 20px;

}

.singleTitle a {
  font-size: 42px;
  font-weight: bold;
  text-decoration:none;
}

.singleTitle a {
  color: #000;
  text-shadow: 2px 2px 2px #aaa;
}

#single_subnavC {
  font-size: 18px;
  margin-left: 10px;
}

#singleNavTitle {
  font-weight: bold;
}

#singleLayout_contentC {
  overflow: auto;
  max-width: 900px;
  min-height: 480px;
  margin: 50px auto;
  padding: 50px;
}




/* Misc page content elements */
.contentArea { /* Content area item */
  text-align: left;
  padding: 1.5%;
  border: 3px solid #000; /*#f00 #FCF127;*/
  background-color: #fff;
  color: #111;
}

.contentTitle {
  font-size : 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.contentSectionTitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.contentSection {
  overflow: auto;
  margin: 0px 20px 30px;
}

.subtitle {
  font-size: 11px;
}

.adHelp {
  height: 40px;
  text-align: right;
}

.adHelp a {
  font-size: 12px !important;
  font-weight: bold !important;
}

.adHelp a:hover {
  text-decoration: underline !important;
}


/* Photo display Utilities */
.photo {
  margin: 1%;
  border: 1px solid #888;
  border-radius: 5px;
}

.photoRow {
  margin: 0px auto;
  max-width: 690px;
  overflow: auto;
}

.photoCenter {
  margin: 10px auto;
  padding: 10px;
  text-align: center;
}
.photoCenter img {
  border: 1px solid #888;
  border-radius: 5px;
}

.captionPhoto {
  font-size: 11px;
  font-style: italic;
  border: 1px solid #AAA;
  padding: .5%;
  display: inline-block;
  margin: .5%;
}
.captionPhoto img {
  border: 1px solid #888;
  border-radius: 5px;
}






/************ Home Page ***********/
.home_recentPhotoC {
  margin: 10px auto 40px;
  max-width: 800px;
  overflow: auto;
}

.statTable {
  float: left;
  font-family: Courier New;
  border: 1px solid #CCC;
  padding: 5px;
  margin: 10px;
}

.statTable th {
  padding: 0px 8px;
  font-weight: bold;
  text-align: center;
}

.statTitle {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.statTable table { margin: auto; }
.stat_totalPhotoCount { font-weight: bold; font-size: 52px; line-height: 44px;}



/*** Naked Popup ***/
#naked_content {
  width: 400px;
  height: 300px;
  background-color: #FFF;
  text-align: center;
  margin: 5px;
}


/***** Look at Me *****/
.lookat_clockC {
  border-radius: 10px;
  border: 4px solid #000;
  margin: 20px auto;
  padding: 30px;
  background-color: #EEE;
  box-shadow: 4px 4px 4px #777;
}

.lookat_createDT {
  text-align: right;
  font-size: 11px;
  font-style: italic;
}

.lookat_creditTitle {font-weight: bold;}
.lookat_audioItem { margin-left: 10px; margin-bottom: 5px; }
.lookat_audioTitle a { font-style: italic; font-size: 10px;}





/********** News items **********/
.newsNav {
  max-width: 430px;
  margin: 10px auto;
}

.newsNav div { /* containers don't have their height specified and won't float right */
  height: 34px;
}

.newsT {
  font-size: 14px;
  font-weight: bold;
}

.newsA {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.newsList li {
  margin-bottom: 5px;
}

.expiredLink {
  font-size: 10px;
  font-weight: bold;
}


/******  Po Box Page ********/
#pobox_photoRow {
  margin: 0px auto;
  max-width: 600px;
  overflow: auto;
}

.pobox_photo {
  width: 100px;
  float: left;
  margin: 1%;
  border: 1px solid #888;
  border-radius: 5px;
}



/******  Portable Page ******/
#ptbl_container { 
  width: 90%;
  margin: 0px auto 50px;
}

#ptbl_selectionArea {
  float: left;
  margin-right: 10px;
}

.ptbl_section {
  overflow: auto;
  margin: 0px 20px 50px;
}

#ptbl_embedArea { /* Note: this must be a div otherwise the placement won't work in Firefox */
  width: 265px;
  height: 290px;
  position: relative;
  margin-top: 10px;
}

.ptbl_embedFrame {
  position: absolute;
  top: 0px;
  left: 0px;
}

.ptbl_downloadC {
  float: left;
  max-width: 54px;
  margin-right: 5px;
}


/******  Mat 21 ******/
.mat21_photoRow {
  margin-left: 30px;
  max-width: 800px;
  overflow: auto;
}

.mat21_photo {
  width: 100px;
  float: left;
  margin: 1%;
  border: 1px solid #888;
  border-radius: 5px;
}

.mat21_photoHC {
  width: 150px;
  float: left;
  margin: 1%;
  border: 1px solid #888;
  border-radius: 5px;
}


/****** Time Songs ******/
.ts_row {
  margin-bottom: 10px;
}
.ts_label {
  font-weight: bold;
}
.ts_field {
  margin-left: 15px;
}

#ts_formC {
  max-width: 90%;

}
#ts_formC input {
  width: 60%;
}

#ts_formC textarea {
  width: 80%;
  height: 150px;
}

#ts_btnSubmit {
  font-size: 12px;
  font-weight: bold;
  width: 100px !important;
  margin-left: 50px;
}

#ts_thankYouTitle {
  margin: 50px;
  font-size: 30px;
  font-weight: bold;
}

#ts_thankYouText {
  margin: 50px;
}

#ts_thankYouContinueC {
  min-height: 200px;
  margin: 20px auto;
  text-align: center;
}

.ts_errorText {
  margin-bottom: 30px;
  font-size: 36px;
  padding:30px;
  text-align:center;
  background:#FF0000;
  color:#FFF;
  font-weight: bold;
  border: 10px solid #336699;   
}


/******* Time song list ******/
#tsList_pageC {
  min-width: 430px;
}

.tsList_table {
  border-collapse: collapse;
  margin-bottom: 50px;
}
.tsList_row {
  border-bottom: 40px solid #FFF;
}

.tsList_title {
  font-weight: bold;
}

.tsList_item {
  vertical-align: top;
  text-align: left;
  padding-right: 10px;
}


/****** Upgrade Page *******/
.paymentIframe {
  margin-top: 20px;
  max-width: 100%;
  height: 122px;
  text-align: center;
  border: 2px solid #555;
  border-radius: 5px;
}

#pmt_internalFrame {
  text-align: center;
  max-width: 100%;
  margin: 0px auto;
  font-size: 14px;
  text-align: left;
  height: 100px;
}

#pmt_inputLabel {
  font-size: 18px;
  margin-bottom: 10px;
}

#pmt_inputLabel input {
  font-size: 18px;
}
#pmt_container input {
  margin-top: 20px;
  font-size: 20px;
}

#pmt_cancelPayment  {
  text-align: left;
  font-size: 10px;
}
#pmt_cancelPayment input {
  font-size: 10px;
}

#pmt_description {
  font-size: 12px;
}

#pmt_errorText {
  background-color: #F00;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}

.expireStatus {
  font-style: italic;
  text-align: right;
}


/*********** About page **************/

#aboutFAQsub {
  text-align: center;
  font-size: 10px;
  margin-top: -34px;
}

.aboutQ {
  font-weight: bold;
  font-size: 15px;
  margin-top: 20px;
}

#about_psIcons {
  float: left;
  margin: 10px;
}

#about_psIcons img{
  width: auto;
  margin: 5px;
}


/****** TPS Report: Clip and Save ******/
#tpsClip_pageC {
  margin: 20px;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  width: 510px;
}
#tpsClip_title {
  font-weight: bold;
  text-align: center;
}

/****** Submit Guidelines ******/
.submitPhotoRow {
  overflow: auto;
  margin: 0px auto 10px;
  max-width: 710px;
}

.submitExample {
  float: left;
  max-width: 200px;
}

.submitExample300 {
  float: left;
  max-width: 300px;
  margin: 10px !important;
}

/****** Atari Page ******/
#atariLetter {
  font-family: Courier, "Courier New", monospace;	
  margin: 20px;
}

.atariPhoto {
  float: left;
  max-width: 300px;
  min-height: 315px;
}

.atariPhotoRow {
  overflow: auto;
  margin: 0px auto 50px;
  max-width: 690px;
}


/****** Tandy Page ******/
.tandyPhotoRow {
  overflow: auto;
  margin: 0px auto 50px;
  max-width: 730px;
}

/****** Yoga Page ******/
.yogaPhotoRow {
  overflow: auto;
  margin: 0px auto 50px;
  max-width: 690px;
}



/****** CONTACT PAGE ******/
#contact_iframe {
  width: 100%;
  height: 400px;
}

.contactSection {
  min-height: 400px;
  border: 1px solid #111;
  border-radius: 10px;
  padding: 10px;
  margin: 0px 20px 30px;
  text-align: center;
}

.contactSectionTitle {
  text-align: center;
  font-size: 46px;
  font-weight: bold;
  color: #777;
}

.contactError {
  margin-left: 5px;
  font-weight: bold;
  color: #F00;
}


/*** End of page level **/



/** Clock location formatting for oldschool clock and lookatme */
/* Caption content  */
#captionC {
  text-align: center;
  color: #000;
  padding: 10px 30px 10px;
  font-size: 16px;
}


/* Location */
.locationCity {
  text-align: right;
  font-weight: bold;
  font-size: 30px;
  color: #111;
}

.locationState {
  margin-top: -6px;
  font-size: 12px;
  text-align: right;
  margin-right: 5px;
  color: #555;
}

.locationCountry { 
  font-weight: bold;
  font-size: 30px;
  color: #111;
}

/* Additional location are for video fullscreen mode */
#fsLocationC {
  overflow: auto;
  display: none;
}



/************** Utility classes *****************/

/* UI Related */
.missingImage {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #000000;
  font-size : 18px;
  color: #FFFFFF;
  background-color: #FF0000;
}

.inputArea {
  text-align: left;
  padding: 10px;
  border: 1px solid #5E5D59;
  border-radius: 5px;
  background-color: #95BCDB;
  color: #333;
}

.errorText {
  margin-left: 5px;
  font-weight: bold;
  color: #FF0000;
}

.bannerAlert { /* Alert banner for non javascript/cookie users, etc */
  margin-bottom: 30px;
  font-size: 36px;
  position: relative;
  top: 0px;
  left: 0px;
  padding:30px;
  text-align:center;
  background:#FF0000;
  color:#FFF;
  font-weight: bold;
  border: 10px solid #336699;
}


/******* Misc shorthand ******/
.dn { 
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.bq {
  margin: 20px auto;
}

.ctrline {
  text-align: center;
  margin: 0px auto;
}

/* bolded link */
.lb a { 
  font-weight: bold;
  font-size: 14px;
}

.ns {
  -webkit-touch-callout: none; /* Make it so the text can't be highlighted */
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Utility - Needs cleaning */
.dn {display: none;}
.ctr { margin-left: auto; margin-right: auto; }
.ctrline { margin-left: auto; margin-right: auto; text-align: center;}
.bdr { border: 1px solid #000000; }
.bq { padding-left: 40px; padding-right: 40px;}
.fl {float: left;}
.s { font-size: 10px; }
.n {font-family: Helvetica, Verdana; font-size: 12px;}
.l {font-family: Helvetica, Verdana; font-size: 16px;}
.vl { font-size: 20px; font-family: Verdana, Helvetica, sans-serif; }
.nu { text-decoration: none; }
.clr {clear: both; }
.i { font-style: italic; }
.b { font-weight: bold; }
