/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	font: 100%/1 Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
}

.page {
	position:absolute;
	top: 10px;
	left: 10px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	color: #000;
	width: 600px;
}

.pageHeader {
	background-color: #ffffff;
	border: 0px;
	padding: 0px;
	width: 600px;
	height: 60px;
	margin: 0;
}

.pageHeader h1, .pageHeader h1 a {
	padding: 0px;
	margin: 0px;
	text-align: right;
	line-height: 0px;

}

.pageHeader h1 a{
	text-decoration: none;
	font-weight: bold;	
	font-size: 24px;
	font-style:italic;
	color: #000000;
	line-height:24px;
}


.pageHeader #mainNav {
	background-color: #000000;
	height: 20px;
	padding:0;
	margin:0;
	
}

#mainNav ul{
	list-style: none;
	margin: 0 0 0 2px;
	padding: 0;
	font-size: 12px;
	font-weight:bold;
	line-height: 20px;
}

#mainNav ul li{
	margin: 0 20px 0 0;
	padding: 0;
	display: inline;
}

#mainNav ul li a{
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #ffffff;
}

.pageHeader #minNav {
	background-color: #ffffff;
	height: 15px;	
}

#minNav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-align: right;
}

#minNav ul li{
	margin: 0 10px 0 0;
	padding: 0;
	display: inline;
}

#minNav ul li a{
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #000000;
}

.sideBar {
	float:left;
	width: 145px;
	height: 800px;
	background-color: #000000;
	margin-top: 5px;
	padding: 0;
}

.content {
	overflow:hidden;
	width: 580px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}


section {
	padding: 0;
	margin: 0;
}


.content header {
	padding:10px 0;
	margin:0;
	background-color: #FFF;
    border-top: thin solid #ddd;
	border-bottom: thin solid #ddd;
	border-left: thin solid #ddd;
	border-right: thin solid #ddd;

}

.content header h1{
	font-size:1.75em;
	color: #000;
	font-weight:normal;
	/*text-transform: uppercase;*/
	text-align:center;
	/*padding-left: 15px;*/

}

.content header h2{
	font-size:1em;
	color: #000;
	font-weight:normal;
	/*text-transform: uppercase;*/
	text-align:center;
	/*padding-left: 15px;*/

}

.content header h3{
	font-size:.7em;
	color: #000;
	font-weight:normal;
	/*text-transform: uppercase;*/
	text-align:center;
	/*padding-left: 15px;*/

}



.content article {
	
	margin: 0;
	padding: 20px 15px;
	border-bottom: thin solid #ddd;
	border-left: thin solid #ddd;
	border-right: thin solid #ddd;
}


.content article h1 {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: .9em;
	text-align:left;
	color: #06C;
	/*font-weight: bold;*/
	text-transform: uppercase;
	/*text-decoration:underline;*/
	/*padding-left: 25px;*/

}

.content article hr {
	padding: 0;
	margin: 0;
	background-color: #06C;
	
}

.content article p {
	color: #000;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.5em;
	padding:0 0 5px 0;
	/*text-transform: uppercase;*/
}

.content article #disclaimer {
	color: #000;
	font-size: 0.6em;
	text-align: center;
	line-height: 1.5em;
	padding:0 0 5px 0;
	/*text-transform: uppercase;*/
}


.content article ul li, .content article ol li {
	
	color: #666;
	font-size: 0.7em;
	text-align:left !important;
	line-height: 1.5em;
	padding:0 0 5px 0;
}



.content article ul {
	padding: 10px 15px;
	margin:0;
	/*list-style: none;*/
	
	
}

.content article ol {
	padding: 10px 15px;
	margin:0;
	/*list-style: none;*/
	
	
}

div.listitem {
	background-color: #ffffff;
	height: 20px;	
}

div.listitem ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

div.listitem ul li{
    color: #000;
	font-size: .8em;
	margin: 0 10px 0 0;
	padding: 0;
	display: inline !important;
}

article.form h1 {
    background-color: #666;
    font-size:.8em;
	color: #fff;
	font-weight:normal;
	text-align:center;
	/*text-transform: uppercase;*/
    height: 25px;
    padding-top: 10px;


}


article.form label {
    font-size: .8em;
    color: #666;
    display:inline-block;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 

article.form input[type="text"] {
    width: 541px;
    font-size: 1em;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
    border-top: thin solid #ddd;
	border-bottom: thin solid #ddd;
	border-left: thin solid #ddd;
	border-right: thin solid #ddd;
    display:block;
}

article.form span {
    font-size: .8em;
    color: red;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;

}


article.form textarea {
    width: 541px;
    font-size: 1em;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
    border-top: thin solid #ddd;
	border-bottom: thin solid #ddd;
	border-left: thin solid #ddd;
	border-right: thin solid #ddd;

}


article.listing {
	/*overflow:hidden;
	width: 435px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;*/
}

article.listing h1{
    background-color: #666;
    font-size:.8em;
	color: #fff;
	font-weight:normal;
	text-align:center;
	/*text-transform: uppercase;*/
    height: 25px;
    padding-top: 10px;
}

article.listing h2{
    font-size:1em;
	color: #000;
	font-weight:bold;
	/*text-transform: uppercase;*/
	text-align:center;
	/*padding-left: 15px;*/
}

article.listing h3{
    font-size:.7em;
	color: #000;
	font-weight:bold;
	/*text-transform: uppercase;*/
	text-align:center;
	/*padding-left: 15px;*/
}


article.listing p{
    font-size: 1em;
    color: #000;
    font-weight: normal;
}

article.listing img{
    width: 400px;

}

article.listing .machinePictures {
	/*overflow:hidden;*/
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 69px;
}

div.buttonrow {
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 45px;
}


#UserInquireView div.buttonrow {
	padding-left: 190px;
	margin-top: 10px;

}

#UserSubmitANewMachineView div.buttonrow {
	padding-left: 190px;
	margin-top: 10px;

}

#SalesUploadMachineView div.buttonrow {
	padding-left: 190px;
	margin-top: 10px;

}

#UserMultiFileUpload_pnlParent {
    margin-left: 120px;
}

#AdminMultipleFileUpload_pnlParent {
    margin-left: 120px;
}

#UserMachinesForSale div.buttonrow {
	padding-left: 160px;
}

#AdminMachinesForSaleView div.buttonrow {
	padding-left: 160px;

}

#imagerow {
	margin: 0 10px 0 10px;
	padding: 0 0 0 20px;
}
#imagerow img {
	margin: 0;
	padding: 0 0 0 0;
    width: 75px;	
}

.pageFooter {
	padding: 10px 0;
	width:auto;
	background-color: #ffffff;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

.pageFooter nav ul{
	list-style: none;
	margin: 0;
	padding: 0 10px;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
}

.pageFooter ul li{
	margin: 0 40px 0 0;
	padding: 0;
	display: inline;
}

.pageFooter ul li a{
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #000000;
}


















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
