/*Strip Some Style*/
:link,:visited { text-decoration:none }
ul,ol,li { list-style:none }
ul,ol,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:rgb(20,50,10); color:black}  /* Page background, text color */
h1, h2 { color:rgb(20,50,10) }  /* Color for major headings */
h3, h4, h5, h6 { color:green }  /* 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 */
#container { border:2px solid black; } /* Content border */
.line, #itemMain, p.borderpatrol { background-color:white; } /* Content background */
#lineContent { background-color:rgb(230,235,120); } /* Sidebar background */
.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 */

.downloadsBox{
  border: 2px solid green;
}

.downloadsBox h3{
  color: red
}

.pixClickToEnlarge{
  background-color: green;
  color: white;
}
.pixClickToEnlarge:hover{
  color: yellow
}


/* 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.6em;
 text-align:left;
 margin-bottom:.5em;
 line-height:1.4em;
}

dl{
 margin: 2em 0em
}

dt{
  font-size: 1.1em;
  font-weight: bold;
  padding: 0.4em 1em;
}

dd{
  padding-left: 4em
}


/*FORMS*/
#mailPost, #guestbook{
  position:relative
}

.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;

}

#mailPost #maillLetterLabel, #wbnGBcommentDiv label{
  width: 99%;
  margin-top: 1em;
  text-align: left;
  font-weight: bold
}

#guestbook .terms input, #articleAgreeTermsDiv input{
  width: 20px;
}
#guestbook .terms label, #articleAgreeTermsDiv label{
  display:block;
  float:none;
  width: 100%;
  text-align: left
}

.antispam label{
  font-weight: bold !important
}

form .btn{
  font-size: 3em;

}

.troubleshooterBox {
  clear:both;
  margin-top: 4em
}

textarea{
  display:block;
  width: 99%
}






/* LAYOUT */
#container {
  position: relative;
  width:1000px;
  margin:10px auto;
}
.line {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.item {
  position: relative;
  float: left;
  left: 100%;
}

td{
  vertical-align:top
}

#itemLogo, #itemNav, #itemFoot {
 margin-left:-980px;
 width:960px;
}
#lineNavTarget {
 padding-bottom:20px;
 z-index:10;
}
#itemLogo{

 padding-top:10px;
 padding-bottom:20px;
}
#itemMain {
 margin-left:-1000px;
 width:590px;
 padding-right:10px;
 padding-left:20px;
 height:100%;
 padding-bottom:40px;
}
#itemNavLinks {
 margin-left:-150px;
 width:130px;
 padding-top:10px;
}
#itemInfo {
 margin-left:-370px;
 width:200px;
 padding-top:10px;
}
#accNav{
 display:none;
}
div.borderpatrol {
 margin:0;
 padding:0;
 font-size:1px;
 line-height:1px;
}


/*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*/

/*Contains whole set of GB posts*/
.guestbookCommentDiv{
  padding: 1em
}

/* Each comment wrapped inside */
.gbCommentDiv {
  margin-top: 2em
}

#wbnGBNewsletterSignup label{
  width: 473px;
  float: right;
  text-align: left
}
#wbnGBNewsletterSignup input{
  width: 20px;
  float: left
}
#guestbook input.btn{
  clear:both
}


/* NAVIGATION MENU */

.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 {
 position:relative;
}
.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;
}


/* INDEX */
#frontPageStatisticsTable {
 width:100%
}
a.hidelink {
 color:black;
}
#featuredArticles {
 margin-top:2em;
}
#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 br {
 line-height:0em;
}


/* STANDARD ARTICLE DISPLAY */
.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;
}


/* ETC */
.fllt {
 float:left;
}
.flrt {
 float:right;
}

a.help{
  border: 1px solid green;
  margin-left: 1em;
  padding: 0.1em
}

/* ARTICLES */
.articlePicturesMedium img {
 display:block;
}
.smoBottomLinksList{
text-align:right;
}


.downloadsBox{
  margin: 2em 0;
  padding: 1em
}

#smoArticleSeriesDiv{
  margin: 4em
}
.seriesListing li{
  display: block;
  float:left;
  margin-left: 1em
}

.articlePicturesMedium{
  margin-bottom: 2em
}

.pixClickToEnlarge{
  display:block;
  text-align: center;
}



/*PROFILE PAGE*/
#myExtraMedia{
  width: 200px;
  background-color: white;
  border: 1px solid blue;
  padding: 0.3em
}


#myExtraMedia h4{
  background-color: yellow;
}

#myExtraMedia ul{
  padding-left: 1em
}

/*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
}

#webonizerAddMoreMedia{
  font-size: 2em;
  margin-bottom: 1em;
  border: 2px solid blue;
  background-color: blue;
  color: white;
  padding: 0.6em;
  -moz-border-radius: 1em;
}

#webonizerAddMoreMedia:hover{
  border: 2px solid blue;
  background-color: white;
  color: blue;
  cursor: pointer
}