@charset "UTF-8";
/* CSS Document */

:focus { -moz-outline-style: none; }  /* Mozilla specific hack to remove dotted line around links */

html {
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	/*background-color: #858070;*/
	background-color: #fff;
	background-image:url(background-dots.gif);
	background-repeat:no-repeat;
}
body { 
	padding:0;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size:80%;
	height:100%;
	width:100%;
	/* background-image:url(backgrounds/background-1.gif);*/
	background-repeat:no-repeat;
	background-attachment:fixed;
	overflow:hidden;/*Needed to eliminate scrollbars with Supersize*/
}
a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#CCC;
}
img {
	border:0;
}
ul, li, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}
#logo, h1 {
	position:fixed;
	position:absolute;
	bottom:20px;
	right:20px;
	display:block;
	width:170px;
	height:110px;
	text-align:right;
	white-space:nowrap;
	text-indent:300px;
	overflow:hidden;
	background-color:#f04d49;
	background-image:url(red-leader-logo.gif);
	z-index:1000;
	/*border:2px solid #f04d49;*/
	border:2px solid transparent;
}
#logo:hover, h1:hover {
	border:2px solid #FFF;
}
h2 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:10px;
}
hr {
	clear:left;
	visibility:hidden;
}
#content{
	/*overflow:hidden;
	height:100%;
	width:100%;
	position:relative;
	float:left;
	z-index:10;*/
	overflow:hidden;
	height:100%;
	width:100%;
	position:absolute;
}
ul.navigation {
    list-style: none;
    margin: 0;
    padding-bottom: 9px;
	position:absolute;
	background-color: #858070;
	border-top:2px solid #f04d49;
	width:100%;
	height:30px;
	top:0;
	left:0;
	z-index:1000;
}
ul.navigation li {
    display: inline;
}
ul.navigation a {
	display:block;
	float:left;
    padding: 10px;
    color: #000;
    text-decoration: none;
}
.section {
	width:500000px;
	position:relative;
	float:left; /*SKIP THIS TO ONLY GO LEFT > RIGHT */
}
.section .sub {
	position:relative;
	float:left;
	width:2000px;
	height:1500px;		
}
.section .sub p {
	background-color:#f04d49;
	margin:0;
	margin-bottom:10px;
	font-size:100%;
	line-height:1.4em;
}
.item {
	background-color:#f04d49;
	padding:10px;
	margin-top:50px;
	width:510px;
}
#lastfm {
	position:fixed;
	right:0;
	top:0;
	padding:11px;
	display:block;
	z-index:10000;
	color:#000;
}
.paging {
	padding:5px;
	padding-right:0;
	clear:both;
	width:510px;
}
.arrows {
	float:right;
}
fieldset {
	border:0;
	padding:0;
	margin:0;
}
#captcha, #captcha_label, #captcha_error {
	display:none;
}
.mailing-label {
	display:block;
	float:left;
	min-width:40px;
}
.links {
	clear:both;
	margin-bottom:10px;
}
input {
	border:0;
	padding:5px;
	margin-bottom:1px;
}
.loading {
	display:block;
	width:100px;
	height:100px;
	background-image:url(ajax-loader.gif);
	background-repeat:no-repeat;
}
.imagegrid {
	margin-left:-10px;
}
.imagecrop {
	float:left;
	display:block;
	height:90px;
	width:90px;
	background-color:#858070;
	/*margin-left:11px;
	margin-bottom:11px;*/
	margin-left:11px;
	margin-bottom:11px;
	border:1px solid #f04d49;
}
.imagecrop:hover {
	border:1px solid #fff;
}
.browser-top {
	display:block;
	width:510px;
	height:27px;
	background-image:url(browser-top.gif);
	clear:both;
}
.browser-bottom {
	display:block;
	width:510px;
	height:8px;
	background-image:url(browser-bottom.gif)
}
.image-links {
	float:right;
	padding-bottom:5px;
}
.image-links .selected {
	font-weight:bold;
	color:#CCC;
}
/*Supersize Plugin Styles*/
#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(images/progress.gif);
}
#supersize{
	position:fixed;
}
#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
	background-image: url(backgrounds/background.gif);
}
#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
}