/*Theme Name: AWHALE
Theme URI: http://minimatik.net/
Description:
Author: MINIMATIK
Author URI: http://minimatik.net/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is Â© MINIMATIK http://minimatik.net/
/*css/reset/
----------------------------------------------------------------------------------------- */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
	list-style-type: none;
	text-decoration: none;
	font-style: normal;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table,
td,
th {
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a img {
	border: none;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted rgb(0, 0, 0);
	cursor: help;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

/* HTML 5 RESET*/
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

mark {
	background-color: #ff9;
	color: rgb(0, 0, 0);
	font-style: italic;
	font-weight: bold;
}

/* General utility classes
----------------------------------------------------------------------------------------- */
.none {
	display: none;
}

.block {
	display: block;
}

.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.pointer {
	cursor: pointer;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.right {
	float: right;
	position: relative;
}

.left {
	float: left;
	position: relative;
}

.end {
	margin: 0px !important;
}

strong {
	font-weight: bold !important;
}

noscript {
	color: #fff;
	position: absolute;
	top: 25%;
	left: 25%;
}

noscript p {
	font-size: 13px;
	width: 420px;
	font-family: Arial, Helvetica, sans-serif;
}

.loading {
	position: absolute;
	top: 35%;
	left: 50%;
	/*background: url(/library/images/interface/ajax-loader.gif)*/
	no-repeat;
	width: 16px;
	height: 16px;
}

#preloader {
	position: absolute;
	width: 17px;
	height: 17px;
	/*background: url(/skins/default/images/loader.3.gif) no-repeat top left;*/
	top: 60%;
	left: 50%;
	margin: -8px 0 0 -8px
}

/* Baseline author styles
----------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: #f7f7f7;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

/*PARAGRAPHS general
----------------------------------------------------------------------------------------- */
p {
	margin-bottom: 10px;
}

/*LINKS general
----------------------------------------------------------------------------------------- */
a {
	text-decoration: none;
	cursor: pointer
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none
}

a:hover {
	color: #333;
	text-decoration: none
}

#inner a {
	cursor: url(https://www.a-whale-s-architects.net/wp-content/themes/awhale/library/images/interface/my-mouse-pointer.cur), default;
}

/* general page layout
----------------------------------------------------------------------------------------- */
div#wrapper {
	position: relative;
	margin: 0 auto;
	top: 50%;
	left: 0%;
	margin-top: -280px;
	height: 520px;
	padding: 0px 0px;
}

div#header {
	position: relative;
	height: 35px;
	overflow: visible;
	margin: 0 0px 0px 0px;
	z-index: 10;
}

div#header .logo {
	float: left;
	background: url(library/images/interface/logo.jpg);
	width: 510px;
	height: 25px;
	margin: 10px 0 0 0;
}

div#content {
	position: relative;
	width: 100%;
	background: #fff;
}



/* footer main navigation
----------------------------------------------------------------------------------------- */
div#footer {
	position: relative;
	height: 40px;
	overflow: hidden;
	margin: 20px 0px 0px 20px;
}

div#main_nav {
	float: left;
	height: 20px;
}

div#main_nav ul {
	overflow: hidden;
}

div#main_nav ul li {
	float: left;
	margin: 0 20px 0 0;
}

div#main_nav ul li a:hover {
	color: #999;
}

div#main_nav ul li.current-menu-item a {
	color: #999;
}


div#term_nav {
	position: absolute;
	top: 20px;
	height: 20px;
}

div#term_nav ul {
	overflow: hidden;
}

div#term_nav ul li {
	float: left;
	margin: 0 20px 0 0;
	color: #000;
}

div#term_nav ul li a:hover {
	color: #999;
}

div#term_nav ul li.current-menu-item a {
	color: #999;
}

ul#project_type {
	position: relative;
	left: 110px;
}

div#info {
	float: right;
	height: 20px;
	overflow: hidden;
	margin: 4px 0 0 0;
}

div#info span {
	float: left;
}

div#info {
	font: 11px/11px Arial, Helvetica, sans-serif;
	color: #666;
}

div#info a#minimatik {
	float: right;
	width: 100px;
	height: 20px;
	padding: 0 0 0 0;
	margin: 0px 0 0 10px;
	color: #666;
	font-family: "Times New Roman", Times, serif;
}

/* scrollpane
----------------------------------------------------------------------------------------- */
.jScrollPaneContainer {}

div.scroll-pane {
	float: left;
	width: 100%;
	max-height: 442px;
	height: auto;
	height: 442px;
}

#pane5 {
	display: block;
	width: 100%;
}

div#inner {
	position: relative;
	width: 20000px;
	float: left;
}

.container0,
.container1,
.container2 {
	position: relative;
	margin: 0px 0px 10px 0px;
	/*height: 130px;*/
	overflow: hidden;
}

.container0 {
	/* border: 1px solid black;*/
	margin-bottom: 0px;
}

.container1 {
	/*  border: 1px solid red;*/
}

.container2 {
	/* border: 1px solid yellow;*/
}

.container3 {
	/*border: 1px solid black;*/
}

div.image {
	position: relative;
	/*display: inline;*/
	float: left;
	padding: 0px 10px 0px 0px;
	height: 130px;
	/*width: 130px;*/
	overflow: visible;
	/* outline: 1px solid orange;*/
	/* background: none !important;*/
}

.container0 {
	background: url(library/images/interface/header.jpg) no-repeat;
	height: 120px;
}

.image img {}

div.moto {}

div.image.moto {
	height: 34px;
	font: normal 34px/34px "Courier New", Courier, monospace;
	color: #999;
	/*outline: 1px solid orange;*/
}

a.block {
	display: block;
	height: 140px;
	width: 100%;
	position: absolute;
}

.title {
	overflow: visible;
	position: absolute;
	bottom: 0px;
	height: 20px;
	width: 1500px;
	z-index: 3;
	background: #34689A;
	opacity: 0.7;
}

div.description {
	float: left;
	padding: 0 0px 0 5px;
	color: #fff;
}

div.category {
	float: left;
	margin: 3px 5px 0 0px;
	color: #FFFFCC;
	font: normal 10px/12px Arial, Helvetica, sans-serif;
}

div.title_spacer {
	float: left;
	display: block;
	width: 80px;
}

span.magenda {
	float: left;
	margin: 0 5px 0 0;
}

span.magenda {
	color: #cc3300;
}

.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	clear: both;
	background: url(../images/interface/overlay-bg.png) center center no-repeat;
	opacity: 1;
}