@charset "utf-8";
/*Coded by Tim Anderson
timATvisualworkzDOTcom
sabbathchildATgmailDOTcom

Table of Contents
1. Reset
2. Global Rules
3. Wrap Rules
4. Logo Rules
5. Nav Rules
6. News
7. Content Rules
. Classes
*/

/*1. Reset*/
* {vertical-align: baseline;font-weight: inherit;font-family: inherit;font-style: inherit;font-size: 100%;border: 0 none;outline: 0;padding: 0;margin: 0;
	}
/*2. Global Rules*/
body {
	background:#000000 url(images/ewiv_bg.jpg) top center repeat-x; font-family: Georgia, "Times New Roman", Times, serif; color: #FFFFFF;

}
h1 {
	font-size:1.25em;
}
li {
	list-style-type: none;
}
a {
	text-decoration:underline; color:#D5DFEA;
}
a:visited {
	color:#A3B9D1;
}
a:hover {
	color:#999999; text-decoration:overline;
}

/*3. Wrap Rules*/
#wrap {
	background:url(images/head.jpg) top center no-repeat; width:1100px;	height:1100px; margin-left:auto; margin-right:auto;	border: 2px solid #666;
}
/*4. Logo Rules*/
#logo {
	top:145px; left:50px; height:60px; width:300px; position:relative;
}
/*5. Nav Rules*/
#nav {
	position:relative; top:145px; left:50px; height:35px; width:1002px; background: url(images/ewiv_link_box.png) center no-repeat;
}
#nav a {
	padding:5px; text-decoration:none; color:#FFF; font-size:1.15em; line-height:2;
}
#nav a:visited {
	color:#5663FC;
}
#nav a:hover {
	text-decoration:underline; color:#CCC;
}
#nav .xout {
	text-decoration:line-through;
}
/* News */
#news {
	position:relative; left:50px; top:145px; height:277px; width:1002px; background: url(images/ewiv_news.png) center no-repeat; 
}
#news h1 {
	padding:1px 0px 1px 5px;
}
#news p {
	padding:5px 0px 5px 15px;
}
#web #news {
	position:relative; left:50px; top:145px; height:439px; width:1002px; background: url(images/ewiv_content_home.png) center no-repeat; 
}
/*Content Rules*/
#index #content {
	position:relative; top:190px; left:50px; height:439px; width:1002px; background:url(images/ewiv_content_home.png) center no-repeat;
}
#content {
	position:relative; top:145px; left:50px; height: 600px; width:1002px;
}
#stuff td {
	padding:5px;
}
#content p {
	font-size:.8em; padding:2px 4px;
}
#content div {
	clear:both;
}
#content #social {
	position:absolute; top:0px; left:0px; height:439px; width:334px;
}
#content #current {
	position:absolute; top:0px; left:334px; height:439px; width:334px;
}
#content #recent {
	position:absolute; top:0px; left:668px; height:439px; width:334px;
}
#content img {
	padding:10px;
}
#visualworkz,#serendipity,#jenny,#primos,#miriam,#ctis,#at,#swap {
	position:absolute;top:10px;left:20px;width:950px;height:400px;-clear:none;z-index:1; visibility: hidden;
}
/*Classes */
.center {
	text-align:center;
}
.menu {
	float: left; width: 334px; position: relative; text-align:center;
}
