/*
Theme Name: Miller Construction
Theme URI: http://wordpress.org/
Description: Designed by Digisquid.com.
Version: 1.0
Author: Joe Angrisano
*/

/* @override http://72.249.46.233/wp-content/themes/miller/style.css */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #70001a none repeat-x 0 bottom;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtrHdr #backwrap {
	background: url(images/bkg.png) repeat-x 0 bottom;
	padding-bottom: 58px;
}
.oneColFixCtrHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f1f1de none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
.oneColFixCtrHdr #header { 
	padding: 0 10px 0 20px;
	height: 135px;
	background: url(images/masthead.png) no-repeat;
}
.oneColFixCtrHdr #mainContent { /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
}
.oneColFixCtrHdr #footer {
	background-image: none;
	height: 160px;
	color: #d5cca5;
	background-color: #d5cca5;
}
.oneColFixCtrHdr #footer p {
	color: white;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
	padding: 20px 0 20px 35px;
}

.oneColFixCtrHdr #footer a:link, a:visited, a:active {
	color: white;
}

.oneColFixCtrHdr #footer a:hover {
	color: #fa921f;
}

/* DigiSquid CSS Version 2.0 */

h1 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 10px;
	margin: 0;
	color: #830a0c;
}

h2 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 10px;
	margin: 0;
	color: #830a0c;
}

p {
	font-size: 12px;
	line-height: 20px;
	padding: 0;
	margin: 0;
}

strong {
	font-weight: bold;
}

p a:link {
	color: #f91a19;
	text-decoration: none;
}

p a:visited {
	color: #f91a19;
	text-decoration: none;
}

p a:hover {
	color: #fa921f;
	text-decoration: none;
}

p a:active {
	color: #fa921f;
	text-decoration: none;
}

.small {
	font-size: 9px;
	line-height: 10px
}

.border {
	border: solid 1px black
}

.photoleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.photoright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.bigger {
	font-size: 125%;
	font-weight: bold;
}

/* SquidMenu 1.0 */
#menu {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bold;
    height:35px;
	position: absolute;
	top: 313px;
	text-align: center;
	margin-left: -15px;
}
#menu li {
    list-style:none;
    display:inline;
    text-align: center;
}
#menu a {
    width:85px;
    color:#fff;
    text-decoration:none;
    background: url(images/menubkg.png) no-repeat 0 -50px;
    float:left;
	height: 35px;
	padding-top: 13px;
	text-align: center;

}
#menu a:hover, a:active { 
    background-position: 0 0px;
}

/* End SquidMenu 1.0 */


