/* 

This Style Sheet was created by Kya. If you decide to take any of my code that is fine,
no credit is needed as I have spent my time over the years collecting and learning code,
from a variety of different places. If you would like to contact me email me at;
kyaish@gmail.com or check out my blog at; www.kya.nu! - Thanks for stoping by. ;)

/* 



/* Main Structure */

body
{	color: #000;
	font-family:   Tahoma,  arial, "Trebuchet MS",georgia, verdana;
	font-size: 80%;
        background: #FFF;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
        letter-spacing: 1pt;
        line-height: 20px;
        text-align: justify;}

#content
{	color: #000;
        background: #6ACEDE;
        letter-spacing: 1pt;
	margin: 0px auto;
	padding: 10px;
        text-align: justify;
	border: solid 0px #FADAE6;
	width: 580px;}

#page
{	width: 100%}


#head
{	color: #000;
	background: url(main.jpg);
	text-align: center;
	height: 400px;
        letter-spacing: 1pt;
	margin: 0px auto;
	width: 600px;}

#footer 
{	color: #2393BD;
        background: url(footer.jpg);
	clear: both;
	margin: 0px auto;
	text-align: center;
	width: 600px;
	height: 150px;}

#nav
{
	width: 600px;
        background: #6ACEDE;
	margin: 0px auto;
	margin-top: -40px;
	text-align: center;
	padding: 0px;
	text-transform: uppercase;
	font-size: 8pt;
        letter-spacing: 1pt;
	line-height: 23px;
	font-family: arial, helvetica, sans-serif;}

/* End Main Structure */


/* General Style */


b, strong 
{       color: #EED650;
        font-weight:bold;}

a 
{	color:#FFF; 
	text-decoration:none;
	font-weight:bold;}


a:hover
{       color: #FFF;
	text-decoration: underline;}

ul
{	list-style: square;
	list-style-image: url(bullet.gif);}

ol
{	list-style: lower-roman;}

input, textarea, select, option
{	color: #FFF;
	font-style: italic;
	background-color: #4EC2D0;
	margin: 0;
	padding: 5px;
        letter-spacing: 1pt;
	first-letter: #000;
        border: 1px solid #4FD9E9;
        text-align:justify;}

h2
{       color: #FFF; 
        font-family:georgia, 'Trebuchet MS', Tahoma;
        font-size: 15pt;
        width: auto;
        letter-spacing: 4pt;
        text-align: center;
	line-height: 25px;
	font-style: italic;
	border-bottom: 2px solid #4FD9E9;
        padding: 0px 0px 0px 0px;}

blockquote
{       display: block;
        background: #4EC2D0;
        padding: 10px;
	border-left: 8px solid #17DCF3;
        font-weight: normal;}

.pad
{	padding: 5px;}


.codes
{	background: #4EC2D0;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	text-align: center;}


/* End General Style */



/* Nav */

#nav a
{	margin: 0px;
	padding: 6px;
	color: #FFF;
	text-decoration: none;
	border-bottom: 0px solid #BA3C6B;
	text-align: center;}

#nav a:hover
{	margin: 0px;
	padding: 6px;
	background-color: #4FD9E9;
	border-bottom: 0px solid #BA3C6B;
	line-height: 23px;
	color: #FFF;}

 
/* End Nav */


.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;}

.codesort a {
	border: 0px solid transparent; }

.codesort img { 
	background: #4EC2D0;
	border: 0px solid transparent;
	padding: 6px;}


