/*
Theme Name: Partsfinder Beta
Theme URI: http://tzmartin.com
Description: Beta signup form
Version: 1.0
Author: Terry martin
Author URI: http://tzmartin.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/
@font-face {
	font-family: Calibri;
	src: local("Calibri"), url("images/Calibri.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

body {
  font-family: "Myriad Pro", helvetica, arial, sans-serif;
  background-image:url('images/bg.gif');
  background-repeat:repeat-x;
  font-size: 12px;
  margin: 4em 0 0 0;
  padding: 0;
  background-color: #ECF4F9;
  color: #333;
  text-align: center;
}

a,
a:visited {
  color: #360;
}

hr {
	border:1px solid #DDDDDD;
}

#nav {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  text-align: center;
}

#nav p {
  width: 940px;
  margin: 0 auto;
  text-align: left;
}

#nav a {
  float: right;
  -moz-border-radius-bottomleft: 3;
  -moz-border-radius-bottomright: 3;
  -webkit-border-bottom-left-radius: 3;
  -webkit-border-bottom-right-radius: 3;
  padding: 10px 12px;
  font-size: 13px;
  font-family: "Myriad Pro", helvetica, arial, sans-serif;
  color: #fff;
  background: #0767AB;
}

#nav .tab a,
#nav .tab a:visited {
  color: #fff;
}

#wrapper {
	padding-top:20px;
}
#wrapper p.betatitle {
	font-family:Helvetica;
	font-size:33px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:10px auto;
	text-shadow:0 1px 0 #FFFFFF;
	text-align:center;
	width:640px;
}
#main {
	width:665px;
	height:445px;
  margin: 0 auto;
	box-shadow:10px 10px 5px #888;
	-moz-box-shadow:0 0 5px #999999;
	background-color:#FFFFFF;
	border:1px solid #AAAAAA;
  padding: 2px;
  background-color: #fff;
  text-align: left;
}
#main div.content {
		background: url(images/bg.ad1.jpg) bottom center no-repeat;
		margin:5px;
		padding:2px;
		height:432px;
		width:650px;
}
#main div.content h1 {
	float:left;
	left:300px;
	position:relative;
	width:350px;
	margin:0;
	text-align:center;
	font-family:Calibri;
	font-size:36px;
	letter-spacing:-1px;
	font-weight:bold;
	color:#745D44;
	text-shadow:0 1px 2px rgba(200, 200, 95, 0.5);
}
#main div.content p {
	clear:left;
	color:#4C4646;
	font-size:1.6em;
	left:312px;
	line-height:1.1;
	position:relative;
	width:338px;
}
#main p.mainText span {
	background-color:#FFFFCC;border-bottom:1px #D8EC91 solid;font-style:italic;
}
div.boxshadowbottom {
	background: url(images/bg.box.shadow.bottom.png) top center no-repeat;
	width:668px;
	height:9px;
	margin:auto;
	margin:-1px auto auto;
}
#wrapper div.infobox {
	margin:auto;
	width:680px;
}
#wrapper div.formbox {
	-moz-border-radius-bottomleft: 20;
  -moz-border-radius-bottomright: 20;
	-moz-border-radius-topleft: 20;
	-moz-border-radius-topright: 20;
  -webkit-border-bottom-left-radius: 20;
  -webkit-border-bottom-right-radius: 20;
	-webkit-border-top-right-radius: 20;
	-webkit-border-top-left-radius: 20;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #999999;
	color:#333333;
	font-family:"Myriad Pro",helvetica,arial,sans-serif;
	font-size:13px;
	height:150px;
	margin:auto;
	padding:10px 12px;
	width:365px;
	float:left;
}

#wrapper div.formbox form {
  margin: 0 0 1.5em;
}

#wrapper div.formbox form table {
  border-collapse: collapse;
}

#wrapper div.formbox form table .control {
  width: 1%;
  text-align:center;
}

#wrapper div.formbox form .text {
  width: 100%;
  height: 36px;
  border: 1px solid #999;
  -moz-border-radius: 3;
  -webkit-border-radius: 3;
  padding: 7px .2em;
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
}
#wrapper div.formbox form .text.idle {
	color:#DDD;
}
#wrapper div.formbox form .text.focus {
	color:#000;
}
#wrapper div.formbox form .button,
#wrapper div.formbox form .button:visited {
  width: 17em;
  border: 2px #669933 solid;
  -moz-border-radius: 5;
  -webkit-border-radius: 5;
  border-radius: 5;
  padding: 0;
  margin-top:5px;
  white-space: nowrap;
  font-size: 18px;
  line-height: 1;
  height: 36px;
  font-family: "Myriad Pro", helvetica, arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #9c3;
  cursor: pointer;
}

#wrapper div.socialbox {
	-moz-border-radius-bottomleft: 20;
  -moz-border-radius-bottomright: 20;
	-moz-border-radius-topleft: 20;
	-moz-border-radius-topright: 20;
  -webkit-border-bottom-left-radius: 20;
  -webkit-border-bottom-right-radius: 20;
	-webkit-border-top-right-radius: 20;
	-webkit-border-top-left-radius: 20;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #999999;
	color:#333333;
	font-family:"Myriad Pro",helvetica,arial,sans-serif;
	font-size:13px;
	height:150px;
	margin:auto auto auto 20px;
	padding:10px 12px;
	width:237px;
	float:left;
}
#wrapper div.socialbox  div.facebook {
	margin:auto;
	text-align:center;
}
#wrapper div.socialbox div #twitter {
	width:155px;
	height:50px;
	background-image:url('images/twitter-button.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	margin:auto;
}

.error, .sending, .success {
  font-size: 1.2em;
  -moz-border-radius: 3;
  -webkit-border-radius: 3;
  padding: .5em;
  line-height: 1;;
  font-weight: bold;
  background: #e5e5e5;
  margin-bottom: 1em;
}

.error {
  background: #C00;
  color: #fff;
}

.sending {
  color: #999;
}

.success {
  color: #333;
  margin-bottom: 0;
	-moz-border-radius-bottomleft: 20;
  -moz-border-radius-bottomright: 20;
	-moz-border-radius-topleft: 20;
	-moz-border-radius-topright: 20;
  -webkit-border-bottom-left-radius: 20;
  -webkit-border-bottom-right-radius: 20;
	-webkit-border-top-right-radius: 20;
	-webkit-border-top-left-radius: 20;
}

#page-info {
	clear:both;
	color:#777777;
	display:block;
	font-family:Verdana,sans-serif;
	font-size:10px;
	margin:auto;
	position:relative;
	top:15px;
}
#page-info p {font-size:10px;}
#page-info a {
	color:#CCC;
	font-style:italic;
}
#page-info a:hover {
	color:#FFF;
}
