/*
x-format.css

David Abbott
for Xillennia.com
August 2006

Contains format elements,
	e.g. fonts, colours, borders, alignment
Does not contain layout elements,
	e.g. margins, padding, positioning, size
*/

body
{
	color: #000099;
	background: #ffffff;
	background-image: url(../images/x-logo-sm.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: justify;
	font-family: Verdana, Arial, sans-serif;
}

.sidebar, p.links, .inset
{
	color: #000000;
	font-size: 0.7em;
	text-align: left;
}

.small
{
	font-size: 0.7em;
}

.foot
{
	font-size: 0.7em;
	text-align: center;
}

.main
{
	text-align: justify;
}

.filmtitle
{
	font-style: italic;
}

.inset
{
	border: 1px dashed #3399ff;
	text-align: center;
}

.credits, .stills
{
	text-align: center;
}

p.credits:first-line
{
	font-style: italic;
}

h1
{
	color: #ffffff;
	background-color: #3399ff;
	font-size: 1.33em;
}

h2
{
	color: #3399ff;
	font-size: 1.00em;
	padding-top: 0.5em;
	text-transform: uppercase;
}

h2:first-letter
{
	font-size: 1.33em;
}

h3
{
	text-align: left;
	font-size: 1.00em;
	font-weight: bold;
}

img
{
	border: none;
	text-align: center;
}

a:link
{
	color: #cc9900;
	text-decoration: none;
} 

a:visited
{
	color: #cc9900;
	text-decoration: none;
}
 
a:active
{
	color: #cc9900;
	text-decoration: underline;
} 

a:hover
{
	color: #cc9900;
	text-decoration: underline;
}
