@charset "utf-8";
/* CSS Document */
BODY {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg-wonderland.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center;
	font-family:"Times New Roman", Times, serif;
	color: #FFFFCC;
}
a:hover {
	text-decoration: underline overline;
}
a:active {
	color: #FF9900;
}
h2 {
	font:medium Georgia, 'Times New Roman', Times, "serif bold";
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

a:link {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline overline;
}
a:visited {
	font-weight: normal;
	color: #FFCC00;
	text-decoration: underline;
}


#BarTop {
	height: 50px;
	width: 100%;
	top: 0px;
	left:0px;
	z-index: 20;
}
#Bar {
	background-color:#000000;
	height: 90px;
	width: 100%;
	top: 50px;
	left:0px;
	z-index: 20;
}
#BarBottom {
	height: 50px;
	width: 100%;
	top: 140px;
	left:0px;
	z-index: 20;
}
#Title {
	height: 190px;
	width: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 1;
}
#Title2 {
	height: 83px;
	width: 100%;
	top: 50px;
	position: absolute;
	z-index: 1;
	left: 0px;
}
#Blogroll {
	height: 90px;
	width: 250px;
	top: 150px;
	left: 400px;
	position:absolute;
	z-index: 8;
}
#Sidebar {
	padding:5px;
	width:200px;
	padding:5;
	background-image:url(images/50pblack.png);
	border-width: thin;
	border-style: groove;
	border-color: #666666;
}
#Content750 {
	padding:5px;
	width:750px;
	padding:5;
	background-image:url(images/50pblack.png);
	border-width: thin;
	border-style: groove;
	border-color: #666666;
}
#Blogclip {
	height: 90px;
	width: 250px;
	top: 150px;
	left: 25px;
	position:absolute;
	z-index: 10;
}

#Content{
	width: 100%;
	top: 170px;
	left:0px;
	position:absolute;
	z-index: 10;
}
html>body a.buttonTop {
	margin:0px 0 0 0;
	background:url(images/button-top.png) no-repeat left top;
	width:410px;
	height:16px;
	text-indent:-9999px;
	display:block
}
html>body a.buttonTop:hover { 
	height:15px; 
	border:none }

/* Form Button styles */
input {
	border:1px solid #FFCC00;
	background:#FFFFCC;
}
input.formButton { 
	background: #003300;
	padding:2px;
	color:#FFFFCC;
}

/* BLOG : Twitter */
div#twitter_update_list { 
	width:200px; 
	padding:0;
}
div#twitter_update_list p { 
	margin:0 
}
div#twitter_update_list p.tweet { 
	font:italic 16px/18px Georgia, 'Times New Roman', Times, serif bold; 
	margin:0 0 10px 0;
}
.copyrightInfo {
	font-size: x-small;
	font-variant: small-caps;
}
