/* Simplethree Template 1.1 by Charles Griffin http://www.rippleweb.org */
/* CSS is based on CSS generated by www.csscreator.com */
/* Released under a Attribution-NonCommercial-ShareAlike 2.0 Creative Commons License */

html, body{ 
margin: 10px 10px 10px 10px; 
padding:0; 
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
text-align:center; 
} 

a:link { text-decoration: underline; color: #006666; }
a:hover { background-color: #000000; text-decoration: none; color: #eee; }
a:visited { text-decoration: underline; color: #006666; }
a:hover { background-color: #000000; text-decoration: none; color: #eee; }
 
#pagewidth{ 
text-align:left; 
min-width: 500px;margin-left:auto; 
margin-right:auto; 
border: 1px solid #000;
} 
 
#header{ 
width:100%; 
background:#CCCCFF; 
border-bottom: 1px solid #CCCCFF;
} 

#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #036;
color: #FFF;
width: 100%;
font: normal 100% arial, helvetica, sans-serif;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
background-color: #036;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}

#leftcol{
width:200px; 
float:left; 
position:relative; 
margin-left:-200px; 
margin-right:1px; 
}
 
#outer{ 
border:solid white 0px; 
 /*/*/ border-left-width: 200px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #CCCCFF;   /* left column colour */ 
border-left-style: solid; 
/*/*/ border-right-width: 200px; /* right column width. NN4 hack to hide borders */ 
border-right-color: #CCCCFF;  /* right column colour */ 
border-right-style: solid; 
background: #fff; /* center column colour */ 
width: auto; 
 } 
 
#rightcol{
/*/*/ width:200px; /* hack keeps NN4 right column right? */ 
float:right; 
position:relative; 
margin-right:-200px; 
margin-left:1px; 
} 
 
#footer{
width:100%; 
background:#CCCCFF; 
text-align: center;
border-top: 1px solid #000;
} 
 
#inner{
margin:0; 
width:100%;
}
 
#maincol{ 
float: left; 
width: 100%; 
position: relative; 
margin: 0 -8px 0 -2px; 
}
 
#outer>#inner { border-bottom: 1px solid #fff;  }
 
.clr{
clear:both;
}
 
.content {
padding:10px; /*padding for content - all 3 columns*/ 
font-size: 12px;
} 
 
#header .content {
padding-bottom:0;  /*padding bottom 0 to remove space in IE5 Mac*/ 
}
 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 

/*hide the right column when printing*/
#rightcol{display:none;} 
#outer{border-right:0;} 
}

h1 {
margin-top: 0;
font-size: 150%;
color: #333366;
}

h2, h3 {
font-family: georgia, times new roman, times, serif;
}

h4 {
/*margin-bottom: 4px;*/
}

p {
font-size: 12px;
}

.center {
text-align: center;
}

blockquote {
font-family: georgia, times new roman, times, serif;
border-left: 2px solid #FFFFCC;
padding-left: 10px;
padding-right: 10px;
line-height: 120%;
font-size: 14px;
text-align: justify;
}

ul {
list-style: disc;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 0em;
padding-left: 1em;
}

li {
color: #333;
}

img {
margin: 0;
padding: 0;
border: 0;
}

.date {
font-size: 140%;
color: #CC0033;
}

.blogtitle {
font-size: 200%;
letter-spacing: 0.2em;
margin: 0;
padding: 20px 10px 20px 60px;
}

.title {
font-size: 170%;
color: #333366;
border-left: 5px solid #CC0000;
padding-left: 5px;
}

.posted {
margin-top: 10px;
margin-bottom: 30px;
font-size: 10px;
color: #000000;
text-align: right;
} 

.sidetitle {
margin: 10px 0;
font-size: 125%;
color: #333366;
}

.paginate {
font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size: 12px;
font-weight: normal;
letter-spacing:	.1em;
padding: 10px 6px 10px 4px;
margin:	0;
}

.pagecount {
font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size: 10px;
color: #666;
font-weight: normal;
}

.textarea {
border-top: 5px solid #999999;
border-left: 5px solid #999999;
background-color: #fff;
color: #000;
font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size: 11px;
margin-top: 3px;
margin-bottom: 3px;
}

.checkbox {
margin: 3px;
padding: 0;
border: 0;
}

.submit {
background: #fff;
font-family: Arial, Verdana, Sans-serif;
font-size: 10px;
font-weight: normal;
letter-spacing: .1em;
padding: 1px 3px 1px 3px;
margin-top: 6px;
margin-bottom: 4px;
text-transform: uppercase;
color: #000;
}