/*
Theme Name: Vendor Inc.
Author: coded by sarah mattern, http://matternco.com
Date: November 2009
*/

/* A few resets for browser consistency... */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0 auto;
	padding: 0;
	}

ol, ul, li {
	list-style: none;
	}	

fieldset,img {
	border: none;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	}
	
a img {
	border: none;
	}

hr {
	display: none;
	}

.center {
	text-align: center;
	}

.clear {
	clear: both;
	}

.hide, .screen-reader-text {
	display: none;
	}

iframe {
	border: none;
	}

/* Setting up the page... */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #464749;/*darkgrey*/
	text-align: center;
	height: 100%;
	width: 100%;
	position: relative;
	background: white; 
	font-size: 13px;
	}

a {
	color: #D85527;/*orangey red*/
	text-decoration: none;
	}

a:hover {
	color: #A5411E;/*darker red*/
	text-decoration: none;
	}

/*popup windows */

body.white {
	background-color: white;
	text-align: left;
	}

.white .post {
	padding: 20px;
	line-height: 140%;
	}

.white .post img {
	text-align: center;
	max-width: 660px;
	}

.white .wordtube {
	padding-bottom: 10px;
	text-align: center;
	}


/* The Basics... */

p {
	padding: 6px 0 6px 0;
	}
	
small {
	font-size: 11px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	}

.input {
	border: none;
	background-color: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px 4px 3px 4px;
	}

.submit {
	border: none;
	background-color: black;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 10px;
	font-size: 13px;
	padding: 3px 6px 3px 6px;
}
	
/* The Headers... */

h1, .description { /*hidden*/
	text-indent: -9999px;
	font-size: .02em;
	height: 0px;
	padding: 0;
	margin: 0;
	}
	
h2 {
	color: #D85527; 
	font-weight: normal;
	font-size: 22px;
	font-style: italic;
	padding: 5px 0 0 0;
	margin: 0;
	line-height: normal;
	}
	
h3 {
	font-weight: bold;
	font-size: 13px;
	padding: 5px 0 0 0;
	margin: 0;
	line-height: normal;
	}

h4 {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 0 0;
	line-height: normal;
	margin: 0;
	}

/* Top Page structure */

#bigPage {
	width: 100%;
	height: 100%;
	}

#header {
	width: 100%;
	display: block;
	background: url(images/topstripe.png) repeat-x top;
	padding-top: 40px;
	height: 90px;
	}

.oneThousand {
	width: 1000px;
	display: block;
	text-align: left;
	}

/* Menu code */

#menu {
	width: 1000px;
	display: block;
	}

#menu ul {
	width: 600px;
	float: right;
	text-align: left;
	display: block;
	font-size: 13px;
	text-transform: lowercase;
	line-height: normal;
	font-style: italic;
	}

#menu ul li {
	display: inline;
	float: left;
	border-left: 1px solid #464749;
	}

#menu ul li span {
	display: block;
	font-style: normal;
	padding-bottom: 2px;
	}

#menu ul li a {
	color: #464749; 
	display: block;
	width: 60px;
	padding: 15px 5px 1px 5px;
	}

#menu ul li a:hover span, #menu ul li.current_page_parent a span, #menu ul li.current_page_ancestor a span, #menu ul li.current_page_item a span {
	color: #D85527;
	}

/*Scroll container */

#scrollContainer {
	float: right;
	margin: 0 0 30px 0;
	width: 600px;
	height: 330px;
	overflow: hidden;
	font-size: 14px;
	line-height: 160%;
	z-index: 1;
	}

#scrollContainer .scroll-pane {
	width: 590px;
	height: 350px;
	padding-right: 10px;
	overflow: auto;
	float: right;
	}

#scrollContainer .post h2 {
	padding-top: 0;
	}

.scroll-pane .post {
	padding-bottom: 40px;
	}

/*Blog container */

#blogContainer {
	float: right;
	margin: 0 0 30px 0;
	width: 750px;
	font-size: 14px;
	line-height: 160%;
	z-index: 5;
	}

#blogContainer .post {
	padding: 30px 0 0 0;
	}

#blogContainer h3 {
	font-size: 15px;
	font-weight: normal;
	}

#leftContent.blogPage {
	float: left;
	width: 200px;
	font-size: 13px;
	position: relative;
	padding-top: 80px;
	}
	
#leftContent.blogPage .logo {
	background: url(images/logo-profiles.gif) no-repeat top;
	position: absolute;
	width: 300px;
	height: 161px;
	margin-left: -200px;
	margin-top: -160px;
	z-index: 1;
	}

#leftContent h2 {
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #818386;
	font-size: 15px;
	padding-bottom: 5px;
	font-style: normal;
	}
	
#leftContent .widget {
	padding-bottom: 10px;
	}

#leftContent #searchform {
	margin: 10px 0 0 0;
	}

#leftContent #searchform #s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	padding: 5px 5px 5px 25px;
	width: 170px;
	height: 13px;
	border: none;
	color: #656669;
	background: url(images/searchinput2.png) no-repeat;
	}

#leftContent.blogPage #searchform #searchsubmit {
	display: none;
	}

/*Left Content */

#leftContent {
	float: left;
	width: 365px;
	font-size: 13px;
	position: relative;
	}

#leftContent .logo {
	background: url(images/logo.gif) no-repeat top;
	position: absolute;
	width: 375px;
	height: 308px;
	margin-left: -10px;
	z-index: 1;
	}

.page-id-9 #leftContent .logo, .page-id-13 #leftContent .logo {
	background: url(images/logo-how.gif) no-repeat top;
	position: absolute;
	width: 600px;
	height: 321px;
	margin-left: -200px;
	margin-top: -80px;
	z-index: 1;
	}

.page-id-5 #leftContent .logo {
	background: url(images/logo-who.gif) no-repeat top;
	position: absolute;
	width: 575px;
	height: 440px;
	margin-left: -200px;
	margin-top: -80px;
	z-index: 1;
	}
	
#leftContent.profiles .logo {
	background: url(images/logo-profiles.gif) no-repeat top;
	position: absolute;
	width: 300px;
	height: 161px;
	margin-left: -200px;
	margin-top: -80px;
	z-index: 1;
	}

.page-id-7 #leftContent.profiles .logo { /*work*/
	background: url(images/logo-work.gif) no-repeat top;
	position: absolute;
	width: 467px;
	height: 250px;
	margin-left: -100px;
	margin-top: -80px;
	z-index: 1;
	}
	
#leftContent .img {
	position: absolute;
	z-index: 5;
	margin: 20px 0 0 -50px; 
	}

#leftContent .profilePic img {
	margin: 30px 0 0 40px;
	clear: both;
	position: absolute;
	z-index: 5;
	width: 210px;
	height: 130px;
	border: 1px solid #818386;/*greyey*/
	}

#leftContent .gallery {
	width: 365px;
	clear: both;
	margin: 175px 0 0 30px;
	position: absolute;
	z-index: 5;
	}

#leftContent .gallery .pics {
	height: 145px;
	}

#leftContent .gallery img {
	margin: 0 0 10px 10px;
	float: left;
	width: 100px;
	height: 60px;
	}

#leftContent .gallery a img  {
	border: 1px solid #818386;/*greyey*/
	}

#leftContent .gallery a:hover img  {
	border: 1px solid #D85527;
	}

#leftContent .gallery .navigation {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 10px;
	margin-top: -5px;
	width: 326px;
	float: left;
	}

/*Bottom Content Structure */

#bigPageBot {
	width: 100%;
	display: block;
	border-top: 8px solid #808285;
	text-align: center;
	height: 1000px;
	}
	
.whiteSpace {
	width: 50%;
	text-align: left;
	padding: 35px 0 20px 0;
	float: left;
	text-align: right;
	/*height: 557px;*/
	height: 100%;
	position: relative;
	}

.whiteSpace.big {
	width: 53%;
	}

.greySpace {
	width: 50%;
	padding: 35px 0 20px 0;
	float: right;
	background: #F1F1F1 url(images/columns250.gif) repeat-y left;
	text-align: left;
	/*height: 557px;*/
	height: 100%;
	}

.greySpace.small {
	width: 47%;
	background: #F1F1F1 url(images/columns200.gif) repeat-y left;
	}

.fiveHundred {
	width: 490px;
	text-align: left;
	}

.fiveFifty {
	width: 530px;
	text-align: left;
	}

.greySpace .fiveHundred {
	width: 520px;
	}

.greySpace .fourFifty {
	width: 470px;
	}

.whiteSpace .fiveHundred, .whiteSpace .fiveFifty {
	padding-right: 10px;
	}

.greySpace .fiveHundred, .greySpace .fourFifty {
	padding-left: 10px;
	}

.twoHundred {
	float: left;
	width: 170px;
	margin-left: 10px;
	padding: 0 10px 0 10px;
	}
	
.slinks {
	display: block;
	margin-top: 15px;
	}

.slinks img {
	margin-right: 10px;
	float: left;
	}

.twoFifty {
	float: left;
	width: 220px;
	margin-left: 10px;
	padding: 0 10px 0 10px;
	}

.twoHundred {
	float: left;
	width: 170px;
	margin-left: 10px;
	padding: 0 10px 0 10px;
	}

.twoFifty.rsscol {
	width: 260px;
	margin: 30px -30px 0 0;
	}

/*Bottom Content Details*/

#bigPageBot .whiteSpace {
	color: #808285;
	}

#bigPageBot .whiteSpace .subscribe {
	position: absolute; 
	width: 75px;
	height: 20px;
	margin-top: 10px;
	right: 0;
	margin-right: 20px;
	font-size: 12px;
	background: #FFF url(images/rss.png) no-repeat right;
	}

#bigPageBot .whiteSpace .subscribe a {
	display: block;
	position: absolute; 
	padding-right: 20px;
	padding-top: 6px;
	height: 14px;
	cursor: pointer;
	color: #808285;
	}

#bigPageBot .whiteSpace h3 {
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	}

#bigPageBot .whiteSpace .post {
	padding: 10px 0 10px 0;
	font-size: 13px;
	font-style: italic;
	line-height: 120%;
	}

#bigPageBot .whiteSpace .time {
	font-size: 14px;
	display: block;
	text-transform: none;
	line-height: normal;
	font-style: normal;
	}

#bigPageBot .whiteSpace .img {
	margin: 10px 0 10px 0;
	display: block;
	}

#bigPageBot .whiteSpace .img a .wp-post-image {
	border: 1px solid white;
	}
	
#bigPageBot .whiteSpace .img a:hover .wp-post-image {
	border: 1px solid #D85527;
	}
	
#bigPageBot .greySpace {
	font-size: 13px;
	}

#bigPageBot .greySpace h2 {
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #818386;
	font-size: 15px;
	font-style: normal;
	}
	
#bigPageBot .greySpace .widget {
	padding-bottom: 15px;
	}

#bigPageBot #searchform {
	margin: 10px 0 0 0;
	}

#bigPageBot #searchform #s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	padding: 5px 5px 5px 25px;
	width: 170px;
	height: 13px;
	border: none;
	color: #656669;
	background: url(images/searchinput.png) no-repeat;
	}

#bigPageBot .twoHundred #searchform #s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	padding: 5px 5px 5px 25px;
	width: 120px;
	height: 13px;
	border: none;
	color: #656669;
	background: url(images/searchinputSm.png) no-repeat;
	}

#bigPageBot #searchform #searchsubmit {
	display: none;
	}

.postmetadata {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #656669;
	padding: 5px 0 0 0;
	}

.postmetadata a {
	color: #C0C0C0;
	}

.postmetadata a:hover {
	color: #D85527;
	}

.widget_kbrss {
	height: 13px;
	display: block;
	clear: both;
	}

.widget_kbrss h2.widgettitle {
	width: 80px;
	float: left;
	text-align: right;
	line-height: normal;
	padding: 0;
	}

.widget_kbrss h2.widgettitle img {
	margin-left: 5px;
	}

.widget_kbrss .widghettitle a.rsswidget {
	float: left;
	}

.sidebar li.widget_kbrss ul, .sidebar li.widget_kbrss li {
	margin: 0;
	padding: 0;
	}

.widget_kbrss ul li {
	float: right;
	width: 170px;
	height: 15px;
	overflow: hidden;
	font-size: 12px;
	}

.widget_kbrss ul li a {
	color: #808285;
	}


/* Very Bottom Footer **/

#footer {
	clear: both;
	min-width: 1000px;
	width: 100%;
	color: white;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #808285 url(images/wing-footer.png) no-repeat bottom right;
	}

#footer .oneThousand {
	text-align: right;
	height: 100px;
	background: url(images/stars-footer.png) no-repeat left 45px;
	}

#footer .oneThousand p {
	padding: 45px 95px 0 0;
	margin: 0;
	}

#footer a {
	color: white;
	}

#footer a:hover {
	color: #D85527;
	}

#footer span {
	color: #D85527;
	padding: 0 2px 0 2px;
	}

/* Blog content... */

.post {
	clear: both;
	}

.post ul, .post ol {
	padding: 0 0 0 30px;
	}

.post ul li {
	margin: 5px 0 5px 12px;
	list-style: circle;
	}

.post ol li {
	margin: 5px 0 5px 12px;
	list-style: decimal;
	}

.sociable {
	text-align: right;
	}

/* Lists inside the sidebar... */

.sidebar li li {
	padding: 3px 0 3px 0;
	}

.sidebar ul ul {
	padding: 3px 0 0 0;
	}

.sidebar li li li {
	}

.sidebar ul ol {
	margin: 5px 0 0 5px;
	}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0;
	}

.sidebar ul ol li {
	list-style: decimal outside;
	}

.sidebar ul ul ul li, .sidebar ul ol li {
	margin: 0;
	}

/* logos */
	
.logos {
	clear: both;
	width: 975px;
	height: 330px;
	margin: 5px 0 20px 0;
	background: url(images/what-logos.jpg) no-repeat center;
	}

/* Style for images... */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 13px;
	line-height: 17px;
	padding: 5px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/* Style for comments...*/

h3#comments, #respond h3 {
	padding-top: 20px;
	}

#commentform {
	padding: 10px 0 10px 0;
	}

.comment-body {
	padding: 5px 10px 5px 10px;
	background: #F1F1F1;
	border-top: 1px solid #818386;
	border-bottom: 1px solid #818386;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

#commentform input, #commentform textarea {
	background-color: #F1F1F1;
	color: #818386;/*greyey*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
	width: 200px;
	border: none;
	}

#commentform textarea {
	width: 500px;
	height: 100px;
	}

#commentform #submit {
	border: none;
	background: #818386; 
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding: 3px 6px 3px 6px;
	margin: 0;
	width: auto;
	}

#commentform p {
	padding: 3px 0 4px 0;
	}
	
#commentform {
	margin: 0 0 0 0;
	}

#respond h3 {
	padding-bottom: 0;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

.commentlist li .avatar { 
	display: none;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	}

.commentlist li {
	padding-top: 10px;
	}

.children { padding: 0; }

.nocomments {
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

ol.commentlist {
	margin: 3px 0 0px 0;
	padding: 0;
	}

/* Contact Form */

.wpcf7-form input, .wpcf7-form textarea {
	background-color: #F1F1F1;
	color: #818386;/*greyey*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
	width: 200px;
	border: none;
	}

.wpcf7-form textarea {
	width: 500px;
	height: 100px;
	}

.wpcf7-form .submit {
	border: none;
	background: #818386; 
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding: 3px 6px 3px 6px;
	margin: 0;
	width: auto;
	}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* Misc. blog stuff... */

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 0 100px 0 20px;
	font-style: italic;
	padding: 10px 0 10px 15px;
	background: url(images/quote.jpg) no-repeat top left;
	min-height: 100px;
	}

blockquote p {
	padding: 5px 0 5px 0;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	width: 100%;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	}

/*.navigation a {
	font-size: 13px;
	color: #C0C0C0;
	}

.navigation a:hover {
	color: #D85527;
	}*/

/*Tooltips*/

/* Padding not included here if using sticky close box  */
div#tipDiv {
    color:#666; 
	font-size:12px; 
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
    /* background-color:#F1F1F1; */
	background-color: white;
	border:1px solid #999; 
    width:250px; 
	text-align: left;
	padding: 5px;
}

/* styles for wrap functions  */
div#tipDiv .stickyBar {
    background-color: #464749;/*darkgrey*/ 
    }
    
div#tipDiv .stickyTitle {
    padding:0 0 2px 4px; color:#fff; font-size:14px;      
    }
div#tipDiv div.stickyContent {
    padding:4px;
    }
/* sticky with closeBox is in table */  
div#tipDiv td { font-size:11px; }


div#tipDiv div.img { text-align:left; }
div#tipDiv div.txt {  }

/* Contact Form */
.cform {
	width: 460px;
	float: left;
	display: block;
	}

.cform ol, .cform ol li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.cform ol li {
	width: 230px;
	float: left;
	margin: 3px 0 3px 0;
	padding: 3px 0 3px 0;
	}

.cform label, .linklove {
	display: none;
	}

.cform .reqtxt, .cform .emailreqtxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	display: block;
	color: #CCC;
	display: none;
	}

.cform input, .cform textarea, .cform select {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	padding: 4px;
	width: 210px;
	background-color: white;
	border: 1px solid #666;
}

.cform select {
	width: 220px;
	}

.cform textarea {
	width: 440px; /*500-6*/
	}

.cform li#li--3, .cform li#li--5 { 
	float: right;
	}

.cform li#li--6 { 
	clear: both;
	display: block;
	}

.cform li#li--6 textarea {/*message*/
	height: 70px;
	}

.cform li#li--1 {
	clear: both;
	float: none;
	display: block;
	}

.cform .cf-sb {
	clear: both;
	display: block;
	}

.cform input.sendbutton {
	float: right;
	color: white;
	background-color: #666;
	width: 80px;
	margin-right: 10px;
	border: none;
	}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
}
div.cf_info a	{
	color:#D85527!important;
	text-decoration:underline!important;
}
div.success {
	color:#333;
	display:block;
}
div.failure {
	display:block;
	color: #D85527;
	margin: 5px 0 5px 0;
}
div.waiting {
	color: #999;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform input.cf_error { 
	border:1px solid #D85527; 
}
div.mailerr {
	display:block;
}
.mailerr, .cform .cf_errortxt {
	color:#D85527; 
}