@charset "UTF-8";

legend .error {
  color:#CC0F05;
  font-size:1em;
  font-weight:bold;
}

.error {
  font-size:.9em;
}

.popup {
  background:#CCC;
  border:1px solid #333;
  font-size:1.2em;
  font-weight:bold;
}

input.textfield {
  font-size:1em;
}
.popup form label {
   font-size:.8em; 
}
 
.popup form span label, .popup form em {
   font-size:.6em; 
}

.prompt, .popup {
	background-color:#e9e3e3;
	border:1px solid #bdcad1;
	font-size:1.4em;
}

.prompt h4 {
  color:#656768;
}

/* Users Profile */
#my_profile_content h4, #my_profile_edit legend {
  font-size:1.8em;
  color:#3F3D89;
}

#users_page #my_profile_content li {
  font-size:1.4em;
}

#users_page #my_profile_edit textarea {
    width:500px;
    height:100px;
}

.vote {
    float:right;
}

.vote .results {
    text-align:center;
    padding: 5px 0 5px 0;
}

.vote .up {
    cursor:pointer;
    height:14px;
    width:13px;
    display:block;
    margin:auto;
    background: url("/images/vote_arrows.png") 0 0 no-repeat;
}
.vote .down {
    cursor:pointer;
    height:14px;
    width:13px;
    display:block;
    margin:auto;
    background: url("/images/vote_arrows.png") -13px 0 no-repeat;
}
.comment p {
    float:left;
    width:410px;
		color:#443d3d;
}
.vote .score {
    float:left;
    padding:0 3px;
}

#articles .up {
    float:left;
}
#articles .down {
    float:left;
}
#articles .results {
    float:left;
}
#articles .vote .results {
    padding:0 5px 0 0;
}

#photoshow li {
   margin:2px;
}
#photoshow a {
  opacity: 0.7;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;  
}

#photoshow a:hover {
  opacity: 1.0;
  filter:alpha(opacity=100);
  -moz-opacity:1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* SIFR BABY!! */

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
/*
.sIFR-hasFlash #sidebar h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}*/

