/* UTF-8: ï»¿ */

/* Main */
body {
	background: #ecf1e7 url(../images/backgrounds/head_background.png) repeat-x;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	color: #000;
	line-height: 15px;
	margin: 0; padding: 0;
}

#inner_body {
	background: url(../images/backgrounds/background.jpg) top center no-repeat;
}


#outer_container {
	background: url(../images/backgrounds/background2.jpg) top center no-repeat;
	width: 100%;
	height: 784px;
	min-width: 1110px;
}
#container {
	background: url(../images/backgrounds/repeat.jpg) -2px 784px no-repeat;
	margin: 0 auto;
	width: 1110px;
}


/* Reset */
a img { border: 0; }
.clear { clear: both; }
a {	color: #ffb246; text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 {
	line-height: 1em;
	margin-bottom: 0.2em;
	margin: 0; padding: 0;
}
h1 { font-size: 2.3em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1em; }


/* The orange button */
.button {
	background: url(../images/etc/button.gif);
	height: 22px;
	border: 1px solid #000;
	color: #FFF;
	margin: 0;
	padding-bottom: 3px;
	outline: none;
	font: 11px Tahoma, Arial, Sans-Serif;
	cursor: pointer;
}

.button_disabled {
	background: url(../images/etc/button_disabled.gif);
	height: 22px;
	border: 1px solid #000;
	color: #FFF;
	margin: 0;
	padding-bottom: 3px;
	outline: none;
	font: 11px Tahoma, Arial, Sans-Serif;
}

/* The arrow */
#r .left_arrow {
	background: url(../images/etc/arrow_left.png);
	height: 29px;
	width: 24px;
	color: #FFF;
	margin: 0;
	padding-bottom: 3px;
	outline: none;
	font: 11px Tahoma, Arial, Sans-Serif;
	cursor: pointer;
}

#r .left_arrow_disabled {
	background: url(../images/etc/arrow_left_grey.png);
	height: 29px;
	width: 24px;
	color: #FFF;
	margin: 0;
	padding-bottom: 3px;
	outline: none;
	font: 11px Tahoma, Arial, Sans-Serif;
}

#r .right_arrow {
	background: url(../images/etc/arrow_right.png);
	height: 29px;
	width: 24px;
	color: #FFF;
	margin: 0;
	padding-bottom: 3px;
	outline: none;
	font: 11px Tahoma, Arial, Sans-Serif;
	cursor: pointer;
}

#r .right_arrow_disabled {
	background: url(../images/etc/arrow_right_grey.png);
	height: 29px;
	width: 24px;
	color: #FFF;
	margin: 0;
	padding-bottom: 3px;
	outline: none;
	font: 11px Tahoma, Arial, Sans-Serif;
}

/* Over the top */
#over_top {
	width: 985px;
	padding-right: 15px;
	height: 79px;
}
#today_stats {
	width: 280px;
	margin-top: 28px;
	padding-left: 172px;
	float: left;
	font-size: 10px;
	color: #fff;
}
#today_stats strong {
	color: #9a9a9a;
	margin-right: 12px;
}

/* Half banner */
#topright_ad {
	background-color: #fff;
	width: 468px;
	height: 60px;
	float: right;
	margin-top: 9px;
}

/* Left side */
#left {
	width: 839px;
	float: left;
}
#top { padding: 8px 0 0; }

/* The logo*/
#gaddad {
	width: 185px;
	height: 82px;
	padding-left: 180px;
	margin-top: 11px;
	float: left;
}
#gaddad_logo {
	position: absolute;
	margin: -81px 0 0 -35px;
}
#gaddad a, #gaddad_logo a { outline: none; }

/* Middle section on the top */
#friends {
	border-left: 1px dotted #5c5c5c;
	border-right: 1px dotted #5c5c5c;
	height: 100px;
	width: 127px;
	margin: 0 10px;
	padding: 0 10px;
	float: left;
	overflow: hidden;
}

#friends #friends_show { float: left; }
#friends #friends_onlinelist { float: right; }

#friends #three_latest_friends_online {
	clear: both;
	color: #a4a4a4;
	padding-top: 4px;
}

#friends ul {
	background: url(../images/etc/li.gif) repeat-y;
	margin: 0;
	padding: 0;
	color: #ffb246;
	list-style: none;
}
#friends li {
	margin-top: 2px;
	padding-left: 13px;
}

/* Right section on the top */
#user_bar {
	float: left;
	color: #a4a4a4;
	width: 296px;
}
#user_bar .button { /* logout button */
	float: right;
	width: 65px;
}
#logged_in_as {
	display: block;
	width: 296px;
	margin-top: 3px;
	overflow: hidden;
	white-space: nowrap;
}

/* Login box */
#login {
	float: right;
	height: 80px;
	width: 315px;
	padding-top: 20px;
	color: #9a9a9a;
	font-size: 10px;
}
#login .username {
	width: 120px;
	float: left;
}
#login .username input, #login .password input {
	width: 105px;
}
#login .password {
	width: 120px;
	float: left;
}

/* User icons */
#icons {
	margin-top: 8px;
	text-align: center;
}
#icons ul { 
	margin: 0;
	padding: 0;
	list-style: none;
}
#icons ul li {
	float: left;
	padding: 0;
	margin: 0;
	width: 48px;
	height: 58px;
}

/*
#icons ul li.guestbook { background: url(../images/icons/icons_guestbook.png) 0 0 no-repeat; }
#icons ul li.guestbook_active { background: url(../images/icons/icons_guestbook_active.gif) 0 0 no-repeat; }
#icons ul li.guestbook_hover { background: url(../images/icons/icons_guestbook_hover.png) 0 0 no-repeat; }

#icons ul li.comment { background: url(../images/icons/icons_comment.png) 0 0 no-repeat; }
#icons ul li.comment_active { background: url(../images/icons/icons_comment_active.gif) 0 0 no-repeat; }
#icons ul li.comment_hover { background: url(../images/icons/icons_comment_hover.png) 0 0 no-repeat; }

#icons ul li.friend { background: url(../images/icons/icons_friend.png) 0 0 no-repeat; }
#icons ul li.friend_active { background: url(../images/icons/icons_friend_active.gif) 0 0 no-repeat; }
#icons ul li.friend_hover { background: url(../images/icons/icons_friend_hover.png) 0 0 no-repeat; }

#icons ul li.artist { background: url(../images/icons/icons_artist.png) 0 0 no-repeat; }
#icons ul li.artist_active { background: url(../images/icons/icons_artist_active.gif) 0 0 no-repeat; }
#icons ul li.artist_hover { background: url(../images/icons/icons_artist_hover.png) 0 0 no-repeat; }

#icons ul li.forum { background: url(../images/icons/icons_forum.png) 0 0 no-repeat; }
#icons ul li.forum_active { background: url(../images/icons/icons_forum_active.gif) 0 0 no-repeat; }
#icons ul li.forum_hover { background: url(../images/icons/icons_forum_hover.png) 0 0 no-repeat; }

#icons ul li.news { background: url(../images/icons/icons_news.png) 0 0 no-repeat; }
#icons ul li.news_active { background: url(../images/icons/icons_news_active.gif) 0 0 no-repeat; }
#icons ul li.news_hover { background: url(../images/icons/icons_news_hover.png) 0 0 no-repeat; }
*/


#icons ul li.guestbook { background: url(../images/icons/icons_guestbook_hover.png) 0 0 no-repeat; }
#icons ul li.guestbook_active { background: url(../images/icons/icons_guestbook_active.gif) 0 0 no-repeat; }
#icons ul li.guestbook_hover { background: url(../images/icons/icons_guestbook.png) 0 0 no-repeat; }

#icons ul li.comment { background: url(../images/icons/icons_comment_hover.png) 0 0 no-repeat; }
#icons ul li.comment_active { background: url(../images/icons/icons_comment_active.gif) 0 0 no-repeat; }
#icons ul li.comment_hover { background: url(../images/icons/icons_comment.png) 0 0 no-repeat; }

#icons ul li.friend { background: url(../images/icons/icons_friend_hover.png) 0 0 no-repeat; }
#icons ul li.friend_active { background: url(../images/icons/icons_friend_active.gif) 0 0 no-repeat; }
#icons ul li.friend_hover { background: url(../images/icons/icons_friend.png) 0 0 no-repeat; }

#icons ul li.artist { background: url(../images/icons/icons_artist_hover.png) 0 0 no-repeat; }
#icons ul li.artist_active { background: url(../images/icons/icons_artist_active.gif) 0 0 no-repeat; }
#icons ul li.artist_hover { background: url(../images/icons/icons_artist.png) 0 0 no-repeat; }

#icons ul li.forum { background: url(../images/icons/icons_forum_hover.png) 0 0 no-repeat; }
#icons ul li.forum_active { background: url(../images/icons/icons_forum_active.gif) 0 0 no-repeat; }
#icons ul li.forum_hover { background: url(../images/icons/icons_forum.png) 0 0 no-repeat; }

#icons ul li.news { background: url(../images/icons/icons_news_hover.png) 0 0 no-repeat; }
#icons ul li.news_active { background: url(../images/icons/icons_news_active.gif) 0 0 no-repeat; }
#icons ul li.news_hover { background: url(../images/icons/icons_news.png) 0 0 no-repeat; }


/* Headmenu */
#menu {
	background: url(../images/menu/menu.png) 0 8px no-repeat;
	width: 819px;
	height: 47px;
	margin-left: 13px;
	color: #fff;
	padding-left: 7px;
	position: relative;
	z-index: 5;
}
#menu ul { 
	/* resets default value */
	margin: 0; padding: 0;
	list-style: none;
}
#menu ul li {
	float: left;
	padding: 0;
	margin-top: 8px;
}
#menu ul li a {
	display: block;
	padding: 8px 13px;
	color: #fff;
	outline: none;
	text-decoration: none;
}
#menu ul li .menutext {
	display: block;
	padding: 8px 13px;
	color: #fff;
	outline: none;
	text-decoration: none;
}
#menu ul li .nolink {
	font-style: italic;	
}
/* The menu seperator */
#menu ul li.seperator {
	background: url(../images/menu/seperator.png) no-repeat;
	width: 2px;
	height: 32px;
	padding: 0;
}
/* Menu arrow */
#menu ul li img {
	margin: 7px 0 0 9px;
	vertical-align: top;
}
#menu ul li.strong { font-weight: 700; }
#menu ul li.strong ul {	font-weight: normal; }

/* Headmenu active */
#menu ul li.active {
	background: url(../images/menu/active.png) repeat-x;
	height: 32px;
}

/* Headmenu hover */
#menu ul li.hover {
	background: url(../images/menu/hover.png) repeat-x;
	height: 32px;
	margin-top: 4px;
	position: relative;
	padding-top: 4px;
}
/* Top-left corner for the hover menu */
#menu ul li.hover .topleft-corner {
	background: url(../images/menu/hover_sides.png) no-repeat;
	width: 4px;
	height: 36px;
	position: absolute;
	top: 0;
	left: -2px;
}
/* Top-right corner for the hover menu */
#menu ul li.hover .topright-corner {
	background: url(../images/menu/hover_sides.png) top right no-repeat;
	width: 4px;
	height: 36px;
	position: absolute;
	top: 0;
	right: -2px;
}

/* Submenu */
#menu ul li ul {
	position: absolute;
	background-color: #000;
	top: 36px;
	left: -2px;
	width: 170px;
	padding: 5px 0;
	display: none;
}
/* Show the menu when the headmenu is hovered */
#menu ul li.hover ul {
	display: block;
}
#menu ul li ul li {
	margin-top: 0;
	padding: 0;
	position: relative;
}
#menu ul li ul li a, #menu ul li ul li .hoversubtext, #menu ul li ul li .subtext {
	display: block;
	padding: 5px 15px 7px;
	outline: none;
	width: 140px;
	height: 17px;
}
#menu ul li ul li .nolink {
	font-style: italic;
}
/* Submenu hover */
#menu ul li ul li a:hover, #menu ul li ul li.hoversub .hoversubtext:hover {
	color: black;
	background: url(../images/menu/submenu_hover.png) no-repeat;
}

/* Level 2 submenu */
#menu ul li.hover ul li ul { display: none; }
#menu ul li ul li.hoversub ul {	display: block; }
#menu ul li ul li img { float: right; }
#menu ul li ul li ul {
	position: absolute;
	left: 170px;
	margin-top: -41px;
	display: none;
}

/* The last submenu needs to "flip" horizontal */
#menu ul li.last ul {
	margin-left: -62px;
	text-align: right;
}
#menu ul li.last ul li img {
	float: left;
	margin-left: 0px;
}
#menu ul li.last ul li ul {
	margin-left: -340px;
}

/* The headcontent */
#container .content {
	background: #fff;
	margin-left: 13px;
	padding: 2px 5px 5px 5px;
	min-height: 704px;
}

/* Footer */
#footer {
	background: url(../images/backgrounds/footer.png) no-repeat;
	width: 804px;
	height: 97px;
	padding: 34px 0 0 22px;
	margin-left: 13px;
	color: #FFF;
}
/* Footer links */
#footer a {
	color: #858585;
	margin-right: 20px;
}
#footer #copyright {
	text-align: center;
	color: #fff;
	margin-top: 50px;
}
#footer #inkmedia {
	float: right;
	margin-right: 15px
}


/* The right side on the page where the ads are */
#right { 
	float: right;
	width: 250px;
	padding-right: 15px;
	overflow: hidden;
}

/* Random banner */
#randomright_ad {
	background-color: #fff;
	width: 237px;
	height: 150px;
	margin-bottom: 10px;
}

/* Different ads */
.ad_140x140 {
	width: 140px;
	height: 140px;
	background-color: #fff;
	margin-bottom: 4px;
}
.ad_140x350 {
	width: 140px;
	height: 350px;
	background-color: #fff;
	margin-bottom: 4px;
}
.ad_250x360 {
	width: 250px;
	margin-bottom: 4px;
	
	
}
.ad_375x250 {
	width: 375px;
	margin-bottom: 4px;
	
	
}

}
.topbanner {
	width: 980px;
	height: 120px;
	font-size: 0px;
	line-height: 0px
	margin-bottom: 0px;
}
/* Shortcut menu */
#shortcut * { height: 21px;	float: left; font-size: 10px; }
.shortcut_first 			{ background: url(../images/profile/s_start.gif); width: 9px; }
.shortcut_white 			{ background: url(../images/profile/s_white.gif) repeat-x; padding: 2px 3px 0 2px; color: #7c7c7c; }
.shortcut_white_end 	{ background: url(../images/profile/s_white_sides.gif) top right no-repeat; width: 12px; }
.shortcut_white_start { background: url(../images/profile/s_white_sides.gif) no-repeat; width: 12px; margin-left: -6px; }
.shortcut_black_start { background: url(../images/profile/s_black_sides.gif) no-repeat; width: 12px; margin-left: -7px; }
.shortcut_black 			{ background: url(../images/profile/s_black.gif) repeat-x; padding: 2px 3px 0 2px; color: #fff; }
.shortcut_black_last 	{ background: url(../images/profile/s_black_last.gif); width: 9px; }
#search { float: right; }
#searchbutton { float: right; margin: 2px 3px 0px 1px;  }

/* Paginate */
.pagination { text-align: center;}
.pagination .p_left {	float: left; width: 30px; margin: 3px 0 0 0;}
.pagination .p_right { float: right; width: 30px; margin: 3px 0 0 0;}
.pagination .p_middle {
	text-align: center;
	float: left;
	margin: 3px 0 0 0;
}
.pagination .p_button {
	padding: 3px 7px;
	margin: 1px;
	border: 1px solid #939393;
	background: #ffb246;
	text-align: center;
	color: #fff;
	line-height: 25px;
}
.pagination .unactive {
	color: #ccc;
	border: 1px solid #f5f5f5;
	background: #fefefe;
}
.pagination .active {
	background: #b6b6b6;
}
