/*enter comment here*/

   * {
      padding:0;
      margin:0;
   }
   
body
{
     background:#44443C url('') no-repeat fixed top left;
	margin:10px;
	color:#353535;

/*     font:"Trebuchet MS" "New Gothic MT" "Verdana" "Lucida Sans Unicode";
	font-size:100%;*/
	   }

   h1
 {
/*position:absolute;
top:85px;
left:300px;*/
font-size:2.5em;
   }
   
   h2 
{
font-size:2.0em;
   }

h3
{
font-size:1.5em;
}

  
   a:link {color: teal; text-decoration: none; }
     
   a:visited {color: purple; text-decoration: none; }
   
   a:hover {color: fuchsia; text-decoration: underline;}
        
   a:active {color: red; text-decoration: underline; }
   
   a.blog:link {color: teal; text-decoration: blink; }
        
   a.blog:visited {color: purple; text-decoration: none; }
      
   a.blog:hover {color: fuchsia; text-decoration: underline;}
           
   a.blog:active {color: red; text-decoration: underline; }

   a.offsite:link {color: black; text-decoration: underline; }
        
   a.offsite:visited {color: black; text-decoration: none; }
      
   a.offsite:hover {color: fuchsia; text-decoration: underline;}
           
   a.offsite:active {color: red; text-decoration: underline; }


	p
{
font-size:1em;
    margin:.75em .2em .75em .2em;
}

   .copyright {
      font-size:.75em;
   }


#everything
{
margin-left:auto;
margin-right:auto;
width:900px;
}

#banner
{
background-color:#F7F3F7;
margin-top:20px;
}

#logo
{
float:left;
text-align:center;
width:40%;
margin:30px 0px 0px 0px;
}

#sitename
{
float:right;
text-align:left;
width:60%;
margin:85px 0px 85px 0px;
}

/* base nav styles */  
/*nav { display:block; margin:0 auto 20px; border:1px solid #222; position:relative; background-color:#6a6a6a; font:16px Tahoma, Sans-serif; }  
nav ul { padding:0; margin:0; }  
nav li { position:relative; float:left; list-style-type:none; }  
nav ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }  
nav li a { display:block; padding:10px 20px; border-left:1px solid #999; border-right:1px solid #222; color:#eee; text-decoration:none; }  
nav li a:focus { outline:none; text-decoration:underline; }  
nav li:first-child a { border-left:none; }  
nav li.last a { border-right:none; }  
nav a span { display:block; float:rightright; margin-left:5px; }  
nav ul ul { display:none; width:100%; position:absolute; left:0; background:#6a6a6a; }  
nav ul ul li { float:none; }  
nav ul ul a { padding:5px 10px; border-left:none; border-right:none; font-size:14px; }  
nav ul ul a:hover { background-color:#555; }  
*/

nav#menu
{
clear:both;
padding:0px 0px 10px 0px;
margin-bottom:10px;
}

ul#menu
{
list-style-type:none;
overflow:hidden;
background-color:#F7F3F7;
text-align:center;
margin-left:auto;
margin-right:auto;
}

li.menulist
{
display:inline;
margin-left:10px; margin-right:10px;
}


#content
{
margin:5px 0px 10px 0px;
float:left;
width:66%;
overflow:auto;
padding:10px;
border-style:dashed;
border-width:2px;
border-color:#660066;
border-radius:10px;
background-color:#F3F5F7;
}


#rightbar
{
margin:5px 0px 10px 0px;
padding:10px;
float:right;
width:28%;
overflow:auto;
border-style:dotted;
border-width:2px;
border-color:#009999;
border-radius:10px;
background-color:#C0A0C0;
}

/*#articles
{
border-style:solid;
border-width:1px;
}
*/


/*
ul#rightbarmenu
{
margin-left: 2em;
}

li#rightbarmenu
{
display:inline;
}
*/

#navbar { 
text-align:center;
padding:5px;
margin-left:auto;
margin-right:auto;
overflow:auto;
border-style:solid;
border-width:5px;
border-color:#44443C;
border-radius:0px;
background-color:#F3F7F3;

	/*font: bold 10pt "century gothic"; */
   }

   #navbar li {
   	list-style-type: none;
   }

#twitter
{
margin:10px 0px 20px 0px;
}

.twtr-doc
{
margin-left:auto;
margin-right:auto;
}

#plurk
{
margin:20px 0px 20px 0px;
}

#plurkbadge
{
margin-left:auto;
margin-right:auto;
width:50%;
}


#footer
{
clear:both;
margin:0px 0px 20px 0px;
padding:10px 0px 10px 0px;
text-align:center;
background-color:#F7F3F7;
}


 /* Page specific stuff after this */


blockquote
{
border-left:solid;
border-left-width:3px;
border-left-color:#303030;
margin:0px 30px 0px 50px;
}
   
 
#navbar { 
text-align:center;
padding:5px;
margin-left:auto;
margin-right:auto;
overflow:auto;
border-style:solid;
border-width:5px;
border-color:#44443C;
border-radius:0px;
background-color:#F3F7F3;

	/*font: bold 10pt "century gothic"; */
   }

   #navbar li {
   	list-style-type: none;
   }

   #poem {
	margin: 35px 20px 10px 20px; 
	width: 240px; 
	float: left;
   }
   
   #poem p {
     margin:.2em .2em .2em .2em;  
     font: 20pt/22pt "Colonna MT" "Goudy Handtooled D"; 
     text-align:center;
   } 
   
   #poem br{
     padding-bottom: 5px;
   }
   
 
   #header{
     text-align: center;
     padding:20px 0px 5px 0px;
   }
      
 /*  #content{
     float: left;
     padding: 5px 20px 5px 20px;
     background: #FFCCFF;
     width:60%;
     margin-left : 50px;
     margin-bottom: 50px;
   }
*/

 
 
