/*
 * Style Sheet for Sarah Trefethen'S personal weblog.  
 * Copy and cannibalize as you see fit.  
 * If you want to learn more about CSS, I suggest the 
 * tutorials and refrences at www.w3schools.com .
 *
 */


body {
text-align:center;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #000;
background-color: #345;
}

/*********************************** div ******************************/


div.all {
  width:702px;
  margin-right:auto;
  margin-left:auto;
  margin-top:40px;
  padding:0px;
  text-align:left;
}


div.header {
text-align: center;
background-color: #ddd;
}


div.entry {
text-align: left;
background-color: #ddd;
width: 672px;
margin: 10px auto 10px auto;
padding: 10px 15px 5px 15px;
}


/*********************************** table ******************************/

table.header {
margin: 0 0 0 0;
padding: 0 0 0 0;
width: 702px; 
align: center;
border-spacing: 0; 
cellspacing: 0;
}

table.footer {
text-align:center;
font-family: courier, verdana, arial, helvetica, sans-serif;
font-size: 11px;
text-color: #111;
margin-right:auto;
margin-left:auto;
width: 700px; 
align: center;
border-spacing: 0; 
padding: 0; 
cellspacing: 0;
}


/*********************************** img ******************************/

img {
align: center;
border: none; 
}

img.header {
margin-top: 1px;
border: 1px, 1px, 0, 1px; 
border-color: #dfa;
}



/*********************************** text ******************************/

a {  
  color: #111144; 
  text-decoration: none;
  font-weight:bold;
}

a:hover {
  color: #11111;
  text-decoration:underline;

}


p.title {
font-size: 11pt;
font-style: italic;
position: relative;
left: -8px;
}

p.link {
text-indent: -25px;
margin-left: 25px;
margin-right: 25px;
}

p.entry-navigation {
text-align:center;
}

/*********************************** general ******************************/

.right {
float: right;
}

.left {
float: left;
}


