@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: cardinal;
	src: url(Cardinal.ttf);
}

@font-face {
	font-family: cinnamon;
	src: url(cinnamon.ttf);	
}

a {
	color:#FFF;
	text-shadow: 0 0 20px #000;
	text-decoration: none;	
}

a:hover{
	color:#fff;
	text-shadow: 0 0 3px #fff;
	text-decoration: none;	
}

table {
	height=100%;
}

body {
	background-color: #FFEBCC;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #000;
	font-size: 20px;
	font-family: cinnamon;
}

#banner {
	border-radius: 5px;	
	padding: 12px;
	background-image: url(../images/header.jpg);
	background-size: cover;
	font-size: 50px;
	font-family: cardinal;
	color:#FFF;
	text-shadow: 0 0 20px #000000;
	text-decoration: none;
}

#banner img {
	border:1px solid #;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10x;
	border-radius: 10x;
	vertical-align: middle;
}

#banner td {
	font-family: cardinal;
	vertical-align: middle;
}

#login {
	border-radius: 5px;
	padding: 20px;
	background-image: none;
	font-size: 24px;
	float: left;	
}

.content.input {
	border: 1px;
	outline: 1px;
}

.menu {
	background: rgba(255, 255, 255, 0.4);
	border-radius: 10px;
	padding: 20px;
	background-size: contain;
	text-align: center;
	

	width: 100%;
	margin-top:10px;
	

	font-size: 24px;
	font-family: cinnamon;
}

div.menu a {
	color:#000;
	text-shadow: none;
	text-decoration: none;	
}

div.menu a:hover{
	color:#000;
	text-shadow: 0 0 20px #000000;
	text-decoration: none;	
}

#links {
	list-style-type: circle;
	font-size: 20px;
	text-align: left;
}

.content {
	background: rgba(255, 255, 255, 0.4);
	border-radius: 10px;
	padding: 20px;

	position: relative;
	top: 10px;
	margin-left: 20px;
	margin-bottom: 30px;
	margin-right: 20px;
	
	outline: 1px;
	border: 1px;
	clear: both;
	
	height: 100%;
}

.h1 {
	color: #000;	
	font-size: 30px;
	font-family: inherit;
	text-shadow: 5px 5px 5px #990000 ;
} 

.button {
	font-family: cinnamon;
	text-decoration:none;
	font-size: 20px;
}

table {
	border: none;
	outline: none;
}

td {
	border: none;
}

a:link {
	text-decoration:none;
}

ul {
	list-style: square inside;
	position: relative;
}

#worm {
	float: right;
}

#error {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#error button {
	width: 100px;
}

#jButton {
	border-radius: inherit;
	text-align: center;
	color: #FFF;
}

#errContent {
	width: 320px;
	text-align: center;
	padding: 10px;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
}

#errContent img {
	border:1px solid #;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#friends img {
	border:1px solid #;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#friends table {
	vertical-align: top;
	text-align: center;
	color: #000;
	width: 100%;
}

#friends img, td {
	vertical-align: top;
}

#friends #pending {
	background-color: rgba(255,255,0,0.5);
}

#friends a, a:hover {
	color: #000;
}

#bookList th {
	text-align: left;
}

#friendNo {
	cursor: pointer;
	background-image: url(../images/friend.png);
	font-size: 14pt;
	width: 32px;
	height: 32px;
	text-align: center;
	color: #fff;
	vertical-align: bottom;
	line-height: 45px;
	font-family: cinnamon;
	font-weight: 900;
	text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

#messageNo {
	cursor: pointer;
	margin-right: 20px;
	background-image: url(../images/mail.png);
	font-size: 14pt;
	width: 32px;
	height: 32px;
	text-align: center;
	color: #fff;
	vertical-align: bottom;
	line-height: 45px;
	font-family: cinnamon;
	font-weight: 900;
	text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}