/*

Theme Name: TDC Theme

Theme URI: http://www.thedrywallco.com

Description: The default theme for The Drywall Co.

Version: 

Author: Chuck Greenwalt

Author URI: http://www.chuckgreenwalt.com

Tags: green, custom header, fixed width, one colum



	The CSS, XHTML and design is released under GPL:

	http://www.opensource.org/licenses/gpl-license.php



*/

@import "jquerycss.css";



* {
	margin: 0;
	padding: 0;
}

.hide {
	display: none;
}

.flagged {
	outline: 5px solid red;
}

hr {
	clear: both;
	height: 0;
	border: 0;
	visibility: hidden;
}

html {
	text-align: center;
}

body {
	background: #fff url(images/backgroundRpt.jpg) 0 0 repeat-x;
	color: #666;
	font-family: "Arial" ,  "Lucida Sans" , sans-serif;
	font-size: small; /*font-size: 62.5%;*/
	margin: 0;
}

p {
	line-height: 20px;
}

h2, h2 a, h2 a:hover {
	color: #314F64;
	padding: 5px 0;
	font-family: "Tahoma";
	letter-spacing: 0.1em;
	font-size: medium;
	text-decoration: none;
	border-bottom: 1px solid #314F64;
	margin: 15px 15px;
}

img {
	padding: 10px;
	border: none;
}
a:link{
	text-decoration:none;
	color:#666;
	}
a:visited{
	color:#666;
	text-decoration:none;	
}	
a:hover{
	text-decoration:underline;
	color:#999
	}	



/* logo section */

#logoSection {
	margin: 0 auto;
	width: 815px;
	height: 63px;
	background: #fff url(images/headingArea.gif) -3px 0 no-repeat;
}

#logoSection h1 a {
	margin: 0 0 0 5px;
	display: block;
	width: 300px;
	height: 60px;
	float: left;
}

#logoSection h1 span {
	margin: 0;
	display: none;
}

#contactInfo {
	float: right;
	margin: 18px 0 0 0;
}

#contactInfo p {
	font-size: 12px;
	float: right;
	margin: 0 15px 0 0;
	clear: both;
	width: 250px;
	text-align: right;
	color: #206f2d;
	font-stretch: ultra-condensed;
}

/* ad section */

#adSection {
	margin: -2px auto 0 auto;
	width: 815px;
	height: 225px;
	background: transparent url(images/mediaArea.gif) -2px 2px no-repeat;
}

#adSection h2, #adSection .mediaText {
	display: none;
}

/*bid request tool */

#BidRequestNavContainer {
	width: 815px;
	margin: 15px auto 0 auto;
	background: url(images/bidRequestRepeat.jpg) -2px 0 repeat-y;
	position: relative;
}

#BidRequestNavContainer h3 {
	width: 815px;
	height: 30px;
	background: transparent url(images/bidRequestButton.jpg) -2px -5px no-repeat;
	float: right;
	overflow: hidden;
}

#BidRequestNavContainer h3 a {
	display: block;
	width: 110px;
	height: 20px;
	float: right;
	margin-right: 30px;
}

#BidRequestNavContainer h3 span {
	display: none;
}

/* The toolbar for the content box */

ul#toolbar {
	height: 72px;
	width: 815px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	position: relative;
	margin-bottom: -1px;
	background: transparent url(images/navBar.gif) 0 -158px no-repeat;
}

#toolbar li {
	position: absolute;
	text-indent: -9999px;
	top: 0;
}

#toolbar li a {
	height: 72px;
	display: block;
}

#toolbar li#home-tab {
	left: 85px;
	width: 90px;
	background: url(images/navBar.gif) -85px 0;
}

#toolbar li#home-tab a:hover, #toolbar li#home-tab.active {
	background: url(images/navBar.gif) -85px -80px;
}

#toolbar li#projects-tab {
	left: 265px;
	width: 92px;
	background: url(images/navBar.gif) -265px 0;
}

#toolbar li#projects-tab a:hover, #toolbar li#projects-tab.active {
	background: url(images/navBar.gif) -265px -80px;
}

#toolbar li#reputation-tab {
	left: 442px;
	width: 93px;
	background: url(images/navBar.gif) -442px 0;
}

#toolbar li#reputation-tab a:hover, #toolbar li#reputation-tab.active {
	background: url(images/navBar.gif) -442px -80px;
}

#toolbar li#contact-tab {
	left: 622px;
	width: 93px;
	background: url(images/navBar.gif) -622px 0;
}

#toolbar li#contact-tab a:hover, #toolbar li#contact-tab.active {
	background: url(images/navBar.gif) -622px -80px;
}

#content {
	overflow: hidden;
	margin: 0 auto 0 auto;
	width: 815px;
	position: relative;
	background: transparent url(images/scrollerBck.gif) -3px 0 repeat-y;
}
.contentList {
	list-style-type: none;
	margin-left: 25px;
}

#staticContent, #MainContent {
	text-align: left;
	padding: 25px;
	margin: 0 auto;
	background: transparent;
	width: 789px;
	padding: 5px;
}

#MainContent h1, #MainContent h2 a, #MainContent h2 a:hover {
	color: #314F64;
	padding: 5px 0;
	font-family: "Tahoma";
	letter-spacing: 0.1em;
	font-size: medium;
	text-decoration: none;
	border-bottom: 1px solid #314F64;
	margin: 15px 15px;
}

#staticContent p, #MainContent p, #MainContent .author {
	padding: 10px 25px;
}

#staticContent h3, #MainContent h3 {
	padding: 15px 22px;
	color: #393834;
}



#MainContent p:first-letter {
	font-size: 125%;
	font-weight: bold;
}

#Testimonials p {
	text-indent: 2em;
	margin-top: 0;
}

span.lquote {
	background: url(images/leftquote.png) 0 0 no-repeat;
	display: block;
	height: 25px;
	width: 25px;
	text-indent: -2000em;
	position: relative;
	top: 2.2em;
	left: 1.8em;
}



/* Footer */

#footer {
	width: 815px;
	height: 80px;
	margin: -10px auto 20px auto;
	color: #666;
	padding-top: 62px;
	background: #fff url(images/footerArea.gif) 0 0 no-repeat;
}

#footer p.copyright {
	text-align: center;
	font-size: smaller;
	margin: -30px auto 0 auto;
	color: #000;
}

#footer h4 {
	font-size: smaller;
	margin-top: 25px;
}

#footer p {
	width: 700px;
	margin: 5px auto;
}

#footer ul {
	list-style: none;
	width: 605px;
	text-align: center;
	overflow: hidden;
	margin: 15px auto;
}

#footer ul li {
	float: left;
	margin: 0 20px;
}

#footer ul li a {
	text-decoration: none;
	color: #000;
}

#footer ul li a:hover {
	text-decoration: underline;
}



/*bid request form css */

.bidContent h2 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #193E51;
	padding-bottom: 10px;
}

.bidContent {
	border: none;
	background: transparent;
	padding-bottom: 25px;
	border: none;
	background: transparent;
}

#bidContent, #bidContent2(border:none;background:transparent;) #dialog p {
	margin: 5px 0;
}



/* ----------- My Form ----------- */

.myform {
	margin: 0 auto;
	width: 650px;
	padding: 14px;
	overflow: hidden;
	text-align: center;
}



/* ----------- stylized ----------- */

#bidrequest1, #bidrequest2, #contactform {
	background: #C8DBE7;
	border: 2px solid #163D50;
	padding-bottom: 15px;
}

#bidrequest1 h1, #bidrequest2 h1, #contactform h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #057838;
}

#bidrequest1 p, #bidrequest2 p, #contactform p {
	font-size: 11px;
	color: #666666;
	margin-bottom: 20px;
	border-bottom: solid 1px #b7ddf2;
	padding-bottom: 10px;
}

#bidrequest1 label, #bidrequest2 label, #contactform label {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 200px;
	float: left;
}

#bidrequest1 .small, #bidrequest2 .small, #contactform .small {
	color: #666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 200px;
}

#bidrequest1 input[type="text"], #bidrequest1 input[type="file"], #bidrequest1 textarea, #bidrequest2 input[type="text"], #bidrequest2 input[type="file"], #bidrequest2 textarea, #contactform input[type="text"], #contactform textarea {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #163D50;
	width: 200px;
	margin: 2px 0 20px 10px;
}

#bidrequest1 input[type="submit"], #bidrequest2 input[type="submit"], #contactform input[type="submit"] {
	clear: both;
	float: left;
	margin: 0 0 0 240px;
	width: 130px;
	height: 31px;
	background: transparent url(images/button.png) no-repeat;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	border: none;
}

#bidrequest1 .status, #bidrequest2 .status, #contactform .status {
	float: right;
	display: block;
	width: 200px;
	position: relative;
	left: -45px;
	top: -45px;
	clear: both;
	text-align: left;
}

#bidrequest1 label.error, #bidrequest2 label.error, #contactform label.error {
	color: #C4491E;
	font-size: small;
	text-align: left;
	padding: 0 0 0 18px;
}

#bidrequest1 input.error, #bidrequest1 textarea.error, #bidrequest2 input.error, #bidrequest2 textarea.error, #contactform input.error, #contactform textarea.error {
	border: 1px solid #C4491E;
}

.required {
	color: #C4491E;
}



/* ie 7 css */

/* ----------- My Form ----------- */

*:first-child + html form {
	padding: 0;
	margin: 0;
	border: 0;
}

*:first-child + html #bidrequest1 label, *:first-child + html #bidrequest2 label, *:first-child + html #contactform label {
	float: left;
	clear: both;
	margin: 10px;
	padding: 0;
}

*:first-child + html #bidrequest1 input[type="text"], *:first-child + html #bidrequest1 textarea, *:first-child + html #bidrequest2 input[type="text"], *:first-child + html #bidrequest2 textarea, *:first-child + html #contactform input[type="text"], *:first-child + html #contactform textarea {
	margin: 15px;
}

*:first-child + html #bidrequest1 label.error, *:first-child + html #bidrequest2 label.error, *:first-child + html #contactform label.error {
	position: relative;
	top: 50px;
	left: 15px;
}

/* gallery css*/

.gallery {
	margin: 0 auto;
}

.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 25%;
}

.gallery img {
	border: 2px solid #cfcfcf;
}

.gallery-caption {
	margin-left: 0;
}





t1 label.error, *:first-child + html #bidrequest2 label.error, *:first-child + html #contactform label.error {
	position: relative;
	top: 50px;
	left: 15px;
}

/* gallery css*/

.gallery {
	margin: 0 auto;
}

.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 25%;
}

.gallery img {
	border: 2px solid #cfcfcf;
}

.gallery-caption {
	margin-left: 0;
}





