/* force a vertical scrollbar on firefox to avoid page-shifting */
html {
	overflow: -moz-scrollbars-vertical !important;
}

html, body {
	height: 100%;
}

body {
	background-color: #f6f6f6;
	font-family: "helvetica neue", arial, sans-serif;
	font-size: 10pt;
	line-height: 1.05em;
	margin: 0px;
	padding: 0px;
}

body.white {
	background-color: white;
}

a {
	color: #3672cb;
	border-bottom: 1px solid #9db0cb;
	text-decoration: none;
}
a.none {
	color: black;
	border-bottom: 0px;
}

p.bigleadin, div.bigleadin {
	font-weight: bold;
	font-size: 12pt;
}

span.pheader {
    font-weight: bold;
}


div.alertbox {
	background-color: #ffffd9;
	border: 4px solid #fdff42;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

div.project {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px 10px 15px 10px;
}

div.projecthead {
	background-color: #eeeeee;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin: -5px -10px 5px -10px;
}
div.projecttech {
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
	font-style: italic;
	font-size: 8.5pt;
	padding: 1px 10px 1px 10px;
	margin: -5px -10px 5px -10px;
}

div.projectstatus {
	float: right;
	font-weight: bold;
}
div.projectstatus span.indevelopment {
	color: green;
}
div.projectstatus span.complete {
	color: #3672cb;
}

div#headerinside, div#maincontent, div#homespaceinside, div#openbsdspaceinside,
div#servicesspaceinside, div#footerinside, div#corduroyspaceinside,
div#corduroyspaceinside2 {
	width: 800px;
}

div#header {
	background-color: #eeeeee;
	border-bottom: 4px solid #e0e0e0;
	padding-bottom: 10px;
	padding-top: 3px;
}

div#corduroyheader {
	background-color: #eeeeee;
	border-bottom: 4px solid #e0e0e0;
	padding-bottom: 10px;
}

div#headerinside {
	margin-left: auto;
	margin-right: auto;
	height: 75px;
	vertical-align: middle;
}


div#headerlinks {
	color: gray;
	margin-top: 32px;
	float: right;
}
div#headerlinks a, div#headerlinks strong {
	font-weight: bold;
	margin-right: 4px;
	margin-left: 4px;
}

div#headerlinks strong {
	color: black;
}

div#headerinside img#text {
	margin-top: 20px;
}

div#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -75px; /* - #footer height+padding-top+4 */
}

div#maincontent {
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}

div#leftcol {
	line-height: 1.5em;
	width: 45%;
}

div#rightcol {
	line-height: 1.5em;
	float: right;
	width: 45%;
}

div#onecol {
	line-height: 1.5em;
}

div#homespace, div#corduroyspace, div#corduroyspace2 {
	background-color: white;
	border-bottom: 4px solid #e0e0e0;
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
}

div#corduroyspace {
	padding-top: 20px;
}
div#corduroyspace2 {
	background-image: url('/images/corduroy_background.png');
	background-position: 50% 41px;
	background-repeat: no-repeat;
	padding-top: 20px;
}

div#corduroyspacelinks {
	font-size: 11pt;
	text-align: center;
	padding-bottom: 15px;
}

div#corduroyheaderlinks {
	font-size: 11pt;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#homespaceinside {
	background-image: url('/images/shots.png');
	background-position: 98% 5px;
	background-repeat: no-repeat;
	height: 205px;
	margin-left: auto;
	margin-right: auto;
}

div#homespacewords {
	margin-left: 20px;
	padding-top: 75px;
	padding-bottom: 5px;
	font-size: 21pt;
}

div#corduroyspaceinside {
	background-image: url('/images/corduroy_invoice.png');
	background-position: 50% 5px;
	background-repeat: no-repeat;
	height: 305px;
	margin-left: auto;
	margin-right: auto;
}
div#corduroyspaceinside2 {
	background-image: url('/images/corduroy_animation.gif');
	background-position: 50% 5px;
	background-repeat: no-repeat;
	height: 275px;
	margin-left: auto;
	margin-right: auto;
}

div#openbsdspace {
	background-color: white;
	border-bottom: 4px solid #e0e0e0;
	margin: 0px;
	padding: 0px;
}

div#openbsdspaceinside {
	background-image: url('/images/openbsd-puffy.png');
	background-position: 95% -30px;
	background-repeat: no-repeat;
	height: 78px;
	margin-left: auto;
	margin-right: auto;
}

div#openbsdspacewords {
	margin-left: 40px;
	padding-top: 30px;
	font-size: 21pt;
}

div#contact label {
	display: block;
	float: left;
    font-weight: bold;
	margin-top: 3px;
    width: 110px;
}

div#contact label, div#contact span {
	line-height: 1.25em;
}
div#contact br {
	clear: left;
}


div#stretch {
	height: 8em;
}

div#footer {
	background-color: #333333;
	border-top: 4px solid #777777;
	height: 75px;
	padding-top: 15px;
	overflow: hidden;
}

div#footerinside {
	color: #c0c0c0;
	font-size: 8pt;
	margin-left: auto;
	margin-right: auto;
}

div#footerinside a {
	color: #c0c0c0;
	border-bottom: 1px solid gray;
}


/* roy site */
html.roy {
	height: auto;
}
body.roy {
	background-color: #e9deb6;
	background-image: url('/images/roy.png');
	color: #505050;
	margin: 0px;
	padding: 0px;
}

h1.sitelead {
	display: inline;
	font-size: 14pt;
}

h1 a {
	text-decoration: none;
	border: 0px;
}

h4 {
	font-weight: normal;
	font-style: italic;
	margin-top: -6px;
}

div#weblogwrapper {
	margin: 10px 90px 30px 90px;
}

a#weblogrss {
	background-color: orange;
	border: 0px;
	color: white;
	float: right;
	font-weight: bold;
	padding: 3px 8px;
	margin-left: 5px;
	text-decoration: none;
}

div.weblogitemwrapper {
	margin-bottom: 50px;
}

div.weblogcal {
	border: 2px solid #ccc;
	float: left;
	margin-left: -90px;
	width: 60px;
}
div.weblogcalmonth, div.weblogcalyear {
	background-color: #eee;
	border-bottom: 2px solid #ccc;
	font-size: smaller;
	text-align: center;
}
div.weblogcalyear {
	border-bottom: 0px;
	border-top: 2px solid #ccc;
}

div.weblogcalday {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 4px 0px 2px 0px;
}

h3 {
	display: inline;
}

div.postedline {
	margin-top: -2px;
	color: #aaa;
}

div#roywrapper {
	margin: 30px auto 30px auto;
	width: 890px;
}

div#roymain {
	background-color: white;
	border: 1px solid #c0b78e;
	min-height: 400px;
	padding: 20px 30px 30px 30px;
}


table.roypricing {
	border-collapse: collapse;
	font-size: 11pt;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 88%;
}

table.roypricing td {
	height: 30px;
	border-right: 2px solid gray;
	border-bottom: 1px solid #dadada;
	text-align: center;
}
table.roypricing td img {
	vertical-align: middle;
}

table.roypricing td.lead {
	text-align: right;
	padding-right: 15px;
}

table.roypricing td.firstlead {
	border-top: 2px solid gray;
}

table.roypricing th {
    background-color: #ffffdc;
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
	border-right: 2px solid gray;
}

table.roypricing .bigger {
	font-size: 13pt;
}

table.roypricing tr.last td {
    background-color: #ffffdc;
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
}

table.roypricing tr.last td.lastlead {
	background-color: white;
	border-bottom: 0px;
}

ul.ds li, ol.ds li {
	margin-bottom: 1em;
}

a.button {
	background-color: #668fcd;
	border-top: 2px solid #7caef9;
	border-left: 2px solid #7caef9;
	border-bottom: 2px solid #253b4d;
	border-right: 2px solid #253b4d;
	color: white;
	padding: 8px 15px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	letter-spacing: 0.02em;
	white-space: nowrap;
	text-shadow: #444 1px 1px 3px;
}
a.hibutton {
}
a.button.green {
	background-color: #668fcd;
	border-top: 2px solid #7caef9;
	border-left: 2px solid #7caef9;
	border-bottom: 2px solid #253b4d;
	border-right: 2px solid #253b4d;
}

a.button.green:hover {
	background-color: #73A1E6;
}

a.button.green {
	background-color: #01d001;
	border-bottom-color: #018f01;
	border-right-color: #018f01;
	border-left-color: #00f300;
	border-top-color: #00f300;
}

a.button.green:hover {
	background-color: #00ed00;
}


div.price_badge {
	float: right;
	margin-left: 25px;
	background-image: url('https://signup.corduroysite.com/images/price_blank.png');
	width: 136px;
	height: 136px;
	color: white;
	text-align: center;
}
div.price_badge span.dollar {
	display: block;
	float: left;
	color: #eee;
	padding-top: 45px;
	padding-left: 34px;
	text-shadow: #444 1px 1px 5px;
}
div.price_badge span.amount {
	display: block;
	float: left;
	font-size: 30pt;
	padding-top: 54px;
	padding-left: 3px;
	text-shadow: #444 1px 1px 5px;
}

