@charset "utf-8";
/* CustomPCMAX.com Stylesheet - Copyright © 2009 Geoffrey "Meko" Brege */
/* Coded by PinkFox - Geoffrey "Meko" Brege - http://f0xxx.deviantart.com */

/* Information

** Table of Contents:

- General
- Banner
->- Navigation
->->- Sub-Navigation
->- Login Panel
- Media Buttons
- Feature Banner
- Widgets
- Articles
->- Excerpts
- Single
->- Content
- Forums
- Comments 
->- Post a Comment
- Other Content
- Bottom Bar

*/

@import url('navigation.css');
@import url('backgrounds.css');
@import url('colors.css');
@import url('content-slider.css');

/** General **/
* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

html {
	height: 100%!important;
}

body {
	height: 100%!important;
}

.cursor-pointer {
	cursor: pointer;
}

.hide {
	display: none;
}

.expander {
	overflow: auto;
}
	
/** Banner **/
#banner_spacer {
	display: none;
}

#banner {
	width: 100%;
	height: 208px;
	clear: both;
	margin: 0px auto;
	overflow: hidden;
	z-index: 100;
}

	#banner .logo_banner {
		background: url('images/banner/logo_banner.png') center bottom no-repeat;
		width: 900px;
		height: 208px;
		clear: both;
		margin: 0px auto;
		position: relative;
	}
	
		#banner .banner_left_end {
			background: url('images/banner/banner_background.png') center bottom repeat-x;
			width: 1000px;
			height: 208px;
			top: 0px;
			left: -1000px;
			position: absolute;
		}
		
		#banner .banner_right_end {
			background: url('images/banner/banner_background.png') center bottom repeat-x;
			width: 1000px;
			height: 208px;
			top: 0px;
			right: -1000px;
			position: absolute;
		}
		
		#banner .content_type {
			width: 220px;
			height: 36px;
			display: block;
			top: 112px;
			left: 310px;
			position: absolute;
			text-align: left;
		}
		
/** Banner ->- Navigation **/
#navigation {
	width: 878px;
	height: 28px;
	clear: both;
	margin: 0px auto;
	padding: 0px 0px 0px 22px;
	top: 26px;
	position: relative;
}

	#navigation .button {
		width: 150px;
		height: 28px;
		float: left;
		margin: 0px 0px 0px -22px;
	}
	
		#navigation .button a {
			width: 150px;
			height: 28px;
			display: block;
		}
		
/** Banner ->- Navigation ->- Sub-Navigation **/
.sub_navigation {
	background: #50565b;
	width: 860px;
	display: block;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	top: 56px;
	position: absolute;
	text-align: center;
}

	.sub_navigation img {
		padding: 4px 0px 4px 0px;
	}

/** Banner ->- Login Panel **/
.login_drop_button {
	background: url('images/banner/login/login_drop_button.png') center top no-repeat;
	width: 140px;
	height: 30px;
	display: block;
	top: 56px;
	right: 95px;
	position: absolute;
}

	.login_drop_button a {
		width: 140px;
		height: 30px;
		display: block;
	}
	
.login_panel_drop_button {
	background: url('images/banner/login/login_drop_button.png') center top no-repeat;
	width: 140px;
	height: 30px;
	display: block;
	bottom: -30px;
	right: 55px;
	position: absolute;
}

	.login_panel_drop_button a {
		width: 140px;
		height: 30px;
		display: block;
	}
	
.login_panel {
	background: #50565b;
	width: 240px;
	padding: 0px 5px 0px 5px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	top: 56px;
	right: 40px;
	position: absolute;
}

	.logged_in_content {
		width: 220px;
		clear: both;
		margin: 0px auto;
		padding: 0px 0px 0px 0px;
		font-family: Verdana;
		font-size: 10px;
		font-weight: bold;
		color: #282b2d;
		text-align: left;
		text-decoration: none;
		overflow: auto;
	}
	
		.logged_in_user {
			width: 200px;
			clear: both;
			margin: -5px auto 4px auto;
			font-family: Verdana;
			font-size: 12px;
			font-weight: bold;
			color: #afb4b8;
			text-align: left;
			text-decoration: none;
		}
		
		.logged_in_dashboard {
			background: #34383b;
			width: 100%;
			clear: both;
			margin: 0px auto 8px auto;
			padding: 0px;
			font-family: Arial;
			font-size: 12px;
			font-weight: bold;
			color: #afb4b8;
			text-align: center;
			text-decoration: none;
		}
		
			.logged_in_dashboard a {
				width: 204px;
				height: 14px;
				display: block;
				padding: 2px;
				font-family: Arial;
				font-size: 12px;
				font-weight: bold;
				color: #afb4b8;
				text-decoration: none;
			}

	.login_input_box {
		background: url('images/banner/login/login_input_box.png') center top no-repeat;
		width: 82px;
		height: 22px;
		float: left;
		margin: 4px 2px 6px 2px;
	}
	
		.login_input_box input {
			background: none;
			width: 70px;
			height: 12px;
			padding: 4px 6px 0px 6px;
			font-family: Arial;
			font-size: 12px;
			font-weight: bold;
			color: #ccd0d3;
			text-align: left;
			text-decoration: none;
		}
		
	.login_submit_button {
		width: 64px;
		height: 22px;
		float: left;
		margin: 4px 2px 6px 2px;
	}
	
	.login_register_button {
		background: url('images/banner/login/register_button.png') center top no-repeat;
		width: 94px;
		height: 30px;
		display: block;
		bottom: -30px;
		left: 0px;
		position: absolute;
	}
	
		.login_register_button a {
			width: 94px;
			height: 20px;
			display: block;
		}
		
	.login_password_button {
		background: url('images/banner/login/password_button.png') center top no-repeat;
		width: 94px;
		height: 30px;
		display: block;
		bottom: -30px;
		right: 0px;
		position: absolute;
	}
	
		.login_password_button a {
			width: 94px;
			height: 20px;
			display: block;
		}
		
	.login_profile_button {
		background: url('images/banner/login/profile_button.png') center top no-repeat;
		width: 94px;
		height: 30px;
		display: block;
		bottom: -30px;
		left: 0px;
		position: absolute;
	}
	
		.login_profile_button a {
			width: 94px;
			height: 20px;
			display: block;
		}
		
	.login_logout_button {
		background: url('images/banner/login/logout_button.png') center top no-repeat;
		width: 94px;
		height: 30px;
		display: block;
		bottom: -30px;
		right: 0px;
		position: absolute;
	}
	
		.login_logout_button a {
			width: 94px;
			height: 20px;
			display: block;
		}
		
/** Media Buttons **/
#media_buttons {
	width: 55px;
	height: 130px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	top: 60px;
	right: 0px;
	position: fixed;
	z-index: 200;
}

	#media_buttons .button {
		width: 40px;
		height: 36px;
		float: right;
		clear: both;
		margin: 0px;
		padding: 3px 0px 3px 3px;
	}
	
		#media_buttons .button:hover {
			width: 52px;
			height: 36px;
		}
	
		#media_buttons .button a {
			width: 100%;
			height: 36px;
			display: block;
		}
		
		#media_buttons .twitter_button {
			background: url('images/banner/twitter_button.png') left top no-repeat;
		}
		
		#media_buttons .facebook_button {
			background: url('images/banner/facebook_button.png') left top no-repeat;
		}
		
		#media_buttons .youtube_button {
			background: url('images/banner/youtube_button.png') left top no-repeat;
		}
		
/** Feature Banner **/
#id-feature_banner {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

	#id-feature_banner img {
		padding: 20px 0px 0px 0px;
	}

.feature_banner {
	background: #000000;
	width: 890px;
	height: 140px;
	clear: both;
	margin: 5px auto 10px auto;
	padding: 0px;
	position: relative;
}

	.fb_top-shadow {
		background: url('images/feature-banner/horizontal-shadows.png') center top repeat-x;
		width: 884px;
		height: 5px;
		display: block;
		top: -5px;
		left: 3px;
		position: absolute;
	}
	
	.fb_bottom-shadow {
		background: url('images/feature-banner/horizontal-shadows.png') center bottom repeat-x;
		width: 884px;
		height: 5px;
		display: block;
		bottom: -5px;
		left: 3px;
		position: absolute;
	}
	
	.fb_left-shadow {
		background: url('images/feature-banner/vertical-shadows.png') left center repeat-y;
		width: 5px;
		height: 134px;
		display: block;
		left: -5px;
		top: 3px;
		position: absolute;
	}
	
	.fb_right-shadow {
		background: url('images/feature-banner/vertical-shadows.png') right center repeat-y;
		width: 5px;
		height: 134px;
		display: block;
		right: -5px;
		top: 3px;
		position: absolute;
	}
	
	.fb_top-left-shadow {
		background: url('images/feature-banner/corner-shadows.png') left top no-repeat;
		width: 8px;
		height: 8px;
		display: block;
		top: -5px;
		left: -5px;
		position: absolute;
	}
	
	.fb_top-right-shadow {
		background: url('images/feature-banner/corner-shadows.png') right top no-repeat;
		width: 8px;
		height: 8px;
		display: block;
		top: -5px;
		right: -5px;
		position: absolute;
	}
	
	.fb_bottom-left-shadow {
		background: url('images/feature-banner/corner-shadows.png') left bottom no-repeat;
		width: 8px;
		height: 8px;
		display: block;
		bottom: -5px;
		left: -5px;
		position: absolute;
	}
	
	.fb_bottom-right-shadow {
		background: url('images/feature-banner/corner-shadows.png') right bottom no-repeat;
		width: 8px;
		height: 8px;
		display: block;
		bottom: -5px;
		right: -5px;
		position: absolute;
	}

/** Widgets **/
#widgets {
	width: 900px;
	clear: both;
	margin: 15px auto;
}

	#widgets ul.widget_list {
		width: 100%;
		clear: both;
		margin: 0px auto;
		list-style: none;
	}
	
		#widgets ul.widget_list li {
			width: 290px;
			float: left;
			margin: 0px 0px 10px 0px;
			padding: 0px 5px 0px 5px;
			text-align: center;
		}
		
		#widgets .widget_title {
			background: url('images/widgets/title_background.png') center top no-repeat;
			width: 260px;
			height: 24px;
			clear: both;
			margin: 0px auto;
			padding: 6px 0px 0px 20px;
			font-family: Verdana;
			font-size: 12px;
			font-weight: bold;
			color: #1b1c1e;
			text-align: left;
			text-decoration: none;
			text-transform: uppercase;
			letter-spacing: 1px;
		}
		
			#widgets .widget_title_3d {
				background: none;
				width: 259px;
				height: 23px;
				margin: -29px 0px 0px 7px;
				color: #dddfe5;
			}
			
		#widgets .widget_base {
			background: #2f3034;
			width: 258px;
			clear: both;
			margin: 0px auto;
			padding: 2px 10px 6px 10px;
			border-left: 1px solid #1c1c1e;
			border-right: 1px solid #1c1c1e;
			border-bottom: 1px solid #1c1c1e;
			font-family: Verdana;
			font-size: 12px;
			font-weight: normal;
			color: #a0a2a8;
			text-align: left;
			text-decoration: none;
		}
		
/** Articles **/
#article {
	width: 900px;
	clear: both;
	margin: 0px auto;
	padding: 16px 0px 0px 0px;
}

/** Articles ->- Excerpts **/
#article .excerpt_base {
	background: #1c1c1d url('images/content/excerpt_top.gif') center top repeat-x;
	width: 898px;
	height: 154px;
	clear: both;
	margin: 0px auto 20px auto;
	border: 1px solid #131314;
	position: relative;
}

	#article .excerpt {
		width: 870px;
		min-height: 154px;
		clear: both;
		margin: 0px auto;
		padding: 0px 14px 0px 14px;
	}
	
		#article .excerpt_title {
			width: 100%;
			height: 20px;
			clear: both;
			margin: 0px auto;
			padding: 10px 0px 0px 0px;
			font-family: Verdana;
			font-size: 14px;
			font-weight: normal;
			color: #ffffff;
			text-align: left;
			text-decoration: none;
			text-transform: uppercase;
			position: relative;
		}
		
			#article .excerpt_title a {
				font-family: Verdana;
				font-size: 14px;
				font-weight: normal;
				color: #ffffff;
				text-decoration: none;
			}
			
		#article .excerpt_content {
			width: 830px;
			max-height: 110px;
			clear: both;
			margin: 0px auto;
			padding: 10px 0px 0px 18px;
			overflow: hidden;
			font-family: Verdana;
			font-size: 12px;
			font-weight: normal;
			color: #d8d8d8;
			text-align: left;
			text-decoration: none;
		}
		
			#article .excerpt_content ul {
				width: 96%;
				margin: 0px auto;
			}
			
			#article .excerpt_content ol {
				width: 96%;
				margin: 0px auto;
			}
		
			#article .excerpt_content p {
				margin: 0px 0px 14px 0px;
			}
		
			#article .excerpt_content a {
				font-family: Verdana;
				font-size: 12px;
				font-weight: bold;
				color: #8a9397;
				text-decoration: none;
			}
			
				#article .excerpt_content a:hover {
					font-family: Verdana;
					font-size: 12px;
					font-weight: bold;
					color: #d2d8db;
					text-decoration: none;
				}
			
		#article .excerpt_shadow {
			background: url('images/content/excerpt_shadow.png') center top no-repeat;
			width: 100%;
			height: 6px;
			bottom: -7px;
			left: -1px;
			position: absolute;
		}
		
/** Single **/
#single {
	width: 900px;
	clear: both;
	margin: 0px auto;
	padding: 16px 0px 0px 0px;
}

/** Single ->- Content **/
#single .content_header {
	background: #000000;
	width: 900px;
	min-height: 140px;
	clear: both;
	margin: 0px auto;
	position: relative;
}

	#single .content_header_top_shadow {
		background: url('images/content/single/header_top_shadow.png') center top repeat-x;
		width: 100%;
		height: 44px;
		display: block;
		top: 0px;
		left: 0px;
		position: absolute;
	}
	
	#single .content_header_bottom_shadow {
		background: url('images/content/single/header_bottom_shadow.png') center bottom repeat-x;
		width: 100%;
		height: 10px;
		display: block;
		bottom: 0px;
		left: 0px;
		position: absolute;
	}

	#single .tags {
		left: 0px!important;
	}
	
	#single .header-tag {
		width: 120px;
		height: 18px;
		display: block;
		bottom: 0px;
		right: 0px;
		position: absolute;
	}
	
	#single .content_title {
		background: url('images/content/60per_black.png') center top repeat;
		height: 24px;
		float: left;
		clear: left;
		margin: 0px auto;
		padding: 6px 6px 0px 6px;
		font-family: Verdana;
		font-size: 14px;
		font-weight: bold;
		color: #ffffff;
		text-align: left;
		text-decoration: none;
		text-transform: uppercase;
		top: 8px;
		left: 8px;
		position: absolute;
	}

#single .content_base {
	background: #1c1c1d url('images/content/single/content_top.gif') center top repeat-x;
	width: 858px;
	clear: both;
	margin: 0px auto 20px auto;
	padding: 10px 20px 10px 20px;
	border: 1px solid #131314;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #d8d8d8;
	text-align: left;
	text-decoration: none;
	position: relative;
}

	#single .content_base ul {
		width: 95%;
		margin: 0px auto;
	}
	
	#single .content_base ol {
		width: 95%;
		margin: 0px auto;
	}

	#single .content_base p {
		padding: 0px 0px 12px 0px;
	}
	
	#single .content_base blockquote {
		background: #131314;
		width: 94%;
		margin: -8px auto 10px auto;
		padding: 8px 10px 10px 10px;
		border: 1px solid #29292a;
	}
	
	#single .content_base a {
		font-family: Verdana;
		font-size: 12px;
		font-weight: bold;
		color: #d8d8d8;
		text-decoration: none;
	}
	
		#single .content_base a:hover {
			font-family: Verdana;
			font-size: 12px;
			font-weight: bold;
			color: #ffffff;
			text-decoration: none;
		}
		
	#single .content_shadow {
		background: url('images/content/excerpt_shadow.png') center top no-repeat;
		width: 100%;
		height: 6px;
		bottom: -7px;
		left: -1px;
		position: absolute;
	}
	
/** Forums **/
#forums {
	width: 900px;
	clear: both;
	margin: 0px auto;
	padding: 16px 0px 0px 0px;
}
	
/** Comments **/
#comments {
	background: #1c1c1d url('images/content/single/content_top.gif') center top repeat-x;
	width: 898px;
	min-height: 100px;
	clear: both;
	margin: 0px auto 20px auto;
	padding: 0px;
	border: 1px solid #131314;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #d8d8d8;
	text-align: left;
	text-decoration: none;
	position: relative;
}

	#comments .comments-tag {
		background: url('images/content/tags/comments.png') center top no-repeat;
		width: 900px;
		height: 23px;
		margin: 0px auto;
		top: -5px;
		left: -1px;
		position: absolute;
	}
	
	#comments .trackbacks-tag {
		background: url('images/content/tags/trackbacks.png') center top no-repeat;
		width: 900px;
		height: 23px;
		margin: 0px auto;
		top: -5px;
		left: -1px;
		position: absolute;
	}
	
	#comments .comment_wrap {
		width: 100%;
		clear: both;
		margin: 0px auto;
		position: relative;
	}
	
		#comments .comment {
			background: #1c1c1d url('images/content/single/content_top.gif') center top repeat-x;
			width: 878px;
			min-height: 50px;
			clear: both;
			margin: 0px auto;
			padding: 10px;
			border-top: 1px solid #131314;
			overflow: auto;
		}
		
			#comments .comment_avatar {
				background: url('images/content/default_avatar.png') center top no-repeat;
				width: 50px;
				height: 50px;
				float: left;
				clear: left;
				margin: 0px auto;
				padding: 0px;
				border: 1px solid #3e3e3f;
			}
			
			#comments .comment_author {
				width: 820px;
				height: 14px;
				float: right;
				clear: right;
				margin: 0px auto;
				padding: 0px;
				font-family: Verdana;
				font-size: 12px;
				font-weight: normal;
				color: #949496;
				text-align: left;
				text-decoration: none;
			}
			
				#comments .comment_author b {
					color: #c8c8cf;
				}
				
				#comments .comment_author a {
					font-family: Verdana;
					font-size: 12px;
					font-weight: bold;
					color: #c8c8cf!important;
					text-decoration: none;
				}
				
					#comments .comment_author a:hover {
						font-family: Verdana;
						font-size: 12px;
						font-weight: bold;
						color: #e8e8ef!important;
						text-decoration: none;
					}
					
			#comments .comment_content {
				width: 810px;
				float: right;
				clear: right;
				margin: 0px auto;
				padding: 6px 0px 0px 0px;
				font-family: Verdana;
				font-size: 12px;
				font-weight: normal;
				color: #c8c8cf;
				text-align: left;
				text-decoration: none;
				overflow: hidden;
			}
			
			#comments .comment_content p {
				margin: 0px 0px 10px 0px;
			}
			
			#comments .comment_content a {
				font-family: Verdana;
				font-size: 12px;
				font-weight: bold;
				color: #c8c8cf;
				text-decoration: underline;
			}
			
				#comments .comment_content a:hover {
					font-family: Verdana;
					font-size: 12px;
					font-weight: bold;
					color: #ffffff;
					text-decoration: underline;
				}
				
		#comments .reply_button {
			width: 70px;
			height: 24px;
			display: block;
			top: 12px;
			left: -48px;
			position: absolute;
		}
		
			#comments .reply_button a {
				background: url('images/content/reply_button.png') center top no-repeat;
				width: 70px;
				height: 24px;
				display: block;
			}
			
		#comments .edit_button {
			width: 70px;
			height: 24px;
			display: block;
			top: 38px;
			left: -48px;
			position: absolute;
		}
		
			#comments .edit_button a {
				background: url('images/content/edit_button.png') center top no-repeat;
				width: 70px;
				height: 24px;
				display: block;
			}
			
			#comments .edit_button_no-reply {
				top: 12px;
			}
			
/** Comments ->- Post Comment **/
#post {
	background: #1c1c1d url('images/content/single/content_top.gif') center top repeat-x;
	width: 898px;
	min-height: 100px;
	clear: both;
	margin: 0px auto 20px auto;
	padding: 24px 0px 0px 0px;
	border: 1px solid #131314;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #d8d8d8;
	text-align: center;
	text-decoration: none;
	position: relative;
}

	#post .post-tag {
		background: url('images/content/tags/post.png') center top no-repeat;
		width: 900px;
		height: 23px;
		margin: 0px auto;
		top: -5px;
		left: -1px;
		position: absolute;
	}

	#post .input_boxes {
		background: #131314;
		width: 854px;
		height: 16px;
		clear: both;
		margin: 0px auto 6px auto;
		padding: 6px 10px 8px 10px;
		border: 1px solid #272728;
		font-family: Verdana;
		font-size: 14px;
		font-weight: bold;
		color: #78787f;
		text-align: left;
		text-decoration: none;
		text-transform: uppercase;
	}
	
		#post .input_username-tag {
			background: #131314 url('images/content/comments/username-tag.png') right top no-repeat;
		}
		
		#post .input_email-tag {
			background: #131314 url('images/content/comments/email-tag.png') right top no-repeat;
		}
		
		#post .input_website-tag {
			background: #131314 url('images/content/comments/website-tag.png') right top no-repeat;
		}
		
	#post .text_area {
		background: #131314 url('images/content/comments/comment-tag.png') right top no-repeat;
		width: 854px;
		max-width: 854px;
		min-height: 80px;
		clear: both;
		margin: 0px auto 10px auto;
		padding: 6px 10px 8px 10px;
		border: 1px solid #272728;
		font-family: Verdana;
		font-size: 14px;
		font-weight: bold;
		color: #78787f;
		text-align: left;
		text-decoration: none;
	}
	
/** Other Content **/
.other_content {
	width: 900px;
	height: 44px;
	clear: both;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
}

	.other_content_previous_button {
		background: url('images/content/previous_buttons.png') center -44px no-repeat;
		width: 445px;
		height: 44px;
		float: left;
		clear: left;
		display: block;
	}
	
		.other_content_previous_button a {
			background: url('images/content/previous_buttons.png') center -88px no-repeat;
			width: 445px;
			height: 44px;
			display: block;
		}
		
			.other_content_previous_button a:hover {
				background: url('images/content/previous_buttons.png') center 0px no-repeat;
				width: 445px;
				height: 44px;
				display: block;
			}
			
	.other_content_next_button {
		background: url('images/content/next_buttons.png') center -44px no-repeat;
		width: 445px;
		height: 44px;
		float: right;
		clear: right;
		display: block;
	}
	
		.other_content_next_button a {
			background: url('images/content/next_buttons.png') center -88px no-repeat;
			width: 445px;
			height: 44px;
			display: block;
		}
		
			.other_content_next_button a:hover {
				background: url('images/content/next_buttons.png') center 0px no-repeat;
				width: 445px;
				height: 44px;
				display: block;
			}
		
/** Bottom Bar **/
#bottom_bar {
	background: url('images/bottom-bar/background.png') center top repeat-x;
	width: 100%;
	height: 168px;
	clear: both;
	margin: 0px auto 0px auto;
	padding: 30px 0px 0px 0px;
	bottom: 0px;
	position: relative;
}

	#bottom_bar .text {
		width: 100%;
		clear: both;
		margin: 0px auto;
		padding: 30px 0px 0px 0px;
		font-family: Verdana;
		font-size: 12px;
		font-weight: normal;
		color: #757c7f;
		text-align: center;
		text-decoration: none;
	}
	
		#bottom_bar .text p {
			margin: 0px 0px 10px 0px;
		}
	
		#bottom_bar .text a {
			font-family: Verdana;
			font-size: 12px;
			font-weight: bold;
			color: #757c7f;
			text-decoration: none;
			text-transform: uppercase;
		}
		
			#bottom_bar .text a:hover {
				font-family: Verdana;
				font-size: 12px;
				font-weight: bold;
				color: #b9bcbd;
				text-decoration: none;
				text-transform: uppercase;
			}
			
	#bottom_bar .supporters {
		width: 100%;
		clear: both;
		margin: 0px auto;
		padding: 0px 0px 0px 0px;
		text-align: center;
	}

#pinkfox_logo {
	background: url('images/bottom-bar/pinkfox_logo.png') center top no-repeat;
	width: 200px;
	height: 45px;
	display: block;
	bottom: 0px;
	left: 10px;
	position: absolute;
}

	#pinkfox_logo a {
		width: 200px;
		height: 45px;
		display: block;
	}

#mnpctech_logo {
	background: url('images/bottom-bar/mnpctech_logo.png') center top no-repeat;
	width: 200px;
	height: 70px;
	display: block;
	bottom: 0px;
	right: 10px;
	position: absolute;
}

	#mnpctech_logo a {
		width: 200px;
		height: 45px;
		display: block;
	}
