/* 
Kurt Hummel Skin 1 CSS
by Michi (http://paintedhearts.org and http://iridecently.org) 
PLEASE DO NOT STEAL!
*/

/* Body */

@font-face {
	font-family: "Rockwell";
	src: url('Rockwell.ttf') format("truetype");
}

html {
	font-size:100.01%;
}

body {
	font-size:75%;
	color:#222;
	background:#fff;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
}

#wrapper {
	float: left;
	margin-left: 0px;
	width: 850px;
	background: #ffffff;
}

.left {
	float: left; 
	width: 300px; 
	text-align: justify;
}

.right {
	float: right; 
	width: 480px; 
	margin-left: 20px;
	padding: 10px;
}


#sidebar {
	position: fixed;
}

#headerimg {
	width: 300px;
	height: 500px;
	background-image: url('header.png');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 0px;
	margin-left: 0px;
}


#content {
	font-family: Georgia;
	text-decoration: none;
	word-spacing: normal;
	font-size: 1.15em;
	line-height: 1.8em;
	color: #000000;
	text-align: justify;
	padding: 10px;
}

.clearfix:after, #wrapper:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}

.clearfix, #wrapper {
	display:block
}

.clear {
	clear:both;
}

#footer {
	margin: 0;
	border-top: 1px solid #cccccc;
}

#footercontent {
	margin: 0px;
	padding: 10px;
	background-color: #f4f4f4;
	font-family: Georgia;
	text-decoration: none;
	letter-spacing: 0;
	line-height: 1.8em;
	color: #000000;
	text-align: justify;
}

.textlink {
	background-color: #c8e8a5;
	border: 1px solid #99cc66;
	padding: 5px;
	text-align: center;
}

/* Navigation */

#nav {
	float: right;
}

ul#topnav {
	list-style-type: none;
	margin-left: 205px;
	margin-top: -380px;
	padding: 0;
}

ul#topnav li {
	margin: 0; 
	padding: 0;
}

ul#topnav li a {
	display: block;
	padding: 10px;
	color: #333;
	font-family: "Helvetica Neue", Arial;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

ul#topnav li a:hover {
	background: #000;
	color: #fff;
}

ul#bottomnav {
	list-style-type: none;
	float: left;
	width: 480px;
	margin: 0;
	padding: 0;
	background: #fff;
	border-top: 5px solid #000;
}

ul#bottomnav li {
	list-style-type: none;
	float: left;
	margin: 0; 
	padding: 0;
	background: #fff;
}

ul#bottomnav li a {
	float: left;
	display: block;
	padding: 10px;
	color: #333;
	background: #fff;
	font-family: "Helvetica Neue", Arial;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 0px dotted #000000;
}

ul#bottomnav li a:hover {
	background: #000;
	color: #fff;
}

h2 a, h2 a:link, h2 a:visited, h2 a:active {
	color: #6699cc;
	text-decoration: none;
}

h2 a:hover {
	color: #9966cc;
	text-decoration: none;
}

/* Content */

hr {
	background: #ddd;
	color: #ddd;
	clear: both;
	float: none;
	width: 100%;
	height: .1em;
	margin: 0;
	border: none;
}

hr.space {
	background: #fff;
	color: #fff;
	visibility: hidden;
}

b, strong {
	color: #5eafaf;
}

i, em {
	color: #333333;
}

h1 {
	font-size: 2.5em; 
	letter-spacing: 2px;
	font-family: "Rockwell", Georgia, Helvetica, sans serif;
	color:#99ca3c;
	font-weight: normal;
	text-transform: lowercase;
	text-align: left;
	text-shadow: 1px 1px 1px #b9b9b9;
}

h1.fan {
	font-size: 1.8em; 
	font-family: Georgia, Helvetica, sans serif;
	color:#9999cc;
	font-weight: normal;
	text-transform: capitalize;
	text-align: right;
	text-shadow: 1px 1px 1px #b9b9b9;
}

h2 {
	font-size: 1.5em;
	font-family: "Rockwell", Helvetica, sans serif;
	color:#333333;
	font-weight: normal;
	text-shadow: 1px 1px 1px #b9b9b9;
}

.lead {
	color: #669933;
}

h3 {
	font-size:1.15em;
	font-weight: normal;
	font-family: "Rockwell", Georgia, Helvetica, sans serif; 
	color:#cccccc;
	text-transform: uppercase;
	float: left;
}

h2.date {
	font-size: 1.5em;
	font-family: "Rockwell", Georgia, Helvetica, sans serif;
	color:#669933;
	font-weight: normal;
	text-shadow: 1px 1px 1px #b9b9b9;
	text-align: left;
}

h2.comments {
	font-size: 1.5em;
	font-family: "Rockwell", Georgia, Helvetica, sans serif;
	color:#000000;
	font-weight: normal;
	text-shadow: 1px 1px 1px #b9b9b9;
	text-align: right;
}

#comments {
	margin-top: 20px;
}

#addcomments {
	margin-top: 20px;
}

h2.comments a, h2.comments a:link, h2.comments a:active, h2.comments a:visited {
	color:#669933;
	border-bottom: 0px dotted #000000;
	font-weight: normal;
	text-shadow: 1px 1px 1px #b9b9b9;
	text-align: right;
}

h2.comments a:hover {
	color:#000000;
	border-bottom: 0px dotted #000000;
	font-weight: normal;
	text-shadow: 1px 1px 1px #b9b9b9;
	text-align: right;
}


.right ul li {
	list-style-type: square;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 60px;
}

.right ol li {
	list-style-type: decimal-leading-zero;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 60px;
}

li.pages {
	color: #000000;
	font-size: 1.15em;
	font-family: Georgia;
	font-weight: normal;
	line-height: 1.8em;
	padding: 10px;
	margin-left: 100px;
	border-bottom: 1px solid #cccccc;
}

h4 {
	font-size: 1.25em;
	font-family: Georgia, Helvetica, sans serif;
	color:#333333;
	font-weight: normal;
	text-shadow: 1px 1px 1px #b9b9b9;
	text-align: left;
}

h4 a, h4 a:link, h4 a:active, h4 a:visited {
	color:#9966cc;
	font-weight: normal;
	text-shadow: 1px 1px 1px #b9b9b9;
	text-align: left;
}

h4 a:hover {
	color:#9966cc;
	font-weight: normal;
	text-shadow: 1px 1px 1px #b9b9b9;
	text-align: left;
}

li.pages:hover {
	background-color: #f4f4f4;
}


blockquote {
	margin: 2em;
	color: #000;
	background-color: #c8e8a5;
}

#blockquotetext {
	padding: 10px;
}

.right a, .right a:link, .right a:visited, .right a:active, #footercontent a, #footercontent a:link, #footercontent a:visited, #footercontent a:active {
	color: #000000;
	text-decoration: none;
	background-color: #cccc66;
	padding: 2px;
	border-bottom: 1px dotted #666666;
}

.right a:hover, #footercontent a:hover {
	color: #000000;
	background-color: #5eafaf;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
	
::-moz-selection {
	color: #000000;
	background: #c8e8a5;
}

input {
	color:#000000; 
	font-weight: normal;
	font-size: 1em;
	padding: 5px;
	background-color: #c8e8a5;
	border: 1px solid #99cc66;
	font-family: Georgia;
}

option, select {	
	color:#000000; 
	font-size: 1em;
	background-color: #c8e8a5;
	border: 1px solid #99cc66;
	font-weight: normal; 
	padding: 5px;
	font-family: Georgia;
}

textarea {
	color:#000000; 
	font-size: 1em;
	background-color: #c8e8a5;
	border: 1px solid #99cc66;
	padding: 5px;
	font-family: Georgia;
}

fieldset {
 border: 0;
 margin: 0 0 12px 0;
 padding: 2px;
}

fieldset label {
 float: left;
 width: 50%;
}

fieldset input.input1, fieldset select, fieldset textarea {
 float: left;
 margin: 0 1%;
 width: 48%;
}

.wysiwygmenu {
	display: block;
}

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

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

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