body { 
 background-color: #ffffff; 
 margin-left: 40px; 
 margin-right: 40px; 
 margin-top: 10px; 
 font-size: 12px; 
  font-family: arial,helvetica,verdana,trebuchet,sans-serif; 
}

a:link { 
 color: #339900; 
 font-size: 16px; 
 font-weight: none; 
 text-decoration: underline; 
}

a:visited { 
 color: #000000; 
 font-size: 16px; 
 font-weight: none; 
 text-decoration: underline; 
}

a:active { 
 color: #dddddd; 
 font-size: 16px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:hover { 
 color: #000000; 
 font-size: 16px; 
 font-weight: none; 
 text-decoration: underline; 
}

/*---  LEFT SIDE BAR ---*/
#menu {
 width: 175px;
 float: left;
 font: 11px/12px arial,helvetica, verdana,trebuchet,sans-serif;
 padding-right: 10px;
 text-align: left;
 color: #333;
 padding-bottom: 30px;
 /*border-left: 1px dotted #999;*/
}


/*---  MAIN PAGE CONTENT ---*/
#content {
 width: 500px;
 float: left;
 text-align: left;
 margin-left: 0px;
padding:0;
}
body>#content {
 width: 500px;
}



a.blogType{
margin-left:-100px;
color:#339900;
font-size:24px;
text-decoration:none;
}

a.blogType:hover{
color:#000000;
}

/*--- "member" links: login, register, calendar, etc. ---*/

.loginLinks, .loginLinks a { 
 color:       #000000;
  font-family: tahoma,verdana,trebuchet,sans-serif;
 font-size:   11px; 
/*text-transform:uppercase;*/
}
.loginLinks a:link    { color:  #339900;}
.loginLinks a:visited { color:  ##339900;}
.loginLinks a:active  { color:  #339900;}
.loginLinks a:hover   { color:  #E5E203;} 


/*--- Dotted line between menu items in sidebar ---*/

.menuSpacer {
/*border-bottom: 1px dotted #999;*/
 margin-bottom: 15px; 
}

.dottedSpacer {
border-bottom: 1px dotted #999;
 margin-bottom: 15px; 
}

/*---  Used in Trackback and Pingback page.  ---*/

H2 {
  font-family: arial,helvetica,tahoma,trebuchet,sans-serif;
 font-size:   28px;
 color:       #666666;
margin-bottom:0;
}

/*---  Used in Weblog templates to format the title of entries  ---*/

H3 {
  font-family: arial,helvetica,tahoma,trebuchet,sans-serif;
 font-size:   16px;
 /* 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,trebuchet,sans-serif;
 font-size:   12px;
 color:       #999999;
 margin-top: 2px;
 margin-bottom: 5px;
 font-weight: bold;
}

/*---  Used in comment templates to format text used in the comment form. ---*/

H5 {
  font-family: arial, helvetica, verdana,trebuchet,sans-serif;
 font-size:   12px;
 color:       #666666;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
}

/*---  Tumblr formatting.  ---*/
td.annextable{

}

.annextable img {
height:120px;
border:0;
}

td.annextable a{
	color:#339900;
text-decoration:none;
}





/*---  Weblog entry formatting.  ---*/

.weblog {
 padding-bottom: 12px;
 /*---border-bottom:1px dotted #999999; ---*/
}




.entry{
padding-bottom:20px;
border-bottom:1px dotted #dddddd;
font-size:16px;
}

.posted, .title, .dateTime{
text-align:center;
}

.paginate{
text-align:center;
font-size:16px;
}

/*---  Name of author in weblog entries ---*/

.author {
  font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #999999;
 font-weight: normal;
}

/*---  Date in weblog entries ---*/

.dateTime {
  font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #999999;
 font-weight: normal;
 margin-bottom:10px;
}

/*---  Paragraph formatting in weblog entries ---*/

p {
  font-family:  arial,helvetica,verdana,tahoma,trebuchet,sans-serif;
 font-size:   16px;
 /*color:       #333333;*/
 color: #000000;
 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:        tahoma, 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: tahoma,verdana,Arial,sans-serif;
 font-size:   11px;
 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:       #ffffff;
  font-family: tahoma,verdana,Arial,sans-serif;
 font-size:   11px; 
 font-weight: bold;
} 
.navlinks a:link    { color:  #ffffff; }
.navlinks a:visited { color:  #ffffff; }
.navlinks a:active  { color:  #333333;}
.navlinks a:hover   { color:  #000000;}


/*  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:       #666666;
}
.monthdays a:link    { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:visited { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:active  { color:  #333333; text-decoration: underline;font-weight: bold;}
.monthdays a:hover   { color:  #cccccc; text-decoration: none;font-weight: bold;}


/*--- "MP3" links:  ---*/

.mp3Links { 
 color:       #000000;
 font-family: verdana,Arial,sans-serif;
 font-size:   12px; 
 text-align:left;
}


