﻿/* Style of Linmic's HP */

body {
	background: url(../images/bg.png) repeat;
}
a:link, a:visited, a:hover, a:active {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
.vcard {
	position: absolute;
	background: url(../images/card-bg.gif) repeat-x;
	border-right: solid 7px #ccc;
	border-left: solid 7px #ccc;
	border-bottom: solid 7px #666;
	border-top: solid 7px #666;
	top: 50%;
	left: 50%;
	width: 35em;
	height: 18em;
	margin-left: -16em;
	margin-top: -10em;
}
.links {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.links a {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.links ul {
	margin: 0;
	padding: 0;
}
.links li {
	float: left;
	list-style: none;
}
.links li a {
	display: block;
	background-color: #999;
	padding: 3px 10px;
	border: solid 1px #ccc;
	border-width: 0 1px 1px 0;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.links li a:hover {
	color: #fff;
	padding: 10px 10px;
}
.vcard .detail {
	margin-left: 9em;
}
.vcard h1 {
	font-size: 220%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 1.2em;
	line-height: 1em;
	color: #fff;
	margin-left: -3em;
}
.vcard h1 em {
	/*color: #FF0066;*/
	color: #FFCCFF;
}
.vcard h2 {
	font-size: 120%;
	color: #fff;
	margin-top: 0.8em;
	margin-left: -5.3em;
}
.vcard h2 em a {
	color: #fff;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.vcard h2 em a:hover {
	border-bottom: solid 3px #FFCCFF;
}
.vcard h2, .vcard h3, .vcard p {
	font-family: "Century Gothic";
}
.vcard h3 {
	color: #333;
	font-size: 100%;
	margin-top: 0.3em;
}
.vcard p {
	color: #fff;
	margin-top: 1.2em;
}
.vcard .email {
	font-family: "Century Gothic";
	color: #fff;
}
.vcard p a {
	color: #fff;
}
.vcard h1, .vcard h2, .vcard h3 {
	font-weight: normal;
}
.vcard .plus {
	font-size: 130%;
	font-family: Helivetica;
	color: #CCFFFF;
}
.vcard .tags {
	color: #fff;
	position: absolute;
	top: 0;
	right: 1em;
	font-style: oblique;
}
.vcard .tags a {
	color: #fff;
	font-family: "Times New Roman", Times, serif;
}
.vcard .tags a:hover {
	text-decoration: underline;
	cursor: pointer;
}
.vcard .nickname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.vcard .title {
	color: #fff;
	font-size: 1.1em;
	font-style: italic;
}
.vcard .tel {
	color: #fff;
}
.vcard .org {
	font-style: italic;
	color: #fff;
}
.vcard .hidden {
	display: none;
}
