div.header {
	background: white url(../img/plain/logo.png) no-repeat 50px 105px;
	width: 1000px;
	height: 180px;
}
div.main {
	border: none;
	width: 1000px;
}
div.footer {
	width: 1000px;
	border: none;
}
div.primary {
    width: 700px;
}
div.secondary {
	margin-left: 715px;
	width: 246px;
	min-height: 600px;
}


div.search-form .searchIcon {
	display: none;
}
div.search-form #keyword-search, div.secondary select {
	border: 1px solid #E6E7E8;
	border-radius: 3px;
	width: 100%;
	background: white;
}

.post-icon img {
	width: 213px;
	height: 138px;
}
.post-icon h3 {
	height: 20px;
	width: 213px;
	overflow: none;
	line-height: 20px;
	font-size: 0.65em;
	font-style: italic;
	text-align: center;
	font-weight: normal;
	padding: 0px;
	background: white;
	color: #797979;
	margin: 0px;
	top: 138px;
}
.post-icon {
	border: none;
	width: 213px;
	height: 158px;
	background: white;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
}

.post-icon:hover {
	border: none;
}
.post-icon:hover h3 {
	color: white;
	background: rgba(0,0,0,0.4);
}

.post-icon div.toolbar {
	margin-left: 185px;
	margin-top: 3px;
}
.post-icon div.toolbar a {
	border: none;
	border-radius: 0px;
}
.post-icon-selected div.toolbar {
    display: none;
}

/* Hide first navigator */
div.primary div.firstnavigation {
    display:none;
}
div.primary div.navigation {
    width: 675px;
    border-bottom: none;
    background: #Fafafa;
    border-top: 1px solid #eeeeee;
    margin-top: 0px;
}
div.primary div.navigation div.navigation-next {
    width: 645px;
}

/* Things in the deck */
div.deck {
    background: none;
}
div.deck div.post-icon {
    width: 213px;
    height: 158px;
    margin-top: 0px;
}
div.deck div.post-icon img {
	width: 213px;
	height: 138px;
}
div.deck div.post-icon h3 {
    width: 213px;
    font-size: 0.65em;
}
div.deck .post-icon div.toolbar {
    margin-left: 185px;
}

/* The sidebar menu */
div.selection-area {
    margin-top: 8.05em;
    position:absolute;
}
div.selection-area ul.links li a {
    display: none;
}
div.selection-area ul.links li {
    display: inline-block;
}
div.secondary h2 {
    font-size: 1.2em;
    margin-bottom: -0.5em;
}
div.secondary div.info p {
	color: #797979;
	font-size: 0.84em;
	line-height: 1.4em;
}

/* Cardots */
div.whirligig {
    width: 675px;
    text-align: center;
    margin-left: 0.9em;
}
div.whirligig img {
    width: 670px;
    height: 376px;
}
div.whirligig div.whirligig-dot {
    width: 22px;
    height: 20px;
    background: url(../img/plain/car_dot.png);
    display: inline-block;
    cursor: pointer;
}
div.whirligig div.whirligig-dot:hover {
    background-color: #EFEFEF !important;
}
div.whirligig-preview.hidden {
    display:none;
}
div.whirligig div.whirligig-dot.active {
    background: url(../img/plain/car_dot_active.png);
}
div.whirligig-dots {
    margin-bottom: 1em;
}