/* Skin 1 CSS for the Ron Weasley Fanlisting by Michi, http://brightly-wound.net */
/* PLEASE DO NOT STEAL OR ELSE I'LL COME AFTER YOU. I SWEAR. */

body {
	background-color: #FFFFFF; 
	background-image: url('lgrey069.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	cursor:help;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#headerimage {
	height: 401px;
}

#main {
	background-image: url('bg.jpg');
	background-repeat: repeat-y;
	background-position: top left;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
}

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


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

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

#sidebar {
	width: 180px;
	position: relative;
	padding: 0px;	
	margin: 0px;
	float: right;
}

#sidebarcontent {
	padding: 10px 10px 0px 10px;	
	line-height: 7pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	color: #1B1B1B;
	text-align: justify;
}

#footer {
	position: relative;
	clear:both;
	padding: 0px;
	width: 500px;
}

#footercontent {
	width: 480px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 10px;
	line-height: 11pt;
	color: #000000;
	text-align: left;
}

b {
	color: #28456e;
}

.lead {
	font-size: 22px; 
	font-family: "Times New Roma", Georgia, Helvetica, sans serif; 
	font-style: italic;
	font-weight: normal;
	color:#f2a000;
	text-transform: lowercase;
}

.textlink {
	background-color: #FFFFFF;
	border-left: 5px solid #666666;
	text-align: center;
	font-family: Tahoma;
	font-size: 7.5pt;
	font-style: normal;
}

h1 {
	font-size: 22px; 
	font-weight: normal;
	font-style: italic;
	font-family: Times New Roman, Helvetica, sans serif; 
	color:#1d2f4c;
	text-transform: lowercase;
}

h2 {
	margin-top: 0px;
	font-size:11px;
	font-style: normal;
	font-family: Times New Roman, Helvetica, sans serif; 
	color:#1d2f4c;
	text-transform: uppercase;
}

h3 {
	font-size: 16px; 
	font-style: italic;
	font-weight: bold;
	font-family: Times New Roman, Helvetica, sans serif; 
	color:#1d2f4c;
	text-transform: lowercase;
}


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

a:hover {
	color:#ff9900; 
	text-decoration:none; 
	font-weight: bold;
	cursor: default;
}

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

blockquote { 
	color:#000000; 
	background-image: url('blockquote.gif');
	background-repeat: no-repeat;
	height: 130px;
	width: 100%;
}

#blockquotetext {
	width: 310px;
	padding-top:20px;
	font-size: 11px;
	text-align: justify; 
	line-height: 15pt;
	padding-right: 10px;
	padding-left: 45px;
	padding-bottom: 10px;
}

#blockquotetext b {
	color: #666666;
}

input {
	color:#000000; 
	line-height: 14px;
	font-size: 11px;
	border: 1px solid #cc9900; 
}

option, select {
	color:#000000; 
	background-color: #f1debe;
	line-height: 14px;
	font-size: 11px;
	border: 1px solid #f1debe; 
}

textarea {
	color:#000000; 
	font-size: 11px; 
	border:1px solid #000000;
	background-color: #f1debe;
	border: 1px solid #cc9900; 
}

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

img:hover.skin {
	border: 5px solid #ff9900;
}