/*
 Theme Name: I'm Dustin Davis
 Author: Dustin Davis
 Author URI: http://www.imdustindavis.com
 Version: 1
 */

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}

object, embed {
	max-width: 100%;
}

html {
	overflow-y: scroll;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: bold;
	vertical-align: bottom;
}
td {
	font-weight: normal;
	vertical-align: top;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	vertical-align: bottom;
	*vertical-align: baseline;
}
.ie6 input {
	vertical-align: text-bottom;
}

select, input, textarea {
	font: 99% sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

a:hover, a:active {
	outline: none;
}

small {
	font-size: 85%;
}

strong, th {
	font-weight: bold;
}

td, td img {
	vertical-align: top;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}

.clickable, label, input[type=button], input[type=submit], button {
	cursor: pointer;
}

button, input, select, textarea {
	margin: 0;
}

button {
	width: auto;
	overflow: visible;
}

.ie7 img {
	-ms-interpolation-mode: bicubic;
}

.ie6 html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true) );
}

.clear:before, .clear:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clear:after {
	clear: both;
}
.clear {
	zoom: 1;
}

/* STYLES
 -------------------------------------------------------------------------------*/

@font-face {
	font-family: 'CartoGothicStdBold';
	src: url('_/css/fonts/cartogothicstd-bold-webfont.eot');
	src: url('_/css/fonts/cartogothicstd-bold-webfont.eot?#iefix') format('embedded-opentype'), url('_/css/fonts/cartogothicstd-bold-webfont.woff') format('woff'), url('_/css/fonts/cartogothicstd-bold-webfont.ttf') format('truetype'), url('_/css/fonts/cartogothicstd-bold-webfont.svg#CartoGothicStdBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CartoGothicStdBook';
	src: url('_/css/fonts/cartogothicstd-book-webfont.eot');
	src: url('_/css/fonts/cartogothicstd-book-webfont.eot?#iefix') format('embedded-opentype'), url('_/css/fonts/cartogothicstd-book-webfont.woff') format('woff'), url('_/css/fonts/cartogothicstd-book-webfont.ttf') format('truetype'), url('_/css/fonts/cartogothicstd-book-webfont.svg#CartoGothicStdBook') format('svg');
	font-weight: normal;
	font-style: normal;
}

a {
	color: #e5e5e5;
}

p {
	margin-bottom: 5px;
}

strong {
	font-family: 'CartoGothicStdBold', sans-serif;
}

h1, h2, h3, h4 {
	font-family: 'CartoGothicStdBold', sans-serif;	
}

h1 {
	color: #e5e5e5; 
	font-size: 2.5em;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: capitalize;
}

h2 {
	color: #e5e5e5; 
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: capitalize;
}


h3 {
	color: #e5e5e5; 
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: capitalize;
}

strong {
	font-family: 'CartoGothicStdBold', sans-serif;
	font-weight: normal;
}

img.alignleft {
	float: left;
	margin: 0px 5px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 5px 5px;
}

.entry {
	font-size: 1.1em;
	line-height: 18px;
}



/* MAIN
 -------------------------------------------------------------------------------*/

body {
	background: #222222;
	color: #e5e5e5;
	height: 100%;
	font-family: 'CartoGothicStdBook', sans-serif;
	font-size: 62.5%;
	width: 100%;
}

#wrapper {
	margin: auto;
	width: 675px;
}

header {
	display: block;
	margin: 80px auto 80px auto;
	text-align: center;
	width: 675px;
}


footer#footer {
	margin: 80px auto 40px auto;
	text-align: center;
	width: 675px;
}



/* HEADER / FOOTER
 -------------------------------------------------------------------------------*/

header a, footer a {
	text-decoration: none;
}

header a:hover {
	text-decoration: underline;
}

header .menu-main-menu-container {
	text-align: center;
}

header ul#menu-main-menu {
	font-size: 1em;
	display: block;
	height: 15px;
	margin: auto;
}

header ul#menu-main-menu li {
	display: inline;
	padding: 0px 10px;
	text-align: center;
}

.menu-sub-menu-container {
	display: none;
	margin-top: 40px;
}

.menu-sub-menu-container ul li {
	margin-bottom: 5px;
}
/* HOME
 -------------------------------------------------------------------------------*/


body.home .entry {
	height: 400px;
	margin: auto;
	overflow: hidden;
	text-align: center;
	width: 650px;
}

body.home .entry img {
	height: Auto;
	width: 650px;
}

/* GALLERY
 -------------------------------------------------------------------------------*/


body.page-template-gallery-template-php .entry {
	text-align: center;
	padding-top: 5px;
	overflow: auto;
}

body.page-template-gallery-template-php .entry p {
	margin-bottom: 80px;
}

body.page-template-gallery-template-php .entry p img {
	height: auto;
	width: 650px;
}




/* ABOUT & CONTACT
 -------------------------------------------------------------------------------*/
body.page-template-about-contact-template-php .entry {
	margin: 0px auto 0px auto;
	text-align: justify;
	width: 400px;
}

body.page-template-about-contact-template-php .entry p {
	margin-bottom: 12px;
}

body.page-template-about-contact-template-php .entry p img {
	width: 400px;
	height: auto;	
}

body.page-template-about-contact-template-php .entry ol {
	margin-bottom: 20px;
}

body.page-template-about-contact-template-php .entry ol li {
	margin-left: 25px;
}

body.page-template-about-contact-template-php .entry .wpcf7 {
	margin: 40px 0px 40px 0px;
}
body.page-template-about-contact-template-php .entry input[type="text"],
body.page-template-about-contact-template-php .entry textarea {
	border: 0px;
	font-family: 'CartoGothicStdBook', sans-serif;
	outline: none;
	padding: 3px;
	width: 394px;
}

body.page-template-about-contact-template-php .entry input[type="submit"] {
	background: none;
	border: 0px;
	color: #e5e5e5;
	font-family: 'CartoGothicStdBook', sans-serif;
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
	outline: none;
	text-align: center;
	width: auto;
}

body.page-template-about-contact-template-php .entry .wpcf7 img {
	width: auto;
}

body.page-template-about-contact-template-php .entry .wpcf7 .wpcf7-validation-errors {
	border: none;
	background: #e5e5e5;
	color: #222;
	margin-bottom: 20px;
}


body.page-template-about-contact-template-php .entry .wpcf7 .wpcf7-mail-sent-ok {
	border: none;
	background: none;
	color: #e5e5e5;
	margin-bottom: 20px;
}



body.page-template-about-contact-template-php .entry .wpcf7 .wpcf7-not-valid-tip {
	background: none;
	border: none;
	color: #222;
	padding: 0px;
	left: 3px;
	top: 0px;
}

body.page-template-about-contact-template-php .entry .wpcf7 .your-message .wpcf7-not-valid-tip {
	top: -120px;
}



/* CONTRACTS
 -------------------------------------------------------------------------------*/


body.single h2.title {
	line-height: 26px;
	margin-bottom: 100px;
	text-align: center;
}

body.single h2.title small {
	display: block;
	font-family: 'CartoGothicStdBook', sans-serif;
}

body.single .entry {
	margin: 0px auto 0px auto;
	text-align: justify;
	width: 400px;
}

body.single .entry p {
	margin-bottom: 12px;
}

body.single .entry p img {
	width: 400px;
	height: auto;	
}

body.single .entry ol {
	margin-bottom: 20px;
}

body.single .entry ol li {
	margin-left: 25px;
}

body.single .entry .wpcf7 {
	margin: 40px 0px 40px 0px;
}

body.single .entry input[type="text"],
body.single .entry textarea {
	border: 0px;
	font-family: 'CartoGothicStdBook', sans-serif;
	outline: none;
	padding: 3px;
	width: 394px;
}

body.single .entry input[type="submit"] {
	background: none;
	border: 0px;
	color: #e5e5e5;
	font-family: 'CartoGothicStdBook', sans-serif;
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
	outline: none;
	text-align: center;
	width: auto;
}

body.single .entry .wpcf7 img {
	width: auto;
}

body.single .entry .wpcf7 .wpcf7-validation-errors {
	border: none;
	background: #e5e5e5;
	color: #222;
	margin-bottom: 20px;
}


body.single .entry .wpcf7 .wpcf7-mail-sent-ok {
	border: none;
	background: none;
	color: #e5e5e5;
	margin-bottom: 20px;
}



body.single .entry .wpcf7 .wpcf7-not-valid-tip {
	background: none;
	border: none;
	color: #222;
	padding: 0px;
	left: 3px;
	top: 0px;
}

body.single .entry .wpcf7 .your-message .wpcf7-not-valid-tip {
	top: -120px;
}


form.protected-post-form {
	text-align: center;
}

body.single .entry form.protected-post-form input[type="submit"]{
	display: block;
	margin: Auto;
}

body.single .entry hr {
	margin: 10px 0px 20px 0px;
}

body.single .entry table#price {
	font-size: 1.2em;
	width: 100%;	
}

body.single .entry table#price td {
	text-align: right;
}

body.single .entry table#price td:first-child {
	text-align: left;
}

body.single .entry table#price tr:last-child td {
	padding-top: 20px;
}



#contract p.two-column input[type="text"] {
	 width: 48%;
 }
 
 
 
#contract p.city-state-zip input[type="text"]#city {
	width: 280px;
} 

#contract p.city-state-zip input[type="text"]#state {
	width: 20px;
} 

#contract p.city-state-zip input[type="text"]#zip {
	width: 74px;
}
 

/* FACEBOOK IFRAME PAGE
 -------------------------------------------------------------------------------*/
body.page-template-facebook-template-php header,
body.page-template-facebook-template-php #footer {
	display: none;
}


body.page-template-facebook-template-php #wrapper {
	padding: 20px 0px 15px 0px;
}

/*
 * END STLES
 */

/* Media queries!
 -------------------------------------------------------------------------------*/

  
@media screen and (max-device-width: 640px) {
	body {
		-webkit-text-size-adjust: 130%;
	}
}

@media only screen and (device-width: 768px) {
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
}

@media all and (orientation: portrait) {
}

@media all and (orientation: landscape) {
}