
.menu{
	position:absolute;
	width:162px;
	left:80px;
	top:60px;
	z-index:3;
	

}


.button-active{
	position:relative;
	float: right;

	width:158px;
	height:60px;
	background-color:#3399CC;
	
	z-index:9;

	text-align: center;
	color:silver;
	font-weight:900;
	text-transform:uppercase;
	line-height:60px;
	vertical-align: middle;
	font-size:37pt;
	text-decoration:none;

	border-bottom-color:Black;
	border-bottom-width:2px;
	border-bottom-style:solid;

	border-left-width:2px;
	border-left-color:black;
	border-left-style:solid;

	border-top-width:2px;
	border-top-color:black;
	border-top-style:solid;

	
	margin-top:30px;

	display: inline;
}


.button-inactive{
	position:relative;
	float: right;
	display: inline;

	width:158px;
	height:60px;

	background-color:#333366;
	margin-top:30px;
	z-index:3;

	text-align: center;
	color: black;
	font-weight:900;
	text-transform:uppercase;
	line-height:60px;
	vertical-align:middle;
	font-size:37pt;
	text-decoration:none;

	border-color:black;
	border-style:solid;
	border-width:2px;

	
}


.sub-button{
	position:relative;
	float: right;

	width:135px;
	height:40px;
	background-color:#E3E8ED;

	display: inline;
	text-align: center;
	text-decoration:none;
	color:gray;
	text-transform:uppercase;
	line-height:40px;
	vertical-align:middle;

	border-left-width:2px;
	border-left-color:black;
	border-left-style:solid;

	border-right-width:2px;
	border-right-color:black;
	border-right-style:solid;

	border-bottom-width:2px;
	border-bottom-color:black;
	border-bottom-style:solid;

	z-index:1;
}



.timer{
	position: absolute;
	right: 0px;
	top: 20px;

	background-color: #3399CC;

	border-color: black;
	border-style: solid;
	border-width: 2px;

	color: white;
	font-size:8pt;

	padding-left:2px;
}


.link-category{

	border-style: solid;
	border-width: 2px;
	border-color: black;


	margin-bottom: 15px;

	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;

	z-index: 2;
}

.link-category-header{
	position: relative;
	float: right;

	top: -13px;

	font-weight:700;
	
	
	border-style: solid;
	border-width: 2px;
	border-color: black;
	
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;

	background-color: #3399CC;

}

.link-item{
	clear: both;

	border-color: white;
	border-style: solid;
	border-width: 2px;

	margin-bottom: 20px;

}

.link-item-header{
	position:relative;
	float: left;

	margin-top: -10px;
	margin-left: 7px;

	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;

	font-family: Tahoma;
	font-size: 14px;

	border-color: white;
	border-style: solid;
	border-width: 2px; 
	
	background-color:#3399CC;



}

.link-item-stats{

	position: relative;
	clear: right;
	float: right;
	height: 100%;
	background-color:#3399CC;

	text-align: right;

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;

	font-size: xx-small;
	text-transform: uppercase;

}


div.aimstats{

	background-color: #3399CC;
	border-color: black;
	border-style: solid;
	border-width: 2px;

}

.aimnormal{

}

.aimvisitor{
	background-color:teal;
}

.aimseconds{
	font-weight:bold;
	color:Maroon;
}

.aimdate{
	font-size:7pt;
}


.main{
	background-color:#3399CC;
	position: relative;
	z-index:2;

	min-height:700px;

	border-color:black;
	border-style:solid;
	border-width:2px;

	padding-left:30px;
	padding-right:30px;
	padding-top:35px;
	padding-bottom: 20px;

	width:440px;
	max-width:440px;
	min-width:440px;

	margin-bottom:40px;
}


A:HOVER{
	cursor:pointer;
}

A{
	text-decoration:none;
	color:white;
}


.log{
	padding-bottom: 30px;
	clear: both;
}

.log-title{
	text-transform:capitalize;
	font-size:x-large;
	
}

/* This selects the a tag in the titles */
.log-title a
{
	color: black;
}

.log-title a:HOVER
{
	color: white;
}

.log-time{
	font-size: xx-small;
	vertical-align: super;
}


.log-content{
	text-align: justify;

	margin-top: 18px;
}

/* List items seem to have strange margins */
.log-content li
{
	margin-left: 15px;
}


.log-footer{
	padding-top: 6px;
	font-size:x-small;

}

.comments{
	
	height: 230px;
	width: 100%;
	border: none;
}


body{
	background-image:url("/images/backgrounds/asukacollagebw.jpg");
	background-attachment:fixed;
	margin:0px;
}

.killer{
	position: absolute;
	top: 3px;
	left: 3px;
}


#flickrbadge{
	z-index: 2;

	right: 15px;
	top: 40px;

	position: absolute;
}

#flickrlogo{
	text-align: center;
	font-family: arial, helvetica;
	font-size: 11px;
}

.rssfeed{
	Z-INDEX:2;
	LEFT:15px;
	TOP:135px;
	POSITION:absolute;
}

.randomlink{
	Z-INDEX:2;
	LEFT:7px;
	TOP:165px;
	POSITION:absolute;
}


img[align='left']{
	margin-left: 0px;
	margin-right: 13px;
	margin-bottom: 2px;
	margin-top: 2px;
}

img[align="right"]{
	margin-left: 13px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-top: 2px;
}

span.red{
	color:red;
}

span.blue{
	color:blue;
}

span.purple{
	color:purple;
}

span.yellow{
	color:yellow;
}

span.green{
	color:green;
}

span.greya{
	color:#c0c0c0;
}

span.greyb{
	color:#b8b6b6;
}

span.greyc{
	color:#969494;
}

span.greyd{
	color:#808080;
}

select{
	font-size: 10px;
}

li{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

ul{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

div.wishlist-table{
	margin-bottom: 25px;
}

div.wishlist-total-row{
	border-top: 1px solid white;
	float: right;
	text-align: right;
	margin-top: 5px;
	padding-top: 3px;
}

.wishlist-item-links{
	font-size: 8 pt;
	text-align: center;
}



.whatpulse{
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #767676;
	background-color: #ABABAB;


	position: absolute;
	left: 2px; 
	top: 2px;
	
	font-size: 8pt;
	color: white;
	
}

.wishlist-category-title{
	margin-right: -10px;
	color: white;
	font-size: 16pt;
	float: right;
	text-decoration: underline;
}

.wishlist-item-title{
	color: silver;
}

.wishlist-item-description{
	color: black;
	margin-left: 14px;
	font-size: 7pt;
	font-family: tahoma;
}
