/********************/
/* Главный CSS-файл */
/********************/

/****************/
/* Базовые теги */
* {
	margin: 0;
	padding: 0;
}
HTML {
	height: 100%;
}
BODY {
	height: 100%;
	text-align: center;
	color: #fff;
	background-color: #000;
	font: 62.5%/1.4 Arial, Tahoma, sans-serif;
}
A {
	color: #000;
	text-decoration: underline;
}
A:hover {
	color: #666;
	text-decoration: non;
}
IMG {
	vertical-align: top;
	border: 0;
}
P {
	padding: 10px 0;
}
UL {
	padding: 10px 20px;
}
	UL LI {
		list-style: disc;
	}
/* Базовые теги */
/****************/

/*************/
/* Заголовки */
H1 {
	font: italic 2.5em Adobe Garamond Pro, Garamond, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}
H2 {
	font: normal 1.5em Tahoma, Arial, sans-serif;
}
H3 {
	font: normal 1.5em Tahoma, Arial, sans-serif;
}
/* Заголовки */
/*************/

#container {
	height: 100%;
	min-width: 989px;
	text-align: center;
	font-size: 1.3em;
}
	#page {
		position: relative;
		min-height: 100%;
	}
	#header {
		height: 242px;
	}
		#header SPAN {
			display: block;
			color: #666;
		}
		#header .logo {
			position: relative;
			width: 700px;
			margin: 0 auto;
		}
			#header H1 {
				padding: 60px 0 30px;
			}
			#header .uri {
				position: absolute;
				top: 46px;
				left: 492px;
				z-index: 10;
			}
				#header .uri A {
					text-decoration: none;
					color: #666;
				}
				#header .uri A:hover {
					text-decoration: underline;
					color: #000;
				}
	#body {
		padding: 20px;
		padding-bottom: 170px;
		text-align: left;
	}
	#footer {
		position: relative;
		height: 150px;
		margin-top: -150px;
		padding: 0 20px;
		text-align: left;
		background-color: #000;
	}
		#footer .logo {
			position: absolute;
			bottom: 20px;
			left: 20px;
			z-index: 2;
		}
		#footer H1 {
			position: absolute;
			bottom: 15px;
			left: 140px;
			z-index: 2;
			height: 37px;
			padding-left: 20px;
			line-height: 1.5em;
			border-left: 1px solid #fff;
			color: #fff;
			font-size: 2em;
		}
		#footer .other {
			padding: 20px 0;
			background-color: #fff;
		}
			#footer .wrap {
				width: 700px;
				margin: 0 auto;
			}
			#footer .contacts {
				position: absolute;
				bottom: 15px;
				right: 20px;
				z-index: 2;
				width: 300px;
			}
				#footer .contacts DL {
					width: 150px;
					height: 15px;
					float: left;
					text-transform: lowercase;
				}
					#footer .contacts DT {
						display: inline;
						color: #666;
					}
					#footer .contacts DD {
						display: inline;
					}
						#footer .contacts A {
							text-decoration: none;
							color: #fff;
						}
						#footer .contacts A:hover {
							text-decoration: underline;
						}
			#footer .new-year {
				position: absolute;
				bottom: 0px;
				left: 0px;
				z-index: 1;
				width: 100%;
				height: 147px;
			}
				#footer .new-year A {
					display: block;
					width: 209px;
					height: 147px;
					margin: 0 auto;
					background: url('../img/2012.png') no-repeat 0 0;
					text-indent: -9000px;
					cursor: default;
				}
				#footer .new-year A:hover {
					background-position: -209px 0;
				}

/***********/
/* КОНТЕНТ */

.box {
	position: relative;
	padding: 20px;
	background-color: #fff;
	color: #000;
}
	.box .back {
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 1;
	}
		.box .back A {
			display: block;
			width: 32px;
			height: 42px;
			background: url('../img/icon/back_2012.png') no-repeat 0px 0px;
			text-indent: -9000px;
		}
		.box .back A:hover {
			background-position: -32px 0px;
		}

.box-projects {
}
	.box-projects .item {
		width: 150px;
		height: 150px;
		margin: 0 1px 1px 0;
		float: left;
	}

.box-project {
	position: relative;
}
	.box-project .desc-wrap {
		width: 100%;
		float: left;
	}
		.box-project .desc {
			position: relative;
			margin-left: 170px;
			padding-right: 300px;
		}
			.box-project .desc H1 {
				margin-top: -8px;
			}
			.box-project .desc P {
				padding: 0;
			}
			.box-project .desc UL {
				position: absolute;
				top: 142px;
				left: 0px;
				z-index: 1;
				padding: 0;
			}
				.box-project .desc UL LI {
					display: inline;
					list-style-type: none;
				}
	.box-project .photo {
		width: 170px;
		margin-left: -100%;
		float: left;
	}
		.box-project .photo-wrap {
			width: 150px;
			height: 150px;
			border: 1px solid #000;
		}
	.box-project .text {
		clear: both;
		padding: 10px 0 20px;
	}
		.box-project .text P {
			padding: 10px 300px 0 0;
		}
		.box-project .cat {
			position: absolute;
			top: 80px;
			right: 20px;
			z-index: 1;
			background: url('../img/box_special_shadow.gif') no-repeat 0 100% #FFFFCC;
		}
			.box-project .cat-wrap {
				padding: 10px;
			}
	.box-project .share {
		clear: both;
		margin: 0 -20px -20px -20px;
		padding: 20px;
		background-color: #ccc;
	}

/* Блог */
.box-blog {
}
	.box-blog .item {
		position: relative;
		padding: 40px 0;
		border-top: 1px solid #ccc;
	}
		.box-blog .item H2 A {
			text-decoration: none;
			color: #000;
		}
		.box-blog .item H2 A:hover {
			text-decoration: underline;
		}
		.box-blog .item .cat {
			
		}
			.box-blog .item .cat A {
				
			}
		.box-blog .item .date {
			position: absolute;
			top: 43px;
			left: -70px;
			width: 50px;
			height: 55px;
			text-align: center;
			background-color: #000;
		}
			.box-blog .item .date SPAN {
				display: block;
				padding-top: 8px;
				color: #fff;
				font-style: italic;
			}
		.box-blog .item .desc {
			width: 380px;
			float: left;
		}
		.box-blog .item .photo {
			width: 300px;
			padding-top: 15px;
			float: right;
		}
		.box-blog .item A.more {
			text-decoration: none;
			font: italic 2.5em Georgia, Times New Roman, sans-serif;
		}
.box-blog-view {
	
}
		.box-blog-view .photo {
			width: auto;
			padding: 15px 0 10px 10px;
		}

/* Страницы */
.box-pages {
	
}
	.box-pages H2 {
		padding-bottom: 10px;
	}

/* Постраничный вывод */
.pagination {
	padding: 40px 0;
	border-top: 1px solid #ccc;
}
	.pagination .current {
		font-weight: bold;
	}

/* КОНТЕНТ */
/***********/

/*
	ShadowBox
*/
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url('../img/loading.gif') no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url('/tpl/img/shadowbox/close.png');}
#sb-nav-next{background-image:url('/tpl/img/shadowbox/next.png');}
#sb-nav-previous{background-image:url('/tpl/img/shadowbox/previous.png');}
#sb-nav-play{background-image:url('/tpl/img/shadowbox/play.png');}
#sb-nav-pause{background-image:url('/tpl/img/shadowbox/pause.png');}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

.open {
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
.open:hover,
.open-active {
	color: #666;
	border-color: #666;
}
.icon {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	float: left;
}
.twitter {
	background: url('../img/icon/twitter.gif') no-repeat 0 0;
}
.vkontakte {
	background: url('../img/icon/vkontakte.gif') no-repeat 0 0;
}
.empty {
	clear: both;
}
.none {
	display: none;
}
