/* all.css */
@import url("reset.css");

/* body */
body {
	background-color:#111111;
	color:#EEEEEE;
	font-size: 76%;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
div.main {
	text-align: left;
	width: 722px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2em;
}
div.header h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin: 0;
	padding: 0.6em;
	background-image: url(images/MagnoliaDrive_Logo2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 122px;
	text-indent: -9999px;
}
div.page {
	background-color: #222222;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #171717;
	border-bottom-color: #171717;
	padding-top: 2em;
}
div.main h2 {
	font-size: 200%;
}
div.main p {
	font-size: 120%;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 1px;
	padding-left: 1px;
}
div.main a {
	color: #CC9902;
	font-size: 90%;
	line-height: 165%;
}
div.buttons img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 1em;
	margin-bottom: 0.7em;
}

#contact ol {
	margin-left:1px;
}
#contact ol li {
	list-style-type:none;
}
div.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
p.copyright {
	font-size: 80%;
	color:#292929;
}
input.box, textarea.box {  
    border: 1px solid #000000;
    font-size:1.5em;  
    padding:2px;  
	margin-bottom: 8px;  
}
textarea.box {
	font-family:Arial, Helvetica, sans-serif;
}
input.submit {
	margin-top: 4px;
	margin-bottom: 6px;
	border: 1px solid #000000;
}
label {
	font-size: 1.2em;
	line-height: 1.8em;
}

@media only all and (max-width: 480px) {
	html { width: 99%; margin:0; }
	div {width: auto; border:none; margin: 0px; float:none !important}
	h1, h2, h3 { margin: 0px; }
	.footer { border-top: 1px solid; }
	p { padding-bottom: 1em; margin: 0; width:auto}
	div.main {
		width: auto;
		margin-top: 0;
		padding-left: 1px;
	}
	div.page {
		padding-top: 0.6em;
	}
	div.header h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #000;
		margin: 0;
		background-image: none;
		background-repeat: no-repeat;
		background-position: center center;
		height: auto;
		text-indent: 0px;
	}
	div.buttons, #contact, p.copyright {
		display: none;
	}
	div.footer:before {
		content: "Contact chris@magnoliadrive.com for more information.";
		font-weight: bold;
		padding-top: 0.4em;
		padding-bottom: 0.3em;
	}
	
}

