a{
text-decoration: none;
color: #36f;
}

a:hover {
text-decoration: underline;
}

a:visited{
color: #090;
}

a:active{
color: #eff;
}

html{ 
background-image:url("../images/graphics/bg-stonewall4.jpg");
background-color: #ece7e4;
color: #003;
}

body{
margin: 0;
margin-left: 1em;
/* leave room for the floating nav bar */
margin-right: 14em;
}

h1,h2,h3,h4,h5,h6{
font-family: sans-serif;
}

h1{ 
background-color: #7f0000;
text-align: center;
color: #eff;
-moz-border-radius-topleft: 2em;
-moz-border-radius-topright: 2em;
}

h2{ 
background-color: #cceeff;
text-align: center;
-moz-border-radius-topleft: 2em;
-moz-border-radius-topright: 2em;
-moz-border-radius-bottomright: 2em;
-moz-border-radius-bottomleft: 2em;
}

h3{ 
text-align: center;
color: #eff;
}

#body-inner > h2{ 
background-image:url("../images/graphics/corner_ul_solid3.gif");
background-repeat: no-repeat;
background-color: #eff;
text-align: center;
}

.geourlbutton {
	font: bold 11px sans-serif;
	text-decoration: none;
	color: #fff !important;
	background-color: #0071bc;
	border: 1px outset #0071bc;
	padding:0px 3px 0px 3px;
	margin:0px;
}

.geourlbutton a {
text-decoration: none;
color: #fff;
}

.geourlbutton a:visited{
color: #ff0;
}

.geourlbutton a:active{
color: #fff;
}

.section{
background-color: #eff; 
padding: 10px;
background-image:url("../images/graphics/corner_lr_solid1.gif");
background-repeat: no-repeat;
background-position: bottom right;
margin-top: 0;
margin-bottom: 1em;
margin-left: 1em;
margin-right: 1em;
-moz-border-radius-bottomleft: 2em;
-moz-border-radius-bottomright: 2em;
}

.section-center{
text-align: center;
background-color: #eff; 
padding: 10px;
background-image:url("../images/graphics/corner_lr_solid1.gif");
background-repeat: no-repeat;
background-position: bottom right;
margin-top: 0;
margin-bottom: 1em;
margin-left: 1em;
margin-right: 1em;
-moz-border-radius-bottomleft: 2em;
-moz-border-radius-bottomright: 2em;
}

.section-title, .blog-post h3, .blog-comment h3{
background-color: #749bd6;
background-image:url("../images/graphics/corner_ul_solid1.gif");
background-repeat: no-repeat;
border-bottom: 1px dashed #eff;
text-align: center;
font-size: 150%;
margin-top: 1em;
margin-bottom: 0;
margin-left: 0.65em;
margin-right: 0.65em;
-moz-border-radius-topleft: 2em;
-moz-border-radius-topright: 2em;
}

.blog-post, .blog-comment{
background-color: #eff;
color: #000;
padding: 10px;
background-image:url("../images/graphics/corner_lr_solid1.gif");
background-repeat: no-repeat;
background-position: bottom right;
margin: 1em;
}

.section p, .blog-post, .blog-comment {
padding: 0;
text-align: justify;
}

.section p .center {
padding: 0;
text-align: justify;
}


img.floatleft { 
float: left; 
margin: 4px; 
}

img.floatright { 
float: right; 
margin: 4px; 
}

/* navigation */

/* .nav-text, .nav-photos, .nav-graphics { text-decoration: line-through !important } */
.nav {
border: 1px solid #004;
background-color: #ece7e4;
text-align: center;
font-family: sans-serif;
font-size: 125%; 
position: absolute;
right: 0;
top: 1em;
width: 10em;
padding: 2px;
margin: 1ex;
-moz-border-radius-topleft: 2em;
-moz-border-radius-topright: 2em;
-moz-border-radius-bottomleft: 2em;
-moz-border-radius-bottomright: 2em;
}

/* only mozilla understands this selector */
.nav[id='navvy'] {
position: fixed;
}

.nav ul {
padding: 0;
width: 100%;
margin: 0;
}

.nav li {
display: block;
list-style: none;
background-color: #ece7e4;
border-top: 1px dashed #004;
border-bottom: none;
width: 100%;
}

.nav ul li:first-child {
border-top: none;
-moz-border-radius-topright: 2em;
-moz-border-radius-topleft: 2em;
}

.nav ul li:last-child {
-moz-border-radius-bottomright: 2em;
-moz-border-radius-bottomleft: 2em;
}

.nav li a{ 
display: block; 
padding: 0.5em;
}

.nav li:hover {
background-color: #eff;
}

