
/*
Theme Name: Gaardhouse
Theme URI: http://wordpress.org/
Description: Gaardhouse custom theme.
Author: Hyperbole Design
Version: 1.0
*/

@import url("css/reset.css");

@font-face {
	font-family: 'aud';
	src: url('css/AUdimat-Regular.otf') format('opentype');
}

body {
	font-family: 'aud';
	background: #000 url(images/body_bg.png) top left repeat-x;
	color: #fff;
}

a {
	color: #89d4df;
	text-decoration: none;
}
a:hover {
	color: #fff;
}

h3 {
	text-transform: uppercase;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	background: #000 top left no-repeat;
}

#header {
	margin: 0 auto;
	height: 116px;
}

#header h1 {
	text-align: center;
	font-size: 100px;
	padding-top: 43px;
	margin-left: -42px;
}

#header h1 a {
	text-decoration: none;
	color: white;
}

#nav {
	width: 513px;
	height: 52px;
	margin: 20px auto;
}

#nav ul {
	list-style-type: none;
}

#nav li {
}

#nav li a {
	padding-top: 10px;
	font-size: 24px;
	margin: 5px;
	text-align: center;
	border: 1px solid #595959;
	float: left;
	width: 107px;
	height: 30px !important;
	display: block;
}
#nav li a:hover { background: #292929;}

#sidebar-left {
	width: 225px;
	float: left;
	margin-right: 23px;
}

#sidebar-left h2 {
	color: #89d4df;
	font-size: 44px;
}

#sidebar-left img {
	margin-top: 350px;
	margin-right: 0;
	margin-bottom: 0;
}

#powerhouse p {
	padding-top: 5px;
	line-height: 28px;
	color: #595959;
	font-size: 24px;
	font-weight: normal;
}

#content {
	width: 467px;
	float: left;
	color: #fff;
	margin-left: 13px;
}

#content.category {
	width: 500px;
}

#content h3, #content h2 {
	font-size: 28px;
	padding-bottom: 10px;
}

#content p {
	font-family: verdana;
	font-size: 14px;
	line-height: 170%;
}

#video, .video {
	float: left;
	margin-bottom: 25px;
	border-bottom: 3px solid #89d4df;
	padding-bottom: 25px;
	margin-top: 4px;
}

#video object, .video object {
	border: 10px solid #222;
	padding-bottom: 0;
	margin-bottom: -4px;
	float: left;
}
.video .object_wrap {
  width: 444px;
	float: left;
}

.bottom_nav ul {
	margin-top: 38px;
	list-style-type: none;
}

.bottom_nav li a {
	margin: 5px 10px 5px 0;
  	text-align: center;
	border: 1px solid #595959;
	float: left;
	width: 170px !important;
	height: 30px !important;
	padding-top: 10px;
	color: #89d4df;
	font-size: 24px;
}
.bottom_nav li a:hover {
  color: #fff;
  background: #292929;
}

.sidebar-right {
	float: left;
	margin-left: 15px;
	margin-top: 3px;
	width: 210px;
}

.sidebar-right h3 {
	color: #fff;
	font-size: 20px;
	float: left;
}

.sidebar-right h2 {
	color: #fff;
	font-size: 72px;
	float: left;
	text-transform: uppercase;
	margin-bottom: 35px;
	width: 185px;
}

a.more {
	float: right;
	width: 40px;
	height: 16px;
	border: 1px solid #595959;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #89d4df;
	padding-top: 7px;
	margin-bottom: 5px;
	margin-top: -5px;
	text-transform: uppercase;
}
a.more:hover { color: #ffffff; background: #292929;}


a.see_more {
	text-transform: uppercase;
	padding: 0;
	float: left;
	width: 65px;
	height: 16px;
	border: 1px solid #595959;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #89d4df;
	padding-top: 7px;
	margin-bottom: 5px;
}
a.see_more:hover { color: #ffffff; background: #292929;}

.right_box {
	clear: both;
	width: 220px;
	height: 200px;
	background: #292929;
	margin-bottom: 20px;
}


ul#work {
	list-style-type: none;
}

ul#work li {
	float: left;
	margin: 0 8px;
}

#clients {
	float: left;
	margin-left: -14px;
	margin-top: 40px;
}

#clients h4 {
	font-size: 24px;
	color: #585858;
	padding-left: 17px;
}

address {
	float: left;
	font: 14px/20px verdana, sans-serif;
	padding: 5px;
	width: 235px;
}
#social li {
	list-style-type: none;
	float: left;
	padding: 5px;
}

.clear {
	clear: both;
}

#footer {
	height: 32px;
	clear: both;
}

#side_logo {
	background: url(images/gaardhouse_logo.png) bottom center no-repeat;
	width: 213px;
	height: 188px;
	float: left;
	margin-top: -181px;
}


h2 a, h3 a {
	color: #fff;
	text-decoration: none;
}
.post h2 {
	text-transform: uppercase;
}

.post p {
	margin-bottom: 15px;
	margin-top: 15px;
}

#contact form {
  margin-top: 25px;
}

#contact form label {
	float: left;
	width: 80px;
}
#contact form fieldset p {
	margin-bottom: 30px;
}
#contact form input[type="text"], #contact form textarea  {
	background: #000;
	border: 1px solid #666;
	font-family: Verdana;
	padding: 5px;
	width: 97%;
	color: #fff;
	font-size: 12px;
}

#contact form input[type="submit"] {
	float: right;
	border: 1px solid #595959;
	background: #000;
	color: #89d4df;
	cursor: pointer;
	margin-top: 30px;
	margin-right: 2px;
}

#contact form input[type="submit"]:hover {
	background: #292929;
}
#contact form textarea {
	width: 97%;
  margin-left: 0px;
}

img.mmf-captcha-captcha {
  float: left;
}

.mmf-form-control-wrap.captcha {
  width: 300px;
  float: left;
  display: block;
}

#contact form input[name="captcha"] {
  width: 271px;
  float: left;
  margin-left: 18px;
  margin-top: -23px;
}

.mmf-not-valid-tip-no-ajax, .mmf-validation-errors {
	color: #ff5b56;
}

.mmf-validation-errors {
	margin-left: -8px;
	width: 250px;
	margin-top: -19px;
}

.thumbnail_post {
	float: left;
	width: 188px;
	background: #292929;
	padding: 15px 15px 0;
	margin-bottom: 30px;
	margin-right: 30px;
	height: 205px;
}

.thumbnail_post a {
	text-decoration: none;
}

.thumbnail_post a:hover h2 {
	color: #fff;
}
.thumbnail_post a h2 {
	font-size: 22px !important;
	margin-left: -1px;
	color: #89d4df;
}

/* fix for firefox hating block elements in anchor */
a[_moz-rs-heading=""] {
	font-size: 22px !important;
	color: #89d4df;
}
a[_moz-rs-heading=""]:hover {
	color: #c6ecf1;
}

.thumbnail_post .wp-post-image {
	padding-bottom: 5px;
	margin-left: -1px;
	border-bottom: 3px solid #000;
}

.thumbnail_post h2 {
	width: 185px;
}

#clients {
	background: url(images/clients.jpg) top left no-repeat;
	width: 246px;
	height: 351px;
	text-indent: -9999px;
}


.post {
	width: 450px;
	margin-right: 25px;
}

.post-title a{
	font-size: 24px;
	color: #fff;
}
.post-title a:hover{
	color: #999;
	font-size: 24px !important;
}

h3.date {
	font-family: verdana, sans-serif;
	font-size: 12px !important;
	font-weight: normal;
	color: #414141;
}

#content.category .post {
	margin-bottom: 20px;
	float: left;
	border-bottom: 1px solid #333;
}

#post-nav {
	float: left;
	width: 464px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.nav-left {	
	float: left;
	margin-top: 10px;
}
.nav-left a:hover, .nav-right a:hover { background: #292929;}
.nav-left a, .nav-right a {
	border: 1px solid #595959;
	padding: 8px 6px 6px 6px;
}
.nav-right {
	float: right;
	margin-top: 10px;
}


.sidebar-right .thumbnail_post {
	float: left;
	background: #292929;
  padding: 0;
	margin-bottom: 30px;
	margin-right: 30px;
	width: auto;
	height: 220px;
}

.sidebar-right .thumbnail_post a {
	text-decoration: none;
	margin: 10px;
	display: block;
}

.sidebar-right .thumbnail_post a:hover h2 {
	color: #fff;
}
.sidebar-right .thumbnail_post a h2 {
	font-size: 22px !important;
	color: #89d4df;
  margin-top: 5px;
  margin-bottom: 5px;
}

.right_box {
	float: left;
	padding: 20px;
	width: 186px;
}

#twitter_div {
	font: 12px/16px verdana, sans-serif;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

#twitter_div li {
	float: left;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	margin-top: 10px;
}

#twitter_div li span a {
  color: #89d4df;
}
#twitter_div li a {
  color: #444;
}
#twitter_div li a:hover { color: #666;}

a#twitter-link {
	float: left;
	font-size: 12px !important;
	margin-top: 10px;
}

.wp-post-image {
	width: 185px;
}




/* Vimeo embed auto-sizing ------ */
.post_content iframe {
    width: 100%;
}

