/* CSS Document */
*{
padding: 0;
margin: 0;
}

body {
	background-color: #C9C2F4;
	font-family: "arial", "verdana", sans-serif;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	background-image: url(bkgr2.gif);
	color: #5d5b87;
}

#wrapper {                /*--------------wrapper around entire contents-------*/
width: 617px;    /*width of top image*/
margin: auto;
text-align: left;
background: url(banner.gif) no-repeat;
padding-top: 146px;    /*height of top banner*/
border: dotted #9D7FCC 2px; 
position: relative;
} 

#sidenavigation {                 /*----------for menu--------*/
	height: 460px;
	overflow: auto;
	background-color: #B6A9D9;
	width: 147px;
	border-right: 3px double #9D7FCC;
	text-align:left;
}

#maincontent {
position:absolute;
	width: 467px;
	height: 460px;
	overflow: auto;
	background-color: #B6A9D9;
	top:146px;
	left:150px;
	border-top:1px solid #9D7FCC;
	} 

/*------------headline---------------*/
h2 {
font-size: 90%;
background-color: #A597F5;
border-top: 1px dashed #9D7FCC;
border-bottom: 1px dashed #9D7FCC;
text-align: center; 
padding: 3px;
color: #5d5b87;
}

/*-------------menuheadlines-------*/
.menuheadline{
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	border: 1px dashed #9D7FCC;
	background-color: #A597F5;
	font-weight: bold;
	font-size: 75%;
	letter-spacing: 1px;
	color: #5d5b87;
}

/*--------------general content styling-----------*/
p {
margin: 10px 20px;
font-size: 80%;
line-height: 120%;
}

img {
border: 0;
}

.credit {
font-size: 75%;
}

/*--------------link styling---------------*/
a:link {
text-decoration: none;
color: #584189;
font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #5e236e;
	font-weight: bold;
}

a:hover, a:active {
	text-decoration: none;
	color: #5e236e;
	text-transform: capitalize;	
}

/*-------------navigation-------------*/
#navigation {
	font-weight: bold;
	font-size: 65%;
	text-align:left;
	padding: 2px 0px 1px 20px;
	list-style-image: url(bullet6.gif);
}

#navigation li a:link, #navigation li a:visited {
	color: #584189;	
}

#navigation li a:hover, #navigation li a:active {
	border-bottom: 2px double #5d5b87;
}

/*-------------New stuff------------*/
.new {
margin: 2px 25px 2px 25px;
font-size: 80%;
border:1px dashed #5D5B87;
padding-left: 3px;
padding-left: 3px;
text-align:center;
}

#dolls td{
text-align:center;
padding: 4px 10px 4px 10px;
/*border: 1px dashed #000;*/
font-size: 75%;
}

#dolls {
text-align:center;
margin:10px;
/*border: 1px solid #000;*/
padding-top: 10px;
}

#cutenews td{
text-align:center;
padding: 5px 10px 0px 10px;
/*border: 1px dashed #000;*/
font-size: 75%;
}

#dollmenu {
	font-size: 75%;
	text-align:center;
	list-style-type: none;
	padding: 3px 20px 5px 20px;
}

#dollmenu li{
display:inline;
}

#blends td {
font-size: 78%;
/*border:1px dashed #000;*/
padding-top: 5px;
padding-left: 2px;
padding-right:2px;
}

ul#iconmenu {
font-size: 80%;
padding-left: 50px;
}

#icons {
padding: 15px;
}

.joined {
font-size: 80%;
padding-left: 50px;
}

.subtitles {
	font-size: 80%;
	text-align:left;
	padding-left: 20px;
	padding-top: 15px;
	font-variant: small-caps;
}

.resources {
font-size: 78%;
}

