body {
  font-family: Helvetica, sans-serif;
  background: #ddd;
  margin: 0;
  text-align: center;
}
img {
  border: 0;
}
/*
#whole_page {
  width: 50em;
  margin: auto;
  padding: 0;
  text-align: left;
  border-width:  0 0 1px 0;
  border-color:  black;
  border-style:  solid;
}
*/
#whole_page {
	text-align: left;
}

#header {
  color: gray;
  background: white;
  font-size: 20pt;
  padding: 0.25em;
  margin-bottom: 0;
}

#nav {
  color: gray;
  font-size: 12pt;
  font-weight: bold;
  background: white;
  padding: 0.5em;
  border-bottom: 1px solid #bbb;
}

#nav a, #nav a:visited {
  color: #09f;
  text-decoration: none;
}

#nav a:hover {
  border-bottom: 2px dotted #09f;
}

#nav .login {
	float: right;
	font-size: 10pt;
	font-weight: normal;
}

#sidebar {
    width: 200px; 
    float: right;
    font-size: smaller;
}

#content {
  width: 50em;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;

  border: 1px solid #bbb;
	
  height: 100%;
  background:  white;
  padding: 1em;

  color: #666;
}
#content h1 {
  font-size: 18pt;
}
#content a, #content a:visited {
	color: #09f;
	text-decoration: none;
}
/*#content a:hover {
  border-bottom: 1px dotted #09f;
}
#content a:hover img {
  border-bottom: 0px;
}*/
#comment_notloggedin {
  background-color: #eee;
  padding: 5px;
  font-size: smaller;
}
/* Form Styles */

fieldset {
  background: #eee;
}
legend {
  color: #666;
  background: white;
  font-weight: bold;

  padding: .4em 1em;
  border: 1px solid;
}
label {
  width: 10em;
  float: left;
  text-align: right;
  margin-right: 0.2em;
  display: block;
}
.form_row {
  white-space: nowrap;
  padding-bottom: .5em;
}
.submit {
  margin-left: 15em;
}
input {
  color: white;
  background-color: #09f;
  font-weight: bold;
}
.form_row input {
  background-color: white;
  font-weight: normal;
  color: black;
}

/* Debug Style */

.debug_dump {
  text-align: left;
  border: 1px dashed gray;
  background: #fce;
  margin: 0;
  padding: 0.5em;
}

/* Error Reporting Styles */

.fieldWithErrors {
  margin: 2px;
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12pt;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 11pt;
  list-style: square;
}

/* Flash Notice Style */

#notice {
  border: 1px solid green;
  padding: 1em;
  margin: 1em;
  margin-bottom: 2em;
  background-color: lightgray;
  font: bold smaller sans-serif;
}

#shoe_owners {
    /*display: none; */
    border: 1px dashed #ddd;
}
#shoe_owners ul {
    margin: 0px;
    padding: 5px;
}
#shoe_owners li {
    display: inline;
    list-style-type: none;
    padding-right: 5px;
}
#closet_viz {
    width: 85%;
    border: 1px dashed #ddd;
}
#closet_viz h3 {
    margin: 0px;
    padding: 4px;
    background-color: #eee;
    border-bottom: 1px dashed #ddd;
    font-size: small;
}
#closet_viz ul {
    margin: 0px;
    padding: 10px;
}
#closet_viz li {
    display: inline;
    list-style-type: none;
    padding-right: 5px;
}
#creator_badge {
/*  background-color: #eee;
  border: 1px solid #999;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;*/
}
#creator_badge .icon {
  display: inline;
  width: 24px;
  margin: 0px;
}
#creator_badge .text {
  display: inline;
}

#closet_toggler {
  font-weight: bold;
  border: 1px solid #aaa;
  padding: 5px;
  text-align: center;
  padding-right: 10px; /* some extra padding to center on text instead of symbol */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 100%;
  margin: 5px;
}
#togglers {
  font-size: large;
  margin-bottom: 20px;
}
#togglers a.fave {
  color: #999;
}
#togglers a.fave:hover {
  color: #666;
}
#togglers .fave_active {
  color: #999;
}
#togglers .fave_active a {
  color: #666;
}
/*#togglers .fave_active .heart, #togglers a.fave:hover .heart {
  color: pink;
}*/
#togglers .heart {
  color: pink;
}

#sidebar ul {
  padding: 0px;
}
#sidebar li {
  list-style: none;
}
#comments h3, #comments input {
  margin-top: 5px;
}


/* =============== */
/* = twitter box = */
/* =============== */
.black_overlay{
	/*display: none;*/
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.dialog_box {
	/*display: none;*/
	position: absolute;
	top: 25%;
	left: 25%;
	/* width: 50%; */
	width: 450px;
	/*height: 50%;*/
	padding: 8px;
	border: 4px solid pink;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
#tweetbox .close {
  color: black;
  background-color: #eee;
  position: absolute;
  top: 10px;
  right: 10px;
}
#tweetbox #tweet_status {
  margin-top: 0px;
}
#tweetbox textarea {
  font-size: large;
  font-family: Helvetica;
  width: 100%;
}
#tweetbox .spinner {
  color: green;
}
#tweetbox #command_area {
    padding-top: 5px;
}
#tweetbox #char_counter {
    float: right;
}

/* ============== */
/* = shoe index = */
/* ============== */
#header_options {
  margin-bottom: 10px;
}
#create_shoe_link {
  float: right;
  font-weight: bold;
}
#shoe_results {
  font-size: large;
}
#shoe_results td {
  padding: 5px;
}
#shoe_results table {
  width: 100%;
}
#shoe_results table .shoe {
  width: 400px;
}
#shoe_results table .shoe a {
  color: #999;
}
#shoe_results table .owners {
  text-align: left;
  color: pink;
}
#shoe_results table .timestamp {
  text-align: right;
  font-size: small;
  color: #ccc;
}
#shoe_results table th {
  display: none;
}

/* ========================================= */
/* = 420 steal buttonz from flickr everday = */
/* ========================================= */
.Butt,.DeleteButt,.CancelButt,.DisabledButt,.SmallButt,.SmallDisabledButt,.SmallDeleteButt,.SmallCancelButt{
  padding:4px 6px;
  *padding:3px 2px;
  background:#0063DC;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border:none;
  font-family:inherit;
  font-size:12px;
  font-weight:bold;
  color:#fff;
  text-overflow:ellipsis;
  white-space:nowrap;
  cursor:pointer;
}
/*.Butt,.SmallButt {background:#0063dc;}
.Butt:hover,.SmallButt:hover{background:#0054bd;}
.Butt:active,.SmallButt:active{background:#004eb0;}*/
.Butt,.SmallButt {background:#09f;}
.Butt:hover,.SmallButt:hover{background:#0063dc;}
.Butt:active,.SmallButt:active{background:#0054bd;}
.DeleteButt,.SmallDeleteButt{background:#e40600;}
.DeleteButt:hover,.SmallDeleteButt:hover{background:#c40500;}
.DeleteButt:active,.SmallDeleteButt:active{background:#b60500;}
.CancelButt,.SmallCancelButt{background:#ddd;color:#666;}
.CancelButt:hover,.SmallCancelButt:hover{background:#cfcfcf;color:#666;}
.CancelButt:active,.SmallCancelButt:active{background:#c3c3c3;color:#575757;}
.DisabledButt,.DisabledButt:active,.SmallDisabledButt,.SmallDisabledButt:active{background:#eee;color:#bbb;cursor:default;}
.SmallButt,.SmallDisabledButt,.SmallDeleteButt,.SmallCancelButt{padding:3px 5px;*padding:4px 3px;font-size:10px;}
/*@media screen and(-webkit-min-device-pixel-ratio:0){.Butt,.DeleteButt,.CancelButt,.DisabledButt{padding:5px 9px;}*/
.SmallButt,.SmallDisabledButt,.SmallDeleteButt,.SmallCancelButt{padding:5px 8px;}


/* ============== */
/* = PAGINATION = */
/* ============== */
#shoe_results_pagination {
  text-align: center;
  font-size: small;
  color: #ccc;
}
.pagination {
  padding: 3px;
  margin: 3px;
/*  font-size: small;*/
}
.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #ddd;
  text-decoration: none;
}
#shoe_results_pagination .pagination a:hover, .pagination a:active {
  border: 1px solid #aaa;
  color: #fff;
  background-color: #09f;
}
/*.pagination .prev_page, .pagination .next_page {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}*/
.pagination .prev_page {
  margin-right: 20px;
}
.pagination .next_page {
  margin-left: 20px;
}
.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 0px;
  font-weight: bold;
  color: #999;
}
.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
}