/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    color: #555;
    background: #eee;
}
div, p, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	/*letter-spacing: .07em;*/
}
h1 { font-size: 218%; line-height: 1; }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; letter-spacing: .15em }
h5 { font-size: 7pt; color: #555; }

p { padding: .5em 0; }

a, a:link { 
    text-decoration: none;
    border-bottom: 1px dotted; 
}

a img, img {
    border: 0px none;
    margin: .5em;
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}

li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}

.post ul, .post li {
  list-style: disc inside;
}

.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}


#page {
    width: 794px;
    margin: 0 auto;
    text-align: left;
    background:  url('assets/templates/trainyard/images/background-shadow.gif') center repeat-y;
}

#content {
    float: left;
    text-align: left;
    width: 517px;
    margin: 20px 0 0 27px;
    padding: 0;
    line-height: 1.5em;
}

/* Special text formatting 
------------------------------------------------------------------------------- */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #06c;
	border-bottom: 1px dotted #06c;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h4.date-header {
    margin-top: 0;
    padding-left: 14px;
    font-size: 90%;
    color: #f93;
    background: url('assets/templates/trainyard/images/date_icon.gif') no-repeat 0 50%;
}

blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    background: url('assets/templates/trainyard/images/quotes.gif') no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444;
	white-space: pre; 
    width: 350px;
    height: auto;
	overflow: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }


.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}

/* Header 
------------------------------------------------------------------------- */

#header { 
margin: 0 17px;
padding: 0 15px;
}

.headerimage {
margin: 0 17px;
border-top: 1px solid #555;
border-bottom: 1px solid #ddd;
}

#header h1 {
    margin: 0;
    padding: 0;
    color: #fff;
}
#header h1 a {
    text-decoration: none;
    border-bottom: none;
    color: #fff;
}



/* Search Form 
------------------------------------------------------------------------------- */
#search {
float: right;
margin-top: 10px;
}

#search ul {
margin: 4px 0;
text-align: right;
}

#search li {
display: inline;
border-right: 1px solid white;
padding: 0;
}

#search li a {
border: 0px none;
text-decoration: underline;
margin: 6px;
color: white !important;
font-weight: bold;
}

#lastheadlink {
border-right: none !important;
}

#lastheadlink a {
margin-right: 0px !important;
}

form.FSF_form {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: right !important;
}

input.FSF_input { 
    display: inline;
    height: 17px;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background: #fff url('assets/templates/trainyard/images/input-bg.gif') repeat-x top left;
    margin: -1px 3px 0;
    padding: 3px 0 0;
}
input.FSF_submit { 
    display: inline;
    margin: -1px 0 0;
    padding: 0;
    height: 22px;
    line-height: 1;
}

div.FSF_result {
	margin: 15px 0 0 0;
}

a.FSF_resultLink {
	font-weight: bold;
}


/* Post (main content entries)
------------------------------------------------------------------------- */
/*.post {
    margin: 0 0 1.5em 0;
    padding: 0 0 1.5em 0;
}*/

.post h3 {
    margin-top: 0;
    color: #555;
}
.post ul li {
	margin-left: 0em;
}



/* Related Links 
------------------------------------------------------------------------- */
#navlist li { 
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}


/* UserComments 
------------------------------------------------------------------------- */			
.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}


/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
    margin: 0 18px 0 551px;
    padding: 23px 0 0 0;
    font-size: 85%;
    line-height: 1.4em;
    color: #999;
    border-left: 1px solid #ddd;
}

#sidebar h2 {
    padding: 0;
    color: #666;
}

#sidebar ul, #sidebar p {
    padding: 5px;
    margin-left: -5px;
}

#sidebar ul { margin-bottom: 1em }
#sidebar ul ul { margin-bottom: 0; border-bottom: 1px solid #ddd; }
#sidebar ul ul ul { border-bottom: none; margin-bottom: 0; }

/* Footer 
------------------------------------------------------------------------- */
#footer {
    margin: 0px;
    padding: 0 0 9px 0;
    font-size: 85%;
    color: #ddd;
    background: url('assets/templates/trainyard/images/background-shadow-floor.gif') no-repeat bottom left;
}

#footer p {
    padding: 20px 320px 20px 95px;
}

#footer a {border-bottom: none; color: #ddd !important;}



/* Special handling for images &amp; alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

/* Colors for each section
------------------------------------------------------------------------------- */

/*    Children    */

body#children div#header, #childrenBlock {
	background-color: #558724;
}

body#children a, .children {
	color: #558724;
	border-color: #558724;
}

body#children a:hover, .children:hover { 
	color: #79BF34;
	border-color: #79BF34;
}

/*    Portraits    */

body#portraits div#header, #portraitsBlock {
	background-color: #876C24;
}

body#portraits a, .portraits {
	color: #876C24;
	border-color: #876C24;
}

body#portraits a:hover, .portraits {
	color: #C09A33;
	border-color: #C09A33;
}

/*    Seniors    */

body#seniors div#header, #seniorsBlock {
	background-color: #244987;
}

body#seniors a, .seniors {
	color: #244987;
	border-color: #244987;
}

body#seniors a:hover, .seniors:hover {
	color: #3467BF;
	border-color: #3467BF;
}

/*    Weddings    */

body#weddings div#header, #weddingsBlock {
	background-color: #6C2487;
}

body#weddings a, .weddings {
	color: #6C2487;
	border-color: #6C2487;
}

body#weddings a:hover, .weddings:hover {
	color: #9A34BF;
	border-color: #9A34BF;
}

/*    Default    */
body#default #header, #defaultBlock {
	background-color: #555;	
}

body#default a, .default {
	color: #555;
	border-color: #555;
}

#top-image { 
	width: 960px;
	height: 300px;
	margin: 0 17px;
}

ul.topnav ul {
  display: none;
}

ul.topnav li.here ul {
  display: block;
}

div.clearboth {
  clear: both;
}

/*  Senior Modules  */

ul#subnavmenu {
  float: right;
  border: 3px solid #244987;
  border-left: 0;
  border-right: 0;
  background: #f8f8f8;
}

ul#subnavmenu li {
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
}

ul#subnavmenu li h4 {
  border-left: 3px solid #244987;
  border-right: 3px solid #244987;
  padding: 0 6px 4px 6px;
  margin: 0;
  text-align: center;
}
ul#subnavmenu li a {
  border: 0;
  border-left: 3px solid #244987;
  border-right: 3px solid #244987;
  padding: 0 6px 4px 6px;
  display: block;
}

a#activesubnav {
  color: #3467BF !important;
  background: white;
}

ul#subnavmenu li a:hover {
  background: white;
  border-color: #3467BF !important;
  color: #3467BF !important;
}

div.nl_summaryPost {
  margin: 16px 0;
  padding: 6px 0;
}

div.nl_title a {
  font-size: 1.7em;
  border: 0;
}

div.nl_summaryPost div.nl_author {
  font-size: .8em;
  color: #888;
  border-bottom: 1px solid black;
}

div.nl_post {
  margin: 8px 0;
  font-size: 1.1em;
  line-height: 1.2em;
}

ul.latestblogposts div.nl_author {
  font-size: 9px;
  margin-left: 4px;
}

div.nl_summaryPost div.nl_footer {
  font-size: 8pt;
}

span.quote {
  display: block;
  padding: .5em;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  font-size: 2.4ex;
  margin: 1.5em;
}

span.FSF_highlight1, span.FSF_highlight6 {
background-color: red;
color: white;

}

span.FSF_highlight2, span.FSF_highlight7 {
background-color: green;
color: white;
}

span.FSF_highlight3, span.FSF_highlight8 {
background-color: blue;
color: white;
}

span.FSF_highlight4, span.FSF_highlight9 {
background-color: yellow;
}

span.FSF_highlight5, span.FSF_highlight10 {
background-color: purple;
color: white;
}

#quickComment {
  color: #555;
  /*border: 1px solid #555; */	
  width: 170px;
}

#qc-form {
  width: 150px;
  padding: 0 0 10px 0;
}

#qc-name, #qc-email, #qc-message {
  border: 1px solid #555;
  width: 146px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 80%;
  font-weight: bold;
  color: #555;
  padding: 1px
}

#qc-name, #qc-email, #qc-message {
  border: 1px solid #555;
  width: 146px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 80%;
  font-weight: bold;
  color: #555;
  padding: 1px
}

#qc-message {
  height: 16ex;
  line-height: 2.5ex;
}

#moduleToggle {
  width: 150px;
  height: 40px;
  background-color: #244987;
  color: white;
  font-weight: bold;
  float: right;
  border: 1px solid #555;
  text-align: center;
  margin: .5em 0;
}

#accordion {
   padding: 0;
   margin: 0;
   width: 510px;
}

#accordion h5 {
	
}

dd, dt {
	margin: 2px 0;
}

.stretchtoggle {
	width: 510px;
	height: 40px;
   cursor: pointer;
}

.stretchtoggle strong {
   display: none;  
}

#defaultBlock {
   background: url('assets/templates/trainyard/images/stretcher0.gif') no-repeat;
}

#portraitsBlock {
   background: url('assets/templates/trainyard/images/stretcher1.gif') no-repeat;
}

#seniorsBlock {
   background: url('assets/templates/trainyard/images/stretcher2.gif') no-repeat;
}

#childrenBlock {
   background: url('assets/templates/trainyard/images/stretcher3.gif') no-repeat;
}

#weddingsBlock {
   background: url('assets/templates/trainyard/images/stretcher4.gif') no-repeat;
}

#portraitsLink {
	display: block;
	width: 500px;
	height: 20px;
	border: 0px none;
	background: url('assets/templates/trainyard/images/stretcherlink1.gif') no-repeat right;
	margin: 2px 0;
}

#seniorLink {
	display: block;
	width: 500px;
	height: 20px;
	border: 0px none;
	background: url('assets/templates/trainyard/images/stretcherlink2.gif') no-repeat right;
	margin: 2px 0;
}

#childrenLink {
	display: block;
	width: 500px;
	height: 20px;
	border: 0px none;
	background: url('assets/templates/trainyard/images/stretcherlink3.gif') no-repeat right;
	margin: 2px 0;
}

#weddingsLink {
	display: block;
	width: 500px;
	height: 20px;
	border: 0px none;
	background: url('assets/templates/trainyard/images/stretcherlink4.gif') no-repeat right;
	margin: 2px 0;
}

.stretcher {
	width: 500px;
}

a#weddingsLink strong, a#childrenLink strong, a#seniorLink strong, a#portraitsLink strong{
	display: none;
}

form.eform table {
	font-weight: bold;
	font-size: 8pt;
	width: 500px;
	text-align: right;
}

form.eform table td {
	padding: 3px 0;
}

form.eform #fullName, form.eform #email, form.eform #Address1, form.eform #Address2, form.eform #comments {
	width: 200px;

}

form.eform #city {
	width: 175px;
}

#bannerad a {
	border: none 0px !important;
}

#prevLink, #nextLink, #bottomNavClose {
	border: none 0px !important;
}

body.webimage img.mainimage {
	border: 3px solid;
	float: right;
}

.smallLinkBar a {
	border: none !important;
	display: block;
	height: 21px;
	background-position: top left;
	background-repeat: no-repeat;
}

.smallLinkBar a span {
	display: none;
}

.smallLinkBar #small-cphome {
	background-image: url('assets/templates/trainyard/images/smalllinkbar-cphome.gif');
}

.smallLinkBar #small-portraits {
	background-image: url('assets/templates/trainyard/images/smalllinkbar-portraits.gif');
}
.smallLinkBar #small-seniors {
	background-image: url('assets/templates/trainyard/images/smalllinkbar-seniors.gif');
}
.smallLinkBar #small-children {
	background-image: url('assets/templates/trainyard/images/smalllinkbar-children.gif');
}
.smallLinkBar #small-weddings {
	background-image: url('assets/templates/trainyard/images/smalllinkbar-weddings.gif');
}

table#emailToAFriendTable input, textarea {
   width: 300px;
}

table#emailToAFriendTable input#emailToAFriendSubmit {
   width: auto;
}

textarea#copyCodeText, input#copyLinkText {
   width: 515px;
}

table#contest {
   width: 515px;
}

table#contest .contestEntry1 {
   background-color: #E9EDF3;
}

table#contest .contestEntry0 {
   background-color: #F6F6F6;
}

table#contest p {
	margin: 0;
	padding: 0;
}

table#contest a, img {
	border: none;
}

table#contest td.entryImage {
	width: 180px;
	height: 180px;
}

table#contest td.entryVote {
	text-align: right;
	height: 22px;
}

table#contest td.entryWebName {
	/*font-size: 36pt;*/
	color: #244987;
	height: 146px;
}

table#contest td.entryWebName {
}

table#contest .voteButton {
   display: block;
   height: 24px;
   margin: 5px;
}

table#contest .voteButton span {
   font-size: 24px;
   line-height: 24px;
   padding-left: 26px;
   background: url('/images/checkmark.gif') left top no-repeat;
}

table#contest .voteButton:hover span {
   background-position: left bottom;
}

div#placeVoteImage {
   text-align: center;
}

div#placeVoteImage img {
   border: 5px solid #555;
}

.missingField {
	background-color: #FFFFC0;
}