/* Theme Name: PFIC Simple Theme 
Description: Simple, basic theme for PFIC
Author: Alex Kamilewicz */

body		{ 	text-align: center;
                        font-family: sans-serif;
			background-color: #F5F5F5;
			font-size: 14px;
                         }

#frame	{ 	        clear: both;
                        margin: 0 auto;
                        padding:0px;
			border: 1px solid #333;
                        width: 80%;
                        text-align:center; }

#banner	{ 	        height: 50px;
			text-align: center;
			border-bottom: 1px solid #333;
			background-image: url(/images/banner.gif);
                        background-position: top;
                        background-repeat: repeat;
                        font-family: Comic Sans MS; }

#content	{ 	float: left;
			padding: 5px;
                        text-align: left;
                        width: 80%;
			 }

#sidebar	{ 	padding: 3px;
			float: right;
			text-align: left;
                        background-color: #CAE1FF;
                       }

				      
#footer 	{ 	clear: both;
		        height: 50px;
                        border-top: 1px solid #333;
                        background-image: url(/images/banner.gif);
                        background-position: top;
                        background-repeat: repeat; }

p		{	margin-top: 0em;
			margin-bottom: 0em; }

p.regular  {  text-align: left;
            }

p.center  {  text-align: center;
           }

p.bantitle	{	font-size: 36px;
                           letter-spacing: 6px;
                           color: #0000CD;
                           font-weight: bold; }

p.title { font-size: 24px;
          font-family: Comic Sans MS;
          text-align: center; }

p.scores 	{	font-family: monospace; }

p.indent	{	position: relative;
			left: 10px; }

p.dblindent	{	position: relative;
			left: 15px; }
			
a.nolink { text-decoration: none;
				  color: black; }
			
img	{ border-style: none;
			}
p.nav { text-align: center;
        font-size: 16px;
        }

hr.small { width: 75%;
           text-align: center;
           height: 10px;
           color: gray;
           background-color: gray;
          }

.even { background: white; }

li {list-style-type: none;}