body {
	font-family: 'Helvetica Neue','Helvetica', 'Arial', sans-serif;
	line-height: 15px;
	font-size: 13px;
	color: #000;
	background: #fff;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

.page {
	width: 980px;
	margin: 0 auto 0 auto;
	display: table;
    opacity: 1;
	abackground: url(../grid.png) -60px top repeat;
}

.page:hover {
	background: none;
}


a {
	color: #000;
}

a:active > .page {
	opacity: 0 !important;
}

.sidebar {
	width:160px;
	margin: 80px 0 80px 20px;
	float: left;
}

.logo {	
	background: rgba(0,0,0,1) ;
	width: 160px;
	height: 160px;
	display: block;
	color: #fff;
	font-weight: bold;
	position: relative;
	text-align: center;
}

.symbol {
	display: block;
	font-size: 105px;
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);	
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	line-height: 100px;
	position: absolute;
	margin: 0;
	top: 16px;
	left: 76px;
	z-index: 1;
}

.wordmark {
	font-size: 30px;
	display: inline-block;
	position: absolute;
	top: 102px;
	left: 30px;
	z-index: 1;
}

.masker {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/logo.png) 0 0 repeat,
	url(../images/pattern.png) 0 0 repeat;
	z-index: 5;
	background-color: #000;
	left: 0;
	top: 0;
	position: absolute;
    -webkit-transition: background 1000ms ease 0s; /* property duration timing-function delay */
    -moz-transition: background 1000ms ease 0s; /* property duration timing-function delay */
    -o-transition: background 1000ms ease 0s; /* property duration timing-function delay */
	background-color: #000;
    cursor: pointer;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 0px rgba(0,0,0,0.8);
}

.masker:hover {
	background: url(../images/logo.png) 0 0 repeat,
	url(../images/pattern.png) -160px 0 repeat;
	background-color: #ddd;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
}

.sidebar p.biggie {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}

.sidebar ul {
	margin: 20px 0 20px -20px;
}

.sidebar ul li {
	display: block;
	padding: 0 0 10px 0;
	line-height: 10px;
}

.sidebar ul li a {
	padding-left: 10px;
	border-left: 10px solid rgba(0,0,0,0.1);
	font-weight: bold;
	line-height: 10px;
	display: block;
	text-decoration: none;
	color: #000;
    -webkit-transition: border-color 200ms ease 0s; /* property duration timing-function delay */
    -moz-transition: border-color 200ms ease 0s; /* property duration timing-function delay */
    -o-transition: border-color 200ms ease 0s; /* property duration timing-function delay */
    transition: border-color 200ms ease 0s; /* property duration timing-function delay */
}

.sidebar ul li a:hover{
	border-left-color: rgba(0,0,0,1)
}

.sidebar p { margin: 5px 0 5px 0; line-height: 15px;}

.sidebar p a { color: #000; font-weight: bold; text-decoration: none; }
.sidebar p a:hover { }

.mainarea {
	width: 640px;
	margin: 0px 0 80px 80px;
	float: left;
}

.mainarea h1 {
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 20px;
}

.showcase {
	height: 580px;
}

.showcase img {
	width: 640px;
	height: 480px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.8);

	-webkit-transform: scale(1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 1000ms;

	-moz-transform: scale(1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 1000ms;

	-o-transform: scale(1);
	-o-transition-timing-function: ease-out;
	-o-transition-duration: 1000ms;
}

.ashowcase img:hover {
	-webkit-transform: scale(1.05);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 1000ms;

	-moz-transform: scale(1.05);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 1000ms;

	-o-transform: scale(1.05);
	-o-transition-timing-function: ease-out;
	-o-transition-duration: 1000ms;

	
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
	
}

.showcase h2 {
	font-size: 15px;
	margin-top: 20px;
}

.showcase h2 span {
	font-weight: normal;
	color: rgba(0,0,0,0.5);
}

.showcase p {
	margin-top: 5px;
}

.progress {
	float: right;
	height: 40px;
	margin: -50px -10px 0 0;
}

.progress li {
	display: inline;
	height: 40px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

.progress li a {
	color: rgba(255,255,255,0.5);
	background: rgba(0,0,0,0.1);
	width: 20px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	display: block;
	line-height: 20px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	overflow: hidden;
	text-indent: -400px;
    -webkit-transition: background 200ms ease 0s; /* property duration timing-function delay */
    -moz-transition: background 200ms ease 0s; /* property duration timing-function delay */
    -o-transition: opactiy 200ms ease 0s; /* property duration timing-function delay */


    
   	-webkit-box-shadow: inset 0px 1px 2px  rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.8);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.8);

}

.progress li a:hover {
	background: rgba(255,255,255,0.2);
	width: 24px;
	height: 24px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
	margin: -2px;
	line-height: 30px;
	font-size: 18px;
	color: rgba(0,0,0,1);
}

.progress li a.active {
	background: rgba(0,0,0,1);
	color: rgba(255,255,255,0.5);
}

.navigator {
	display: block;
	width: 50px;
	height: 80px;
	overflow: hidden;
	text-indent: -500px;
	margin-top: 200px;
    -webkit-transition: opacity 200ms ease 0s; /* property duration timing-function delay */
    -moz-transition: opacity 200ms ease 0s; /* property duration timing-function delay */
    -o-transition: opacity 200ms ease 0s; /* property duration timing-function delay */
    transition: opacity 200ms ease 0s; /* property duration timing-function delay */
	opacity: 0.1;
}

.next { float: right; margin-right: -70px;}
.previous { float: left; margin-left: -70px;}

.navigator:hover {
	opacity: 1;
}

.next { background: url(../images/next.png) 0 0 no-repeat; }
.previous { background: url(../images/previous.png) 0 0 no-repeat; }

.workofart {
	display: table;
}

.column {
	width: 160px;
	float: left;
}

.column h2 {
	font-weight: normal;
	font-style: italic;
}

.column ul {
	margin: 10px 0 30px 0;
}

.column li.active a {
	background: rgba(255,255,255,0.2) url(../images/bullet.png) 5px center no-repeat;
	color: #000;
}
.column li a {
	line-height: 20px;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
    padding: 1px 15px 1px 20px;
	margin: -1px 0 -1px -20px;
	background: url(../images/bullet.png) -20px center no-repeat;
    -webkit-transition: background 200ms ease 0s; /* property duration timing-function delay */
    -moz-transition: background 200ms ease 0s; /* property duration timing-function delay */
    -o-transition: background 200ms ease 0s; /* property duration timing-function delay */
    transition: background 200ms ease 0s; /* property duration timing-function delay */
    -moz-border-radius:5px;
    border-radius:5px;
   	-webkit-box-shadow: inset 0px 1px 2px  rgba(0,0,0,0);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0);
}

.column li a:hover {
	background: rgba(255,255,255,0.2) url(../images/bullet.png) 5px center no-repeat;
	color: #000;
	-webkit-box-shadow: inset 0px 1px 2px  rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.8);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.8);

}

