/* 
Theme Name: TNT Roofing Theme
Theme URL: http://plainbeta.com/2008/05/20/whiteboard-a-free-wordpress-theme-framework/
Description: Theme for TNT Roofing.
Author: 36 Squares
Author URI: http://36squares.com
Version: 1.0.3

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}
a {
  color: #355c9f;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  background: #d4d8e9 url(images/body-bg.jpg) no-repeat center top;
  font: 14px Arial, Lucida, Sans_serif;
  color: #0d2047;
}
/* Header styles */
#header {
  background: url(images/header-bg.png) no-repeat;
  margin: 57px auto 0px auto;
  width: 775px;
  height: 174px;
}
#header h1.page-title a {
  float: left;
  text-indent: -10000px;
}
#header p {
  text-indent: -10000px;
}
/* Menu Tabs */
#header #main-nav {
  float: right;
  font-size: 14px;
  padding: 20px 0px 0px 20px;
  margin-top: 99px;
  margin-right: 1px;
  clear: both;
}
#header #main-nav ul {
	line-height: 35px;
	margin: 2px 0 0 0;
	list-style-type: none;
	float: left;
	padding: 0px 0px 0px 25px;
    text-transform: uppercase;
}

#header #main-nav li {
  float: left;
}
#header #main-nav li.page_item {
    margin:0;
    padding:0 0 0 13px;
    background: url(images/tab-l.png) no-repeat left bottom;
    }
#header #main-nav li.page_item a {
    padding: 10px 16px 9px 6px;
    margin: 0;
    text-decoration:none;
    color:#0d2047;
    font-size: 14px;
    background: url(images/tab-r.png) no-repeat right bottom;
   }

#header #main-nav li.page-item-7 a {
	background: url(images/tab-r-corner.png) no-repeat right bottom;
}
#header #main-nav ul li.page_item ul.page_item li a:hover {color: #891e09;
  z-index: 10;
}
#header #main-nav li.page_item:hover {
	background-position:left top;
} #header #main-nav li.page_item:hover a {
	background: url(images/tab-r-corner.png) no-repeat right bottom;
    color: #891e09;
    z-index: 10;
}
#header #main-nav li.page_item:hover a {
	background-position: right top;
    z-index: 10;
}
#header #main-nav li.current_page_item {
    margin:0;
    padding:0 0 0 13px;
    background: url(images/tab-l.png) no-repeat left top;
}
#header #main-nav li.current_page_item a {
    background: url(images/tab-r.png) no-repeat right top;
}
#header #main-nav li.current_page_item.page-item-7 a {
	background: url(images/tab-r-corner.png) no-repeat right top;
}
/* Menu Tabs End */
/* Header Styles End */
/* Container styles */
#container {
  width: 775px;
  margin: 0 auto;
  height: 100%;
  background: url(images/container-bg.png) repeat-y;
}
#container h1 {
  font-size: 32px;
  padding: 35px 33px 0px 33px;
  margin-bottom: 10px;
}
#container h2.title {
  font-size: 30px;
  padding: 35px 33px 33px 33px;
}
#container h2.title a {
  color: #0d2047;
  text-decoration: none;
}
#container h2.title a:hover {
  color:#891e09;
}
#container h2 {
  font-size: 30px;
  padding: 10px 33px 0px 33px;
  margin-bottom: 10px;
}
#container h1.home-title {
  display: none;
}
#container h3 {
  font-size: 26px;
  padding: 10px 33px 0px 33px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#container h4 {
  font-size: 23px;
  padding: 10px 33px 0px 33px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#container h5 {
  font-size: 20px;
  padding: 10px 33px 0px 33px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#container h6 {
  font-size: 16px;
  padding: 10px 33px 0px 33px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#container p {
  padding: 0px 40px 10px 33px;
}

#container p strong {
  font-weight: bold;
}
#container p em {
  font-style: italic;
}
#container p strong em {
  font-weight: bold;
  font-style: italic;
}
#container ul {
  margin-left: 48px;
  margin-bottom: 10px;
}
#container ol {
  margin-left: 54px;
  margin-bottom: 10px;
}
#container ul li ul {
  margin-left: 30px;
}
#container ol li ol {
  margin-left: 35px;
}
#container #post {
  padding: 0px;
}
#container .post-meta {
  overflow: hidden;
  width: 640px;
  margin: 0 auto 0 65px;
  padding-bottom: 10px;
  background: url(images/testimonial-bg.png) no-repeat left bottom;
}
#container .post-meta li {
  padding: 10px;
  background: url(images/testimonial-bg.png) no-repeat left top;
  list-style: none;
}
#container .post-meta p {
  padding: 0;
}
#container .post-meta h1, #container .post-meta h2, #container .post-meta h3, #container .post-meta h4, #container .post-meta h5, #container .post-meta h6 {
  padding: 0;
  margin: 0;
}
#container .post-meta .post-meta-key {
  display: none;
}
#container .wpcf7 {
  width: 755px;
  margin: 0px 10px 0 10px;
}
#container .wpcf7 p {
  padding: 15px 0 15px 23px;
  font-weight: bold;
  margin-bottom: 10px;
}
#container .wpcf7 p.submit {
  background: none;
  padding-top: 5px;
}
#container .wpcf7-checkbox {
  margin-left:-7px;
}
#container .wpcf7-list-item {
  padding: 0 10px 0 0;
}
#container .wpcf7-form-control-wrap .field {
  width: 300px;
  border: 2px solid #b3b3b3;
}

#container #searchform {
   padding: 5px 33px 10px 17px;
}
/* Container styles end */
/* Footer styles */
#footer {
  clear: both;
  width: 775px;
  height: 75px;
}
#footer p {
  margin-top: 20px;
  padding: 20px;
  text-align: center;
}
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: 1px solid #155a8f;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* Captions */
.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: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
    color: #191919;
}
/* End captions */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
#container .ddsg-wrapper h2 {
  margin-top: 0;
  padding-top: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Menu Tabs */
#header #main-nav {
  float: right;
  font-size: 14px;
  padding: 21px 0px 0px 20px;
  margin-top: 99px;
  margin-right: 1px;
  clear: both;
}
#header #main-nav ul {
	line-height: 35px;
	margin: 1px 0 0 0;
	list-style-type: none;
	float: left;
	padding: 0px 0px 0px 25px;
    text-transform: uppercase;
}

#header #main-nav li {
  float: left;
}
#header #main-nav li.page_item {
    margin:0;
    padding:0 0 0 13px;
    background: url(images/tab-l.png) no-repeat left bottom;
    }
#header #main-nav li.page_item a {
    padding: 9px 16px 10px 6px;
    margin: 0;
    text-decoration:none;
    color:#0d2047;
    font-size: 14px;
    background: url(images/tab-r.png) no-repeat right bottom;
   }

#header #main-nav li.page-item-7 a {
	background: url(images/tab-r-corner.png) no-repeat right bottom;
}
#header #main-nav ul li.page_item ul.page_item li a:hover {color: #891e09;
  z-index: 10;
}
#header #main-nav li.page_item:hover {
	background-position:left top;
} #header #main-nav li.page_item:hover a {
	background: url(images/tab-r-corner.png) no-repeat right bottom;
    color: #891e09;
    z-index: 10;
}
#header #main-nav li.page_item:hover a {
	background-position: right top;
    z-index: 10;
}
#header #main-nav li.current_page_item {
    margin:0;
    padding:0 0 0 13px;
    background: url(images/tab-l.png) no-repeat left top;
}
#header #main-nav li.current_page_item a {
    background: url(images/tab-r.png) no-repeat right top;
}
#header #main-nav li.current_page_item.page-item-7 a {
	background: url(images/tab-r-corner.png) no-repeat right top;
}
/* Menu Tabs End */

}