dfe2b8/* juneberry css sheet 2.18.08


/* color schemes */
.cs_one{
	color: #b195bb;		/* scheme4 purple 	*/
	/* color: #cfadd0;		/* scheme3 purple 	*/
	/* color: #b84c66;		/* scheme6 purple 	*/
	/* color: #454e87;		/* scheme2 blue 	*/
}
.cs_two{
	color:  #3a906b;		/* scheme4 green 	*/  
	/* color: #3a906b;		/* scheme3 green 	*/
	/* color: #68a894;		/* scheme6 green 	*/
	/* color: #3a906b;		/* scheme2 green 	*/
}
.cs_three {
	color: #f46857;		/* scheme4 red  	*/
	/* color: #f46857;		/* scheme4 red 	*/
	/* color: #e9f3ce;		/* scheme6 yellow 	*/
	/* color: #f46857;		/* scheme2 red 	*/
}
/* scheme 2 blue #454e87, green #3a906b
/* nother yellow #dfe2b8


/* ---------- Links n such ------------------------------------------------------------------------------------------------------------ */
ul.gray  li a {
	color: silver;
}   /* gray out unused links  */
a {
	border-bottom: 1px solid #E0E0E0;
	text-decoration: none;
	color: #b84c66; 
}
a:hover {
	border: none;
	color: black;
}

h1,h2,h3,h4,h5 {
	color:  #3a906b;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#colTwo li {
	padding: 20px 30px;
	border-bottom: 1px solid #C6CD9C;
}
#colTwo li ul {
	padding-left: 24px;
}
#colTwo li li {
	padding: 0;
	border: none;
}


/* ---------- Body ------------------------------------------------------------------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	background: #88ccee; /* #99ddee;  /* #ddcc66; */
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #454e87; 
}

#colOne .post {
	margin: 0 30px;
	padding: 20px 0 10px 0;
	border-top: 10px solid #cfadd0;
}

dt	{
	font-size: 1.4em;
}
p	{
	text-indent: 3em;
}

p:first-line { font-size: 1em; float: left; }
p:first-letter {
	color:#936;
	font-size: 2.4em;
	font-weight: bold;
	/* float: left; */
	/* margin: -.1em 0 0 -.2em; */
	/* padding: 0 .2em 0 0; */
}
/* ---------- Content keeper ------------------------------------------------------------------------------------------------------------ */

#content {
	width: 70%;
	margin: 0 auto;
	/* background: url(../images/bg.jpg) repeat-y; */ /* dithers */
	background: #88ccee; /* w/o javascript: background: #ffffcc;  */
}
.form {
  padding:0;
  margin:0;
  }
.form li {
  list-style-type:none;
  }

/* ---------- Left Col ------------------------------------------------------------------------------------------------------------ */

#colOne {
	float: left;
	width: 65%;
}

/* ---------- Right Col ------------------------------------------------------------------------------------------------------------ */

#colTwo {
	float: left;
	width: 35%;
}



/* ---------- Header ------------------------------------------------------------------------------------------------------------ */
#header {
	height: 430px;
	background: url(../images/header_340x340.jpg) no-repeat right top;
}

#header h1 {
	padding: 310px 30px 0 0;
	text-align: right;
	letter-spacing: -5px;
	font-size: 4em;
	color:  #936;  /*2e264f;  /*#44367a;   /*#61367a; */
}

#header h1 a {
	border: none;
	text-decoration: none;
	color: #B22900;
}

#header h2 {
	margin: -15px 0 0 0;
	padding: 0 30px 0 0;
	text-align: right;
	letter-spacing: normal;
	font-size: 1em;
}

#header h2 a {
	border: none;
	text-decoration: none;
	color: #6C7F00;
}

/* ---------- Side decoration
----------------------------------------------------------------------------------------------------*/
#extraDivL {
background-image: url(../images/left.jpg);
background-position: top right;
position: absolute; / *fixed; */
top: 0;
/* left: 0; */
right: 85%;
width: 15%;
height: 1600px;
background-repeat: no-repeat;
}

#extraDivR {
background-image: url(../images/right.jpg);
position: absolute; /* fixed; */
top: 0;
right: 0;
width: 15%;
height: 1600px;
background-repeat: no-repeat;
}

/* ---------- Footer ---------------------------------------------------------------------------------------------------------- */

#footer {
	width: 100%;
	padding: 10px 0 10px 0;
	margin: 0 auto;
	background: #cfadd0;
	text-align: center;
	font-size: .7em;
} */

