@import url("reset-min.css");

/* $Id: ac-main.css 55 2010-03-13 18:57:19Z toby $ */

/* COLORS
	 */

/* @group GENERIC */

body, html {
	color: #999;
	font: 11px/15px HelveticaNeue-Regular, "Helvetica Neue Regular", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background-color: #333;
	
	}

a {
	color: #bbb;
	text-decoration: none;	
	}

a:hover {
	color: #ddd;
	text-decoration: underline;
	}

h1 {
	margin: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	}

h5 {
	margin: 10px;
	text-transform: uppercase;
	}

h4 {
	margin: 10px;
	text-transform: uppercase;
	}

p {
	margin: 10px;
	}

hr {
	margin: 10px;
	border: 0;
	border-top: 1px #333 solid;
	height: 1px;
	}

.control dt, .control dd {
	display: block;
	background: #666;
	color: #111;
	}

.tagList {
	border-top: #333 solid 1px;
	}
	
.tagList dt, .tagList dd {
	display: block;
	}

dt {
	float:  left;
	clear:  left;
	width: 45px;
	line-height: 10px;
	padding: 5px 10px;
	}
	
.control dd {
	margin: 1px;	
	margin-left: 66px;
	}
	
.tagList dd {
	padding: 0 10px 0 65px;
	border-bottom: #333 solid 1px;
	line-height: 10px;
	}
	
dd select {
	width: 100%;
	}

select {
	background: #666;
	border: none;
	outline: none;
	height:  20px;
	line-height: 20px;
	}

.tagList a {
	display: block;
	padding: 5px 0;
	}
	
.tagged {
	float: right;
	background: #666 url(../i/tag.png) no-repeat;
	color: #000;
	font-size: 8px;
	line-height: 9px;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 1px;
	}
	
.tagList a:hover {
	text-decoration: none;
	}
	
.tagList a:hover .tagged {
	text-decoration: none;
	background-color: #888;
	}
/* @end */

/* @group STRUCTURE */

.wrap {
	margin: 0 5px;
	min-width: 720px;
	overflow: auto;
	}

.header, .footer {
	margin: 0 5px;
	overflow: hidden;
	clear: both;
	position: relative;
	height: 70px;
	}

.header .box, .footer .box {
	height: 70px;
	background: #222;
	margin: 0 5px;
	left: -5px;
	}

.stretch .header .box, .stretch .footer .box {
	}

.stretch .footer .box {
	}

.stretch .header, .stretch .footer {
	background: #222;
	}

.header {
	margin-bottom: 5px;
	}

.header .box {
	}

.stretch .header .crumb {
	margin-left: -10px;
	}

.footer {
	margin-top: 5px;
	border-top: #333 solid 5px; /* stops collapsing margins */
	}

.footer .adr {
	}
	
.stretch #logotype  {
	}

#logotype img {
	position: absolute;
	top: 10px;
	left: 10px;
	background: url(../i/holo.png) repeat fixed 50% 50%;
	}

.stretch .footer .logo {
	position: static;
	float: right;
	}
	
.box {
	float: left;
	position: relative;
	width: 230px;
	height: 230px;
	margin: 5px;
	
	background: #111;
	}

.thumb {
	background-position: center center;
	}
.thumbLink {
	position: absolute;
	display: block;
	width: 230px;
	height: 210px;
	z-index: 99;
	top: 0;
	}

.size3by2 .thumbLink {
	width: 710px;
	height: 450px;
	}

.info {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../i/trans80-111.png);
	color: #ccc;
	}

.withCrumb {
	bottom: 20px;
	}

.size3by2 .info {
	width: 710px;
	}
.thumb .info {
	width: 230px;
	}

.size2by2 .info {
	width: 470px;
	}

.thumb .description {
	display:  none;
	}

.thumb .description p {
	margin-top: 0px;
	}

.header .logo {
	border-right: #333 solid 5px;
	margin-right: 0px;
	}

.stretch .header #logotype {
	border-right: #333 solid 10px;
	}

.logo h1, .logo h2 {
	position: absolute;
	left: 5px;
	bottom: 10px;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
	}
.logo h2 {
	bottom: 10px;
	border-top: 1px #333 solid;
	padding-top: 2px;
	}
.logo h1 {
	bottom: 30px;
	}
#logo {
	background: url(../i/holo.png) repeat fixed 50% 50%;
	position: absolute;
	top: 0;
	right: 0;
	}

.size3by2 {
	width: 710px;
	height: 470px;
	}

.size3byHalf {
	width: 710px;
	height: 110px;
	}

.size2by2 {
	width: 470px;
	height: 470px;
	}

.size1by2 {
	width: 230px;
	height: 470px;
	}

.size1byFlex {
	height: auto;
	}

.sizeHalfby1, .sizeHalfby1 .thumbLink,  .sizeHalfby1 .info {
	width: 110px;
	}

.scrollPanel {
	width: 100%;
	height: 470px;
	}

.scrollViewport {
	width: 100%;
	overflow: hidden;
	}

.posterPage {
	margin-right: 250px;	
	position: relative;
	}
.panel {
	padding-right: 10px;
	}
.infoHolder {
	position: relative;
	}

.infoHolder .info{
	width: 100%;
	}

.infoHolder img {
	cursor: pointer;
	}

.panel .description p{
	margin-left : 10px;
	}

.last { padding-right: 0px;}
.last .description {
	margin-right : 10px;
	}

.last { padding-right: 0px;}

.text {
	min-width: 230px;
	}
.panel p {
	}

td {
	vertical-align: top;
	}

.infoPanel {
	position: absolute;
	right: -250px;
	}

.loading {
	background-image: url(../i/loading.gif);
	border: 1px dotted #111;
	width: 228px;
	height: 228px;
	}

.nav {
	
	}

/* @end */

/* @group NAV */

.crumb .tag {
	background-image: url(../i/tab-tag-inv.png);
	background-repeat: no-repeat;
	padding-left: 11px;
	}

.crumb .tag a, .crumb .tag b {
	padding: 5px;
	}

.crumb {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../i/trans80-111.png);
	width: 100%;
	}

.sep {
	background-image: url(../i/sep.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
	}
	
.right {
	left: auto;
	right: 0;
	width: auto;
	}

.crumb.right li {
	margin-right: 0px;
	margin-left: 1px;
	}

.header .crumb {
	background: #222;
	}

.header .crumb li {
	width: 57px;
	}

.header .crumb li.last {
	width: 55px;
	}

.crumb li {
	display: block;
	float: left;
	margin-right: 1px;
	}

.crumb li a, 
.crumb li b,
.ctrl li a, 
.ctrl li b {
	display: block;
	text-transform: uppercase;
	line-height: 10px;
	padding: 5px 10px;
	background-color: #666;
	font-weight: normal;
	text-decoration: none;
	color: #222;
	text-shadow: #888 0px 1px 0;
	}

	
.crumb li a:hover,
.crumb li a:hover {
	background: url(../i/holo-hover.png) repeat fixed 50% 50%;
	text-shadow: #ccc 0px 1px 0;
	}
.crumb .current a, 
.crumb .current a:hover,
.crumb .current a:focus, 
.crumb .current b, 
.crumb li a:active {
	background: url(../i/holo.png) repeat fixed 50% 50%;
	text-shadow: #fff 0px 1px 0;
	}
		
.ctrl {
	position: relative;
	}
.ctrl li {
	display: block;
	float: none;
	margin-bottom: 1px;
	margin-right: 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	}

.ctrl li a {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-transform: inherit;
	padding: 0;
	background: #666;
	padding-bottom: 2px;
	text-shadow: #888 0px 1px 0;
	}

.ctrl li a:hover {
	background-image: url(../i/holo-hover.png);
	}

.ctrl .current a,
.ctrl .current a:hover {
	background: url(../i/holo.png) repeat fixed 50% 50%;
	color: #ccc;
	text-shadow: none;
	}

.holo {
	background: #666;
	padding: 5px 20px 3px 10px;
	}

.ctrl .current a .holo,
.ctrl .current a:hover .holo {
	background: #222;
	}

.dropContainer {
	position: relative;
	}
	
.dropList {
	position: absolute;
	top: 30px;
	color: #f00;
	}	

.menu {
	background-color: #666;
	}
.menu select {
	text-transform: uppercase;
	line-height: 10px;
	background-color: #666;
	font-weight: normal;
	text-decoration: none;
	color: #222;
	text-shadow: #888 0px 1px 0;
	}
	
.menu option {
	background-color: #666;
	}


	
/* @end */

/* @group BLOG */

ul.blogArchive {
	border-top: #333 solid 1px;
	}

.blogArchive li {
	border-bottom: #333 solid 1px;
	line-height: 10px;
	padding: 5px 10px;
	}
	
.blogArchive li p {
	line-height: 15px;
	margin: 5px 0;
	}
	
li.feed {
	background-image: url(../i/icn-feed.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	}
	
li.feed a {
	padding-left: 20px;
	}
	
.blogWrapper {
	width: 710px;
	float: left;
	}

.blogMeta {
	margin-left: 15px; 
	float: left;
	}

.hold {
	width: 960px;
	min-width: 960px;
	overflow: auto;
	}
/* @end */

.dcThumbs {
	margin-bottom: 5px;
	}
.dcThumbs img {
	opacity: 0.8;
	}

.dcThumbs a:hover img {
	opacity: 1;
	}

h1 .tag
{
	background-image: url(../i/tab-tag-h1.png);
	background-repeat: no-repeat;
	padding: 5px 10px 5px 20px;
	white-space: pre;
	display: inline-block;
	background-position: left center;
	color: #fff;
	}

.tagCloud {
	margin: 2px 0;
	}
.tagCloud a {
	display: inline-block;
	color: #222;
	font-size: 10px;
	line-height: 9px;
	text-shadow: #888 0px 1px 0;
	padding: 4px 5px 3px 15px;
	margin: 2px 2px 2px 0;
	white-space: pre;
	text-transform: uppercase;
	background-image: url(../i/tab-tag-inv.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
.tagCloud a:hover {
	color: #000;
	background-image: url(../i/tab-tag-inv-hover.png);
	text-shadow: #fff 0px 1px 0;
	}
	
.scrollNext, .scrollPrev {
	height: 10px;
	}		
.scrollNext span, .scrollPrev span {
	text-indent: 999px;
	overflow: hidden;
	width: 8px;
	display: inline-block;
	}	
.scrollNext span {
	background: url(../i/scroll-next.png) no-repeat center center;
	}	
.scrollPrev span {
	background: url(../i/scroll-prev.png) no-repeat center center;
	}
	
.holding {
	position: absolute;
	top: 70px;
	left: 70px;
	background: #222;
	}

.holding h1 {
	margin-top: 0;
	}

.holding img {
	background: url(../i/holo.png) repeat fixed 50% 50%;
	}

/* WPtouch Switch Link CSS */

/* This CSS loads on your regular site theme when it is viewed on our supported devices, and doesn't affect your regular css */

/* @group Switch Link */

#wptouch-switch-link {
	border: 1px solid #adadad;
	background-color: #fff;
	padding: 25px 20px;
	margin-bottom: 20px;
	text-align: left;
	color: #222;
	position: relative;
	font: bold 40px/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
}

img.wptouch-switch-image {
	position: absolute;
	right: 20px;
	top: 20px;
}

/* @end */



