/*
 * standard.css - Standard Poseidon stylesheet.
 *
 * :tabSize=4:indentSize=4:noTabs=false:
 * :folding=explicit:collapseFolds=1:
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by the
 * Free Software Foundation; either version 2 of the License, or (at your
 * option) any later version.
 *
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
 * Public License for more details.
 *
 *
 * You should have received a copyof the GNU General Public License along
 * with this program; if not, write to the Free Software Foundation, Inc.,
 * 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

.headbanner    { display: none; }
#flickr        { display: none; }
#brainyquote   { display: none; }

/*{{{ Elements*/
a:link      { color: #cccccc; text-decoration: underline; }
a:visited   { color: #cccccc; text-decoration: underline; }
a:hover     { color: #00FF00; text-decoration: underline; }

body        { background: #000; font-family: Arial, Helvetica, sans-serif; font-size: 40px; font-style: normal; color: #fff; }

blockquote  { }
i           { }
code        { }
input       { }
pre         { }
select      { }
textarea    { }
img         { }
iframe      { }

/*}}}*/
/*{{{ Form classes*/
.button     { }
.button:hover { }

.checkbox   { }

.formHeader { }
.formField  { }
.formSubmit { }
.formTip    { }

.text       { }
.text:hover         { }

.longText   { }
.longText:hover     { }

/*}}}*/
/*{{{ Generic table classes*/
.genericTable       { }
.genericTableTitle  { }
.genericTableHeader { }
.genericTableCell   { }

/*}}}*/
/*{{{ Classes*/
/*{{{ Comment classes*/
.commentTitle	{ }
.commentTitle a:link		{ }
.commentTitle a:visited		{ }
.commentTitle a:hover		{ }

.commentBody	{ }

.commentByline	{ }
.commentByline a:link 		{ }
.commentByline a:visited	{ }
.commentByline a:hover		{ }

.commentReplies	{ }

.commentToolbar { }
.commentToolbar a:link		{ }
.commentToolbar a:visited	{ }
.commentToolbar a:hover		{ }

/*}}}*/
/*{{{ Content classes*/

.contentTitle	{ background: #444; color: #ccc; font-weight: bold; font-size: 1.5em; }
.contentTitle a:link		{ }
.contentTitle a:visited		{ }
.contentTitle a:hover		{ }

.contentBody	{ }

.contentByline	{ background: #444; color: #ccc; font-weight: bold; font-size: 0.6em; }
.contentByline a:link		{ }
.contentByline a:visited	{ }
.contentByline a:hover		{ }

.contentToolbar	{ background: #444; color: #ccc; font-weight: bold; font-size: 0.6em; margin-bottom: 20px; }
.contentToolbar a:link		{ color: #ccc; text-decoration: underline; }
.contentToolbar a:visited	{ color: #ccc; text-decoration: underline; }
.contentToolbar a:hover		{ color: #ccc; text-decoration: underline; }

/*}}}*/
/*{{{ Miscellaneous classes*/

.copyright  { font-size: 0.6em; }
.copyright a:link      { }
.copyright a:visited   { }
.copyright a:hover     { }

.rss        { font-size: 0.6em; }
.rss a:link      { }
.rss a:visited   { }
.rss a:hover     { }

.header     { }


.imageLeft  { }
.imageRight { }

.infoBox    { }

.infoLink   { }


.mainbar    { }
.mainBody   { }

.pagerLeft  { }
.pagerLeft a:link      { }
.pagerLeft a:visited   { }
.pagerLeft a:hover     { }

.pagerRight { }
.pagerRight a:link     { }
.pagerRight a:visited  { }

.pagerRight a:hover    { }
/*}}}*/
/*{{{ Sidebar menu classes*/

.sidebar    { display: none; }
.sidebar a:link	       { color: #cccccc; text-decoration: underline; }
.sidebar a:visited     { color: #cccccc; text-decoration: underline; }
.sidebar a:hover       { color: #00FF00; text-decoration: underline; }

.logo          { }
.logoImage     { }

.sidebox    { display: none; }
.sideboxtitle { display: none; }
/*}}}*/
/*}}}*/
