/*COLORS ______________________________ 

*/
/* GENERAL ______________________________ */
*{
border:0;
padding:0;
margin:0;
}
html, html body{
height:100%;
}
body{
background:rgb(152,150,197) url("../images/starsBG.gif") 0 0 repeat-x;
}
/* LAYOUT DIVs ______________________________ */
#wrapper{
height:100%;/* for IE6 - expands for content anyway */
width:700px;
background:transparent url("../images/wavyEdge.png") 0 0 repeat-y;
}
html>body #wrapper{ /* for good browsers - expand for content w/ min of 100% */
height:auto; 
min-height:100%;
}
#logo{
position:absolute;
top:160px;
left:30px;
width:504px;
height:67px;
background:transparent url("../images/logo.gif") 0 0 no-repeat;
text-indent:-9999px;
}
#logo a {
width:504px;
height:67px;
display:block;
}
#slogan{
line-height:1.4286em;
}
#moon{
position:absolute;
left:575px;
top:3px;
width:260px;
height:274px;
background:transparent url("../images/moon.png") 0 0 no-repeat;
}
#moon a{
display:block;
width:260px;
height:274px;
}
#moon a:hover {
text-decoration:none;
border:none;
}
#moon em {
display:none;
}
#content{
padding-top:290px;
background:transparent url("../images/starsTopBGWave.gif") 0 0 repeat-x;
}
#footer{
clear:both;
margin:30px 60px 1em 33px;
border-top:1px solid rgb(21,32,113);
}
#footer p{
font-size:.7143em;
margin:-11px 0 0 0;
padding:15px 0 5px 0;
background:transparent url("../images/singleStarSm.gif") right top no-repeat;
}
.stickyArt, .ideaArt{
clear:both;
overflow:hidden;
zoom:1;
}
/* IMAGES ______________________________ */
.imgR{
float:right;
margin:0 60px 10px 10px;
padding:7px 5px;
border:none/*1px solid rgb(135,132,185)*/;
}
.imgR img{
border:1px solid rgb(21,32,113);
}
#cover, #cover img{
border:0;
}
.ideaArt .imgR, .ideaArt .imgR img{
border:0;
}
/*NAVIGATION STYLES  ______________________________ */
#primNav {
position:absolute;
width:700px;
left:0;
top:240px;
margin-left:0;
border:1px solid rgb(21,32,113);
border-width:1px 0;
font-size:1.143em;
font-family:"Baskerville","Book Antiqua",times,serif;
}
#primNav li{
float:left;
}
#primNav li a{
float:left;
display:block;
padding:6px 6px 6px 30px;
text-decoration:none;
color:black;
margin:-6px 0 -6px 0;
border:0;
}
#primNav a:visited{
background-position: 0 0;
}
.itemsBody #items a,
.items #items a,
.aboutBody #about a,
.resourcesBody #resources a,
.ideasBody #ideas a,
.newsBody #news a,
.contactBody #contact a,
#primNav a:hover,
#primNav a:focus{
background:transparent url("../images/singleStar.gif") 0 0 no-repeat;
}