/*

Copyright © 2003 - Andrej Borrez

Purpose of File

	Basic site styles.
	
Current Revision 
	$Revision: 1.7 $
Latest change by 
	$Author: borrez $
	$Date: 2004/01/01 00:13:27 $


Log Record
	$Log: main.css,v $
	Revision 1.7  2004/01/01 00:13:27  borrez
	Pile display tweaks.
	
	Revision 1.6  2003/12/30 10:10:30  borrez
	added comment page formatting
	
	Revision 1.5  2003/12/24 08:30:50  borrez
	*** empty log message ***
	
	Revision 1.4  2003/12/21 11:02:41  borrez
	*** empty log message ***
	
	Revision 1.3  2003/12/21 02:15:01  borrez
	Added info2 for smaller type.
	
	Revision 1.2  2003/12/21 02:11:30  borrez
	Added sites we like to bottom of page.
	Added menu function call
	
	Added login form and css file info
	


*/

body {
	background-color: #fff;
	font-family: verdana, sans-serif;
	font-size: 11px;
	margin: 20px 0px 20px 20px;
}

strong {
	color: #000;
}


p {
	margin-bottom:0px;
	
}


div.banner {
	width: 750px;
	height: 55px;
}

div.header {
	float:left;
}
div.items{
	float:left;
	margin:0px;
	padding:0px;
	width: 460px;
	height: 51px;
}
div.separator {
	background: url(../images/fp_dash.gif) repeat-x center;
	height: 1px;
	margin: 10px 0px;
}

div.main_content {
	width: 750px;
}

div.pile {
	width: 350px;
	padding:0px;
	margin: 0px 25px 25px 0px;
	float:left;
}

#search_results {
	margin-left:50px;
	width: 700px;
}

.spacer {
	clear:both;
}

div.comments{
	margin-left: 50px;
}

div.pile_tools {
	margin-bottom: 20px;
	clear: both;
}

div.pile_tools span.pile_title {
	float: left;
	width: 100px;
	text-align: left;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	margin:0px;
}

div.pile_tools span.pile_actions {
	float: right;
	width: 235px;
	text-align: right;
	color:#000000;
} 

div.file_info {
	margin-bottom: 30px;
}

div.comment_box {
}

div.advertisement {
	background-color: #f0f0f0;
	padding:10px;
	width:205px;
	float:left;
	margin-right:25px; 
}

form {
	margin: 20px 0px 0px 50px;
}

a {
	color:#333399;
}

a:hover {
	background: #f0f0f0;
}

h2 {
	padding-left:0px;
}

h4 {
	color:#000099; 
	font-weight:bold; 
	font-size:12px;
	margin:0px;
}


.pile td {
padding-bottom:4px;
font-size:11px;
}


.info1 {
	color:#888888;
	font-size:12px;
}

.info2 {
	color:#000;
	font-size:9px;
}

.posted_footer {
	color:#888;
}

.posted_footer a {
	color:#555;
	text-decoration:none;
}


.formlabel {
	background-color: #f0f0f0;
}

/* woo */
.menu_link {
	color:#555;
}

.alter1 {
	color:#555;
	text-decoration:none;
}

.alter2 {
	color: #000;
	text-decoration:none;
}

.aright {
	text-align:right;
}

.aleft {
	text-align:left;
}
