/*© NUCLEARWINGS.RU, 2011 | mail@asleepwalker.ru */
* { text-shadow: 0 0 0.1em gray; }
#content { line-height: 1.3; color: #E3E3E3; font: 16px "Arimo",sans-serif; text-decoration: none; }
.important { color: #C0FF3E; font: 16px "Arimo", sans-serif; text-decoration: none; }
.not-important { color: #AAA; }
#content A, #footer A { text-shadow: 0 0 0.1em #222; color:#5C7EDE; font: 16px "Arimo",sans-serif; text-decoration: none; }
#content A:hover, #footer A:hover { text-decoration: underline; }
.maps { padding-left: 17px; color: #00AABD !important; background: url(/design/maps.png) no-repeat top left; }
.knows { padding-left: 17px; color: #FFED1A !important; background: url(/design/knowbase.png) no-repeat top left; }
#content .path, #content .path A { font-size: 13px; }

.path
{
	font-family: 'Arimo', sans-serif;
	font-size: 16px; 
	text-decoration: none; 
	color:#888;
}

#stat, #adv, #author
{
	text-align: left;
	line-height: 20px;
	font-family: 'Arimo', sans-serif;
	font-size: 16px;  
	text-decoration: none; 
	color:#AAA;
}

#adv_note, #adv_note A
{
	font-style: italic;
	font-size: 12px;
	line-height: 14px;
}

.nwline
{
	color: #00B90F;
}

.nwline .important
{
	color: #2AD300;
}

.unadwrap
{
	margin-right: 135px;
}

.inlabel
{
	padding-left: 3px;
	margin-bottom: 2px;
}

.input
{
	width: 100%;
	border: 1px solid rgba(255,255,255,0.2);
	background: rgba(0,0,0,0.6);
	color: #EEE;
	font: 14px "Arial";
	padding: 3px;
	resize: none;
	margin-bottom: 5px;
}

.button
{
	cursor: pointer;
	display: inline;
	white-space: nowrap;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background-image: -webkit-linear-gradient(top, #eee, #ccc);
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -ms-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	background-image: linear-gradient(top, #eee, #ccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
	border: 1px solid #777;
	padding: 0 1.5em;
	margin: 0.5em;
	font: bold 13px/21px Arial, Helvetica;
	text-decoration: none;
	color: #000;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
	-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
}
 
.button:hover
{
	background-color: #bbb;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#bbb));
	background-image: -webkit-linear-gradient(top, #ddd, #bbb);
	background-image: -moz-linear-gradient(top, #ddd, #bbb);
	background-image: -ms-linear-gradient(top, #ddd, #bbb);
	background-image: -o-linear-gradient(top, #ddd, #bbb);
	background-image: linear-gradient(top, #ddd, #bbb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#dddddd', EndColorStr='#bbbbbb');
}

FORM #text #filewrap
{
	position: absolute;
	top: 310px;
	left: 20px;
	width: 400px;
}

FORM #text #addfile
{
	cursor: pointer;
	overflow: hidden;
	z-index: 3;
	width: 140px;
	height: 25px;
}

FORM #text #addfile #file
{
	cursor: pointer;
	width: 219px;
	margin-left: -80px;
	height: 21px;
	position: absolute;
	z-index: 2;
	filter: alpha(opacity: 0);
	opacity: 0;
}

FORM #text #addfile #add
{
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	float: left;
	display: inline-block;
	color: #ddd;
	font: 13px "Arial";
	width: 140px;
	height: 23px;
	line-height: 21px;
	background: rgba(0,0,0,0.8);
	border: 1px solid #666;
}


FORM #text #addfile:hover #add
{
	background: rgba(255,255,255,0.05);
	border: 1px solid #777;
}

FORM #text #filewrap #info
{
	position: absolute;
	top: 0;
	left: 150px;
	display: inline-block;
	color: #10C900;
	font: 14px "Arial";
	width: 260px;
	height: 25px;
	line-height: 25px;
}

#header { position: relative; }
#header .tops { position: absolute; width: 40px; height: 130px; top: 19px; right: 33px; }
#header .tops A { display: block; width: 40px; height: 40px; margin-bottom: 5px; }
#header .tops A:hover { background-position: 0 -40px !important; }
