@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

body {
	background: #181818 url(images/bg-body.jpg) no-repeat top center;
	font-family: Arial, sans-serif;
	-webkit-text-stroke:1px transparent;
}

#container {
	display: block;
	position: relative;
	clear: both;
	width: 960px;
	height: auto;
	margin: 20px auto 20px auto;
}

#logo {
	display: block;
	position: absolute;
	width: 146px;
	height: 157px;
	top: 0px;
	left: 0px;
	background: url(images/logo-jp.gif) no-repeat top left;
	text-indent: -10000px;
	overflow: hidden;
	outline: none;
}

/* @group Calendar */

#calendar {
	display: block;
	position: absolute;
	width: 397px;
	height: 233px;
	top: 18px;
	left: 480px;
	/*background: url(images/fake-calendar.png) no-repeat top left;*/
}

table.calendar {
	display: block;
}

span.calendarMonth {
	display: block;
	width: 19px;
	height: 225px;
	background: url(images/months.gif) no-repeat bottom left;
}

span.m-01 {
	background-position: bottom 0px;
}

span.m-02 {
	background-position: bottom -20px;
}

span.m-03 {
	background-position: bottom -40px;
}

span.m-04 {
	background-position: bottom -60px;
}

span.m-05 {
	background-position: bottom -80px;
}

span.m-06 {
	background-position: bottom -100px;
}

span.m-07 {
	background-position: bottom -120px;
}

span.m-08 {
	background-position: bottom -140px;
}

span.m-09 {
	background-position: bottom -160px;
}

span.m-10 {
	background-position: bottom -180px;
}

span.m-11 {
	background-position: bottom -200px;
}

span.m-12 {
	background-position: bottom -220px;
}

#calendar h1 {
	font-size: 21px;
	letter-spacing: -1px;
	color: #d1d1d1;
	text-transform: uppercase;
}

#calendar h1 span {
	opacity: .30;
	filter: alpha(opacity = 30);
	font-weight: normal;
}

#calendar h1 a {
	text-decoration: none;
	color: #d1d1d1;
}

table.calendar td {
	font-family: Arial, sans-serif;
	font-size: 23px;
	font-weight: bold;
	text-align: right;
	letter-spacing: -1px;
	line-height: 20px;
	text-shadow: 0px -1px 0px black;
	background: rgba(255, 255, 255, .07);
	color: rgba(255, 255, 255, .7);
	width: 32px !important;
	height: 32px !important;
	padding: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

table.calendar td.blank {
	background: rgba(255, 255, 255, .03);
}

table.calendar td a {
	color: #00baff;
	text-decoration: none;
}



/* @end */

/* @group Nav */

#nav {
	display: block;
	position: absolute;
	top: 18px;
	left: 170px;
	list-style-type: none;
}

#nav li {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #d1d1d1;
}

#nav li a {
	color: #d1d1d1;
	text-decoration: none;
}

#nav li a:hover,
#nav li a.active {
	color: #00baff;
}

#nav li a:hover span,
#nav li a.active span {
	opacity: 1;
	filter: alpha(opacity = 100);
}

#nav li a span {
	font-weight: normal;
	opacity: .30;
	filter: alpha(opacity = 30);
}

/* @end */

/* @group Columns */

#columns {
	display: block;
	position: absolute;
	top: 319px;
	left: 0px;
	width: 960px;
	height: auto;
}

#columns div.column {
	display: block;
	float: left;
	width: 220px;
	margin: 0px 20px 20px 0px;
}

#columns div.double {
	width: 460px;
	margin: 0px 20px 20px 0px;
}

#columns div.clear {
	display: block;
	clear: both;
}

/* @end */

/* @group Columns elements */

#columns div.column h1 {
	display: block;
	clear: both;
	font-size: 21px;
	letter-spacing: -1px;
	color: #d1d1d1;
	text-transform: uppercase;
	background: #131313;
	padding: 0px 2px;
	margin: 0px 0px 10px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#columns div.column h1 span {
	opacity: .30;
	filter: alpha(opacity = 30);
	font-weight: normal;
}

#columns div.column ul,
#columns div.column p {
	color: #d1d1d1;
	font-size: 12px;
	overflow: hidden;
}

#columns div.column ul.double li {
	width: 50% !important;
	float: left !important;
	clear: none;
}

#columns div.column ul.four li {
	width: 25% !important;
	float: left !important;
	clear: none;
}

#columns div.column p {
	opacity: .50;
	filter: alpha(opacity-50);
	margin: 0px 0px 20px 0px;
}

#columns div.column ul li {
	display: block;
	clear: both;
	margin: 0px 0px 10px 0px;
	line-height: 13px;
}

#columns div.column ul li a,
#columns div.column p a {
	color: #d1d1d1;
	font-size: 12px;
	text-decoration: none;
	opacity: .50;
	filter: alpha(opacity = 50);
}

#columns div.column ul li a:hover,
#columns div.columns p a:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

#columns div.column ul li a:hover {
	text-decoration: underline;
	color: #00baff;
	opacity: 1;
	filter: alpha(opacity=100);
}

#columns div.column ul li a span {
	color: #00baff;
	background: url(images/icon-comment.gif) no-repeat right center;
	padding-right: 10px;
}

/* @end */

/* @group Lightbox */

#lightbox {
	display: none;
	position: absolute;
	z-index: 100;
	width: 907px;
	top: 85px;
	left: 50%;
	margin: 0px 0px 0px -453px;
}

#lightbox div.top {
	display: block;
	clear: both;
	width: 907px;
	height: 41px;
	background: url(images/lightbox-top.png) no-repeat top left;
}

#lightbox div.top a.close {
	display: block;
	position: absolute;
	top: 21px;
	right: 27px;
	width: 46px;
	height: 15px;
	background: url(images/lightbox-close.gif) no-repeat top left;
	text-indent: -1000px;
	overflow: hidden;
	outline: none;
}

#lightbox div.center {
	display: block;
	clear: both;
	float: left;
	width: 853px;
	padding: 0px 20px 1px 34px;
	background: url(images/lightbox-center.png) repeat-y top left;
}

#lightbox div.center div.left {
	display: block;
	float: left;
	width: 490px;
	margin-right: 20px;
}

#lightbox div.center div.theOtherLeft {
	width: 827px;
}

#lightbox div.center div.left h1,
#lightbox div.center div.left h2 {
	display: block;
	clear: both;
	color: #00baff;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0px 0px 15px 0px;
}

#lightbox div.center div.left h2 {
	font-size: 16px;
}

#lightbox div.center div.left h1 a,
#lightbox div.center div.left h2 a,
#lightbox div.center div.left p a {
	color: #00baff;
	text-decoration: none;
}

#lightbox div.center div.left h1 a:hover,
#lightbox div.center div.left h2 a:hover,
#lightbox div.center div.left p a:hover {
	text-decoration: underline;
}

#lightbox div.center div.left p {
	font-size: 12px;
	color: #2c2c2c;
	margin: 0px 0px 15px 0px;
}

#lightbox div.center div.left p.info {
	background: #ebeaeb;
	padding: 1px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-shadow: 0px 1px 0px white;
}

#lightbox div.center div.left p img.poza {
	border: 4px solid #f1f1f1;
}

#lightbox div.center div.left p img.alignLeft {
	float: left;
	margin: 0px 15px 15px 0px;
}

#lightbox div.center div.left p img.alignRight {
	float: right;
	margin: 0px 0px 15px 15px;
}

#lightbox div.center div.left div.hr {
	display: block;
	clear: both;
	border-top: 1px dotted silver;
	margin: 0px 0px 20px 0px;
}

#lightbox div.right {
	display: block;
	float: left;
	width: 337px;
	height: auto;
}

#lightbox div.right div.sidebar-top {
	display: block;
	clear: both;
	width: 337px;
	height: 17px;
	background: url(images/sidebar-top.gif) no-repeat top left;
}

#lightbox div.right div.sidebar-center {
	display: block;
	clear: both;
	width: 317px;
	padding: 0px 10px 1px 10px;
	background: url(images/sidebar-center.gif) repeat-y top left;
}

#lightbox div.right div.sidebar-center h1,
#lightbox div.right div.sidebar-center h2 {
	font-size: 16px;
	color: #00baff;
	text-transform: uppercase;
	display: block;
	clear: both;
	letter-spacing: -1px;
	margin: 0px 0px 10px 0px;
	text-shadow: 0px -1px 0px black;
}

#lightbox div.right div.sidebar-center h2 {
	font-size: 13px;
	color: white;
}

#lightbox div.right div.sidebar-center h2 small {
	color: #888888;
	font-size: 10px;
}

#lightbox div.right div.sidebar-center div.hr {
	display: block;
	clear: both;
	line-height: 0px;
	height: 2px;
	width: 100%;
	background: url(images/sidebar-hr.gif) no-repeat top center;
	margin: 0px 0px 20px 0px;
}

#lightbox div.right div.sidebar-center p,
#lightbox div.right div.sidebar-center ul {
	display: block;
	clear: both;
	padding: 0px 0px 15px 0px;
	font-size: 11px;
	color: white;
	list-style-position: inside;
	list-style-type: square;
}

#lightbox div.right div.sidebar-center ul li {
	margin: 0px 0px 5px 0px;
}

#lightbox div.right div.sidebar-center p a,
#lightbox div.right div.sidebar-center ul li a {
	color: #fff;
	text-decoration: underline;
}

#lightbox div.right div.sidebar-center .text {
	display: block;
	clear: both;
	width: 97%;
	background: #2d2d2d !important;
	border: 1px solid #454545 !important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: white;
	text-shadow: 0px -1px 0px black;
	padding: 3px;
}

#lightbox div.right div.sidebar-bottom {
	display: block;
	clear: both;
	width: 337px;
	height: 17px;
	background: url(images/sidebar-bottom.gif) no-repeat top left;
}

#lightbox div.bottom {
	display: block;
	clear: both;
	width: 907px;
	height: 41px;
	background: url(images/lightbox-bottom.png) no-repeat top left;
}

/* @end */