@import "reset.css";

body,html { 
  font-size: 14px;
  color: #222; 
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


.w3bz a {
	color:#990000;
	text-decoration:none;
}

.w3bz a:hover {
	color:#4d4d4d;
	text-decoration:none;
}

.w3bz-post {
	margin: 0.5em;
	padding: 0.5em;
	background:#d3b38f;
}

.w3bz-post>h3 {
    color:#990000;
	font-weight: bold;
	text-transform: uppercase;
}

.w3bz-post>h5{
	font-weight: bold;
}

.w3bz-post>p{
	margin-top: 5px;
}

.w3bz-posts-paginator {
	color: #ccc;
	background:#d3b38f;
	margin: 0.5em;
	padding: 0.5em;
	text-align: center;
}

.w3bz-posts-paginator .current {
	font-weight: bold;
	color: #666;
}

.w3bz-posts-toolbar {
	color: #ccc;
	background:#d3b38f;
	margin: 0.5em;
	padding: 0.5em;
	text-align: right;
    opacity: 0.7;
}	

.w3bz-container {
	position: relative;
	height: 400px;
	width: 400px;
}

.w3bz-indicator {
	position: absolute;
	top: 0px;
	left: 0px;
	right:0px;
	bottom: 0px;
	background: #fff url(../img/spinner.gif) center center no-repeat;	
}

.w3bz-mini-frame {
    float:left;
    margin: 5px;
}

.w3bz-mini-frame img{
    width: 8em;
    height: 6em;
    border: 1px #000 solid;
}

.w3bz-overlay {
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    opacity: 0.6;
    background: #000;
}
iframe{
    position:absolute;
    bottom: 55px;
    display:none;
}

.clear {
    clear:both;
}

/*******************************************************/
/* Gallery */
/*******************************************************/

.w3bz-gallery ul {
	list-style: none;
	margin: 0px;
	display: inline-block;
}

.w3bz-gallery li {
	overflow: hidden;
	float:left;
    margin: 0.2em;
    text-align: center;
	font-size:10px;
}

.w3bz-gallery img{
	width: 10em;
	height: 7.5em;
    border: 0.1em #000 solid;
}

.buildings {
    width: 920px;
    margin: 10px;
    background-color: #D3B38F;
}

.buildings td {
    text-align:center;
    padding: 15px;
    vertical-align: top;
}

.buildings div{
    text-align:center;
}

.buildings .logo {
    height: 68px;
    width: 130px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    margin:auto;
    margin-bottom: 10px;
}

.buildings .perspective {
    height: 168px;
    width: 130px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    margin:auto;
}
