/*
Theme Name: Digital Pixie
Version: 1.5
Author: Digital Pixie
*/
/*-General-----------------------------------------------*/

html, body, h1, h2, h3, h4, h5, h6, p, div {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a img {border:none;}

/*-Header-------------*/

.header {
	position: relative;
	top:0px;
	left:0px;
	width: 775px;
	height:102px;
}

/*-Main Column------*/

.main {
	float:left;
	width:775px;
	background-color:#FFFFFF;
}

/*-Sidebar--------*/

.sidebar	{
	float:left;
	width:125px;
	height:205px;
	background-image:url(images/menu.gif);
	background-repeat:no-repeat;
	font-size:12px;
	padding-top:15px;
}

.sidebar a:link {
	text-decoration: none;
	color:#FFCC00;
	font-weight: bold;
	font-variant: small-caps;
}
.sidebar a:visited {
	text-decoration: none;
	color:#FFCC00;
	font-weight: bold;
	font-variant: small-caps;
}
.sidebar a:hover {
	text-decoration: underline;
	color: #009999;
}
.sidebar a:active {
	text-decoration: underline;
	color: #009999;
}

/*-Footer-------------*/

.footer {
	position:relative;
	clear:both;
	width:765px;
	background:#FFFFFF;
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
}

/*-Remaining layout--------------------------------------*/

p {padding:5px;}
h1 { font-size: x-large}
h2 { font-size: large}
h3 { font-size: medium}
h4 {
	font-size: small;
	color: #336600;
}
h5 { font-size: x-small}
h6 { font-size: xx-small}
a:link {
	text-decoration: none;
	color:#009999;
	font-weight: bold;
	font-variant: small-caps;
}
a:visited {
	text-decoration: none;
	color:#009999;
	font-weight: bold;
	font-variant: small-caps;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
hr {
	color: #336600;
	text-align: center;
	width: 35%;
}

/*-EOF-*/
