/**
 *  The-Feed Network :: Creed Theme
 *  -- defines all graphical/color styles
 *
 *  Author:        Steve Caponetto, steve@creedfeed.com
 *  Last Updated:  Dec 15, 2005
 */

body {
	background: #6f3f3f url(images/bg.jpg);
    color: #000;
}

/**
 *  main container box that holds entire page
 */

#container {
	border-color: #000;
}

/**
 *  header graphic background, border graphic, and pagename graphic
 */

#header {
	background-image: url(images/logo-bg.jpg);
}
#header-forum {
	background-image: url(images/logo-forum-bg.jpg);
}
#logo {
	background-image: url(images/logo-border.gif);
}

#welcome-panel {
	color: #fff;
}
#welcome-panel a {
	color: #fff;
}

/**
 *  main content box
 */

#content {
	background: #cfbfaf url(images/content-bg.gif) repeat-y;
}
#content-forum {
	background: #e0c0a0 url(images/content-forum-bg.gif) repeat-y;
}

/*                                             *
 * ------------------------------------------- *
 *                                             */


/**
 *  standard links
 */

a:link, a:visited {
	background: transparent;
	text-decoration: underline;
	color: #300;
}
a:hover {
	background: transparent;
	text-decoration: underline;
	color: #966;
}
a:active {
    background: transparent;
	text-decoration: underline;
	color: #300;
}
a.activelink {
	text-decoration: none;
}


/* ---[ miscelleanous styles ]------------------------------- */

ul.error li {
    color: red;
}

.errorlog {
    margin: 1em auto;
    padding: 1em;
    font-size: 12px;
    color: #fff;
    text-align: left;
    border: 2px dashed #fff;
}

table, td {
    font-size: 1.0em;
}

img {
    border: 0;
}

div.spacer {
    clear: both;
}

sup {
    font-weight: bold;
    color: red;
}


