@charset "UTF-8";
/*========================
Truthcasting transition CSS
Bob Roman
vagrantbob@gmail.com
january 2007
========================*/

body {
background: #000;
color:	#fff;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
margin: 0;
padding: 0;
}

#content {	
width: 1000px;
margin:0 auto;
}

#contentl {
padding:25px;
	float: left;
	width: 350px;
}

#contentr{ 
padding:25px;
	margin: 0;
	float: right;
	width: 540px;
	text-align: left;
	line-height: 1em;
	height: 1% /* Holly hack for Peekaboo Bug */
	}
	
#contentl2 {
padding:5px;
	float: left;
	width: 350px;
	text-align: left;
}

#contentr2{ 
padding:5px;
	margin: 0;
	float: right;
	width: 540px;
	text-align: center;
	line-height: 1em;
	height: 1% /* Holly hack for Peekaboo Bug */
	}	
	
	#l {
padding:5px;
	float: left;
	width: 250px;
}

#r{ 
padding:5px;
	margin: 0;
	float: right;
	width: 250px;
	text-align: left;
	line-height: 1em;
	height: 1% /* Holly hack for Peekaboo Bug */
	}


h1 {
font-size: 1.5em;
letter-spacing: -0.01em;
}

h2 {
font-size: 1.45em;
letter-spacing:	-0.02em;
}

a:link {
color:	#fff;
text-decoration:underline;
}

a:visited {
color:	#fff;
text-decoration:underline;
}

a:hover {
text-decoration:underline;
color:#FFFFFF;
}
		
		
ul#navigation {
padding: 0;
margin: 0;

}

ul#navigation li {display: inline;
}

ul#navigation li a {
padding: .25em 1em;
text-decoration: none;
}

ul#navigation li a:hover {
font-weight: bold;
}

ul#navigation li#current a {font-weight: bold;}		
		



.description {
font-size: 1.2em;
}	



#head {
height: 100px;
}

#headl {
	float: left;
	width: 300px;
}

#headr{ 
	margin: 2em 0em;
	float: right;
	width: 690px;
	height: 100px;
	text-align: right;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#headr img a{
display: block;
height: 100px;
text-decoration: none;
}

#bottom {
width: 1000px;
margin:0 auto;
border-top:	1px solid #333333;
text-align:center;
text-transform:uppercase;
font-size: .8em;
clear:both;
}

img {
padding: 0px 10px;
}

a img{
border: none;
text-decoration: none !important;
}

a:hover img{
border-bottom: none !important;
}

#myselect {
width:206px;
}
#myselect option {
width: 196px;
}

input {
   padding: 2px;
   width: 200px; /* 2*2 + 200 = 204 */
   border: 1px solid; /* 2*1 + 204 = 206 */
 }

input .submit 
{
border: 0px;
}

select {
   padding: 2px;
   width: 200px; /* 2*2 + 200 = 204 */
   border: 1px solid; /* 2*1 + 204 = 206 */
 }
 
textarea {
   padding: 2px;
   width: 200px; /* 2*2 + 200 = 204 */
   border: 1px solid; /* 2*1 + 204 = 206 */
 }
 
#submit {
  width: 206px;
  height: 50px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(http://truthcasting.net/img/submit.jpg) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
   
    button
{
width: 206px;
height: 50px;
background: transparent url(http://truthcasting.net/img/submit.jpg) no-repeat center top;
padding: 0;
border: 0;
margin: 0;
cursor: pointer;
display: block;
} 

   
.submit {
  width: 206px;
  height: 50px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(http://truthcasting.net/img/submit.jpg) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.signup { background: transparent url(http://truthcasting.net/img/submit.jpg) no-repeat center top; }   


