body { 
 background-color: #ffffff; 
 margin-left: 0px; 
 margin-right: 0px; 
 margin-top: 0px; 
 font-size: 10px; 
 font-family: Verdana, Arial, Sans-serif; 
}

a:link { 
 color: #A50700; 
 font-size: 10px; 
 font-weight: normal; 
 text-decoration: none; 
}

a:visited { 
 color: #A50700; 
 font-size: 10px; 
 font-weight: normal; 
 text-decoration: none; 
}

a:active { 
 color: #A50700; 
 font-size: 10px; 
 font-weight: normal; 
 text-decoration: none; 
}

a:hover { 
 color: #A50700; 
 font-size: 10px; 
 font-weight: normal; 
 text-decoration: underline; 
}

/*---  LEFT SIDE BAR LINK FORMATTING ---*/
a.menu:link {
 border-bottom:dotted 1px #CEA9A6;
 font-family: Verdana, Arial, Sans-serif;
 color: #000000; 
 font-size: 10px;
 font-weight: normal; 
 text-decoration: none; 
}
a.menu:visited {
 border-bottom:dotted 1px #CEA9A6;
 font-family: Verdana, Arial, Sans-serif;
 color: #000000; 
 font-size: 10px; 
 font-weight: normal; 
 text-decoration: none; 
}
a.menu:ative {
 border-bottom:solid 1px #CEA9A6;
 font-family: Verdana, Arial, Sans-serif;
 color: #000000; 
 font-size: 10px; 
 font-weight: normal; 
 text-decoration: none; 
}
a.menu:hover {
 border-bottom:solid 1px #CEA9A6;
 font-family: Verdana, Arial, Sans-serif;
 color: #000000; 
 font-size: 10px; 
 font-weight: normal; 
 text-decoration: none; 
}

/*---  Content LINK FORMATTING ---*/
a.content:link {
 color: #000000; 
 text-decoration: none; 
}
a.content:visited {
 color: #000000; 
 text-decoration: none; 
}
a.content:ative {
 color: #000000; 
 text-decoration: none; 
}
a.content:hover {
 color: #000000; 
 text-decoration: none; 
}

/*---  TOP BAR ---*/
#top {
 top: 0px;
 left: 0px;
 width: 100%;
 height: 140px;
 overflow: hidden;
}

/*---  TOP BAR POPUP ---*/
#top_popup {
 width: 100%;
 height: 70px;
 overflow: hidden;
}

/*---  LEFT SIDE BAR ---*/
#menu {
 top: 140px;
 left: 15px;
 
 width: 175px;
 float: left;
 position: absolute;
 margin-top: 15px;
 
 padding-left: 15px;
 padding-right: 20px;
 padding-bottom: 15px;
 
 font-family: Verdana, Arial, Sans-serif;
 color: #000000; 
 font-size: 10px; 
 text-align: right;
 border-right: 1px dotted #A50700;
}

/*---  MAIN PAGE CONTENT ---*/
#content {
 top: 140px;
 left: 240px;
 
 width: 500px;
 float: left;
 position: absolute;
 margin-top: 15px;
 margin-left: 20px;
 margin-bottom: 60px;
 
 padding-bottom: 30px;
 padding-left: 20px;
 
 font-family: Verdana, Arial, Sans-serif;
 color: #000000; 
 font-size: 10px; 
 text-align: left;
}

/*--- Thumbnail Formatting in Content Pane ---*/
.tmb {
 border-color: #000000;
 margin-bottom: 20px;
}

/*---  MAIN PAGE CONTENT POPUP---*/
#content_popup {
 width: 450px;
 margin-top: 15px;
 position: relative;
 font-family: Verdana, Arial, Sans-serif;
 color: #000000; 
 font-size: 10px; 
 text-align: left;
}

/*---  RIGHT PICTURE PANE  ---*/
#right {
 top: 15px;
 left: 850px;
 width: 142px;
 position: relative;
 overflow: hidden;
}

/*--- Dotted line between menu items in sidebar ---*/
.menuSpacer {
 border-bottom: 1px dotted #A50700;
 margin-bottom: 15px; 
}

/*--- "member" links: login, register, calendar, etc. ---*/
.loginLinks, .loginLinks a { 
 color:       #000000;
 font-family: Verdana, Arial, Sans-serif;
 font-size:   11px; 
}
.loginLinks a:link    { color:  #003399; font-weight: bold;}
.loginLinks a:visited { color:  #003399; font-weight: bold;}
.loginLinks a:active  { color:  #999999; font-weight: bold;}
.loginLinks a:hover   { color:  #cccccc; font-weight: bold;} 

/*---  Used in Trackback and Pingback page.  ---*/
H2 {
 font-family: Verdana, Arial, Sans-serif;
 font-size:   17px;
 color:       #333333;
 font-weight: bold;
}

/*---  Used in Weblog templates to format the title of entries  ---*/
H3 {
 font-family: Verdana, Arial, Sans-serif;
 font-size:   14px;
 color:       #333333;
 font-weight: bold;
}

/*---  Used in weblog.php in the left side-bar, and archives.php page to format the date header  ---*/
H4 {
 font-family: Verdana, Arial, Sans-serif;
 font-size:   12px;
 color:       #333333;
 margin-top: 2px;
 margin-bottom: 5px;
 font-weight: bold;
}

/*---  Used in comment templates to format text used in the comment form. ---*/
H5 {
 font-family: Verdana, Arial, Sans-serif;
 font-size:   11px;
 color:       #666666;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
}

/*---  Weblog entry formatting.  ---*/
.weblog {
 padding-bottom: 12px;
 border-bottom:1px dotted #A50700;
}

/*---  Name of author in weblog entries ---*/
.author {
 font-family: Verdana, Arial, Sans-serif;
 font-size:   10px;
 color:       #666666;
 font-weight: normal;
}

/*---  Paragraph formatting in weblog entries ---*/
p {
 font-family: Verdana, Arial, Sans-serif;
 font-size:   11px;
 color:       #333333;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
 text-align:  left;
}

/*--  Default form field formatting. --*/
form {
  margin-top:         0px;
}

/*--  Input field formatting. --*/
.input {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;
  font-family:        Verdana, Arial, Sans-serif;
  font-size:          11px;
  height:             1.6em;
  padding:            .3em 0 0 2px;
  margin-top:          3px;
  margin-bottom:       3px;
} 

/*--  Input text-area formatting --*/
.textarea {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;
  font-family:        Verdana, Arial, Sans-serif;
  font-size:          11px;
  margin-top:         3px;
  margin-bottom:      3px;
}

/*--  Submit button formatting. --*/
.button {
  background-color:   #fff;
  font-family:        Verdana, Arial, Sans-serif;
  font-size:          11px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}

/*--  Pull-down menus. --*/
.pulldown {
  background-color:   #fff;
  font-family:        Verdana, Arial, Sans-serif;
  font-size:          11px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}

/* THE FOLLOWING CSS IS USED WITH THE MINI-CALENDAR */
/*  Calendar header text  */
.header {
 font-family: Verdana, Arial, Sans-serif;
 font-size:   10px;
 color:       #333333;
 font-weight: bold;
}

/*  Navigational links in the header of mini-calendar  */
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited, .navlinks a:hover{ 
 color:       #000000;
 font-family: Verdana, Arial, Sans-serif;
 font-size:   10px; 
 font-weight: normal;
} 
.navlinks a:link    { color:  #000000; text-decoration: none;}
.navlinks a:visited { color:  #000000; text-decoration: none;}
.navlinks a:active  { color:  #000000; text-decoration: none;}
.navlinks a:hover   { color:  #000000; text-decoration: underline;}

/*  Days of the week text  */
.weekdays {
 font-family: Verdana, Arial, Sans-serif;
 font-size:   9px;
 color:       #666666;
 font-weight:  bold;
}

/*  Days of the month text and links */
.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover {
 font-family: Verdana, Arial, Sans-serif;
 font-size:   9px;
 color:       #C2756E;
}
.monthdays a:link    { color:  #A50700; text-decoration: none; font-weight: bold;}
.monthdays a:visited { color:  #A04D49; text-decoration: none; font-weight: bold;}
.monthdays a:active  { color:  #A50700; text-decoration: none; font-weight: bold;}
.monthdays a:hover   { color:  #A50700; text-decoration: underline; font-weight: bold;}


/* Powered by sw:n */
#swn {
 font-family: Verdana, Arial, Sans-serif;
 font-size:6pt;
 font-weight: bold;
 line-height: 10px;
 text-decoration:none;
 color:#000000;
}