/*
Theme Name: Vigneaux Corporation
Theme URI: http://vigneaux.com
Description: Custom WordPress theme for Vigneaux Corporation created by TechStudio.
Author: Ryan Burnette
Version: 1.1
*/

/* general */
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
html, body {
	height: 100%;
}
body {
	background: #fff;
}
.wrap {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
	background: url(images/bg.png) 0 14px repeat-x;
}

/* header */
.header-bar {
	width: 100%;
	height: 10px;
	display: block;
	background: #676c6f;
}
.header {
	position: relative;
	width: 902px;
	height: 143px;
	margin: 0 auto;
	overflow: hidden;
}
.header h1 a {
	display: block;
	float: left;
	width: 441px;
	height: 133px;
	text-indent: -1000em;
	background: url(images/logo.png) 0 12px no-repeat #fff;
	overflow: hidden;
}
.splash {
	display: block;
	position: relative;
	width: 900px;
	height: 209px;
	margin: 14px auto 10px;
	background: #ddd;
}
.splash-static { 
	background: url(images/splash-2.jpg) 0 0 no-repeat;
	text-indent: -1000em;
}

/* content */

.content {
	position: relative;
	width: 902px;
	height: auto;
	margin: 15px auto 0;
}
.content-main {
	float: left;
	width: 600px;
	padding: 0 18px 0 0;
	border-right: 2px dotted #dadada;
}

/* sidebars */

.sidebar {
	position: relative;
	float: right;
	width: 261px;
	height: auto;
	padding: 0 0 0 12px;
}
.textwidget {
	height: 210px;
}

/* nav */
.nav {
	float: right;
	width: 430px;
	height: 143px;
	padding: 0 0 0 3px;
	margin: 0;
	background: url(images/nav-border.png) 0 37px no-repeat;
}
.nav li {
	float: left;
	display: block;
	width: 135px;
	height: 143px;
	padding: 0 3px 0 0;
	margin: 0;
	background: url(images/nav-border.png) 135px 37px no-repeat;
}
.nav li a {
	float: left;
	display: block;
	width: 135px;
	height: 110px;
	padding: 0;
	margin: 0;
	border-bottom: 10px solid #fff;
	text-indent: -1000em;
	cursor: default;
}
.nav li a:hover { border-bottom: 10px solid #00b3a0; }
.nav li a:active { border-bottom: 10px solid #ff0000; }
.nav li a.nav-1 { background: url(images/nav-1.png) 0 37px no-repeat; }
.nav li a.nav-2 { background: url(images/nav-2.png) 0 37px no-repeat; }
.nav li a.nav-3 { background: url(images/nav-3.png) 0 37px no-repeat; }

.sidebar-nav {
	width: 261px;
	height: auto;
	margin: 0;
	height: 0;
	background: #fff;
}
.sidebar-nav ul {
	padding: 0;
	margin: 0;
}
.sidebar-nav li a {
	padding: 0;
	margin: 0 0 5px;
	display: block;
	width: 261px;
	height: 45px;
	text-indent: -1000em;
	cursor: default;
}
.sidebar-nav li a.snav-1 { background: url(images/sidebar-nav-1.png) 0 0 no-repeat; }
.sidebar-nav li a.snav-1:hover { background: url(images/sidebar-nav-1.png) 0 -45px no-repeat; }
.sidebar-nav li a.snav-2 { background: url(images/sidebar-nav-2.png) 0 0 no-repeat; }
.sidebar-nav li a.snav-2:hover { background: url(images/sidebar-nav-2.png) 0 -45px no-repeat; }
.sidebar-nav li a.snav-3a { background: url(images/sidebar-nav-3.png) 0 0 no-repeat;height:23px; }
.sidebar-nav li a.snav-3a:hover { background: url(images/sidebar-nav-3.png) 0 -47px no-repeat;height:23px; }
.sidebar-nav li a.snav-3b { background: url(images/sidebar-nav-3.png) 0 -23px no-repeat;height:23px; }
.sidebar-nav li a.snav-3b:hover { background: url(images/sidebar-nav-3.png) 0 -70px no-repeat;height:23px; }
.sidebar-nav li a.snav-4 { background: url(images/sidebar-nav-4.png) 0 0 no-repeat; }
.sidebar-nav li a.snav-4:hover { background: url(images/sidebar-nav-4.png) 0 -45px no-repeat; }

.footer-nav {
	width: 900px;
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
}
.footer-nav li {
	font: 14px/14px Arial, sans-serif;
	font-weight: bold;
	display: inline;
	padding: 0 15px;
	color: #eaeaea;
}
.footer-nav li a {
	color: #eaeaea;
	text-decoration: none;
}
.footer-nav li a:hover {
	color: #999;
}

/* footer */

.footer {
	height: 36px;
	width: 100%;
	background: #ccc;
	padding: 14px 0 0;
}

/* typeography */
h1 {
}
h2 {
	font: 22px/29px Arial, sans-serif;
	font-weight: bold;
	color: #676c6f;
	letter-spacing: -1px;
	padding: 0 0 15px;
}
h3 {
	font: 18px/27px Arial, sans-serif;
	font-weight: bold;
	color: #00b3a0;
	padding: 0 0 3px;
}
h4 {
}
.content-main p {
	font: 12px/20px Lucida Grande, sans-serif;
	color: #555;
	padding: 0 0 10px;
}
.content-main a {
}
.content-main a:hover {
}
.content-main a:active {
}

/* blog elements */

/* forms */

div.wpcf7 {
	margin: 0;
	padding: 0;
	font: 12px/20px Lucida Grande, sans-serif;
}

.wpcf7 input {
	border: 2px solid #676c6f;
	height: 22px;
	font: 12px/20px Lucida Grande, sans-serif;
	color: #555;
	background: #eee;
	padding: 0 4px;
}
.wpcf7 textarea {
	border: 2px solid #676c6f;
	background: #eee;
	padding: 4px;
	font: 12px/20px Lucida Grande, sans-serif;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid blue;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ff0000;
}

div.wpcf7-validation-errors {
	border: 2px solid #ff0000;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}

/* images */

/* slideshow */
.slideshow img { width: 900px; height: 209px; padding: 0; margin: 0; }

/* misc */
.clear {
	clear: both;
}
.push {
	height: 50px;
}
:focus {
	outline: 0;
}
.screen-reader-text {
	display: none;
}
.google-map {
	float: left;
	width: 420px;
	height: auto;
	padding: 0;
	margin: 0 10px 20px 0;
	border: 2px solid #676c6f;
}

