@charset "UTF-8";
*{
margin: 0;
padding: 0;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
body {
width: 100%;
min-width:1024px;
height: 100%;
font-size: 90%;
text-align: center;
color: #000000;
background-color: #FFFFFF;
}
a {
color: #ff73c0;
font-weight: bold;
text-decoration: none;
padding-top: 3px;
padding-bottom: 5px;
}
a:hover {
text-decoration: underline;
color: black;
}
img {
border: 0px
}
#main {
margin: 0 auto;
width: 1000px;
text-align: center;
overflow: hidden;
}
#main h2 {
font-size: 16px;
padding-top: 5px;	
}
#logo {
clean: both;
height: 140px;
overflow: hidden;
margin-left: 70px;
background: transparent url(images/logo.png) top center no-repeat;
}
#main #bookmark {
overflow:hidden;
float:right;
margin-right: 10px;
}

#main #archives{
clear: left;
margin-top: 10px;
margin-left: 30px;
width: 960px;
height: 16px;
display: compact;
font-size: 12px;
vertical-align: baseline;
}

#main #archives a{
width:14px;
margin-right: 4px;
}

div.thumbs{
clear: left;
position: relative;
margin-left: 58px;
}

div.thumbs a img {
width: 150px;
height: 200px;
margin: 2px;
border: 1px solid #000000;
float: left;
background: url(images/loading.gif) center center no-repeat;
}

div.thumbs a:hover img {
border: 1px solid #ff1493;
}

#bottom{
clear: both;
margin: 0 auto;
height: 80px;
margin-top: 50px;
text-align: center;
color: #696969;
font-size: 11px;
}

#toplist {
clear: left;
margin: 0;
padding: 0;
position: relative;
margin-left: 58px;
width: 960px;
}

#toplist a {
margin:0px;
float:left;
width:156px;
height:226px;
font-size: 16px;
font-weight: bold;
text-align: center;
vertical-align: text-bottom;
overflow: hidden;
}

#toplist a:hover {
text-decoration:none;
color: #c71585;
}

#toplist a img {
margin: 0;
padding: 0;
width:150px;
height:200px;
border: 1px solid #000000;
}

#toplist a:hover img {
	border: 1px solid #ff1493;
}

/* TEXT */
.links{
clear: left;
padding: 20px 0px 26px 4px;
overflow: hidden;
vertical-align: bottom;
}
html:first-child .links{
	padding: 30px 0px 15px 2px;			
}
.links .left{
	clear: left;
	float: left;
}
.links .center{
	float: left;
}
.links .right{
	float: left;
}
.links div {
text-align:left;
padding: 0;
width: 234px;
overflow: hidden;
}
.links div a{
margin:0;
margin-bottom: 6px;
font-size: 17px;
font-weight: bold;
color: #ff73c0;
padding: 0 0 10 14px;
text-decoration: none;
}
.links div a:hover{
font-weight: bold;
color: #c71585;
}

.clearfloat{
display: block;
clear:both;
height: 0;
font-size: 0px;
overflow: hidden;
}

