/*
Title: The Dark Knight
Description: Welcome to a world without rules.
Date: 2010-02-15
*/

/* Body Wallpaper, color & image */
body {
	background: #000000 url(background.jpg) top no-repeat;
}

div#header {
	background: #990000 url(header.jpg);
}

/* Main logo */
div#header div#logo {
	background: url(logo.png);
}

/* Username / Password / Signup top bar background */
div#loginBox {
	background: #838383 url(loginBox.jpg);
}

/* Home / Inbox / Friends top bar background */
div#loggedMenu {
	background: #838383 url(loggedMenu.jpg);
}

/* Profile Menu background */
div#subMenu a {
	background-image: url(subMenu.jpg);
}

/* Guess what it is */
div#footer {
	background: #000000 url(footer.jpg);
}



/* BUTTONS */

/* Button : Update */
input.updateBtn {
	background: url(update.jpg);
}

/* Button : My Quote */
a#quoteBtn {
	background: url(myQuote.jpg);
}

/* Button : Search Member */
input#findMemberBtn {
	background: url(searchMember.png);
}

/* Button : Edit */
a.editBtn {
	background: url(editBtn.png);
}

/* Button : Play | Edit */
div.playEditBtn {
	background: url(playEditBtn.png);
}



/* LEFT COLUMN */

/* Background of all left column div; two dark sides, white center */
div.leftColBox {
	background: url(leftColBoxBkg.jpg) repeat-y;
}

/* Bottom of all left colum div. */
div.leftColBoxBot {
	background: url(leftColBoxBot.jpg) no-repeat;
}

/* All left column div titles and gradient background */
div#leftColAllTimeFav {
	background: url(leftColAllTimeFav.jpg) top no-repeat;
}

div#leftColFavPic {
	background: url(leftColFavPic.jpg) top no-repeat;
}

div#leftColTwitter {
	background: url(leftColTwitter.jpg) top no-repeat;
}

div#leftColBoxNews {
	background: url(leftColNews.jpg) top no-repeat;
}

div#leftColBoxActivity {
	background: url(leftColActivity.jpg) top no-repeat;
}

div#leftColBoxAITH {
	background: url(leftColAITH.jpg) top no-repeat;
}

div#leftColBoxFriends {
	background: url(leftColFriends.jpg) top no-repeat;
}

div#leftColBoxDVD {
	background: url(leftColDVD.jpg) top no-repeat;
}



/* MAIN BOXES (Latest Members, Latest Photos, etc...) */

/* Background of boxes */
div.latestBox {
	background: url(latestBoxBkg.jpg);
}

/* Background of boxes with four columns */
div.latestBox4Cols {
	background: url(latestBox4ColsBkg.jpg);
}

/* Bottom of boxes */
div.latestBoxBottom {
	background: url(latestBoxBottom.jpg);
}

div.latestBoxCommunity {
	background: url(latestBoxCommunityBkg.jpg);
}

div#latestPhotos {
	background: url(latestPhotos.jpg) no-repeat;
}

div#latestMembers {
	background: url(latestMembers.jpg) no-repeat;
}

div#latestVideos {
	background: url(latestVideos.jpg) no-repeat;
}

div#latestSignIn {
	background: url(latestSignIn.jpg) no-repeat;
}

div#latestInvite {
	background: url(latestInviteFriends.jpg) no-repeat;
}

div#latestCentralRules {
	background: url(latestCentralRules.jpg) no-repeat;
}

div#latestRegister {
	background: url(latestRegister.jpg) no-repeat;
}

div#latestFourCols {
	background: url(latestFourCols.jpg) no-repeat;
}

div#latestCommunity {
	background: url(latestCommunity.jpg) no-repeat;
}

div#latestCommunityPage {
	background: url(communityPageBox.jpg) no-repeat;
}

div#latestBigStories {
	background: url(latestBigStories.jpg);
}



/* CONTENT GREY BOX */

/* If changed, you need to change the background's color as well as the top and bottom image */
div#rightColContent {
	background: #ececec;
}

div#rightColContentTop {
	background: #ececec url(rightColTop.jpg);
}

/* When not on a white background */
div#rightColContentTopGrey {
	background: #ececec url(rightColTopGrey.jpg);
}

div#rightColContentBot {
	background: #ececec url(rightColBot.jpg);
}

