/* encyclopedia CSS */

@import "base.css";
@import "template.css";


body{
background-image:url(img/header1.jpg);
}
h1, .subsection{
border-bottom-color:#2b8dbf;
}
a, .inner .selected ul a{
color:#036dda
}
#footer,
.inner li a:hover,
.inner .selected ul a:hover,
#topNav a:hover,
.actions a,
.pair a:hover,
.genericList a:hover,
.pagination a{
background-color:#2b8dbf;
}

.box, .fieldbox{
background-color:#f7f4ed;
}
.inner, #userInfo span{
background-color:#ebe5d5
}

/* Pages */

/*#articleForm #mainContent{min-width:490px}*/
#articleForm #extra{margin-top:12px}
#insertImageBtn{margin-right:5px}
#imageList img{
padding:3px;
border:1px solid #aaa
}
#imageList .selected img{
background-color:#2b8dbf;
}

#subscribe #mainContent .box{
float:left;
width:200px;
margin:10px 20px 0 0;
background:#f7f4ed url(img/extrabottom.gif) no-repeat bottom;
padding-top:10px;
}
#subscribe #mainContent #subscribeLink{
padding:10px 0 0;
background:url(img/extratop.gif) no-repeat left top;
text-align:left;
position:relative;
z-index:5;
font-size:1.3em
}
#subscribe #mainContent .box li{background-image:none}

#subscribe #mainContent #tree{position:relative;z-index:9}

#subscribe #mainContent{min-width:440px}










