/* *********************************** *
 * GENERAL SETTINGS
 * *********************************** */

body, h1, h2, h3, h4, .form-item .description {
	font: 15px  Arial, sans-serif;
	
	line-height: 20px;
	margin: 30;
	padding: 20;
	
}

a, a:link, a:hover, a:visited {
	color: black;
}

a.active, a.active-trail {
	color: #ffcc00;
}

.clear { 
	clear: both;
	float: none;
}


.teaser-image {
}




#loader1, #loader2{
		background: #000;
	
}


/* *********************************** *
 * VIEWS
 * *********************************** */
 
.text {
	position: absolute;
	top: 80px;
	left: 25px;
	font: 15px 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;
	color: black;
}

.spacer {
	float: left;
	position: relative;
	margin-top: 90px;
	z-index: 4;
}

.views-row {
	float: left;
	position: relative;
	margin-right: 30px;
	margin-top: 30px;
	z-index: 4;
}

.view-content {
/*	display: none; */
}

.node-content-teaser {
	border: 1px solid #000000;
}

.node-answer.node-content-teaser {
	width: 100%;
	height: 100%;
	float: none;
	position: relative;
	margin: 0;
	border: none;
}

.teaser-overlay {
	position: absolute;
  	top: 0px;
  	left: 0px;
  	width: 100%;
  	display: none;
  	min-height: 100%;
  	background: #ffffff;
	opacity: .55;
	filter: alpha(opacity=75);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
.node:hover .teaser-overlay {
  	display: block;
}
.teaser-overlay h2 {
	margin: 5px;
	line-height: 16px;
	overflow: hidden;
	text-align: center;
}

.node-content-teaser a {
	text-decoration: none;
}
.info {
	position: absolute;
	top: 80px;
	left: 25px;
	font: 15px 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;
	color: black;
	background: white;
	width: 500px;
	padding: 11px;
	display: block;
	opacity: .75;
	border: 1px solid black;
	z-index: 1000000000;
	display: visible;

}
.infolink:hover {
	color:#F00
}

/*get rid of all borders */

.fieldset-wrapper,

.odd,
tbody .odd,
.solid-border,
.order-review-table,
table, table tbody, table thead,
table tr, table td {
	border: none;
}



/* *********************************** *
 * NAVIGATION BLOCKS
 * *********************************** */
 
#content .view,
#header .block {
	margin: 0 25px;
	width: auto;
	clear: both;
}

#header #block-book-navigation .menu {
	margin: 0;
	width: auto;
}

.view-header,
#header .block-block,
#header .block-book {
	padding: 0;
	padding-top: 85px;
}

#block-book-navigation ul.menu ul.menu,
#block-book-navigation h2 {
	display: none;
}

block-system-main-menu,
#block-book-navigation {
	clear: both;
	float: none;
}

#block-book-navigation ul.menu div {
	display: inline;
}


/* *********************************** *
 * BUTTONS
 * *********************************** */

.button,
.button-content {
	font: 15px 'Helvetica Neue', Arial, sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	color: black;
	font-weight: bold;
	line-height: 6px;
	
	background: white;
	padding: 10px;
	border: 1px solid black;
	
	display: block;
}

.logo {
	background:#ffffff;
	padding: 4px;
	display: block;
	border: 1px solid black;
}

.button-wrapper {
	text-decoration: none;
}
.button-wrapper:hover .button-content {
	background:#ffcc00;
}
.button-wrapper:hover {
	padding-bottom: 5px;
}
.button:hover {
	background:#ffcc00
}
.button.active,
.button-wrapper.active .button-content,
.active-trail .button,
.active .button,
.active-trail .button-content,
.active .button-content {
	background: #ffcc00;
	color: black;
}
