@charset "utf-8";

@import url("reset.css");

/* Design by Gimme-Website

Contents:

	1. BODY + PAGE 
	2. HEADER + MENU
	3. CONTENT
	4. FOOTER
	5. MISC
	
*/


/* BODY */

body {
	background:#000 url(../images/bg-body.jpg) top center no-repeat;
	color:#878787;
	font:normal 12px "Trebuchet MS", Arial, sans-serif;
	margin:0;
	text-align:center;
}
#page {
	margin:0 auto;
	text-align:left;
	width:1000px;
}

/* HEADER + MENU */

#header {
	height:232px;
	margin:0 auto;
	position:relative;
	width:1000px;
}
#header a#logo {
	background:url(../images/logo.png) top left no-repeat;
	behavior:url(iepngfix.htc);
	display:block;
	height:107px;
	left:0;
	position:absolute;
	text-decoration:none;
	top:0;
	width:300px;
}
#header a#logo h1 span {
	visibility:hidden;
}
#header ul#menu {
	height:36px;
	left:125px;
	line-height:36px;
	position:absolute;
	top:66px;
	width:875px;
}
#header ul#menu li {
	height:36px;
	display:block;
	float:left;
	width:111px;
}
#header ul#menu li a {
	background:url(../images/menu_tab.gif) top left no-repeat;
	color:#f8b235;
	display:block;
	float:left;
	font-weight:bold;
	height:36px;
	text-align:center;
	text-decoration:none;
	width:111px;
}
#header ul#menu li a:hover {
	background:url(../images/menu_tab.gif) bottom left no-repeat;
}
#header #top_content {
	background:url(../images/bg-top.jpg) top left no-repeat;
	bottom:0;
	height:130px;
	left:0;
	position:absolute;
	width:1000px;
}
#header #top_content #intro {
	color:#f8b235;
	float:left;
	font-size:13px;
	font-weight:bold;
	height:60px;
	padding:35px 35px 35px 45px;
	width:340px;
}
#header #top_content form#search {
	color:#f8b235;
	float:left;
	font-size:13px;
	height:60px;
	position:relative;
	width:560px;
}
#header #top_content form#search #large {
	font-size:18px;
	font-weight:bold;
	left:20px;
	position:absolute;
	top:40px;
}
#header #top_content form#search input#textfield {
	background:#161616;
	border-top:1px solid #050505;
	border-right:1px solid #424242;
	border-bottom:1px solid #7a7a7a;
	border-left:1px solid #202020;
	color:#f8b235;
	display:block;
	font:bold 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	height:22px;
	left:220px;
	position:absolute;
	top:40px;
	width:260px;
}
#header #top_content form#search input#textfield:hover,
#header #top_content form#search input#textfield:focus {
	border-top:1px solid #f8b235;
	border-right:1px solid #f8b235;
	border-bottom:1px solid #f8b235;
	border-left:1px solid #f8b235;
}

#header #top_content form#search select#selectbox1 {
	background:#161616;
	border-top:1px solid #050505;
	border-right:1px solid #424242;
	border-bottom:1px solid #7a7a7a;
	border-left:1px solid #202020;
	color:#f8b235;
	display:block;
	font:bold 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	height:22px;
	left:220px;
	position:absolute;
	top:75px;
	width:130px;
}

#header #top_content form#search select#selectbox2 {
	background:#161616;
	border-top:1px solid #050505;
	border-right:1px solid #424242;
	border-bottom:1px solid #7a7a7a;
	border-left:1px solid #202020;
	color:#f8b235;
	display:block;
	font:bold 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	height:22px;
	left:360px;
	position:absolute;
	top:75px;
	width:130px;
}


#header #top_content form#search input.button {
	background:#030303 url(../images/bg-button.gif) top left repeat-x;
	border-top:1px solid #7a7a7a;
	border-right:1px solid #202020;
	border-bottom:1px solid #050505;
	border-left:1px solid #424242;
	color:#f8b235;
	cursor:pointer;
	display:block;
	font:bold 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	height:24px;
	left:485px;
	position:absolute;
	top:40px;
	width:40px;
}
#header #top_content form#search #advanced {
	font-size:11px;
	left:20px;
	position:absolute;
	top:80px;
}

#header #top_content #webmasters {
	color:#f8b235;
	float:left;
	font-size:14px;
	font-weight:bold;
	height:60px;
	padding:35px 35px 35px 45px;
	width:400px;
	left:20px;
	position:relative;
	top:25px;
}


/* CONTENT */

/* Webmaster Page Main Content */



#content #webmaster {
	background:#3b3b3b url(../images/bg-box.jpg) top left repeat-x;
	border-top:1px solid #7a7a7a;
	border-right:1px solid #202020;
	border-bottom:1px solid #050505;
	border-left:1px solid #424242;
	margin:0 0 5px;
	padding:10px;
	position:relative;
	top:15px;
	color:#f8b235;
	font-size:12px;
	font-weight:normal;
}

#content #webmaster h2 {
	font-size:13px;
	font-weight:bold;
}


/* Left */
#content #left {
	float:left;
	width:740px;
}
#content #left .adspot {
	margin:10px auto;
}
#content #left h2 {
	color:#f8b235;
	font-size:24px;
	font-weight:bold;
	margin:5px 0;
}
#content #left h3 {
	background:url(../images/box_tab.gif) top right no-repeat;
	font-size:16px;
	font-weight:bold;
	height:30px;
	padding:6px 10px 0 0;
	text-align:right;
	width:720px;
}

#content #left h3 span {
	color:#f8b235;
}
#content #left .box {
	background:#3b3b3b url(../images/bg-box.jpg) top left repeat-x;
	border-top:1px solid #7a7a7a;
	border-right:1px solid #202020;
	border-bottom:1px solid #050505;
	border-left:1px solid #424242;
	margin:0 0 5px;
	padding:10px;
}
#content #left .box .video {
	background:#252525;
	float:left;
	font-size:11px;
	height:185px;
	line-height:12px;
	margin:0 5px 5px 0;
	padding:5px;
	width:162px;
}
#content #left .box .video a {
	text-decoration:none;
}
#content #left .box .video a img {
	border-top:1px solid #7a7a7a;
	border-right:1px solid #202020;
	border-bottom:1px solid #050505;
	border-left:1px solid #424242;
	margin:0 0 5px 0;
}
#content #left .box .video a:hover img {
	border-top:1px solid #f8b235;
	border-right:1px solid #f8b235;
	border-bottom:1px solid #f8b235;
	border-left:1px solid #f8b235;
	margin:0 0 5px 0;
}
.info_left {
	float:left;
	line-height:14px;
	margin-top:3px;
	text-align:left;
}
.info_right {
	float:right;
	line-height:14px;
	margin-top:3px;
	text-align:right;
}
.star { 
	background-repeat:no-repeat;
	height:20px;
	width:25px;
	float:left;
	cursor:pointer;
}
.star_full {
	background:url(../images/star_full.gif) no-repeat;
	float:left;
	height:12px;
	margin-right:2px;
	width:10px;
}
.star_half {
	background:url(../images/star_half.gif) no-repeat;
	float:left;
	height:12px;
	width:10px;
}
.star_empty {
	background:url(../images/star_empty.gif) no-repeat;
	float:left;
	height:12px;
	margin-right:2px;
	width:10px;
}
.pagination {
	font-size:16px;
	font-weight:bold;
	margin:15px 0 25px;
	text-align:center;
}
.pagination a {
	background:#161616;
	border:1px solid #878787;
	color:#878787;
	margin:0 3px 0 0;
	padding:2px 8px;
}
.pagination a:hover {
	border:1px solid #f8b235;
	color:#f8b235;
	text-decoration:none;
}


/* Right */
#content #right {
	float:right;
	width:252px;
}
#content #right .list_searches {
	margin:10px auto;
}
#content #right .list_searches .column {
	color:#c701c4;
	float:left;
	width:126px;
}
#content #right .list_searches .column .title {
	color:#f8b235;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	padding:0 0 5px 5px;
}
#content #right .list_searches .column ol {
	list-style:decimal;
	padding-left:25px;
}
#content #right .list_searches .column ol li a {
	color:#c701c4;
	font-size:11px;
	font-weight:bold;
}
#content #right .adspot {
	margin:10px auto;
}

/* FOOTER */

#footer {
	font-size:12px;
	margin:0 auto;
	padding:20px 20px 10px;
	text-align:center;
	width:980px;
}

/* MISC */

a { color:#f8b235; text-decoration:none; }
a:hover { text-decoration:underline; }
a img { border:none; }
a.border img { border-top:1px solid #050505; border-right:1px solid #424242; border-bottom:1px solid #7a7a7a; border-left:1px solid #202020; }
a.border:hover img { border-top:1px solid #c701c4; border-right:1px solid #c701c4; border-bottom:1px solid #c701c4; border-left:1px solid #c701c4; }
p { margin:0; padding:0 0 10px; }
em { color:#c701c4; font-style:normal; font-weight:bold; }
.clear { clear:both; }
.morelink { text-align:right; }



