@charset "utf-8";

div#entryArea {
	display: none;
	}
/*FEEDBACK*/

body.index_main h1 {
	display: block;
	position: relative;
	top: -3px;
}

/*-----------------------------

Elements

------------------------------*/

html {
	background-color: #0028a3;
}

body {
	color: #63a9ff;
	background-color: #000856;
	background-image: url(img/bg_spiral2.png);
}

h1 {
	margin-top: 1em;
	padding: 40px 0 70px 125px;
	font-size: 197%;
	text-transform: uppercase;
	color: #fff;
	background-image: url(img/bg_h1.png);
	background-position: top left;
	/*
	text-shadow:2px 2px 3px #000;
	-webkit-text-shadow::2px 2px 3px rgba();
	-moz-text-shadow::2px 2px 3px #000;
	*/
}

div#main h2 {
	padding: 0 0 0.5em 0;
	color: #fff;
	background-image: url(img/line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: none;
}

/* Link */

a:link,
a:visited {
	border-color: #0a47cb;
}

a:link {
	color: #479eff;
}

a:visited {
	color: #479eff;
}

a:hover {
	color: #94c6ff;
	border-color: #b1ebff;
}

textarea:focus,
input:focus {
	outline: 1px solid #000!important;
	background-color: #07118a;
}

/* form */

input,
textarea {
	border-color: #000 #000b76 #000b76 #000;
	color: #fff;
	background-color: #000850;
}

input:hover,
textarea:hover {
	border-color: #0045c5;
}

textarea {

}

input.submit {
	padding: 4px 10px;
}

div#entryArea form input.submit {
	width: 100px;
}

/*-----------------------------

Class

------------------------------*/

.caution li {
	color: #fff;
}

p.topicPath span.current {
	padding: 2px 4px;
	border: none;
	font-size: 12px;
	font-weight: bold;
	color: #8e9aff;
	background-color: #0018da;
}

p.return {
	background-image: url(img/arrow2_top.gif)!important;
}

p.return a {
	color: #057efe;
	background-color: #b1ebff;
}

p.return a:hover {
	color: #000;
	background-color: #fff;
}

/*-----------------------------

Entry List

------------------------------*/

div.entrySite {
	margin: 1em 0;
	padding: 1px 0;
	background-image: url(img/line.png);
	background-repeat: no-repeat;
}

div.entrySite h3 {
	margin: 10px 0 0;
	padding: 5px 0 5px 25px;
	font-size: 108%;
	color: #fff;
	background-image: url(img/star02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div.entrySite p.thumb {
	margin: 5px 0 0 10px;
	float: right;
	width: 128px;
	display: inline; 
	background-color: #000;
}

div.entrySite p.thumb a img {
	border: none;
}

div.entrySite p.thumb a:link img {
	border-bottom: 3px solid #5fff00;
}

div.entrySite div.textBody {
	
}

div.entrySite div.textBody p {
	margin-top: 5px;
	color: #a3abff;
}

/*-----------------------------

Entry Post Form

------------------------------*/

div#entryArea div#entryForm {
	padding: 90px 0 100px;
	background: url(img/earth.gif) no-repeat;		
}

div#entryArea form {
	margin: 0 100px;
	padding-bottom: 10px;
	background-color: transparent;
	border-style: solid;
	border-width: 1px;
	border-color: #000 #3263a2 #3263a2 #000;
	background-image: url(img/bg_alpha50.png);
	background-repeat: repeat;

   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px; 
}

* html div.entryForm form {
	back\ground-color: transparent;
	background-image: url(dummy.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/bg_alpha50.png", sizingMethod="scale");
	_height: 1px; /* IE6 */
}

div#entryArea form legend {
	display: none;
}

div#entryArea form dl {
	margin: 10px 10px 5px;
}

div#entryArea form dl dt {
	margin: 5px 0 5px;
	font-weight: bold;
	color: #fff;
}

div#entryArea form dl dd {
	margin: 5px 0 5px 0px;
}

div#entryArea div.action {
		margin: 0 10px;
}

/*-----------------------------

header

------------------------------*/

div#header p.siteName a {
	color: #fff;
}

div#header p.siteName a span {
	color: #003fff;
}

div#header p.siteName a:hover span {
	color: #0eaceb;
}

/*-----------------------------

Content

------------------------------*/

div#content {
	background-image: url(img/bg_banana.png);
}

div#footer {
	background-color: #000f82;
	background-image: url(img/bg_footer.png);
	background-repeat: repeat-x;
}

/*-----------------------------

Utilities

------------------------------*/

div#utilities {
	_height: 560px;
	min-height: 560px;
	background-image: url(img/line_utilities.gif);
	background-repeat: no-repeat;
}

div#utilities h2 {
	background-color: #000b72;
}

div#utilities div.menu ul li {
	color: #63a9ff;
}

div#utilities div.menu ul li a {
	color: #fff;
}

div#utilities div.menu ul li a {
	background-image: url(img/arrow01_right_normal.gif);
}

div#utilities div.menu ul li a:hover,
div#utilities div.menu ul li.current a {
	color: #9effff;
	background-image: url(img/arrow01_right_on.gif);
}

div#utilities div.menu ul li.feedback {
	background-image: url(img/icon_fb.png);
}


/*-----------------------------

v-mate

------------------------------*/

div.v-mate {
	width: 260px;
	border-width: 1px;
	border-style: solid;
	border-color: #0015f2 #000326 #000326 #0015f2;
	background-color: #000a73;
	background-image: url(img/bg_v-mate.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

div.v-mate h2 {
	margin-bottom: 0;
	padding: 0 0 22px 32px;
	color: #6474ff;
	background-image: url(img/bg_heading01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.v-mate h2 span.name {
	color:#fff;
}

div.v-mate p.thumb {
	margin: 0 0 0 10px;
	float: left;
	width: 64px;
	display: block;
}

div.v-mate div.info {
	margin-top: -10px;
	width: 175px;
	float: left;
	display: block;
}

div.v-mate div.info ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}

div.v-mate div.info ul li {
	margin-bottom: 5px;
	line-height: 1.7;
}

div.v-mate div.info ul li span.title {
	margin-right: 5px;
	color: #b1ebfe;
	font-weight: bold;
}

div.v-mate div.info ul li img {
	border: 1px solid #0032b0;
}

/* Clearfix
---------------*/

div.entrySite {
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

div.entrySite:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
