@charset "utf-8";

/*

Tour by Gimme-Website

Contents:

	1. BODY + PAGE 
	2. HEADER
	3. HTML TEXT
	4. BOXES
		- Featured
		- Photos
		- Videos
	5. JOIN PAGE
	6. FOOTER
	7. MISC
	
*/


/* BODY */

body {
	background:#92278f url(images/bg-body.jpg) repeat;
	color:#eec82f;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	text-align:center;
}
#page {
	background:#ad31ab;
	margin:0 auto;
	text-align:left;
	width:950px;
}
a { color:#eec82f; }

/* HEADER */

#header {
	margin:0 auto;
	width:950px;
}

/* HTML TEXT */

.text {
	padding:0 40px;
	text-align:center;
	width:870px;
}

/* BOXES */

.box_top {
	margin:0 auto;
	width:950px;
}
.box_title {
	color:#630460;
	font:bold 22px "Courier New", Courier, monospace;
	line-height:20px;
	padding:30px 0 0 55px;
}
.box_content {
	background:url(images/bg-box.jpg) top center repeat-y;
	color:#603913;
	margin:0 auto;
	padding:10px 30px;
	width:890px;
}
.box_content a { color:#8c6239; }
.box_bottom {
	margin:0 auto;
	width:950px;
}
.box_text {
	color:#630460;
	font:bold 18px "Courier New", Courier, monospace;
	line-height:18px;
	padding:10px 0 0;
	text-align:center;
}

/* Featured */

.featured table {
	margin:0 auto;
	width:860px;
}
.featured td {
	background:#f1d896;
	border:1px solid #e6cd8d;
}

/* Photos */

.photos .thumb {
	display:inline;
	float:left;
	height:256px;
	margin:0 0 15px 15px;
	width:206px;
}
.photos .thumb a {
	display:block;
	float:left;
	height:250px;
	border:2px solid #92278f;
	padding:1px;
	width:200px;
}
.photos .thumb a:hover {
	border-color:#c33dc0;
}
.photos .thumb a img {
	height:250px;
	width:200px;
}

/* Videos */

.videos .thumb {
	display:inline;
	float:left;
	height:188px;
	margin:0 0 20px 35px;
	width:250px;
}

/* JOIN PAGE */

#join {
	color:#603913;
	margin:0 auto;
	width:950px;
}
#join_content {
	padding:70px 0 0 0;
}
#join ul {
	list-style-image:url(images/bullet.gif);
	margin:0 0 0 30px;
	padding:0;
}
#join li {
	color:#c33dc0;
	font-size:18px;
	font-weight:bold;
	line-height:18px;
	padding-bottom:15px;
}
form {
	margin:20px 0 0 0;
}
.button {
	background:#c33dc0;
	border:2px solid #92278f;
	color:#eec82f;
	cursor:pointer;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
}

/* FOOTER */

#footer {
	margin:0 auto;
	width:950px;
}
#footer_text {
	color:#630460;
	padding:35px 0 0 35px;
}
#footer_text a {
	color:#630460;
}

/* MISC */

a { font-weight:bold; text-decoration:underline; }
a:hover { text-decoration:none; }
a img { border:none; }
p { margin:0; padding:0 0 10px; }
.large { font-size:30px; font-weight:bold; line-height:25px; padding:20px; text-align:center; }
.large a { text-decoration:none; }
.large a:hover { text-decoration:underline; }
.med { font-size:25px; font-weight:bold; line-height:20px; }
.small { font-size:11px; line-height:12px; }
.clear { clear:both; }