/*
Theme Name: IYFG Blue
Version: 1.0
Author: Griddlebone
Author URL: http://eggplantlady.livejournal.com/

*/

body{
margin: 0;
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 12px;
text-align: left;
vertical-align: top;
background: #ffffff;
color: #000000;
}

h1 
	{ 
	font-family: Arial;
	font-size:24pt; 
	font-weight: bold;
	}

h2
	{ 
	font-family: Arial;
	font-size:20pt; 
	font-weight: bold;
	}

h3
	{
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	}

a:link, a:visited, a:active
	{
	color: #000000;
	text-decoration: underline;
	}

a:hover
	{
	color: #003366;
	text-decoration: none;
	}

table
	{
	border: 5px solid #000;
	padding: 3px;
	width: 80%;
	text-align: left;
	}

td
	{
	width: 31%;
	border: 1px solid;
	vertical-align: top;
	padding: 3px;
	}

#wrapper
	{
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;
	}

#announcement
	{
	margin: 0 auto 0 auto;
	width: 350px;
	border: 5px double #000;
	background: #CCCCFF;
	text-align: center;
	font-size: 14px;
	}

.post
	{
	width: 750px;
	background-image: url(images/iyfg-contentbg.jpg);
	}

.entry
	{
	width: 750px;
	text-align: left;
	}

.entry p, h1, h2, h3
	{
	padding: 0px 25px 0px;
	}

.menu
	{
	align:center;
	height: 61px;
	width:750px;
	background-image: url(images/iyfg-bluebg.jpg);
	background-repeat: no-repeat;
	}

.menu p
	{
	text-align: center;
	font-family: Verdana;
	font-size:13pt; 
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 8px;
	}

.menu a:link, .menu a:visited, .menu a:active
	{
	color: #FFFFFF;
	text-decoration: underline;
	}

.menu a:hover
	{
	color: #6699CC;
	text-decoration: none;
	}

.awardcat
	{
	font-family: Arial;
	font-size:20pt; 
	font-weight: normal;
	color: #FF0000;
	text-align: center;
	}

.seconded
	{
	background: #E9DA9A;
	}

.thirded
	{
	background: #E99EA8;
	}

.winning
	{
	background: #CCCCFF;
	}

.disqualified
	{
	background: #999999;
	}

.term {
    }

.term table
    {
    border: 5px solid #000;
    padding: 3px;
    width: 80%;
    }

.term td
    {
    width: 24%;
    border: 1px solid;
    vertical-align: top;
    padding: 3px;
    }