/*Strip Some Style*/
:link,:visited { text-decoration:none }

h1,h2,h3,h4,h5,h6,pre,form,body,html,p { margin:0; padding:0 }
img { border:none }

/* COLOR */
html, body { background-color:rgb(40,22,111); color:black}  /* Page background, text color */
h1, h2 { color:black }  /* 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 */
#container {
 background-image: url(/webonizer_sitemedia/bgtile.png);
 background-position: center top;
 background-repeat: repeat-y;
 background-color:white
} /* Content border */

.line, #itemMain, p.borderpatrol { } /* Content background */



/* FONTS AND TYPOGRAPHY */
body {
 font-family: Verdana, san-serif;
 font-size-adjust: 0.58;
 font-size: 12px;
 line-height:1.5em;

}
p, ul {
 text-align:left;
 margin-bottom:1.2em;
}

h1 {
 font-size: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;
}
h3 {
 font-size:1.5em;
 text-align:left;
 margin-bottom:.5em;
 line-height:1.3em;
}
dl{
 margin: 2em 0em
}

dt{
  font-size: 1.1em;
  font-weight: bold;
  padding: 0.4em 1em;
}

dd{
  padding-left: 4em
}


/*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: 550px;
 font-size: 0.9em
}

.webonizerCheckboxContainer label{
  display: block;
  float: right !important;
  text-align: left !important;
  width: 500px !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: 3em;

}

.troubleshooterBox {
  clear:both;
  margin-top: 4em
}

textarea{
  display:block;
  width: 99%
}






/* LAYOUT */
#container {
  position: relative;
  width:1024px;
  margin:2px auto;
}
#container2{
  background-image:url(/webonizer_sitemedia/rightback.png);
  background-position: 710px 0;
  background-repeat: repeat-y;

}
.line {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.item {
  position: relative;
  float: left;
  left: 100%;
}

td{
  vertical-align:top
}

#itemNav, #itemFoot {
 margin-left:-980px;
 width:960px;
}
#lineNavTarget {
 padding-bottom:20px;
 z-index:10;
}
#itemLogo{
 text-align:center;
 padding-top:0;
 padding-bottom:20px;
 height: 170px;
 padding-left:0;
 padding-right:0;
 width: 1024px;
 margin-left:-1022px;
 margin-top:0

}

#itemLogo img{
  border-bottom: 1px solid gray
}
#itemMain {
 margin-left:-1000px;
 width:580px;
 padding-right:10px;
 padding-left:20px;
 height:100%;
 padding-bottom:40px;
border-right: 1px dashed rgb(230,230,255)
}
#itemMain.wider{
 width:780px !important;
}

#itemNavLinks {
 margin-left:-170px;
 width:150px;
 padding-top:10px;
}


#itemInfo {
 margin-left:-380px;
 width:200px;
 padding-top:10px;
}

#itemInfo * {
  max-width: 200px
}
#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*/

#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
}

#visitorLinks {
  list-style:none;
  margin:0;
  padding:0;
  text-align: center;

}

#visitorLinks li{
 height: 50px;
 width: 150px;
 margin-bottom: 10px;
 vertical-align: middle;
 text-align: center;
 background-image: url(/webonizer_sitemedia/button_normal.png);
 position:relative
}

#visitorLinks li:hover{
 background-image: url(/webonizer_sitemedia/button_over.png);

}

#visitorLinks a, #visitorLinks a:visited{
display: block;
 width: 100%;
 height: 100%;
 vertical-align:middle;
 color: black;
 line-height: 50px
}

#visitorLinks a:hover{
color: blue
}

/* NAVIGATION MENU */

.defaultNav>li ul li, .defaultNav>li ul a  { background-color: white; color:#0000DD; } /* Menu background, text */
.defaultNav>li ul li:hover, .defaultNav>li ul a:hover { background-color: gray; color: white; } /* Menu hover background, text */
/*.defaultNav li { border:1px solid rgb(220,220,255); }  Menu border */


.defaultNav, .defaultNav ul, .defaultNav li, ul.links{
  list-style:none;
  margin:0;
  padding:0
}

.defaultNav a, .defaultNav li {
 width:120px;
 min-height:22px;
}


.defaultNav > li { /* Home, Areas */
 background-image: url(/webonizer_sitemedia/button_nav_normal.png) !important;
 height:22px; /* Must equal min-height above */
 border:0;

}
.defaultNav > li:hover { /* Home, Areas */
 background-image: url(/webonizer_sitemedia/button_nav_over.png) !important;
}

.defaultNav > li > a { /* Home, Areas */
 color: black

}
.defaultNav > li > a:hover { /* Home, Areas */
 color: navy
}


.defaultNav ul ul {
 left:120px; /* 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:0;
 margin-top:0;
 vertical-align: top;
 border-left: 1px solid gray;

}
.defaultNav > li li{
 border-bottom: 1px solid gray;
 border-right: 1px solid gray
}
.defaultNav ul ul { /* flyout menu */
 top:0px;

}
/* 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 LIST DISPLAY */



.smoStandardArticleDisplay {
 clear:left;
 min-height:55px;
}
.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 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
}

#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*/