@CHARSET "ISO-8859-1";
/* ********** Basic Elements ************** */
html
{
	margin:0;
	padding:0;
	font-family:Trebuchet MS, Helvetica, Arial,sans-serif;
	/* letter-spacing: .01em;  */
}

body
{
	margin: 0;
	padding: 0;

}

h1 {
	
  font-size: 1.5em;
  margin: 10px 0;
}

h2 {
  font-size:150%;
  margin: 10px 0;
}

h3 {
  font-size:125%;
  margin:0;
}

h4 {
	font-size:90%;
  margin: 10px 0;
}

h5 {
  font-size: 0.8em;
  margin: 10px 0;
}

h6 {
  font-size: 0.7em;
  margin: 10px 0;
}

a img
{
	border:none;
}


.footer .right a{
	color:#666;
	}
	
.footer .right a:hover {
	color:#CD0303;
	}




a:link, a:hover, a:visited, a:active
{
	text-decoration: none;
	font-weight:bold;
	color:#CD0303;
}

a:hover{
	color:#000;
	}


.footer{
	clear:both;
	width:100%;
	}

.footer span.left{
	float:left;
	
	}
	
.footer span.right{
	float:right;
	}


/**** Form Elements ****/
fieldset{
	margin:0 0 3px 0;
	padding:0;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-top-left-radius: 16px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 16px;
	}

label{
  font-size:.8em;
	line-height:.9em;
  margin:.1em .4em;
  width:9em;
}

label, input, textarea{
float:left;
}

input{
  width:9em;
  font-size:1em;
  letter-spacing:.05em;
}

.small input{
	width:3em;
}

label.small{
  min-width:3.25em;
  max-width:4.75em;
  width:auto;
  white-space: nowrap;

}

.large input{
	width:18em;
}

label.large{
  width:18em;
}

textarea{
  width:350px;
  height:250px
}

form br
{
	clear:both;
}

.req
{
  font-weight:bold;
	color:#CD0303;
}

.checkbox input
{
  width:2em;
  height:2em;
  margin:0;
  padding:0;
}

div.clear{
	float:none;
	clear:both;
	}

label.checkbox
{
 width:22em 
}


.go_button input{
	margin:1em 0 .3em 0;
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-x;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	height:2.5em;
	width:auto;
	}
	
.go_button input:active{
border: 3px double #CCCCCC;
border-top-color: #999999;
border-left-color: #999999;
}


.button
{
	margin:.3em 0;
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-x;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
}

.button:active
{
border: 3px double #CCCCCC;
border-top-color: #999999;
border-left-color: #999999;
}


/**************** Tipsy Code ****************/

.tipsy
{
  position:relative;
}

.tipsy div, .tipsy span
{
  background-color:white;
  color:black;
  border:solid 2px black;
  padding:.5em;
  width:20em;
	position:absolute;
	top:-1em;
	left:15%;
	z-index:999;
	display:none
}

.tipsy:hover
{
  color:#ccc;
  background-color:#333;
}

.tipsy:hover div, .tipsy:hover span
{
  display:block;
}


/* ***************************** For sIFR ******************************** */
/* 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;
}

/* 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 h1 {
	 visibility: hidden; 
	letter-spacing: -2px;
	line-height:1em;
	margin-bottom:-5px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: 0px;
	line-height:1em;
	margin-bottom:-10px;
}

.sIFR-hasFlash h3 {
	 visibility: hidden; 
	letter-spacing: -2px;
	line-height:1em;
	margin-bottom:-5px;
}
/* 
.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	height:1em;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	height:1em;
}
*/


/*   Magic text editor (for adding bbcode, etc...) */

#magic_editor{
display:block;
border:#CD0303 solid 1px;
background-color:#aaa;
padding:5px 0 0 5px;
}

#magic_editor img{
border:black solid 1px;
margin-right:5px;
}

#magic_text{
width:350px;
}



/*   Edit preview boxes */
ul#edit_preview{
	list-style-type:none;
	margin:0;
}

ul#edit_preview li{
	border:1px solid #999;
	padding:10px 23px 10px 120px;;
	position:relative;
	height:120px;
	overflow: hidden;
}

ul#edit_preview li .edit_image{
	position:absolute;
	top:5px;
	left:5px;
width:100px;
min-height:80px;
padding-right:20px;

}
	
ul#edit_preview .del_button{
	position:absolute;
	top:0;
	right:0;
	border:1px solid #000;
	background-color:red;
}

.no_display{
	display:none;
}