/*Strip Some Style*/
:link,:visited { text-decoration:none }
ul { list-style:none }
ul,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p { margin:0; padding:0 }
img { border:none }

/* COLOR */
html, body { background-color:gray; color:black}  /* Page background, text color */
h1, h2 { color:green }  /* Color for major headings */
h3, h4, h5, h6 { color:black }  /* Color for mindor headings */

dt{background-color: rgb(120,120,180);color: white;}/*Color for Definition Terms*/
a, a:visited {color:blue} /* Link color */
a:hover {color:red}	/* Link hover color */

.defaultNav a, .defaultNav li { background-color: white; color:#0000DD; } /* Menu background, text */
.defaultNav a:hover, .defaultNav li:hover { background-color: #84C225; color: white; } /* Menu hover background, text */
.defaultNav li { border:1px solid #AAAAAA; } /* Menu border */

/* FONTS AND TYPOGRAPHY */
body {
 font-family: Verdana, san-serif;
 font-size-adjust: 0.58;
 font-size: 14px;
 line-height:1.6em;
}
p, ul {
 text-align:left;
 margin-bottom:1.2em;
}

h1 {
 font-size:2.2em;
 text-align:left;
 margin-bottom:.5em;
 line-height:1.4em;
}
h2 {
 font-size:1.4em;
 text-align:left;
 margin-bottom:.5em;
 line-height:1.4em;
}

h3 {
 font-size:1.2em;
 text-align:left;
 margin-bottom:.5em;
 line-height:1.4em;
}
h4 {
 font-size:1em;
 text-align:left;
 margin-bottom:.5em;
 line-height:1.4em;
}

#bTitle {
  font-size: 1.6em !important;
  padding-bottom: 0.4em;
  margin-top:0
}/*main title*/
dl{
 margin: 2em 0em
}

dt{
  font-size: 1.1em;
  font-weight: bold;
  padding: 0.4em 1em;
}

dd{
  padding-left: 4em
}

code{
  display: block;
  color: navy;
  margin-top: 2em;
  padding: 0 2em;
  font-size: 0.8em
}
object{
  display: block;
  width: 100%;
  background-color:transparent
}



/*FORMS*/
#mailPost, #guestbook, #theGBFormContainer, .WBNguestBookSubmitForm{
  position:relative;
  clear:both
}

.primaryFields label, #guestbook label{
  display:block;
  float:left;
  width: 100px;
  text-align: right;
  margin-right: 1em;
  clear:both;
  font-weight: normal
}

h4.mailRecipient{
  font-weight: normal;
  clear:both;
  padding-left: 74px
}

.primaryFields input, #guestbook input{
  display:block;
  float:left;
  width: 350px;

}

.webonizerCheckboxContainer{
  clear: both;
width: 500px;
 font-size: 0.9em
}

.webonizerCheckboxContainer label{
  display: block;
  float: right !important;
  text-align: left !important;
  width: 470px !important;
  margin-right: 0 !important;
}

.webonizerCheckboxContainer input{
  display: block;
  width: 20px !important;
  float: left !important;
  margin-right: 6px !important;
  text-align: right
}

.antispam label{
  font-weight: bold !important
}

form .btn{
  font-size: 1.3em;

}

.troubleshooterBox {
  clear:both;
  margin-top: 4em
}

textarea{
  display:block;
  width: 99%; clear:both
}



#container {
 position:relative;
 width:980px;
 background-color: white;  /* Left Icon Bar background color */
 margin: 2px auto;

}

.mcontainer {
  background-color:white
}

#head {
 background-color:white;
 top:0;
 height:110px;
 width:100%;
}

#head img{
 margin-left: 3px;
 float:left;
 margin-top: 3px
}

#topbanner {
 float:right;
 height:60px;
 padding:0 !important
}
#smopageicons {
 padding:0 !important
}
#smalllogo{
 float:right;
 width:88px;
 height:60px;
}



#internal{
 position:relative;
 float:left;
 width:100%;
 background-color:rgb(177,179,184);  /* Right Menu background color */

}

#content {
 width:756px;
 background-color:white;  /* Body and Pix background color */
 float:left;
 min-height: 460px;
 padding-top: 6px;
 text-align: justify
}
#body{
 width:500px;
 float:left;
 padding: 10px

}



#pix *{
 max-width:200px;
}

#pix iframe {
  margin-bottom: 1em
}


#content>#body{ /* Because of IE 6 */
 margin-left:8px;
}



#pix{
 width:202px;
 float:right;
 border-left:2px solid rgb(190,190,205);
 margin:4px;
 padding:4px;
}
.fatbody{
 width:730px !important;
  padding-right: 1em
}


#sitemenu{
 position:absolute;
 right:3px;
 top:2px;
}
#footer {
 clear:both;
 background-color:cyan;
 padding: 3px 5px;
 text-align:center;
 width:970px;
 background-color: white;  /* Left Icon Bar background color */
 margin: 2px auto;

}

#tHead {
 position:absolute;
 z-index:-1;
 visibility:hidden;
}
td{
  vertical-align:top
}

#accNav{
 display:none;
}


.smoPaginationList li{
  display: block;
  float:left;
  margin-right: 1em
}

/*Search Form*/
#articleSearchForm *{
 float:left
}

#articleSearchForm label, #articleSearchForm select{
  margin-right: 10px
}

#searchTextField{
  width: 380px;
  margin-bottom: 10px
}

#articleSearchSubmitButton{
  width: 120px;
  margin-left: 10px
}
/*End Search Form*/


/*Guestbook Layout*/

#wbnGuestbookFeedIcon{margin-right: 1em}
/*Contains whole set of GB posts*/
.guestbookCommentDiv{
  padding: 1em;

}

/* Each comment wrapped inside */
.gbCommentDiv {
  margin-top: 2em;
  margin-bottom: 2em;
  border-top: 2px solid
}

.guestbookInfo{
  width: 100%;
  font-weight: bold
}
.guestbookLinks{
  float: right
}

#guestbook input.btn{
  clear:both
}

#wbnTypeCommentLabel{
  float: none;
  width: 100% !important;
  text-align: left !important;
  font-weight: bold !important
}

.webonizerGBPrompt{
  font-size: 0.9em !important;
  border: 2px solid green;
  padding: 0 2em;
  margin-top:0;

}

.webonizerGBPrompt .gbCommentDiv {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 0
}

/*Move Ajax GB form to left if inside GB list*/
.guestbookCommentDiv #theGBFormContainer{
  margin-left: -3em
}




/* NAVIGATION MENU */

#smo_topNavRow, #smo_bottomNavRow {
 height:25px;
 width:980px;
 background-color: white;

}
#smo_bottomNavRow,#smo_topNavRow {
 position:absolute;
 top:66px;  /* For IE 6 */
 z-index:2;
 left:0
}

#container>#smo_bottomNavRow, #container>#smo_topNavRow {
 top:62px;  /* For NOT IE6 */
}


.defaultNav {
 position:relative;
 font-size: 14px;
 padding-left: 3px
}
.defaultNav a, .defaultNav li {
 width:120px;
 min-height:25px;

}
.defaultNav > li { /* Home, Areas */
 height:25px; /* Must equal min-height above */
}
.defaultNav ul ul {
 left:121px; /* Must equal width above + 1 */
}

.defaultNav a {
 height:100%;
 display:block;
 text-align:center;
}
.defaultNav li {
 position:relative;
}
.defaultNav ul {
 position:absolute;
}
.defaultNav > li { /* main menu items */
 float:left;
 margin-right:4px;
}
.defaultNav > li > ul { /* pulldown menu */
 visibility: hidden;
 margin-left:-1px;
 margin-top:1px;
 vertical-align: top
}
.defaultNav ul ul { /* flyout menu */
 top:0px;
 top:-1px;
}
/* Interactive lines: show/hide menus */
.defaultNav li:hover ul ul, .defaultNav li:hover ul ul ul{
 visibility: hidden;
}
.defaultNav li:hover ul, .defaultNav ul li:hover ul, .defaultNav ul ul li:hover ul{
 visibility: visible;
}

/*Right Nav*/
.links{
 margin:0;
 padding:0;
}
.links *{
 line-height:26px;
 margin:0;
 padding:0;
 font-size:20px;
}
.links li{
 list-style:none;
 height:auto;
 width:220px;
}
.links li.listBreaker{
 height:20px;
 font-size:1px;
 line-height:1px;
}
.links a:focus,.links a:focus:visited{
 background-color: rgb(191,228,255);
}
.links a, .links a:visited{
 text-align:center;
 color:black;
 display:block;
 background-color:white;
 width:216px;
 margin-left:3px;
 margin-top:1px;
}
.links a:hover{
 color:red;
}

/* INDEX */
.newstuff{
  width: 240px
}

#frontPageStatisticsTable {
 width:100%
}
a.hidelink {
 color:black;
}

#featuredArticles h4{
 margin-top:1em;
}
#featuredArticles p a {
 color:black;
}
#frontpageSecondaryContent {
 clear:left;
}
span.fromLine {
 display:block;
 font-style:italic;
 font-size:0.8em;
 margin-bottom:2em;
}
p.time {
 font-size:0.8em;
}
.frontPhotoDiv{

  border-bottom: 4px double green;
  margin-bottom: 1em;
}

.frontPhotoDiv br {
 line-height:0em;
}

.frontCutline{
  color: black
}

#frontPageIntroContainer {
  position: relative;
  height: 500px;
  width: 980px;
  margin-left:auto;
  margin-right: auto;
  background-color: white;
}


#frontPageIntro {
  position: relative;
  width: 808px;
  background-color: white;
  background-image: url(/media/230_78_3.jpg);
  float: right
}

#frontWelcome {
  float: right;
  width: 220px;
  background-color: white;
  padding: 15px;
  margin: 5px;
  border: 1px solid yellow;
  height: 455px;
  overflow: auto;
}

#frontWelcome h1, #frontWelcome h2 {
  font-size: 16px
}

#frontFeaturedMember {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 485px
}

#frontFeaturedMember h1 {
  color: white
}

#featurethumbs {
overflow-x: scroll;
overflow-y:hidden;
  width: 200px;
  height: 60px;

}

#cont1 {
  width: 950px;
  overflow: visible
}
.frontfeaturethumbs {
  display: block;
  float:left
}
#frontPageSecondaryContent .showsContainer h3{
  color: purple
}
#frontPageSecondaryContent .showsContainer {
  width: 480px;

}
#frontPageSecondaryContent .showsContainer .smoEventContainer {
  width: 480px !important
}

#frontPageSecondaryContent #featuredArticles {
  width: 480px
}


#frontPageSecondaryContent .smoStandardArticleDisplay {
  min-height: 100px;
  font-size: 14px;
}


#frontPageTopLeft {
  position: absolute;
  width: 172px;
  height: 487px;
  background-color: red;
  color: white;
  padding: 5px;
  margin:0;

}


.eventDescription a{
  color: black !important
}

/* STANDARD ARTICLE LIST DISPLAY */


.featuredArticles{
  border: 1px solid gray;
  padding: 1em
}


.smoStandardArticleDisplay {
 clear:left;
 min-height:80px;
}
.smoStandardArticleDisplay a.thumb img {
 float:left;
 margin-right:10px;
 margin-bottom:10px;
}
.smoStandardArticleDisplay h4 {
 margin-bottom:.5em;
 font-size:1.2em;
}

.standardArticleDate{
  font-style:italic;
  color: gray;
  padding-right: 1em
}


/*Articles in Search and Topics*/
.searchResultsDiv{
  clear:both;
  margin-top: 1.4em;
  width: 730px;
  border-top: 1px dotted gray
}

.webonizerSearchArticleBigPic{
  float: right
}

.searchDescription{
  display: block;
  min-height: 60px !important;
  color: black !important
}

.searchKeywords{
  display: block;
  color: gray !important;
  font-style: italic
}

.searchPostedLine{
  display: block
}

/* ETC */
.fllt {
 float:left;
}
.flrt {
 float:right;
}

img.fllt {
 float:left;
 margin-right: 1em
}
img.flrt {
 float:right;
 margin-left: 1em
}

.clearer{
  clear:both
}

a.help{
  border: 1px solid green;
  margin-left: 1em;
  padding: 0.1em
}

.pixClickToEnlarge{
  color: white;
  display:block;
  width: 100%;
  background-color: blue;
  text-align: center
}

.photocutline{
  color: black
}

/* ARTICLES FULL PAGE */
#smoArticleBodyContent{
  margin-bottom: 1.6em;

}
.articlePicturesMedium{
  margin-bottom: 2em
}
.articlePicturesMedium img {
 display:block;
}

.seriesListingNames{
clear:both;
margin-top: 1.2em
}

.addSeriesRow{
  font-weight: bold;
  margin-top: 1em
}

.smoBottomLinksList{
text-align:right;
clear:both;
margin-top: 1.2em
}


/*PROFILE PAGE*/
#myExtraMedia{
  width: 200px;
  background-color: white;
  border: 1px solid blue;
  padding: 0.3em;
  margin-left: 1em
}

#myExtraMedia h4{
  background-color: yellow;

}

#myExtraMedia ul{
  padding-left: 1em
}

#memberProfile{
  clear:both
}


.webonizer_document_body{

  float:left;
  background-color: white;
  width: 530px

}

.document_media_div {

float:right;
width: 200px

}

.document_media_div div .photocutline{
display:block;

}

#webonizerEventMap{
  float: right;
  margin-left: 1em
}
#webonizerEventMap #d_d{
  width: 100px
}

/*Control Panel*/
#controlPanel{ background-color:white; padding: 1em; margin-bottom: 1em }

#controlPanel h4{
  background-color: orange; color: white; padding-left: 1em; margin-bottom: 1em
}
#controlPanel p {color: black}

#controlPanel a, #controlPanel a:link, #controlPanel a:visited {color: blue}
#controlPanel a:hover {color: red}
/*End Control Panel*/

#webonizer_event_form legend{
  color:blue;
  font-weight:bold
}

#webonizer_event_form #webonizer_event_form__dateWrapper, #webonizer_event_form #webonizer_event_form__enddateWrapper{
 display:block;
  float:left;
  margin-right: 10px
}

#webonizer_event_form__weekdays *{
  margin-left: 10px;
  padding-left: 10px !important;

}
#webonizer_event_form .textWrapper label, #webonizer_event_form .selectWrapper label{
  display:block;
  float:left;
  width: 200px;
  text-align: right;
  padding-right: 10px;
  clear:both

}

#webonizer_event_form .textWrapper input{
  display:block;
  float:left;
  width: 475px;
  padding-right: 10px

}

#webonizer_event_form .textareaWrapper label{
  display:block;

  width: 100%;
  text-align: left;
  padding-right: 10px;
  clear:both

}

#webonizer_event_form__infoLabel{
  font-size: 2em;
  margin-top: 1em;
  line-height: 2em

}

#webonizer_common_ .checkboxWrapper, #webonizer_common_ .selectWrapper{
  float:left

}
#webonizer_common_ .selectWrapper label{
  width: 100px
}


.webonizer_media_form{
line-height: 1.4em
}

.webonizer_media_form label, .webonizer_media_form input, .webonizer_media_form select{

}
.webonizer_media_form img{
  float:left;
  margin-right: 10px;
  max-width: 100px;
  margin-bottom: 10px
}

label.webonizer_media_label{

width: 96px !important;
text-align:left !important

}
input.webonizer_media_label{

  width: 490px !important;


}

.webonizer_media_listindex{
clear:both
}

.webonizer_media_form .selectWrapper {
  float:left;
  line-height: 1.6em;
  margin-top: 4px;
  margin-right: 20px
}
.webonizer_media_form .selectWrapper label{
  max-width: 140px !important;
  text-align:left !important;
  white-space:nowrap;
  overflow:visible

}

label.webonizer_media_listindex{

clear:both !important;
}

.webonizer_media_cutline{
  display:block;
  clear:both !important
}

.webonizer_admin_flags_form{

  margin-bottom: 2.4em
}
.webonizer_admin_flags_form br{
  display:none
}
.webonizer_admin_flags_form label{
  margin-right: 20px
}