/* -----------------------------------------
Version 4 CSS
Author: Michi (http://iridecently.org) 
PLEASE DO NOT STEAL!
------------------------------------------*/

/* Body */

html {
	font-size:100.01%;
}

body {
	font-size:75%;
	margin-left: 0px;
	color:#666666;
	background:#fff;
	font-family: Helvetica, Arial, Sans Serif;
}

#wrapper {
	width: 960px;
}

#headerimg {
	background-image: url('images/imgheader.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
	width: 430px;
	height: 430px;
}

.left {
	float: left; 
	width: 430px; 
	padding: 0 0 0 0px;
}

.right {
	float: right; 
	width: 510px; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 0px;
}


#sidebar {
	position: fixed;
}


#content {
	font-family: "Arial", Helvetica Neue, Garamond, Georgia, Serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 18px;
	color: #666666;
	text-align: justify;
}

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

.clearfix, #wrapper {
	display:block
}

.clear {
	clear:both;
}

#footer {
	padding: 0px;
	margin: 0px;
}

#footercontent {
	font-family: "Arial", Helvetica Neue, Garamond, Georgia, Serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 16px;
	color: #999999;
	text-align: justify;
}

/* Navigation */
#menu {
	position: fixed;
	left: 20px;
	top: 0px;
	width: 100px;
	padding: 10px;
	float: left;
}

#navmenu {
	list-style: none;
	display: block;
}

#navmenu li a, #navmenu li a:link, #navmenu li a:visited, #navmenu li a:active {
	font-size: 14px; 
	font-family: Helvetica, Arial, sans serif;
	color:#ffffff;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	text-decoration: none;
}

#navmenu li a:hover {
	color: #cccccc;
	text-decoration: none;
}

/* Content */

.note {
	padding: 10px;
	font-family: Arial;
	text-decoration: none;
	line-height: 1.8em;
	color: #000000;
	text-align: justify;
	background-color: #f4f4f4;
	border: 1px solid #cccccc;
}

#info {
	padding: 10px;
}

#stats {
	clear: both;
	padding: 10px;
}

b, strong {
	color: #000000;
}

i, em {
	color: #333333;
}

.right p {
	text-indent: 30px;
	margin-top: 5px;
}

h1 {
	font-size: 3em; 
	font-family: "Bello Pro", Georgia, Helvetica, sans serif;
	color:#9a0000;
	font-weight: normal;
	text-transform: lowercase;
	text-align: left;
}

h2 {
	font-size: 1.5em;
	font-family: "Bello Pro", Georgia, Helvetica, sans serif;
	color:#333333;
	font-weight: normal;
	text-transform: lowercase;
}

.lead {
	color: #66c0e5;
}

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

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

h2.comments {
	font-size: 1.5em;
	font-family: Georgia, Helvetica, sans serif;
	color:#9966cc;
	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:#6699cc;
	border-bottom: 0px dotted #000000;
	font-weight: normal;
	text-shadow: 1px 1px 1px #b9b9b9;
	text-align: right;
}

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

.post {
	margin-top: 20px;
	padding: 5px;
}

#pagination {
	text-align: center;
	padding: 5px;
	background-color: #000000;
	color: #ffffff;
	font-family: "Helvetica Neue", Arial;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.paginate {
	text-align: center;
	padding: 5px;
	background-color: #000000;
	color: #ffffff;
	font-family: "Helvetica Neue", Arial;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

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

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

ul#commentsDisplay li {
	list-style-type: none;
	margin-top: 10px;
	padding: 0px;
	width: 100%;
}

/*.comment {
	margin: 0;
	float: left;
	width: 700px;
} */

.sep img {
	border: 5px solid #9a0000;
	text-decoration: none;
}

.sep img:hover {
	border: 5px solid #000000;
	text-decoration: none;
}

.updatecomment {
	margin-top: 20px;
	width: 760px;
	background-color: #f4f4f4;
	border: 1px solid #cccccc;
	padding: 10px;
}

.c_other {
	float: right;
	width: 600px;
	background-color: #f4f4f4;
	border: 1px solid #cccccc;
	padding: 10px;
}

.c_author {
	float: right;
	width: 600px;	
	background-color: #E4E4E4;
	border: 1px solid #cccccc;
	padding: 10px;
}

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;
}

h4.commentBox {
	margin-top: -10px;
}

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

.imgopacity { 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
	filter:alpha(opacity=70); 
	opacity:0.70; 
	zoom:1;
}

.imgopacity:hover { 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	filter:alpha(opacity=100); 
	opacity:1; 
}


blockquote {
	margin: 2em;
	color: #666;
	font-style: italic;
}

.right a, .right a:link, .right a:visited, .right a:active, #footercontent a, #footercontent a:link, #footercontent a:visited, #footercontent a:active {
	color: #9a0000;
	text-decoration: none;
}

.right a:hover, #footercontent a:hover {
	color: #000000;
	text-decoration: none;
}

div.listingwrap {
	width: 740px;
	padding: 10px;
}

.listing {
	width: 240px;
	padding: 5px;
	color: #000000;
	background-color: #000000;
}

.listingtitle {
	color: #ffffff;
	font-family: "Helvetica Neue", Arial;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

div#fanlisting {
	width: 740px;
	padding: 5px;
	color: #000000;
	margin-top: 20px;
	font-family: "Helvetica Neue", Arial;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: right;
	line-height: 1.25em;
	font-size: 1em;
	color: #000000;
}

div.fanlistingtitle {
	float: right;
	width: 480px;
	margin: 0px;
	padding: 5px;
	color: #ffffff;
	line-height: 1em;
	font-size: 1em;
	background-color: #000000;
	font-family: "Helvetica Neue", Arial;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
}

.fanlistingimg {
	float: left;
	width: 250px;
}

.listing a, .listing a:link, .listing a:active, .listing a:visited {
	color: #ffffff;
	font-family: "Helvetica Neue", Arial;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.listing a:hover {
	color: #9966cc;
	font-family: "Helvetica Neue", Arial;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
	
::-moz-selection {
	color: #000000;
	background: #cccccc;
}

input {
	font-size: 11px;
	color:#666666; 
	font-weight: normal;
	font-family: "Arial";
	background-color: #f5f5f5;
	border: 1px solid #999999;
	margin: 0 0 1px 0;
	padding: 5px;
}

select {	
	font-size: 11px;
	color:#666666; 
	font-weight: normal;
	font-family: "Arial";
	background-color: #f5f5f5;
	border: 0px solid #999999;
	margin: 0 0 1px 0;
	padding: 5px;
}

option {
	margin: 0 0 1px 0;
	padding: 5px;
	font-size: 11px;
	color:#666666; 
	line-height: 15pt;
	font-family: "Arial";
	background-color: #f5f5f5;
	border: 0px solid #999999;
	font-weight: normal;
}


textarea {
	background-color: #f5f5f5;
	border: 1px solid #999999;
	font-size: 11px;
	color:#666666; 
	line-height: 15pt;
	font-family: "Arial";
	font-weight: normal;
	margin: 0 0 1px 0;
	padding: 5px;
}

/* FORMS */
.input1 { 
	width: 39%; 
} 

.input2 { 
	width: 100px; 
} 

.input3 { 
	border: 0; 
} 

fieldset { 
	margin: 0 auto 12px auto; 
	padding: 10px;
	border: 0px;
} 

fieldset label { 
	float: left; 
	padding: 0 1%;
	text-align: right; 
	width: 36%;
	border: 0px; 
}

fieldset legend { 
	color: #666666; 
	font-family: Arial, Times, serif; 
	font-size: 16px; 
	border: 0px;
} 

fieldset p { 
	margin: 0 0 4px 0; 
	text-align: center;
}

/* ERROR CLASSES */
/* for errors */
.error { 
	color: #FF0000; 
}

/* for success messages */
.success { 
	color: #66CC00; 
}

/* for MySQL errors */
.mysql { 
	color: #0000FF; 
}

/* for PHP errors */
.php { 
	color: #FF9900;
}