/* Tomato Enterprises.com CSS file */
/* Last updated by Jeremy Leland on 12/18/04 */

/* Links */
a:link {color: #ff0000}
a:visited {color: #cc0000}
a:hover {color: #ff3333}
a:active {color: #ff3333}

/* Top */
.logo
{
height: 200px;
background-image: url('./images/line.gif');
background-repeat: repeat-x;
border: 0px;
text-align: left
}
.minilogo
{
height: 100px;
background-image: url('./images/miniline.gif');
background-repeat: repeat-x;
border: 0px;
text-align: left
}
.menu
{
text-align: center;
margin-bottom: 20px
}
.menuitem
{
border: 0px;
margin: 0px 10px
}

/* Main */
.main
{
font-family: verdana, sans-serif;
margin: 10px 20px;
text-align: center
}

.side
{
float: left
}

/* Content */
.title
{
font-size: 20px;
font-weight: bold;
margin: 10px 0px;
}
.minititle
{
font-size: 18px;
font-weight: bold
}
.author
{
font-size: 13px;
font-weight: bold
}
.description
{
font-size: 16px;
text-align: left;
margin: 16px 10px
}
.news
{
margin: 30px auto;
width: 60%;
height: 100%;
padding: 8px;
border: solid #000000 1px
}
.mininews
{
margin: 30px auto;
width: 80%;
padding: 8px;
border: solid #000000 1px;
}

.quote
{
font-family: palentino, 'times new roman', serif;
font-size: 18px
}
.miniquote 
{
font-size: 16px;
margin: 4px;
}
.quotetext
{
font-style: italic;
font-weight: bold;
margin-top: 16px
}
.quoteby {font-size: 80%}

/* Misc */
.cover
{
border: solid #000000 1px;
margin: 4px
}
table.ordering 
{
border-collapse: collapse;
margin: 10px auto
}
.ordering
{
border: solid #000000 1px;
}
form {margin: 2px}
td 
{
vertical-align: top;
padding: 4px
}