@charset "utf-8";

/*

Tour by Gimme-Website

Contents:

	1. BODY + PAGE 
	2. HEADER + MENU
	3. SECTIONS
		- Featured
		- Photos
		- Videos
		- Trailer
	4. JOIN PAGE
	5. MEMBERS AREA
	6. FOOTER
	7. MISC
	
*/


/* BODY */

body {
	background:#6dd0f7;
	color:#000;
	font:normal 14px Arial, Helvetica, sans-serif;
	margin:0;
	text-align:center;
}
#page {
	margin:0 auto;
	text-align:left;
	width:980px;
}

/* HEADER + MENU */

#header {
	margin:0 auto;
	width:980px;
}
#login a {
	background:url(../images/bg-menu_login.jpg) top no-repeat;
	display:block;
	height:94px;
	text-decoration:none;
	width:238px;
}
#bookmark a {
	background:url(../images/bg-menu_bookmark.jpg) top no-repeat;
	display:block;
	height:94px;
	text-decoration:none;
	width:218px;
}
#submit a {
	background:url(../images/bg-menu_submit.jpg) top no-repeat;
	display:block;
	height:94px;
	text-decoration:none;
	width:220px;
}
#join a {
	background:url(../images/bg-menu_join.gif) top no-repeat;
	display:block;
	height:94px;
	text-decoration:none;
	width:304px;
}
#login a:hover { background:url(../images/bg-menu_login.jpg) bottom; }
#bookmark a:hover { background:url(../images/bg-menu_bookmark.jpg) bottom; }
#submit a:hover { background:url(../images/bg-menu_submit.jpg) bottom; }
#join a:hover {	background:url(../images/bg-menu_join.gif) bottom; }
#login a span, #join a span, #submit a span, #bookmark a span  { visibility:hidden; }


/* SECTIONS */

.section {
	margin:0 auto;
	width:980px;
}
.top {
	background:url(../images/bg-section_top.jpg) top no-repeat;
	height:44px;
	margin:0 auto;
	position:relative;
	width:980px;
}
.topj {
	background:url(../images/bg-section_top-join.jpg) top no-repeat;
	height:200px;
	margin:0 auto;
	position:relative;
	width:980px;
}
.topmod {
	background:url(../images/bg-head_top-mod-foot.jpg) top no-repeat;
	height:65px;
	margin:0 auto;
	position:relative;
	width:980px;
}
.heading {
	height:60px;
	position:absolute;
	right:25px;
	top:122px;
	width:200px;
}
.heading.featured { background:url(../images/heading_featured.jpg); }
.heading.hacked { background:url(../images/heading_hacked.jpg); }
.heading.latest { background:url(../images/heading_latest.jpg); }
.heading.members { background:url(../images/heading_members.jpg); }
.heading.trailer { background:url(../images/heading_trailer.jpg); }
.heading.revenge { background:url(../images/heading_revenge.jpg); }
.heading.selfshot { background:url(../images/heading_selfshot.jpg); }

.middle {
	background:url(../images/bg-section_middle.jpg) top repeat-y;
	margin:0 auto;
	padding:0 30px;
	width:920px;
}
.bottom {
	background:url(../images/bg-section_bottom.jpg) top no-repeat;
	height:65px;
	margin:0 auto;
	width:980px;
}

/* Featured */

.feat .left {
	display:inline;
	float:left;
	height:131px;
	width:106px;
}
.feat .left a {
	display:block;
	float:left;
	height:125px;
	border:2px solid #7d7d7d;
	padding:1px;
	width:100px;
}
.feat .left a:hover {
	border-color:#000;
}
.feat .left a img {
	height:125px;
	width:100px;
}
.feat .right {
	display:inline;
	float:right;
	height:100px;
	width:780px;
}
.feat .name {
	font-size:25px;
	font-weight:bold;
}
.feat ul {
	list-style:none;
	margin:0;
	padding:0;
}
.feat li {
	padding:10px 0 0;
}

/* Photos */

.photos .thumb {
	display:inline;
	float:left;
	height:250px;
	border:2px solid #7d7d7d;
	margin:0 0 20px 20px;
	width:200px;
}
/*.photos .thumb a {
	display:block;
	float:left;
	height:250px;
	border:2px solid #7d7d7d;
	padding:1px;
	width:200px;
}*/
.photos .thumb:hover {
	border-color:#000;
}
.photos .thumb a img {
	height:250px;
	width:200px;
}

/* Videos */

.videos .thumb {
	display:inline;
	float:left;
	height:255px;
	margin:0 0 5px 5px;
	width:300px;
}
.videos .thumb a img {
	height:255px;
	width:300px;
}

/* Trailer */

.trailer .left {
	display:inline;
	float:left;
	width:320px;
}
.trailer .right {
	display:inline;
	float:right;
	width:560px;
}
.trailer ul {

	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}
.trailer li {
	padding:10px 0 0;
}


/* JOIN PAGE */

.join {
	margin:0 auto;
	width:980px;
}
.join .top {
	background:url(../images/bg-join_top.jpg) top no-repeat;
}
.join .left {
	display:inline;
	float:left;
	width:400px;
}
.join .right {
	display:inline;
	float:right;
	padding:50px 20px;
	width:480px;
}
.join ul {
	background:url(../images/bg-joinlist.jpg) top no-repeat;
	height:450px;
	list-style:none;
	margin:0;
	padding:50px;
	width:300px;
}
.join li {
	padding:10px 0 0;
}
.join .title {
	font-size:20px;
	font-weight:bold;
}
.join form {
	margin:0;
	padding:0 0 20px;
}
.join .button {
	background:#f5c455;
	border:2px solid #000;
	cursor:pointer;
	font:bold 13px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	width:300px;
}
.join .button.alt {
	background:#fff799;
}


/* MEMBERS AREA */

ul#menu {
	font-size:14px;
	font-weight:bold;
	line-height:27px;
	list-style:none;
	margin:10px 0 0;
	padding:0;
}
ul#menu li {
	display:inline;
	margin:0;
	padding:0 0 0 10px;
}
ul#menu li a {
	background:url(../images/bg-menu_members.jpg) top repeat-x;
	border:2px solid #000;
	color:#000;
	line-height:27px;
	padding:4px 10px;
	text-decoration:none;
}
ul#menu li a:hover {
	background-position:bottom;
	color:#000;
}
ul#menu li a:active {
	background:#ec008c;
	color:#000;
}
.membersarea {
	margin:0 auto;
	width:980px;
}
.membersarea .top {
	background:url(../images/bg-membersarea_top.jpg) top no-repeat;
	height:63px;
	position:relative;
	width:980px;
}
.membersarea .pagetitle {
	bottom:10px;
	font-size:25px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	position:absolute;
	right:100px;
	width:280px;
}


/* FOOTER */

#footer {
	background:url(../images/bg-footer.jpg) top no-repeat;
	font-size:12px;
	height:125px;
	margin:0 auto;
	padding:25px 25px 0 185px;
	text-align:left;
	width:770px;
}

/* MISC */

.overlay { background-repeat:no-repeat; float:left; height:250px; margin:5px; width:200px; }
a { color:#000; font-weight:bold; text-decoration:underline; }
a:hover { text-decoration:none; }
a img { border:none; }
p { margin:0; padding:0 0 10px; }
.link_large { padding:20px; text-align:center; }
.link_large a { font-size:35px; text-align:center; text-decoration:none; }
.link_large a:hover { text-decoration:underline; }
.clear { clear:both; }

p { margin:0; padding:0 0 10px; }
.link_small { padding:14px; text-align:center; }
.link_small a { font-size:20px; text-align:center; text-decoration:none; }
.link_small a:hover { text-decoration:underline; }
.clear { clear:both; }

