/* stylesheet for TrickaTreat */

* { margin:0; padding:0;}

html{font-family: "Lucida Grande", Lucida, Verdana, sans-serif; font-size:11px; line-height:15px; color: #000; min-height: 100%;}

input, textarea, select{font-family: "Lucida Grande", Lucida, Verdana, sans-serif; font-size:11px; line-height:15px; color: #000; min-height: 100%;}


a { color: orange; text-decoration: none;}
a:hover { color: #fff; text-decoration: none;}
a img { border: 0px;}




#ipsum {
	margin: 20px 20px 20px 20px;
	color: #000;
	line-height: 140%;
	text-align: justify;
}

#ipsum .name{
	font-size: 20px;
	font-weight: bold;
	color: orange;
	line-height: 140%;
}

#ipsum img{
	border: thin solid silver;
}

/* typo */

.bigpercentage {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif; 
	font-size:36px; 
	line-height:20px;
	font-weight: bold; 
	color: #fff;	
}


.bigtitle {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif; 
	font-size:18px; 
	line-height:20px;
	font-weight: bold; 
	color: #fff;	
}

.title {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif; 
	font-size:14px; 
	line-height:15px; 
	color: orange;	
}

.orange_text {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif; 
	font-size:12px;
	color: orange;
	
}

.orange_text_big {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif; 
	font-size:17px;
	line-height:18px;
	font-weight:bold;
	color: orange;
	
}

.smallText {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif; 
	font-size:12px;
	color: #fff;	
}

/* Pop-up for profiles */

#pop {
	width: 750px; 
	height: auto;
	background-color:#000; 
	color:#FC3; 
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	font-size:12px; 
	padding:5px 5px 5px 5px;
}


