﻿/* site-wide design and colour scheme */

body
{
    background: #be60fa url(http://images.feedmebacon.com/wfc/piglet_in_the_sky.png);

	font-family: Verdana, Century Schoolbook, Century Gothic;
	font-size: 11pt;
	line-height: 1.6em;
}

a
{
	color: #8a4b88;
}

a:hover
{
	color: Red;
}

#background
{
	background-color: #ffd8ff;
	border-left: 5px solid #cb625f;
	border-right: 5px solid #cb625f;
	border-bottom: 5px solid #cb625f;
	border-top: 5px solid #cb625f;
}

#header
{
	background-color: White;
}

#header h1
{
	background-image: url(http://images.feedmebacon.com/wfc/logo.png);
	background-repeat: no-repeat;
	background-position: center;
}

#menubar
{
	background-color: #cb625f;
	font-size: small;
	padding: 2px 0;
}

#menubar ul li a
{
	color: White;
	text-decoration: none;
}

#menubar ul li a:hover
{
	background-color: #ac4340;
	color: #f0f0f0;
}

#content h1
{
	font-family: Century Gothic, Century Schoolbook, Verdana;
	font-size: 18pt;
	font-weight: bold;
	color: #8a4b88;
	background: white url(http://images.feedmebacon.com/wfc/bulletbacon.png) no-repeat 30px;
}

#content h1 a
{
	color: #8a4b88;
	text-decoration: none;
}

#content h1 a:hover
{
	color: #d91ad3;
}

#content .date
{
	background-color: White;
	font-weight: bold;
	font-size: small;
	color: Black;
}

#content .tags
{
	border-bottom: solid 1px White;
	border-left: solid 5px White;
}

#content .tags a
{
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	color: #606060;
}

#content .tags a:hover
{
	color: black;
}

#content a
{
	font-weight: bold;
	text-decoration: none;
}

#content blockquote
{
	background-color: White;
	color: #404040;
}

#content ul li
{
	list-style: square url(/listbacon.png);
}

#content .comment a
{
	text-decoration: none;
	font-size: small;
}

#comments .comment
{
	border: solid 2px white;
	background-color: #e0d0c0;
}

#comments h2
{
	font-size: 15px;
	font-weight: bold;
	background: white url(http://images.feedmebacon.com/wfc/comment.png) no-repeat 3px 4px;
}

#comments blockquote
{
	
}

#comments .poster
{
	font-size: x-small;
	font-weight: bold;
	color: #404040;
}

#pager a.newer,
#pager a.older
{
	color: Black;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
}

#pager a:hover
{
	background-color: White;
}

#footer
{
	background: #cb625f;
	text-align: center;
}

#footer p
{
	color: white;
	font-size: small;
	font-weight: bold;
}

#footer a,
#footer a:hover
{
	color: White;
}

#commentForm
{
	margin-bottom: 0;
}

#commentForm .comment h2 input
{
	width: 100%;
}

#commentForm .comment textarea
{
	margin: 1em 1em;
	padding: 0.5em;
	width: 90%;
	background-color: #e0d0c0;
	color: Black;
	border: solid 1px black;
}

#commentForm div.tab
{
	margin-top: 0;
	text-align: right;
	margin: -1em 20px 1em 0;
}

#commentForm div.tab a
{
	display: inline-block;
	background-color: White;
	color: Black;
	padding: 4px 1em;
}

#commentForm div.tab a:hover
{
	color: Red;
}