/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #444;
}

body {
    font-size: 1em;
    line-height: 1.4;
	background:#fff;
}

.main-container {background:#fff;}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}


/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a,
footer nav.usernav a {
    display: block;
    margin-bottom: 10px;
    padding: 5px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #00a4b5;
	border-radius:5px;
}

nav a:hover,
nav a:visited,
nav a:link {
    color: white;
}

nav a:hover,
footer nav.usernav a:hover {
    text-decoration: none;
	background: #008e9d;
}

footer nav {margin:1em 0; clear:both;}
footer nav a {
	font-size:0.8em; 
	padding:1px 7px;
	width:auto;
	background-color:#aaa;
}
footer nav a:hover {background:#666;}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: #666;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: #666;
    padding: 20px 0;
}



/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a, a:link, a:visited {color:#008E9D; text-decoration:none;}

h2 {font-size:2em; margin:0 0 0.83em 0;}
section.table h2 {margin-top:1em;}

p.field-help {line-height:1.2; margin:0; color:#666; font-style:italic;}

.center {text-align:center;}


.userid {text-align:right; font-size:0.8em;}

.hidetext {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

h1.title a {
	display:block;
	width:300px;
	height:140px;
	background:url(../img/logo.jpg) 0 0 no-repeat;
}
h1.title {text-align:center; width:300px;}

.tagline {font-size:0.6em; font-weight:normal; display:block; margin:1em 0 0;}

legend {font-weight:bold; color:#00707c; line-height:2.5; }

form {background:#none; padding:0em;}
form ul li,
form fieldset div {
	background: #efefef;
	padding: 0.75em 1em;
	margin-bottom:0.25em;
	list-style-type:none;
	list-style:none;
}
form ul ul li {
	margin:0;
	padding:0;
	background:transparent;
}
form fieldset div {margin:1em 0;}

form ul {padding-left:0;}

form label {
	float: left;
	width: 12em;
	font-size:0.8em;
	line-height:1.2;
}



form input[type=text], input[type=tel], input[type=email], input[type=password] {width:9em;}
#expdatemo, #expdateyr, form input[type=text].em2 {width:2em;}
#billstate, #secure, form input[type=text].em3, input[type=tel].em3 {width:3em;}
#billzip, form input[type=text].em4, form input[type=tel].em4 {width:4em;}

form ul ul li label {
	float:none;
	width:auto;
}

form label.above {
	width:auto;
	float:none;
	display:block;
}
form label.long {
	width:auto;
	margin-right:1em;
}
form label.checkbox-long {
	float:none;
}


textarea {width:90%; height:5em;}
textarea.short {height:2em;}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}

/* Normal Form */
form.normalform label {
	float:none;
	width:auto;
}
form.normalform {
	margin:0 0 2em;
}
form.normalform select {
	margin:0 1em 0 0;
}



a.button,
input.button
button.button,
input[type="button"], 
input[type="submit"].button, 
button {
	background:#00A4B5;
	border:none;
	border-radius:5px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	white-space: nowrap;
	font-size:1.1em;
	padding:0.5em 2em;
}
a.button-small,
input.button-small,
button.button-small,
input[type="submit"].button-small {font-size:0.9em; padding:0.25em 1em;}
a.button-small-px {font-size:14px; padding:2px 4px;}


a.button:hover,
input.button:hover,
button.button:hover,
input[type="button"]:hover {background:#008E9D;}

.checkboxes label {margin:0.5em 1em 0.5em 0; font-size:1em;}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.expdate input {width:2em;}
fieldset.expdate {white-space:nowrap;}
dl {width:70%}
dt {float:left; width:65%; text-align:right; white-space:nowrap;}
dd {font-weight:bold; text-align:right;}

.ui-widget dl {width:100%;}
.ui-widget dt {float:none; width:auto; text-align:inherit;}
.ui-widget dd {text-align:inherit; font-weight:inherit; margin:0 20px 8px;}
.ui_tpicker_time_label,
.ui_tpicker_hour_label,
.ui_tpicker_minute_label {display:none;}

.rightbox h4 {width:45.5%; text-align:right; white-space:nowrap;}

section.rightbox {border:2px solid #555; padding:2em;}

li.center {text-align:center;}

#placebid div {margin: 0 1em 1em 1em; text-align:center;}

#auctionend {font-size:1.4em;}

#placebid-container {min-height:200px;}

th { 
	border-bottom: 2px solid #999;
	padding: 1em;
	text-align:left;
	white-space:nowrap;
}
td {
	border-bottom:1px solid #999;
	padding:0.7em;
	text-align:left;
	vertical-align:top;
	line-height:1.4;
}
td.nobreak {white-space:nowrap;}
td.nobreak .button {display:block; margin-bottom:2px;}

.indicator {
	display:block;
	padding:0.25em 1em;
	color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#555;
	text-align:center;
	font-size:0.8em;
	font-weight:bold;
}
.won, .winning {background:#070;}
.lost, .outbid {background:#744;}
.no_bid {background:#aaa;}

#buyitnow {text-align:center;}

.alert,
.message {
	padding:0.5em;
	background: #FFD;
	border:2px solid #555;
	margin-bottom:1em;
	display:block;
}
.error {
	background:#FDD;
	border-color:#800;
}
.success {
	background:#DFD;
	border-color:#363;
}
.green {color:#363;}
.red {color:#800;}

.alert .error {
	display:block;
	margin-left:1em;
}

label.error {
	float:none;
	width:auto;
	background:none;
	color:#F00;
	font-size:0.8em;
	display:inline-block;
	white-space:nowrap;
}

.passcheck {
	background:#FDD;
	border:2px solid;
	border-color:#800;
	padding:3px;
	margin-left:3px;
	font-size:0.8em;
}
span.goodPass {
	background:#FF9;
	border-color:#FC0;
}
span.strongPass {
	background: #DFD;
	border-color: #080;
}

span.pending {background:#FC0;}
span.active {background:#696;}
span.won {background:#0C0;}
span.paid {background:#060;}
span.unpaid {background:#900;}
span.buyitnow {background:#657;}

.main .squaregrid article.bid-history-item-won {border-color: #080;}

.statusright {
	width: 70px;
	float:right;
	display: block;
}

.description h2 {margin-top:0;}

fieldset.checkboxes {position:relative;}
fieldset.checkboxes label.error {position:absolute; top:1.4em; left:0;}



ul#how-it-works,
ul#how-it-works li {margin:0; padding:0; list-style:none; list-style-type:none;}

ul#how-it-works li {margin-bottom:2em; width:90%; background:url('../img/arrow-d.png') center bottom no-repeat; padding-bottom:55px;}
ul#how-it-works li.how-it-works-last {background:none; padding-bottom:none;}
ul#how-it-works li img {width:100%;}



.mumbojumbo {font-size:0.8em; line-height:1.2;}
.mumbojumbo p,
.mumbojumbo ul,
.mumbojumbo ol {margin:1em 0 1em 4em;}
.mumbojumbo h3 {margin-left:2em;}

.cancel-link {margin:8em 2em 2em 40px; font-size:0.75em; text-align: left;}

#edit-geographies li span {display:inline-block; width:12em; font-weight:bold;}
form.edit-taxonomy {display:inline-block;}

.main .squaregrid {overflow: hidden;}
.main .squaregrid article {
	width:220px; 
	min-height:250px; 
	height:250px; 
	float:left; 
	margin:0 1em 1em 0; 
	padding:1em; 
	border:1px solid #444; 
	border-radius:1em;
	font-size:0.85em;
	line-height:1.6em;
}

del {font-size:1em; color:#900;}
ins {font-weight:bold; font-size:1.5em; color:#090; text-decoration:none;}

.auction-item h3 {margin:0 0 0.5em;}

.auction-item { position:relative;}
.auction-item .indicator {position:absolute; right:1em; top:1em;}


body.login header nav {display:none;}

h2.clear {clear:both; margin-top:1em;}


.radio-label {line-height:1.6;}

.pager {text-align:center;}
.pager a.pager-item {display:inline-block; width:1em; height:1em; line-height:1; background:#eee; border-radius:2px; padding:2px;}
.pager a.active {background:#00A4B5; color:#fff;}



dl#userdisplay {width:100%}
dl#userdisplay dt {float:none; clear:none; margin:0; text-align:left;}
dl#userdisplay dd {float:none; clear:none; margin:0 0 0 2em; text-align:left;}

#bid {width:4em;}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */
   
  
   footer nav.usernav a {padding:10px 1em;}

    footer p {clear:both;}
	nav a {
        float: left;
        width: 12em;
        margin: 0 0.5em;
        padding: 3px 0.25em;
        margin-bottom: 0;
    }
	footer nav a {margin:0 0.5em;}

    nav li:first-child a {
        margin-left: 0;
    }
	header nav li a {margin-left:0; margin-top:1em;}

    nav li:last-child a {
        margin-right: 0;
    }
	
/* ========================
    INTERMEDIATE: Other
   ======================== */
    form fieldset div {margin:1em 0 1em 40px;}
	form ul {padding-left:40px;}
	
	form label { width:12em; font-size:1em; }
	form input[type=text], input[type=tel], input[type=email], input[type=password] {width:13em;}


ul#how-it-works li {margin-bottom:2em; width:90%; background:url('../img/arrow-d.png') 75% bottom no-repeat; padding-bottom:55px; clear:both;}
ul#how-it-works li.how-it-works-last {background:none; padding-bottom:none;}
ul#how-it-works li img {width:50%; float:left; margin:0 5% 1.5em 0;}
   ul#how-it-works li p {margin-left:55%;}
   
/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
	
	
	
	
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */


/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 22em;
    }
	
	body.login header nav {display:block;}


/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
	
    
	section.description {width: 45%; float:left; min-height:350px;}
	section.rightbox {float:right; width:40%; margin-bottom:2em;}
	
	
	footer nav.usernav {
		position:absolute;
		top:50px;
		width:90%;
		z-index:1;
	}
	
	footer p {clear:none;}
	
	footer nav.usernav a {display:inline; float:none;}
	footer nav.usernav li {display:inline;}
	footer nav.usernav ul {text-align:right;}
	
	form input.long {width:33em;}
	
	
	
	table {font-size:0.9em;}
	
	label.error {	margin-left:1em;}
	fieldset.checkboxes label.error {position:absolute; top:1em; left:45%;}

	ul#how-it-works li {margin-bottom:2em; width:16%; background:url('../img/arrow-r-20.png') right 40px no-repeat; padding-right:30px; clear:none; display:inline-block; vertical-align:top; font-size:0.9em; line-height:1.3;}
	ul#how-it-works li.how-it-works-last {background:none; padding-bottom:0; padding-right:0; }
	ul#how-it-works li img {width:100%; height:auto;}
	ul#how-it-works li p {margin-left:0;}
	

	.mumbojumbo p {margin:1em 0 1em 6em; width:65%;}

	dl#userdisplay dt {width:40%; float:left; clear:left; margin-right:-40%; min-width:12em; text-align:right;}
	dl#userdisplay dd {margin-left:40%; padding-left:1em; text-align:left; float:left;}	
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1100px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
	footer nav.usernav { width:1026px; }
	
	fieldset div,
	form li {width:55.25em}
	.inline-block {display:inline-block; margin:0 0 -0.25em 0;}
    .inline-block label {width:auto; padding-right:1em;}
	.half {display:inline-block; width:26.5em; margin-bottom: 0.25em;}
	.half label {padding-right:1em; width:11em;}
	.quarter { display:inline-block; width:12.125em; margin-bottom: 0.25em;}
	.quarter label { padding-right:1em; width:auto;}
	
	form fieldset fieldset {margin:0; padding:0; overflow:hidden; display: table-column;}
	
ul#how-it-works li {margin-bottom:2em; width:180px; background:url('../img/arrow-r.png') right 50px no-repeat; padding-right:45px; clear:none; display:inline-block; vertical-align:top; font-size:0.9em; line-height:1.3;}
ul#how-it-works li.how-it-works-last {background:none; padding-bottom:0; padding-right:0; }
ul#how-it-works li img {width:180px; height:auto;}


}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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 for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}