/* main background image and backup color */

body { 
background: url(http://thewindingroad.org/images/bg2.jpg) #70DBFF fixed;
}


/* default font size/style/color */

td { 
color: #FFFFCC; 
font-size: 10px;
line-height: 12px;
font-family: verdana, helvetica, arial, sans-serif;
}


/* header image */

td.header {
background: url(http://thewindingroad.org/images/twrbanner.jpg) #000000; 
}


/* main border color */

table.outside {
background-color: #FFFFFF; 
}


/* main background color */

table.inside {
background-color: #6699CC; 
}


/* default link colors and styles */

a:link { color: #99FF99; text-decoration: underline;}
a:visited { color: #99FF99; text-decoration: underline;}
a:active { color: #FFFFFF; text-decoration: none;}
a:hover { color: #FFFFFF; text-decoration: underline;}


/* small entry box */

td.boxes {
background-color: #00D1D1;
text-align: left;
}

.boxes a:link { color: #004D99; text-decoration: underline;}
.boxes a:visited { color: #004D99; text-decoration: underline;}
.boxes a:active { color: #FFFFFF; text-decoration: none;}
.boxes a:hover { color: #FFFFFF; text-decoration: underline;}


/* menu with nav links */

td.links {
background-color: #CC66CC;
text-align: center;
font-weight: bold;
}

.links a:link { color: #FFFFCC; text-decoration: underline;}
.links a:visited { color: #FFFFCC; text-decoration: underline;}
.links a:active { color: #FFFFFF; text-decoration: none;}
.links a:hover { color: #FFFFFF; text-decoration: underline;}


/* copyright background color, text style */

td.copyright {
background-color: #6699CC;
text-align: center;
font-weight: bold;
}


/* sitemeter box placement, currently hidden */

.sitemeter { 
position: absolute; 
top: 10px; 
left: 10px; 
visibility: hidden; 
}


/* rich rants settings */

.richmenu { 
background-color: #000033; 
border: solid black; 
color: #ccccff; 
font-size: 10pt; 
line-height: 16px; 
font-family: Arial, Verdana, sans-serif; 
padding: 20px;  
}

.richcopy { 
background-color: #000033; 
border: solid black; 
color: #ccccff; 
font-size: 11pt; 
line-height: 16px; 
font-family: Arial, Verdana, sans-serif;  
padding: 20px; 
text-indent: 30px; 
}


/* rob rants settings */

.robmenu { 
background-color: #330000; 
border: solid black; 
color: #cccccc; 
font-size: 10pt; 
line-height: 16px; 
font-family: trebuchet ms, times new roman, serif; 
padding: 20px; 
}

.robcopy { 
background-color: #330000; 
border: solid black; 
color: #cccccc; 
font-size: 11pt; 
line-height: 16px; 
font-family: trebuchet ms, times new roman, serif; 
padding: 20px; 
text-indent: 30px; 
}
