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



/* GENERIC ELEMENTS */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #999;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
br {
	clear: left;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
}

	
/* COMMON ELEMENTS */

.ender {
	clear: both;
}
.hidden {
	display: none;
}
.spacer {
	height: 10px;
}

.more {
}
a.more:link, a.more:visited {
	font-size: 9px;
	font-weight: bold;
	color: #ecb330;
	text-decoration: none;
	text-align: right;
	display: block;
}
a.more:hover {
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

/* HORIZONTAL RULES */
div.hr1 {display: none}
/*/*/a{}
div.hr1 {
	display: block;
	height: 1px;
	background-image: url(http://www.iamchipmunk.com/images/sq_666666.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
hr {display:none}
div.hr2 {display: none}
/*/*/a{}
div.hr2 {
	display: block;
	height: 1px;
	background-image: url(http://www.iamchipmunk.com/images/sq_333333.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
hr {display:none}
/* */


/* SITE LAYOUT */

.background {
	background-image: url(../images/site/background.jpg);
	background-repeat: repeat-x;
	background-position: left 213px;
}
#content {
	width: 1000px;
	left:50%;
	margin-left:-500px;
	margin-top:0px;
	background-image: url(../images/site/background_centre.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	background-color:#1d2031;
	text-align: left;
	position: absolute;
}
#columnLeft {
	width: 375px;
	float: left;
}
#columnCombo {
	width: 560px;
	float: right;
}
#columnCentre {
	width: 200px;
	float: left;
}
#columnRight {
	width: 320px;
	float: right;
	margin-right: 0px;
}
#columnLeftSpacer {
	width: 30px;
    height: 30px;
	float: left;
}
#columnRightSpacer {
	width: 15px;
    height: 30px;
	float: right;
}

/* SITE LAYOUT - RELEASES */

.backgroundReleases {
	background-image: url(../images/site/background2.jpg);
	background-repeat: repeat-x;
	background-position: left 120px;
}
#contentReleases {
	width: 1000px;
	left:50%;
	margin-left:-500px;
	margin-top:0px;
	background-image: url(../images/site/background_centre2.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	background-color:#1d2031;
	text-align: left;
	position: absolute;
}
#columnLeftReleases {
	width: 300px;
	float: left;
	margin-top: 130px;
}
#columnComboReleases {
	width: 650px;
	float: right;
	margin: 0px;
}
.item {
	width: 300px;
	float: left;
	padding-right: 25px;
}
#columnLeftReleasesSpacer {
	width: 25px;
    height: 30px;
	float: left;
}
#columnRightReleasesSpacer {
	width: 25px;
    height: 30px;
	float: right;
}


/* HEADER */
#header {
	margin: 0px;
	padding: 0px;
	height: 130px;
}
#header h1 {
	display:none;
	margin: 0px;
	padding: 0px;
}
#community {
	position: relative;
}
#signup {
	text-indent: -5000px;
	display: block;
	height: 37px;
	width: 282px;
	position: absolute;
	left: 49px;
	top: 199px;
}
#myspace {
	text-indent: -5000px;
	display: block;
	height: 27px;
	width: 79px;
	position: absolute;
	left: 9px;
	top: 242px;
	}
#twitter {
	text-indent: -5000px;
	display: block;
	height: 27px;
	width: 78px;
	position: absolute;
	left: 107px;
	top: 242px;
	}
#facebook {
	text-indent: -5000px;
	display: block;
	height: 27px;
	width: 69px;
	position: absolute;
	left: 204px;
	top: 242px;
	}
#youtube {
	text-indent: -5000px;
	display: block;
	height: 27px;
	width: 62px;
	position: absolute;
	left: 288px;
	top: 242px;
	}
#bebo {
	text-indent: -5000px;
	display: block;
	height: 27px;
	width: 63px;
	position: absolute;
	left: 1px;
	top: 270px;
	}
#lastfm {
	text-indent: -5000px;
	display: block;
	height: 27px;
	width: 69px;
	position: absolute;
	left: 72px;
	top: 270px;
	}
#ilike {
	text-indent: -5000px;
	display: block;
	height: 27px;
	width: 49px;
	position: absolute;
	left: 161px;
	top: 270px;
	}
#flickr {
	text-indent: -5000px;
	display: block;
	height: 27px;
	width: 58px;
	position: absolute;
	left: 228px;
	top: 270px;
	}
#habbo {
	text-indent: -5000px;
	display: block;
	height: 27px;
	width: 51px;
	position: absolute;
	left: 302px;
	top: 270px;
	}
	
/* HEADER - RELEASES */
#headerReleases {
	margin: 0px;
	padding: 0px;
	height: 280px;
}
#headerReleases h1 {
	display:none;
	margin: 0px;
	padding: 0px;
}
#communityReleases {
	position: absolute;
	z-index: 2;
	width: 325px;
	top: 230px;
	left: 10px;
}
#communityReleases #website {
	text-indent: -5000px;
	display: block;
	height: 37px;
	width: 282px;
	position: absolute;
	left: 17px;
	top: 10px;
}
#communityReleases #signup {
	text-indent: -5000px;
	display: block;
	height: 37px;
	width: 282px;
	position: absolute;
	left: 17px;
	top: 56px;
}
#communityReleases #myspace {
	text-indent: -5000px;
	display: block;
	height: 27px;
	width: 79px;
	position: absolute;
	left: 17px;
	top: 97px;
	}
#communityReleases #twitter {
	text-indent: -5000px;
	display: block;
	height: 27px;
	width: 78px;
	position: absolute;
	left: 98px;
	top: 97px;
	}
#communityReleases #facebook {
	text-indent: -5000px;
	display: block;
	height: 27px;
	width: 69px;
	position: absolute;
	left: 175px;
	top: 97px;
	}
#communityReleases #youtube {
	text-indent: -5000px;
	display: block;
	height: 27px;
	width: 62px;
	position: absolute;
	left: 251px;
	top: 97px;
	}
#communityReleases #bebo {
	text-indent: -5000px;
	display: block;
	height: 27px;
	width: 55px;
	position: absolute;
	left: 17px;
	top: 125px;
	}
#communityReleases #lastfm {
	text-indent: -5000px;
	display: block;
	height: 27px;
	width: 61px;
	position: absolute;
	left: 75px;
	top: 125px;
	}
#communityReleases #ilike {
	text-indent: -5000px;
	display: block;
	height: 27px;
	width: 49px;
	position: absolute;
	left: 144px;
	top: 125px;
	}
#communityReleases #flickr {
	text-indent: -5000px;
	display: block;
	height: 27px;
	width: 58px;
	position: absolute;
	left: 196px;
	top: 125px;
	}
#communityReleases #habbo {
	text-indent: -5000px;
	display: block;
	height: 27px;
	width: 51px;
	position: absolute;
	left: 260px;
	top: 125px;
	}
	
/* AD BANNERS */
#leaderboard {
	position: absolute;
	left: 257px;
	top: 15px;
}
#mpu {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
}

/* NEWS */
#news {
	position: relative;
}
#news h2 {
	background-image: url(../images/site/head_news.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 375px;
}
#news h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ecb330;
}
#news h3 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
#newsRSS {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 275px;
	top: 10px;
	background-image: url(../images/rss.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	display: block;
}

/* SIGNUP */
#signupform {}
#signupform h2 {
	background-image: url(../images/site/head_signup.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	margin: 30px 0 0 0;
	padding: 0px;
	height: 100px;
	width: 375px;
	}

/* RELEASES */
#releases {}
#releases h2 {
	background-image: url(../images/site/head_releases.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 200px;
	}
#releases .packshot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/site/packshotback.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: transparent;
	margin: 0 0 10px 0;
	text-align: center;
	display: block;
}
#releases .packshot:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/site/packshotback2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: transparent;
	margin: 0 0 10px 0;
	text-align: center;
	display: block;
}
#releases a:link, #releases a:visited {
	text-decoration: none;
}
.packshot h3 {
	font-size: 10px;
	padding: 5px;
	margin: 5px;
}
.item {
	margin: 0 0 30px 0
}
.item h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ecb330;
	}
#releases img {
	padding: 0px;
	margin: 0px;
}


/* PHOTOS */
#photos {
	margin: 30px 0 0 0;
}
#photos h2 {
	background-image: url(../images/site/head_photos.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	margin: 0 0 0 0;
	padding: 0px;
	height: 40px;
	width: 200px;
}
#photos ul, #photos li {
	float: left;
}
#photos li a img {
	margin: 5px;
	padding: 5px;
}
#photos ul li a img, #photos ul li a img:visited {border: 1px solid #000;}
#photos ul li a img:hover {border: 1px solid #fff;}

/* MEDIAPLAYER */
#mediaplayer {
	height:400px;
	width: 320px;
	margin: 0px;
	padding: 0px;
}
#player {
	height:322px;
	width: 320px;
	margin: 0px;
	padding: 0px;
}
a#chiptv {
	background-image: url(../images/site/chiptv.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	display: block;
	height: 50px;
	width: 320px;
}

/* EVENTS */
#events {
	position: relative;
}
#events h2 {
	background-image: url(../images/site/head_events.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	margin: 0 0 0 0;
	padding: 0px;
	height: 40px;
	width: 320px;
}
#events h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ecb330;
	margin: 0px;
	padding: 0px;
}
#events h3 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	
}
#events p {
	margin: 0px;
	padding: 0px;
}
#eventsRSS {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 125px;
	top: 10px;
	background-image: url(../images/rss.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	display: block;
}

/* ABOUT */
#about {
	margin-top: 30px;
}
#about h2 {
	background-image: url(../images/site/head_about.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	margin: 0px 0 0 0;
	padding: 0px;
	height: 40px;
	width: 320px;
	}


/* FOOTER MODULE */
#footer {
	background-color: #626683;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 30px;
	font-size: 9px;
	color: #000;
}
#footerLeft {
	float: left;
	width: 400px;
}
#footerRight {
	float: right;
	width: 400px;
	text-align: right;
}
a.footer:link, a.footer:visited {
	color: #ecb330;
	text-decoration: none;
}
a.footer:hover {
	color: #ffffff;
	text-decoration: underline;
}
