/* Skin 1 CSS for the Lisa Edelstein Fanlisting by Michi, http://iridescently.org*/
/* PLEASE DO NOT STEAL OR ELSE I'LL COME AFTER YOU. I SWEAR. */

body {
	background-color: #ffffff; 
	background-image: url('skin1.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin: 0px;
	padding: 0px;
}

#main {
	margin-left: 0px;
	padding: 0px;
	width: 800px;
	position: relative;
}

#maincontent {
	margin-left: 220px;
	margin-top: -360px;
	width: 500px;
	padding: 0px;	
	border: 0px;
	position: relative;
}


#maincontent1 {
	width: 500px;
	padding: 0px;
	border: 0px;
	position: relative;
}

#maincontent2 {
	padding: 10px;
	width: 480px;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;
	line-height: 15pt;
	color: #000000;
	text-align: justify;
}

#sidebar {
	width: 200px;
	padding: 0px;	
	margin-top: 320px;
	margin-left: 0px;
	position: relative;
}

#sidebarcontent {
	padding: 0px;	
	line-height: 5pt;
}

#footer {
	margin-left: 220px;
	background-image: url('footer.png');
	background-attachment: scroll;
	background-repeat: no-repeat;
	width: 495px;
	height: 100%;
	position: relative;
	clear:both;
	padding: 0px;
}

#footercontent {
	width: 465px;
	font-family: Georgia, sans-serif;
	font-size: 11px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	line-height: 13pt;
	color: #ffffff;
}

b {
	color: #515151;
}

i, em {
	color: #515151;
}

.lead {
	font-size: 36px; 
	font-weight: normal;
	font-family: Garamond, Helvetica, sans serif; 
	font-style: italic;
	color:#000000;
	text-transform: lowercase;
}

.textlink {
	background-color: #dddccc;
	border: 1px solid #ac9570;
	text-align: center;
	font-family: Tahoma;
	font-size: 7.5pt;
	font-style: normal;
}

h1 {
	background-image: url('h1.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 500px;
	height: 100%;
	font-size: 36px; 
	font-weight: normal;
	font-style: italic;
	text-align: right;
	font-family: Garamond, Helvetica, sans serif; 
	color:#e21a40;
	padding-bottom: 20px;
	text-transform: lowercase;
}

h2 {
	margin-top: 0px;
	font-size:16px;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, Helvetica, sans serif; 
	color:#666666;
	text-transform: uppercase;
}

h3 {
	font-size:16px;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, Helvetica, sans serif; 
	color:#666666;
	text-transform: uppercase;
}

#nav ul {
	width: 200px; 
	margin-left: 0px; 
	list-style-type: none;
}
	
#nav li { 
	margin: 0px; 
	padding: 0px; 
}
	
#nav li a {
	text-decoration: none;
}

#nav a.navlisa {
	display: block; 
	width: 200px; height: 50px; 
	margin: 0px; padding: 0px; 
	background: url('lisa.png') top left no-repeat; 
	text-indent: -9999px;
}

#nav a.navfanlisting {
	display: block; 
	width: 200px; height: 50px; 
	margin: 0px; padding: 0px; 
	background: url('fanlisting.png') top left no-repeat; 
	text-indent: -9999px;
}

#nav a.navsite {
	display: block; 
	width: 200px; height: 50px; 
	margin: 0px; padding: 0px; 
	background: url('site.png') top left no-repeat; 
	text-indent: -9999px;
}

#nav a.navclear {
	display: block; 
	width: 200px; height: 50px; 
	margin: 0px; padding: 0px; 
	background: url('clear.png') top left no-repeat; 
	text-indent: -9999px;
}

#nav a.navlisa:hover, #nav a.navfanlisting:hover, #nav a.navsite:hover, #nav a.navclear:hover  {
	background-position: -200px 0px;
	border-bottom: 0px dotted #000000;
}

a, a:link, a:visited, a:active {
	color:#75bbdf; 
	text-decoration:none; 
	font-weight: bold;
	cursor: default;
}

a:hover {
	color:#75bbdf; 
	text-decoration:none; 
	font-weight: bold;
	cursor: default;
	border-bottom: 1px dotted #000000;
}

#maincontent2 ul li {
	list-style: none;
	background-image: url('list.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 15px;
}

blockquote { 
	background-color:#dddccc; 
	border: 1px solid #ac9570;
	width: 400px;
}

#blockquotetext {
	width: 380px;
	padding-top:70px;
	font-size: 11px;
	text-align: justify;
	letter-spacing: 1px; 
	line-height: 20pt;
	padding: 10px;
}

option, select {
	padding: 5px;
	color:#000000; 
	font-size: 11px; 
	font-family: Georgia, sans-serif; 
	line-height: 14pt;
	background-color:#dddccc; 
	border:1px solid; 
	font-weight: normal;
	border-color: #ac9570;  
}

input, textarea {
	padding: 5px;
	color:#000000; 
	font-size: 11px; 
	font-family: Georgia, sans-serif; 
	line-height: 14pt;
	background-color: #dddccc;
	margin: 0px;
	font-weight: normal;
	border: 1px solid #ac9570;
}

img.skin {
    border: 5px solid #75bbdf;
}

.wysiwygmenu {
	display: block;
}

.wysiwygmenu a {
	padding: 0.125em 0.25em;
}